vile
[Top][All Lists]
Advanced

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

[vile] vile-9.8h


From: Thomas Dickey
Subject: [vile] vile-9.8h
Date: Tue, 07 Aug 2012 20:44:17 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ftp://invisible-island.net/vile/patches/vile-9.8h.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Wed Aug  8 00:19:32 UTC 2012
 ------------------------------------------------------------------------------
 CHANGES                             |   59 
 MANIFEST                            |   22 
 aclocal.m4                          |  525 ++-
 buffer.c                            |   19 
 cmdtbl                              |    6 
 configure                           | 5320 ++++++++++++++++++----------------
 configure.in                        |   76 
 display.c                           |    4 
 doc/config.doc                      |   41 
 doc/config.html                     |   41 
 doc/filters.doc                     |   10 
 doc/filters.html                    |    9 
 doc/modes.doc                       |   22 
 doc/modes.html                      |   26 
 doc/vile-hlp.html                   |   12 
 doc/vile-toc.html                   |    5 
 filters/awk-filt.l                  |    9 
 filters/c-filt.c                    |   31 
 filters/ecrypt.c                    |   49 
 filters/filters.rc                  |   22 
 filters/lex-filt.l                  |   47 
 filters/rpm.key                     |    3 
 filters/sh-filt.l                   |  122 
 filters/sh.key                      |  109 
 filters/tcl-filt.l                  |    6 
 macros/modes.rc                     |   85 
 main.c                              |   29 
 makefile.in                         |   74 
 modes.c                             |  123 
 package/debian/changelog            |    6 
 package/debian/rules                |   23 
 package/debian/vile.mini.xpm        |  273 +
 package/debian/xvile.files          |    1 
 package/vile.spec                   |  131 
 patchlev.h                          |    2 
 perl/mime.pl                        |    4 
 perl/plugins.pl                     |    4 
 proto.h                             |    6 
 revlist                             |  104 
 vile-9.8h/df-install.in             |  117 
 vile-9.8h/filters/bash.key          |   28 
 vile-9.8h/filters/ksh.key           |   33 
 vile-9.8h/filters/zsh.key           |   80 
 vile-9.8h/icons/pumpkin_48x48.svg   |  118 
 vile-9.8h/icons/sink_48x48.svg      |  293 +
 vile-9.8h/icons/vile-mini.svg       |  102 
 vile-9.8h/icons/vile-mini_16x16.xpm |   45 
 vile-9.8h/icons/vile-mini_32x32.xpm |   89 
 vile-9.8h/icons/vile-mini_48x48.xpm |  119 
 vile-9.8h/icons/vile_48x48.svg      |  143 
 vile.hlp                            |   12 
 vl_crypt.h                          |    4 
 w32oo.cpp                           |    2 
 x11.c                               |  206 +
 54 files changed, 5869 insertions(+), 2982 deletions(-)
 ------------------------------------------------------------------------------

 20120807 (h)
        + document icon options in config.doc
          NOTE: the meaning of the --with-icondir option changes with this
          version; --with-pixmapdir replaces that usage, while --with-icondir
          is used to support icon themes.
        + update vile.mini.xpm to add 32x32 and 48x48 sizes.
        + add configure --with-icon-name option.
        + add iconName resource, which can override the compiled-in pixmap.
        + revise xvile configure options with improved versions from xterm.
        + add .png and .svg icons, for use in icon-themes.
        + add fences to rpmmode.
        + restore highlighting of xpmmode, lost in 9.8g changes.
        + modify vile.spec to conditionally incorporate the perl features.
          NOTE: this omits dict.pm due to limitations of the rpm program.
        + improve pattern used for regular expressions in awk-filt.l
        + improve check in c-filt.c for quoted strings to ensure that a
          backslash is given for continuation-lines.
        + modify ecrypt.c to reset seed/salt before each file, so that a set
          of files can be decrypted with a wildcard.
        + improved lex-filt.l:
          + do not treat a line consisting only of whitespace as indented-code.
          + amend CODE1 state to handle indented comments between patterns.
        + modify initialization of [vileinit] to quote parameters passed from
          the command-line, e.g., for the "-s" option so that embedded blanks
          are retained (report by Greg McFarlane, Savannah #36801).
        + modify hist_show() to return correct index for "#" buffer when
          autobuffer mode is turned off (Savannah #36739).
        + correct logic in special_formatter() for L_CURL case so that
          expressions such as
                setv $modeline-format "%{&cat 'ignorecase is ' $ignorecase}"
          work (patch by Adam Denton, Savannah #35288).
        + corrected highlighting of continuation-lines for double-quoted
          strings in awk, tcl filters (prompted by report by Wayne Cuddy).
        + reduce sh.key to POSIX shell keywords and utilities.
        + add zshmode and bashmode, for consistency.
        + add kshmode, to address slight syntax differences between Korn
          (ksh93) and Bourne shell scripts.
        + add new command "derive-majormode", which is used to make a new
          mode initially copying another mode's settings.
        + improved sh-filt.l:
          + "<<<" short-form here-document.
          + add "-K" option to support Korn shell's "vnames", which allows one
            to define a variable containing "." if there already exists a
            variable consisting of the part before the ".".
          + exclude backtic from a pattern in here-documents, which prevented
            embedded backtic's from being recognized.
          + extend the list of operators for brace substitution.
        + use autoconf 2.52.20120310, to work around Intel 12.x compiler.
        + add configure check for clang, to improve compiler warnings.
        + build-fix for HP-UX 10.20 lex, which prototyped main() without params

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