vile
[Top][All Lists]
Advanced

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

[vile] ANN: vile-9.8n


From: Thomas Dickey
Subject: [vile] ANN: vile-9.8n
Date: Sun, 06 Jul 2014 20:55:32 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Files:
        ftp://invisible-island.net/vile/current/vile-9.8n.tgz
        ftp://invisible-island.net/vile/current/vile-9.8n.tgz.asc
        ftp://invisible-island.net/vile/patches/MD5sums
        ftp://invisible-island.net/vile/patches/vile-9.8n.patch.gz
        ftp://invisible-island.net/vile/patches/vile-9.8n.patch.gz.asc
        ftp://invisible-island.net/vile/patches/vile-9.8n.patch.gz

 patch by Thomas E. Dickey <address@hidden>
 created  Mon Jul  7 00:51:19 UTC 2014
 ------------------------------------------------------------------------------
 CHANGES                             |   40 
 MANIFEST                            |    4 
 aclocal.m4                          |   21 
 basic.c                             |   21 
 buffer.c                            |   58 
 config.guess                        |  192 --
 config.sub                          |   15 
 configure                           |  256 +--
 configure.in                        |   20 
 curses.c                            |    8 
 doc/config.doc                      |   11 
 doc/config.html                     |   14 
 doc/filters.doc                     |   59 
 doc/filters.html                    |  189 +-
 doc/macros.doc                      |  531 +++---
 doc/macros.html                     | 2629 +++++++++++++++++++---------------
 doc/make-hlp.pl                     |   13 
 doc/menus.doc                       |  138 -
 doc/menus.html                      |  470 ++----
 doc/vile-hlp.html                   | 2323 ++++++++++++++++++------------
 doc/vile-man.html                   |    2 
 doc/vile-toc.html                   |    4 
 encrypt.c                           |    4 
 filec.c                             |    5 
 filters/manfilt.c                   |    8 
 filters/rubyfilt.c                  |    8 
 finderr.c                           |    6 
 line.c                              |   14 
 macros/modes.rc                     |    4 
 main.c                              |    9 
 makefile.in                         |   34 
 opers.c                             |   21 
 package/convile.nsi                 |    6 
 package/debian/changelog            |    6 
 package/debian/vile-common.examples |    2 
 package/debian/vile.files           |    2 
 package/minvile.nsi                 |    6 
 package/vile.spec                   |   13 
 package/winvile.nsi                 |    6 
 patchlev.h                          |    4 
 perl.xs                             |   12 
 proto.h                             |    9 
 ptypemap                            |    2 
 random.c                            |   36 
 revlist                             |  100 -
 select.c                            |    4 
 trace.c                             |   25 
 vile-9.8n/macros/vile-libdir-path   |   51 
 vile-9.8n/macros/vile-to-html       |   20 
 vile.hlp                            |   94 -
 w32info.rc                          |   10 
 51 files changed, 4309 insertions(+), 3230 deletions(-)
 ------------------------------------------------------------------------------

 20140706 (n)
        > Brendan O'Dea:
        + use INT2PTR and PTR2IV macros rather than an explicit cast in perl.xs
          and ptypemap.
        > Tom Dickey:
        + improve description of search-list for syntax filter keywords in
          vile.hlp; add links/anchors to improve navigation in vile-hlp.html,
          config.html and macros.html
        + modify error-pattern for GNU make to work with the 4.0 change to
          quotes
        + modify makemode mode-filename pattern to match BSDMakefile and
          GNUMakefile
        + add vile-to-html, vile-libdir-path
        + modify manfilt.c to recognize aixterm-style SGR 90-97 as colors 8-15.
        + correct off-by-one count in decoding "meta" markup from 9.8l changes
          which did not work with external filters.
        + add note in config.doc recommending ncursesw for screen option over
          curses/ncurses, for UTF-8 support.
        + modify DisableHook/EnableHook to let their return-value be usable as
          the latch condition.
        + if configure check for gcc -rdynamic option fails, fallback to the
          built-in filter configuration.
        + suppress -rdynamic option-check for clang, because its error
          reporting is unreliable.
        + correct logic in nextbuffer() when autobuffer mode is unset.  Similar
          fix for prevbuffer() (report by Hymie on mailing list).
        + modify test for stuttering in vile_op(), to check if a count precedes
          the final letter in a command.  With this change,
                ^All
          stutters as before, making the command in terms of lines.  However
                ^Al5l
          will act on the next 5 characters.  Note that
                ^Al1l
          will act on a single character (Savannah #42147).
        + fix a double-free in bclear(), when the buffer is marked noundoable
          (report by Paul Fox).
        + update config.guess, config.sub

-- 
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]