[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxaw: Changes to 'refs/tags/libxaw-2_1.0.10-1'



Tag 'libxaw-2_1.0.10-1' created by Julien Cristau <jcristau@debian.org> at 2012-04-11 20:19 +0000

Tagging upload of libxaw 2:1.0.10-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPhedMAAoJEDEBgAUJBeQMEdAQAKYIlr4JY9C2R95Sb3asmjtP
rNIyqFFosGrBklAYJT8/3SIOpSKhStZ8cJgiFhrLh2NOGjZjV+jSfw2ua5EoiK4P
nJqau6mCK8HSKXNWj1tnuycrSthsvTVQ7hpq9g7x9RWHMfUS3WOlXU0964njHNFk
cseKUOxnMybgqgN/A5YwAeEgXgnKFplZLu47l4x68V/CONC4N8HpXoal/c2gq4rH
B+1DlxZTeXiUHEleAoYI60WOaqIa3E8uDK3IYSU3hCLlsNN5394jfYSvhU3v45MR
woUQs1lQDO4FjaVkyib8wBZF2yMTmjL5Tfe374hDM75G+9pFnMVF5ynHxf+yMqFH
iy8EVqg+pmuttnv1NucA4yFY7ohXHdGNgXiASeuLE/D9zIK2lZRhYtpRk7sccVwm
lK+E6QgbbgLQw8gX9r/GT7F8Nu0Tlml32f8GkKbNeK693JbUSMkK9AZ6QnQKdSSf
F4wIl7luoLfVW8vydUbPmyOqYQPnJTQs6z7fZwJgH2pt6uZfNMk4TScMQzM4uUm4
Ii+uR6Ks8dSFhigUisRTCeewezxyE1xkVo20BFh1S4dkBj7y8fglc+UVcq+6FD0z
40wLYJtHEVh7c0jY8F1oVhxGnIRZszQ+0ZNIWQh9uBPtVyh1UuovW52CERF+HcHY
rty4KmP2d/lnrEcVAVKE
=cxgy
-----END PGP SIGNATURE-----

Changes since libxaw-2_1.0.9-3:
Alan Coopersmith (6):
      Typo fix: sintax error -> syntax error
      Convert XmuSnprintf calls to just plain snprintf
      Bug 37536: Documentation refers to invalid contrib/examples/mit/Xaw
      Correct path to examples in X11R5 contrib archive
      Strip trailing whitespace
      libXaw 1.0.10

Gaetan Nadon (14):
      config: remove unrequired AC_HEADER_STDC
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: comment, minor upgrade and layout configure.ac
      Documentation: add Docbook external references support
      Install target dbs alongside generated documents
      Install xml versions of specs even if HAVE_XMLTO is false
      man page: replace hard coded section number with __libmansuffix__
      Remove include directive to <X11/Xaw>
      docbook.am: global maintenance update - entities, images and olinking
      docbook.am: embed css styles inside the HTML HEAD element
      docs: remove <productnumber> which is not used by default
      docs: use the &fullrelvers; entity to set X11 release information
      specs: fix orphan author affiliation.
      specs: refactor multi license legal text

Glenn Burkhardt (1):
      fix potential infinte loop in XawBoxQueryGeometry() (bug 11569)

Jeremy Huddleston (1):
      Build fix for -Werror=pointer-to-int-cast

Julien Cristau (7):
      Merge tag 'libXaw-1.0.10' into debian-unstable
      Bump changelogs
      Split documentation to a new libxaw-doc package.
      Fix up 01_Xaw_StripChart_fix.diff for new version.
      Don't require (fake)root for debian/rules clean.
      libxaw7-dev is now m-a: same, libxaw-doc m-a: foreign.
      Upload to unstable

Matt Dew (2):
      Add id attributes to funcsynopsis to allow other docs to olink to them.
      Cleanup IDs and links in doc

Matt Turner (1):
      Include headers instead of using extern definitions

Roberto Branciforti (1):
      Removing trailing white spaces

---
 COPYING                                   |    8 
 ChangeLog                                 |  307 ++++++++++++++++++++++++++++++
 Makefile.am                               |    2 
 configure.ac                              |   29 +-
 debian/changelog                          |   11 +
 debian/control                            |   14 +
 debian/libxaw-doc.install                 |    1 
 debian/libxaw7-dev.install                |    1 
 debian/patches/01_Xaw_StripChart_fix.diff |    4 
 debian/rules                              |   75 ++++---
 docbook.am                                |  105 ++++++++++
 include/X11/Xaw/AsciiSink.h               |    8 
 include/X11/Xaw/AsciiSinkP.h              |   12 -
 include/X11/Xaw/AsciiSrc.h                |    4 
 include/X11/Xaw/AsciiSrcP.h               |   18 -
 include/X11/Xaw/AsciiText.h               |   12 -
 include/X11/Xaw/AsciiTextP.h              |   12 -
 include/X11/Xaw/Box.h                     |   14 -
 include/X11/Xaw/BoxP.h                    |   10 
 include/X11/Xaw/Command.h                 |    8 
 include/X11/Xaw/CommandP.h                |   20 -
 include/X11/Xaw/Dialog.h                  |    8 
 include/X11/Xaw/DialogP.h                 |    8 
 include/X11/Xaw/Form.h                    |   12 -
 include/X11/Xaw/FormP.h                   |    8 
 include/X11/Xaw/Grip.h                    |    8 
 include/X11/Xaw/GripP.h                   |    8 
 include/X11/Xaw/Label.h                   |    8 
 include/X11/Xaw/LabelP.h                  |   12 -
 include/X11/Xaw/List.h                    |   26 +-
 include/X11/Xaw/ListP.h                   |    4 
 include/X11/Xaw/MenuButtoP.h              |    2 
 include/X11/Xaw/MenuButton.h              |    2 
 include/X11/Xaw/MultiSink.h               |    8 
 include/X11/Xaw/MultiSinkP.h              |   12 -
 include/X11/Xaw/MultiSrc.h                |    2 
 include/X11/Xaw/MultiSrcP.h               |   18 -
 include/X11/Xaw/Paned.h                   |   14 -
 include/X11/Xaw/PanedP.h                  |   16 -
 include/X11/Xaw/Panner.h                  |   12 -
 include/X11/Xaw/Porthole.h                |   14 -
 include/X11/Xaw/Repeater.h                |   12 -
 include/X11/Xaw/Scrollbar.h               |   10 
 include/X11/Xaw/ScrollbarP.h              |    8 
 include/X11/Xaw/Simple.h                  |    8 
 include/X11/Xaw/SimpleMenP.h              |    4 
 include/X11/Xaw/SimpleMenu.h              |    2 
 include/X11/Xaw/SimpleP.h                 |    8 
 include/X11/Xaw/Sme.h                     |    4 
 include/X11/Xaw/SmeBSB.h                  |    2 
 include/X11/Xaw/SmeLine.h                 |    4 
 include/X11/Xaw/SmeP.h                    |    4 
 include/X11/Xaw/StripCharP.h              |   10 
 include/X11/Xaw/StripChart.h              |   12 -
 include/X11/Xaw/Text.h                    |   10 
 include/X11/Xaw/TextP.h                   |   16 -
 include/X11/Xaw/TextSink.h                |   14 -
 include/X11/Xaw/TextSinkP.h               |    8 
 include/X11/Xaw/TextSrc.h                 |   12 -
 include/X11/Xaw/TextSrcP.h                |    8 
 include/X11/Xaw/Toggle.h                  |    4 
 include/X11/Xaw/ToggleP.h                 |    4 
 include/X11/Xaw/Tree.h                    |   30 +-
 include/X11/Xaw/TreeP.h                   |    8 
 include/X11/Xaw/VendorEP.h                |    4 
 include/X11/Xaw/Viewport.h                |    8 
 include/X11/Xaw/ViewportP.h               |    8 
 include/X11/Xaw/XawImP.h                  |    4 
 man/Xaw.man                               |    2 
 old-doc/CHANGES                           |   20 -
 old-doc/Changelog                         |   28 +-
 specs/.gitignore                          |    1 
 specs/AsciiSink.xml                       |    2 
 specs/AsciiSource.xml                     |   48 ++--
 specs/AsciiText.xml                       |    4 
 specs/Box.xml                             |    2 
 specs/CH1.xml                             |   10 
 specs/CH2.xml                             |   91 ++++----
 specs/CH3.xml                             |    2 
 specs/CH4.xml                             |    2 
 specs/CH5.xml                             |    6 
 specs/CH6.xml                             |    4 
 specs/CH7.xml                             |    8 
 specs/Dialog.xml                          |   32 +--
 specs/Form.xml                            |   28 +-
 specs/Grip.xml                            |    2 
 specs/Label.xml                           |    2 
 specs/List.xml                            |   18 -
 specs/Makefile.am                         |   65 ------
 specs/MenuButton.xml                      |    4 
 specs/Paned.xml                           |   26 +-
 specs/Panner.xml                          |    4 
 specs/Porthole.xml                        |   12 -
 specs/Repeater.xml                        |    2 
 specs/Scrollbar.xml                       |   10 
 specs/Simple.xml                          |    2 
 specs/SimpleMenu.xml                      |   16 -
 specs/Sme.xml                             |    4 
 specs/SmeBSB.xml                          |    4 
 specs/SmeLine.xml                         |    2 
 specs/StripChart.xml                      |    2 
 specs/Template.xml                        |    2 
 specs/Template_public_header_file.xml     |    2 
 specs/Text.xml                            |    4 
 specs/TextActions.xml                     |    4 
 specs/TextActions_text_widget_actions.xml |    4 
 specs/TextFuncs.xml                       |   84 ++++----
 specs/TextSink.xml                        |   50 ++--
 specs/TextSource.xml                      |   34 +--
 specs/Toggle.xml                          |   40 +--
 specs/Tree.xml                            |   12 -
 specs/Viewport.xml                        |    6 
 specs/libXaw.xml                          |   71 +++---
 src/Actions.c                             |   65 +++---
 src/AllWidgets.c                          |   67 ++----
 src/AsciiSink.c                           |   16 -
 src/AsciiSrc.c                            |   30 +-
 src/AsciiText.c                           |   16 -
 src/Box.c                                 |   31 +--
 src/Command.c                             |   58 ++---
 src/Converters.c                          |   37 +--
 src/Dialog.c                              |   16 -
 src/DisplayList.c                         |   26 +-
 src/Form.c                                |    8 
 src/Grip.c                                |    8 
 src/Label.c                               |   24 +-
 src/List.c                                |   62 +++---
 src/Makefile.am                           |    1 
 src/MenuButton.c                          |   23 +-
 src/MultiSink.c                           |   10 
 src/MultiSrc.c                            |   90 ++++----
 src/Paned.c                               |  161 +++++++--------
 src/Panner.c                              |    6 
 src/Pixmap.c                              |    6 
 src/Porthole.c                            |    6 
 src/Private.h                             |    2 
 src/Repeater.c                            |    6 
 src/Scrollbar.c                           |   22 +-
 src/Simple.c                              |   27 +-
 src/SimpleMenu.c                          |   99 ++++-----
 src/Sme.c                                 |   14 -
 src/SmeBSB.c                              |   49 ++--
 src/SmeLine.c                             |   18 -
 src/StripChart.c                          |   48 ++--
 src/Text.c                                |   35 +--
 src/TextAction.c                          |   34 +--
 src/TextPop.c                             |  117 +++++------
 src/TextSink.c                            |   57 ++---
 src/TextSrc.c                             |   34 +--
 src/Tip.c                                 |    4 
 src/Toggle.c                              |   37 +--
 src/Tree.c                                |  100 ++++-----
 src/Vendor.c                              |   28 +-
 src/Viewport.c                            |   40 +--
 src/XawI18n.c                             |    4 
 src/XawIm.c                               |   28 +-
 src/XawInit.c                             |   12 -
 157 files changed, 1929 insertions(+), 1534 deletions(-)
---


Reply to: