vile
[Top][All Lists]
Advanced

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

[vile] ANN: vile-9.8q


From: Thomas Dickey
Subject: [vile] ANN: vile-9.8q
Date: Mon, 7 Sep 2015 17:34:07 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

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

 ftp://invisible-island.net/vile/patches/vile-9.8q.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Mon Sep  7 21:25:23 UTC 2015
 ------------------------------------------------------------------------------
 CHANGES                  |   43 
 MANIFEST                 |    2 
 aclocal.m4               | 1182 ++--
 api.c                    |   31 
 basic.c                  |   16 
 bind.c                   |    9 
 buffer.c                 |    8 
 builtflt.c               |    5 
 charsets.c               |   11 
 config.guess             |   40 
 config.sub               |   30 
 configure                |10783 +++++++++++++++++++++++----------------------
 configure.in             |   78 
 display.c                |    6 
 doc/macros.doc           |   17 
 doc/macros.html          |   21 
 doc/makefile             |    4 
 doc/vile-hlp.html        |   32 
 doc/vile-man.html        |  859 +--
 doc/vile-toc.html        |   36 
 edef.h                   |    5 
 estruct.h                |   31 
 eval.c                   |   72 
 exec.c                   |   15 
 fences.c                 |    8 
 file.c                   |   47 
 filters/ecrypt.c         |   15 
 filters/makefile.in      |    4 
 filters/manfilt.c        |    6 
 history.c                |    4 
 input.c                  |   42 
 insert.c                 |    7 
 line.c                   |   74 
 macros/vileperl.rc       |   10 
 main.c                   |   16 
 makefile.in              |    8 
 mktbls.c                 |    3 
 modes.c                  |   14 
 modetbl                  |    5 
 ntwinio.c                |    6 
 oneliner.c               |   17 
 opers.c                  |    5 
 package/convile.nsi      |    6 
 package/debian/changelog |    6 
 package/debian/rules     |    2 
 package/minvile.nsi      |    6 
 package/vile.spec        |    9 
 package/winvile.nsi      |    6 
 patchlev.h               |    4 
 perl.xs                  |   16 
 proto.h                  |   11 
 random.c                 |   25 
 regexp.c                 |    6 
 region.c                 |   11 
 revlist                  |  132 
 search.c                 |    6 
 select.c                 |   13 
 spawn.c                  |    9 
 statevar.c               |   17 
 ucrypt.c                 |    8 
 vile.1                   |    6 
 vile.hlp                 |   20 
 w32info.rc               |   10 
 w32ole.cpp               |    6 
 word.c                   |   19 
 wvwrap.cpp               |  483 --
 66 files changed, 7717 insertions(+), 6747 deletions(-)
 ------------------------------------------------------------------------------

 20150907 (q)
        > Brendan O'Dea:
        + corrected initialization for Vileserv in vileperl.rc (report by
          Chris Green).
        > Tom Dickey:
        + add command-line options -u and -U to set $system-crlf variable
          before the "unnamed" buffer is initialized.
        + add $system-crlf to allow override of compiled-in default for "dos"
          mode so that winvile can be told to create the "unnamed" buffer with
          linefeed endings (Savannah #44773).
        + add variable $system-name to show the name used in version message
        + add checks after write-hook is run in case the script set $return to
          anything except true or sortoftrue, or if the script set the buffer
          to "view".  In either case, do not proceed to write the buffer
          (report by Matthew White).
        + modify prompts for register name to support name-completion, and
          recognize "register" as a typed macro-parameter (prompted by
          discussion with Wayne Cuddy).
        + modify configure macros to use the configured shell rather than just
          /bin/sh, to accommodate deprecation of non-POSIX shells such as that
          used in Solaris.
        + add configure option --with-man2html, use in generating vile-man.html
        + modify wvwrap to ensure that it does not pass options to winvile
          as filenames (Savannah #44774).
        + update autoconf macros from ongoing work in lynx, ncurses and xterm
          for testing ncurses6.
        + fix special case of ^G toggling in minibuffer versus '\' escaping
          (report by Wayne Cuddy).
        + cleanup logic which sets DOT.o to the beginning of a line, to
          ensure that the left-margin is used rather than just the first
          position on a line.
        + changes in 9.8p for global substitutions with "^" exposed at least
          one place, e.g., in oneliner.c where DOT was moved to the next line
          without ensuring that its offset was reset.  Review and amend several
          other occurrences where DOT moves to next or previous line (report by
          Jan Wells).

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