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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Apr 2 18:37:57 UTC 2022


Tag 'twm-1.0.12' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2022-04-02 18:37 +0000

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

iQIcBAABCgAGBQJiSJf6AAoJEM/fFIgoxkKn2v4QAI2VLZ9k2apf5hVQCNRrkcLR
sw5Jd8XQSDN5ogF4DMk4qr+JOQ2U/sPtso/UaDl27fE5ciu4xIr5UYUvBR1rpe6m
KCulFhaM9nS2DGaTNCJtgENWZ1kvGa/uZouSJegsa85v876oLgdb1aUKEQkgSCdj
Fed+s1DTs7uqyxMZ40qO6CVTwhPIgPoBv/EaRtuS/9fdndMWrlocpPtCY5X08OKv
hMwsR9cuS2akpvFw7L4s3KcVebeY+Hj/M5SSnc/7xMmkQG4B1WmV9chBgoBYY5Co
Vkjh8U3z8QeNv2lOQgQXzOWxPh3alPjbH/XuJj8hlIVElp0EkhBQU7sKaKvf5E+s
vkLl2YlgQKBoL+8glyjMgbLkmIj2gqGnab9qtQL8D+CbTHwiDybo4E9OBk65WJ0o
QpXX9mLXm+Uepd7LODamgoqoCXI2W7eJXM3Yj7SS7CeurTn/AnfYRDcK0U/Zt4oK
k4El7t1FTnyOW8PbUej0oST4+OoqtEeiHYxcNQS0Xc7v+KCo4x6a2sotdXRGh4PA
CTuR/INROxM4g3yrvV5QG77cGVUCpah+hctml/t5n4AFFhRSswZfz45zm/iJ/7VN
yoPRDtD8fjZntmUvGI0Kcnv2GvWDZfS4BM1rYGjxwO5ZuRa/kM3yTdbY0FVD02AL
tivBK6EZR3v57ECzBzcq
=ZfxO
-----END PGP SIGNATURE-----

Changes since twm-1.0.11:
Alan Coopersmith (3):
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      twm 1.0.12

Thomas E. Dickey (22):
      issue #1: twm random window placement handles large windows poorly
      eliminate a fixed-size buffer in Execute() function.
      use Debian's package-files as starting point for test-packages
      updated patch to work with code, reflect a change made in 2016...
      adapted/updated patch from Debian #956434
      adapted/updated patch from Debian #956434
      eliminate some unnecessary(?) goto statements
      add "-V" version-message
      allow most options to be long/abbreviatable for consistency,
      Merge branch 'master' into dickey
      remove clutter not needed with Xorg
      fix the cppcheck style- and format-warnings
      add/use functions to make warning messages more consistently use the program name as a prefix
      use new warning-message functions in the remaining places where suitable,
      make the "-V" version print less cluttered (and more like most programs)
      add/use new function parseWarning, which honors -v/-q options
      indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, which
      include twm.h in header files which rely upon its definitions
      X11R5 change lost the update for yylineno needed to make parse messages
      mention newer behavior of -q/-v options
      issue #8: twm displays all windows as "Untitled"
      quiet a misleading warning in grammar

---
 .gitlab-ci.yml   |   98 ++++
 README.md        |    2 
 configure.ac     |    2 
 man/twm.man      |  127 +++--
 src/Makefile.am  |    3 
 src/add_window.c |   52 +-
 src/cursor.c     |   13 
 src/events.c     |   46 +
 src/gram.y       | 1326 +++++++++++++++++++++++++++----------------------------
 src/iconmgr.c    |   27 -
 src/iconmgr.h    |    2 
 src/icons.c      |    9 
 src/icons.h      |    2 
 src/lex.l        |  119 ++--
 src/list.c       |    5 
 src/menus.c      |  186 ++++---
 src/menus.h      |    2 
 src/parse.c      |   88 ++-
 src/resize.c     |    9 
 src/resize.h     |    2 
 src/screen.h     |    2 
 src/session.c    |    8 
 src/session.h    |    3 
 src/twm.c        |  209 +++++---
 src/twm.h        |   36 +
 src/util.c       |  127 ++---
 src/util.h       |    2 
 27 files changed, 1414 insertions(+), 1093 deletions(-)
---


More information about the xorg-commit mailing list