twm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 21 15:41:55 UTC 2020


 man/twm.man      |    6 
 src/Makefile.am  |    3 
 src/add_window.c |   15 
 src/cursor.c     |   13 
 src/gram.y       | 1321 +++++++++++++++++++++++++++----------------------------
 src/iconmgr.c    |   13 
 src/iconmgr.h    |    2 
 src/icons.h      |    2 
 src/lex.l        |  119 ++--
 src/list.c       |    5 
 src/menus.c      |   36 -
 src/menus.h      |    2 
 src/parse.c      |   85 ++-
 src/resize.h     |    2 
 src/session.h    |    3 
 src/twm.c        |  113 +++-
 src/twm.h        |   28 -
 src/util.c       |   55 +-
 src/util.h       |    2 
 19 files changed, 951 insertions(+), 874 deletions(-)

New commits:
commit a754e9f5c5735787a8e22839824a33546a9c43ef
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sun Jun 21 11:37:21 2020 -0400

    mention newer behavior of -q/-v options
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit a4b14ca34b68f5a6a496aec53dafd4ee06222f83
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sun Jun 21 11:31:27 2020 -0400

    X11R5 change lost the update for yylineno needed to make parse messages
    useful; a subsequent X11R6 change made the behavior a little worse.
    This change repairs that old damage.
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit ebaf16b08d739e798b36a0bc2ff139d068612d4d
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sun Jun 21 09:47:58 2020 -0400

    include twm.h in header files which rely upon its definitions
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 68703413c5d6d800f0f79d08ad51a86dc53713ce
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sun Jun 21 09:25:49 2020 -0400

    indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, which
    does not handle those files).
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 8a43400ccf2b23f60d1101ea4d348058e7ad3c36
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sun Jun 21 09:18:27 2020 -0400

    add/use new function parseWarning, which honors -v/-q options
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit fc19a82a10dc797605d6cb5d9028685644c6db3d
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sat Jun 20 05:28:14 2020 -0400

    make the "-V" version print less cluttered (and more like most programs)
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit d2690bc70d707b7a3a49839787d20eabc138e391
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Fri Jun 19 20:27:03 2020 -0400

    use new warning-message functions in the remaining places where suitable,
    since -q option can be used to silence those if wanted
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 248be9688c23f249f1ecf1860f6f4cb09e56fab2
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Fri Jun 19 20:23:42 2020 -0400

    add/use functions to make warning messages more consistently use the program name as a prefix
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list