xman: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Apr 20 10:07:52 PDT 2013


 ScrollByL.c       | 1250 +++++++++++++++++++++----------------------
 ScrollByL.h       |    1 
 ScrollByLP.h      |   51 -
 app-defaults/Xman |   12 
 buttons.c         |  995 +++++++++++++++++-----------------
 configure.ac      |    2 
 defs.h            |   80 +-
 globals.c         |   26 
 globals.h         |   27 
 handler.c         |  814 ++++++++++++++--------------
 help.c            |   76 +-
 icon_help.h       |   24 
 icon_open.h       |   24 
 iconclosed.h      |   20 
 main.c            |  286 ++++-----
 man.c             | 1565 ++++++++++++++++++++++++++----------------------------
 man.h             |  236 ++++----
 man/xman.man      |    3 
 misc.c            | 1469 +++++++++++++++++++++++++-------------------------
 search.c          |  480 ++++++++--------
 tkfuncs.c         |   16 
 vendor.c          |  344 ++++-------
 vendor.h          |   78 --
 23 files changed, 3869 insertions(+), 4010 deletions(-)

New commits:
commit 5ca3757aaa698c8482cec092551e0cc72597981d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 20 09:38:27 2013 -0700

    Fix scroll wheel when CapsLock, NumLock or other modifiers are on
    
    "None" means no modifiers at all, when all we really want is not
    Shift or Control, which have their own mappings.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 78c43bb3d12ed38bc5d750c3e0b1f7f0ea44cf0d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 20 09:02:32 2013 -0700

    Increase default text window sizes from 600 to 780 pixels
    
    Old defaults weren't wide enough to display 80 columns of text in our
    default fonts, so our help & man pages didn't fit.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f82ad2fe93d85190e21a9fcdcc66fdd9ccdbbdb6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 20 08:54:29 2013 -0700

    Stop checking for OSMINORVERSION in list of Solaris man page sections
    
    It's never defined in the autotool setup, so these sections were always
    hidden - better to always define them and let the existing logic filter
    them out if they don't exist.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2c52f843d4a359e32273bef4c08a49bcaec56100
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 20 00:04:18 2013 -0700

    Use strchr() & strrchr() instead of index() & rindex()
    
    Welcome to ANSI C89.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0c2d9fa7e5c2c109c68037e1b4da56fc4598b61b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 23:55:11 2013 -0700

    Use remove() instead of unlink()
    
    In normal cases, no difference.   If somehow our file path ends up
    pointing to a directory, can save having to fsck to clean up the
    mess, if someone is silly enough to be running xman as root.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2e5d074873fe7440c397cbf257b0a9c2da28e08b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 23:08:32 2013 -0700

    Mark PrintError as noreturn
    
    Suggested by gcc -Wsuggest-attribute=noreturn
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0d8f02da4e3e9d65608b26222d76ce75567956d0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 23:04:17 2013 -0700

    Remove unused NULLSTR macro
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit da80716836bd7a049e74503c660d853e512e6239
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 23:02:23 2013 -0700

    constify char *'s to clear compiler complaints
    
    Can't get them all, due to Xt API, but this gets rid of dozens of
    warnings when building with gcc 4.7.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 27b1aadf2b24ad18e2d0d722e3b720f3f846dfec
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 20:19:11 2013 -0700

    Replace StrAlloc with XtNewString
    
    Wasn't as hard as the comment suggested.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e92ce109f36918b700eaaafed338fd532d017aa9
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 20:13:21 2013 -0700

    Remove XConsortium/XFree86/XdotOrg RCS/CVS id tags
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0d0b3ac1adbbfc055555f6f9be1f61ed4686d235
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 23:34:12 2013 -0700

    unifdef SYSV386 (really defined(SYSV) && defined(i386))
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit bc2cd98ebf50dab5db099a812b9dedc62b593c85
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 23:27:17 2013 -0700

    unifdef -Uhcx
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c50a01ea37e0242943d276b6af39b81860cba2a3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 23:25:09 2013 -0700

    unifdef -UmacII
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 08da0a2c5be93a9b711722d725b005e23bd50638
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 23:22:39 2013 -0700

    unifdef -Uultrix
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 401961177f9411e80213bab0d66ad0d82a1e96f1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 20:23:49 2013 -0700

    unifdef -UUTEK -Uapollo -ULynx
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 767616ea1e22716901e9043faa912b25f56c23f0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 20:11:51 2013 -0700

    unifdef -UCRAY
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2803776db88953904e5b789c5d81ab375c7653f7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 20:10:05 2013 -0700

    Convert to X.Org standard code style
    
    Mostly via util/modular/x-indent-all.sh, plus some manual cleanup
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8140c2d43519fc44606a82e0d249541a2cdf516d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 18:41:23 2013 -0700

    Fix numerous typos & spelling errors in comments and message strings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit eec31c83594049fc52c985daacca0f8007a2a410
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 19 18:04:12 2013 -0700

    Use <dirent.h> everywhere instead of checking for X_NOT_POSIX/SYSV/USG/etc.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list