libXaw: Changes to 'refs/tags/libXaw-1.0.14'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 27 17:42:10 UTC 2021


Tag 'libXaw-1.0.14' created by Matt Turner <mattst88 at gmail.com> at 2021-03-27 17:42 +0000

libXaw-1.0.14
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQGTBAABCgB9FiEEvu9JS1spHrMAon8T7S7Rn4WzaCwFAmBfbmhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEJF
RUY0OTRCNUIyOTFFQjMwMEEyN0YxM0VEMkVEMTlGODVCMzY4MkMACgkQ7S7Rn4Wz
aCzffgf8CJLnHSGIAZ3xTdxYkebLJsdoytVm8TGXMXFQRij9MYX+0A6g6DMjP0Th
CaJbcIAHxJ2TEAIFaM67xshPsMP942qv30VKs9FV+s+YnoCO9ZTE8tlV8PDL9j0c
3wFfoIl57FZaQd06jW8yHsFYnqWl11h3yeJzA+kyqN5hSE61KAqLWQtHhj4uSd/y
LS/vYZCYu1KNaa37jBksPzLrFv7DV3srFHE8ILI8YClWeBbjNu9/E0Rs7L9QBLDp
MuBX1fSEqhdjhOT9mmh34DlfQ0T9StlBuRxt8+sbrLoumjZGp+Dx+hyLJttynXnI
kHpHmJbWVfhBHWVR8iPDCRTOdqVb9w==
=1jtz
-----END PGP SIGNATURE-----

Changes since libXaw-1.0.13:
Alan Coopersmith (26):
      editres can trigger sigsegv in inspected application (Debian bug 790325)
      Fix xload crashes if the window is wider than 2048 pixels
      Fix misleading indentation in TextAction.c
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      specs: suggest XtOpenApplication instead of XtAppInitialize
      specs: Convert troff .IN macros to docbook <indexterm> tags
      specs: Add olinks to libXt spec
      specs: Add olinks to libX11 spec
      specs: Add olinks to ICCCM spec
      specs: Add missing subsections of CH4 and reorder to match X11R6.6 spec
      specs: Reorder subsections of CH5 to match X11R6.6 spec
      specs: update credits for DocBook conversion
      specs: show libXaw version instead of X11R7.7
      specs: use glossary list markup for Terminology section
      specs: restore missing list terms in "Underlying Model"
      specs: fixup some more xrefs & links
      specs: fixup remaining troff \fI & \fP escapes
      specs: Convert ``quotes'' to <quote>
      specs: misc. manual fixes
      specs: replace nroff 1/6th-em space (\|) with Unicode entity (&#x2006;)
      specs: replace nroff hair space (\^) with Unicode entity (&#x200A;)
      specs: move trailing punctuation to behind </function> tag
      specs: remove excess spaces between < > and header names
      specs: app-defaults & rgb.txt are in /usr/share now, not /usr/lib
      Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection

Emil Velikov (1):
      autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
      darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass

Jon Turney (1):
      Avoid warning about missing getpagesize() prototype on Windows

Matt Turner (1):
      libXaw 1.0.14

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Roberto Branciforti (1):
      Scrollbar.c: Add Btn4 & Btn5 to default translations

Thomas E. Dickey (57):
      build-fixes when _CONST_X_STRING is defined
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add --disable-const option, from libXt
      trim some stray backslashes leftover from nroff, and fix some whitespace in code samples
      quiet some more type-conversion warnings, as well as unused-parameters
      change variables to/from char* vs String to reduce compiler warnings (no object change)
      fix a missing struct-initializer, and quiet unused-parameter warnings
      change a couple of variable-types to reduce compiler warnings (no object change)
      fix some type/comparison compiler warnings (no object change)
      fix some type/conversion compiler warnings (no object change)
      fix some type/conversion compiler warnings (no object change)
      fix some type/conversion compiler warnings (no object change)
      fix misleading indentation, which gave a compiler warning
      fix some type/conversion warnings (no object change)
      fix some type/conversion warnings (no object change)
      fix some compiler warnings in MenuButton.c by changing the menu name from String to char*
      use _X_UNUSED to quiet unused-parameter warnings
      change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGS
      fix compiler warning by updating parameter type for call to XtDisplayInitialize
      reduce compiler warnings using casts, no object change
      compiler-warning fixes for const-mismatches, no object-change

Tobias Stoeckmann (1):
      NULL pointer dereference in XawAsciiSinkInitialize

---
 Makefile.am                                        |    1 
 README                                             |   26 -
 README.md                                          |   18 
 autogen.sh                                         |   11 
 configure.ac                                       |   13 
 include/X11/Xaw/List.h                             |    2 
 include/X11/Xaw/MenuButtoP.h                       |    2 
 include/X11/Xaw/SmeBSBP.h                          |    2 
 include/X11/Xaw/XawInit.h                          |    2 
 specs/AsciiSink.xml                                |   20 -
 specs/AsciiSource.xml                              |   24 -
 specs/AsciiText.xml                                |   24 -
 specs/Box.xml                                      |   24 -
 specs/CH1.xml                                      |  373 ++++++++------------
 specs/CH2.xml                                      |  353 ++++++++++---------
 specs/CH3.xml                                      |    3 
 specs/CH4.xml                                      |   10 
 specs/CH5.xml                                      |   26 -
 specs/CH6.xml                                      |   10 
 specs/CH7.xml                                      |   17 
 specs/Command.xml                                  |   38 +-
 specs/Dialog.xml                                   |   30 -
 specs/Form.xml                                     |   18 
 specs/Grip.xml                                     |   31 -
 specs/Label.xml                                    |   12 
 specs/List.xml                                     |   56 +--
 specs/MenuButton.xml                               |   46 +-
 specs/Paned.xml                                    |   52 +-
 specs/Panner.xml                                   |   42 +-
 specs/Porthole.xml                                 |   18 
 specs/Repeater.xml                                 |   29 -
 specs/Scrollbar.xml                                |   60 +--
 specs/Simple.xml                                   |   12 
 specs/SimpleMenu.xml                               |   75 ++--
 specs/Sme.xml                                      |   26 -
 specs/SmeBSB.xml                                   |   12 
 specs/SmeLine.xml                                  |   12 
 specs/StripChart.xml                               |   16 
 specs/TPage_Credits.xml                            |    8 
 specs/Template.xml                                 |   88 ++--
 specs/Template_private_header_file.xml             |    4 
 specs/Template_public_header_file.xml              |   42 +-
 specs/Template_widget_source_file.xml              |   52 +-
 specs/TextActions.xml                              |   35 -
 specs/TextActions_default_translation_bindings.xml |    6 
 specs/TextActions_text_widget_actions.xml          |   30 -
 specs/TextCustom.xml                               |   18 
 specs/TextFuncs.xml                                |   74 ++--
 specs/TextSink.xml                                 |   36 -
 specs/TextSource.xml                               |   14 
 specs/Toggle.xml                                   |    4 
 specs/Tree.xml                                     |    4 
 specs/Viewport.xml                                 |   16 
 specs/libXaw.ent.in                                |    2 
 specs/libXaw.xml                                   |    4 
 src/Actions.c                                      |   82 ++--
 src/AllWidgets.c                                   |   86 ++--
 src/AsciiSink.c                                    |  257 +++++++-------
 src/AsciiSrc.c                                     |   78 ++--
 src/AsciiText.c                                    |    2 
 src/Box.c                                          |   36 -
 src/Command.c                                      |   30 -
 src/Converters.c                                   |   84 ++--
 src/Dialog.c                                       |   12 
 src/DisplayList.c                                  |  336 +++++++++---------
 src/Form.c                                         |  109 +++---
 src/Grip.c                                         |    2 
 src/Label.c                                        |  104 ++---
 src/List.c                                         |   98 ++---
 src/Makefile.am                                    |   16 
 src/MenuButton.c                                   |   10 
 src/MultiSink.c                                    |   64 +--
 src/MultiSrc.c                                     |   93 ++---
 src/OS.c                                           |   10 
 src/Paned.c                                        |   86 ++--
 src/Panner.c                                       |  101 ++---
 src/Pixmap.c                                       |   64 +--
 src/Porthole.c                                     |    8 
 src/Private.h                                      |    2 
 src/Repeater.c                                     |   18 
 src/Scrollbar.c                                    |   95 ++---
 src/Simple.c                                       |   22 -
 src/SimpleMenu.c                                   |  126 +++---
 src/Sme.c                                          |    8 
 src/SmeBSB.c                                       |   54 +-
 src/SmeLine.c                                      |   12 
 src/StripChart.c                                   |   73 ++--
 src/Text.c                                         |  211 ++++++-----
 src/TextAction.c                                   |  379 ++++++++++-----------
 src/TextPop.c                                      |  135 +++----
 src/TextSink.c                                     |  119 +++---
 src/TextSrc.c                                      |  104 ++---
 src/Tip.c                                          |   79 ++--
 src/Toggle.c                                       |   12 
 src/Tree.c                                         |   83 ++--
 src/Vendor.c                                       |   57 +--
 src/Viewport.c                                     |  118 +++---
 src/XawI18n.c                                      |    4 
 src/XawIm.c                                        |  102 ++---
 src/XawInit.c                                      |    2 
 100 files changed, 2835 insertions(+), 2731 deletions(-)
---


More information about the xorg-commit mailing list