twm: Changes to 'refs/tags/twm-1.0.11'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 14 23:58:47 UTC 2020


Tag 'twm-1.0.11' created by Matt Turner <mattst88 at gmail.com> at 2020-06-14 23:58 +0000

twm-1.0.11
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iNUEABYKAH0WIQSzlptPDvl9ch5jjr2cglpmBdQLvgUCXua5s18UgAAAAAAuAChp
c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0QjM5
NjlCNEYwRUY5N0Q3MjFFNjM4RUJEOUM4MjVBNjYwNUQ0MEJCRQAKCRCcglpmBdQL
vnKuAP9UwYmcD07Gc6koBh1M/uCbbBBh3LZSPDF240mQE03MOAEA7lf2ogRsm3qo
LpxRp4nJ5pMMa7aWWapPQrH8iQ16iQg=
=bA4p
-----END PGP SIGNATURE-----

Changes since twm-1.0.10:
Alan Coopersmith (5):
      When replacing a colormap, free old map, not new one
      If we can't find a colormap to replace, insert new one instead of leaking it
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Make some char pointers const as necessary to clear some gcc warnings

Bryan Kadzban (1):
      Read system.twmrc from where it got installed

Matt Turner (2):
      Build xz tarballs instead of bzip2
      twm 1.0.11

Maya Rashish (1):
      Correct system.twmrc location.

Thomas E. Dickey (24):
      issue 7: check if there are no fonts found for the fontset, and fallback to fixed in that case.
      fix gcc-normal compiler warnings, no object change
      cleanup manual page, using check-manpage (xterm)
      ignore LOGS generated in test-builds
      gcc-stricter warnings, no object change
      constify deftwmrc[], to fix gcc-stricter warnings
      fix const-warnings in grammar using a non-const initializer
      fix const-warnings by making a copy of the data
      gcc-stricter warnings, no object change
      constify deftwmrc[], to fix gcc-stricter warnings
      fix const-warnings in grammar using a non-const initializer
      fix const-warnings by making a copy of the data
      issue 4: twm makes windows too wide
      Merge branch 'master' into dickey
      caddr_t used to be used in X code before XPointer was established; it's obsolete and less portable
      bump minor version to reflect issues #4 and #7
      issue 2: twm doesn't handle RandR screen size changes
      bump minor version for issue #2
      Formatted most of the C files using "twm-indent", part of cindent at
      Formatted most of the C files using "twm-indent", part of cindent at
      Merge remote-tracking branch 'upstream/master'
      whitespace-fixes
      strict gcc-warning fixes, no object-change
      an error in the action for warp-to-ring would produce two error messages

---
 .gitignore       |    3 
 Makefile.am      |    2 
 README.md        |   17 
 configure.ac     |   12 
 man/twm.man      |  767 +++++++----
 src/Makefile.am  |   66 
 src/add_window.c | 1948 ++++++++++++++--------------
 src/add_window.h |   29 
 src/cursor.c     |   52 
 src/deftwmrc.sed |    2 
 src/events.c     | 3397 ++++++++++++++++++++++++-------------------------
 src/events.h     |   75 -
 src/gc.h         |    5 
 src/gram.y       |   39 
 src/iconmgr.c    |  601 ++++----
 src/iconmgr.h    |   55 
 src/icons.c      |  654 ++++-----
 src/icons.h      |   42 
 src/lex.l        |    2 
 src/list.c       |  142 --
 src/list.h       |   19 
 src/menus.c      | 3769 ++++++++++++++++++++++++++-----------------------------
 src/menus.h      |  188 +-
 src/parse.c      | 1629 ++++++++++++-----------
 src/parse.h      |  171 +-
 src/resize.c     |  725 +++++-----
 src/resize.h     |   30 
 src/screen.h     |  319 ++--
 src/session.c    | 1097 +++++++---------
 src/session.h    |   11 
 src/twm.c        |  989 +++++++-------
 src/twm.h        |  389 ++---
 src/util.c       | 1134 ++++++++--------
 src/util.h       |   81 -
 src/version.c    |    3 
 src/version.h    |    2 
 36 files changed, 9318 insertions(+), 9148 deletions(-)
---


More information about the xorg-commit mailing list