vile
[Top][All Lists]
Advanced

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

[vile] vile-9.7w.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.7w.patch.gz
Date: Tue, 27 Oct 2009 06:01:01 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

 ftp://invisible-island.net/vile/patches/vile-9.7w.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Tue Oct 27 09:53:46 UTC 2009
 ------------------------------------------------------------------------------
 CHANGES               |   28 
 MANIFEST              |    2 
 aclocal.m4            |   10 
 configure             | 3609 ++++++++++++++++++++++++------------------------
 configure.in          |   25 
 edef.h                |    4 
 estruct.h             |    7 
 filters/filters.c     |    5 
 filters/m4-filt.c     |   14 
 macros/uxvile.desktop |    4 
 main.c                |    4 
 makefile.in           |    9 
 mktbls.c              |   37 
 modetbl               |    4 
 patchlev.h            |    2 
 proto.h               |    6 
 revlist               |   52 
 trace.c               |    6 
 vile-9.7.spec         |    9 
 vile.hlp              |   29 
 w32cbrd.c             |  777 +++++-----
 w32misc.c             |   36 
 w32ole.cpp            |    6 
 w32ole.h              |    4 
 word.c                |    4 
 wvwrap.cpp            |    4 
 26 files changed, 2476 insertions(+), 2221 deletions(-)
 ------------------------------------------------------------------------------

 20091027 (w)
        > Tom Dickey:
        + fix makefile substitution so AIX make program does not attempt to
          use desktop-utils when it is not available.
        + add configure check to suppress IRIX64 compiler warning about the
          conversion of pointers to same-sized integers, which is used in
          vile's mode structure definitions.
        + prefer include of inttypes.h, since stdint.h is c99, and on some
          platforms such as IRIX64, including it generates an error.
        + implement Unicode select/paste in winvile.
        + build-fix in mktbls.c for Visual Studio.Net 2003, apparent compiler
          bug. 
        + add detailed example of extra-colors to vile.hlp
        + change spaces-after-sentence to a buffer mode, to allow it to be part
          of a majormode.
        + correct logic in filter's parse_keyword() function, which could
          index past string limits when handling quotes.  This is an old
          bug exposed by gcc warnings fixes in 9.7v
        + modify default values for --with-app-defaults and --with-icondir to
          use the make-specific $(name) form rather than the sh/make compatible
          ${name} form, since the shell construct used for filling in the
          default value by autoconf does not work with some shells, e.g.,
          Tru64, which may be confused by nested curly-braces in that
          expression.
        + correct inconsistent use of INSTALL_SCRIPT symbol in makefile, which
          caused app-defaults and uxvile scripts to not install unless vile
          was configured with perl (report by David Rolfe).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]