vile
[Top][All Lists]
Advanced

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

[vile] vile-9.8d


From: Thomas Dickey
Subject: [vile] vile-9.8d
Date: Tue, 28 Dec 2010 20:49:19 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

 ftp://invisible-island.net/vile/patches/vile-9.8d.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Wed Dec 29 01:44:24 UTC 2010
 ------------------------------------------------------------------------------
 CHANGES                  |   26 
 MANIFEST                 |    2 
 bind.c                   |   36 
 builtflt.c               |   46 
 charsets.c               |   68 
 display.c                |  101 
 doc/macros.doc           |   11 
 doc/macros.html          |    5 
 doc/vile-hlp.html        |    5 
 doc/vile-toc.html        |    4 
 edef.h                   |    3 
 eightbit.c               |  244 
 estruct.h                |   23 
 filters/tc-filt.l        |    4 
 gnreight.h               |20933 +++++++++++++++++++++++++++++++++++----------
 line.c                   |   36 
 macros/modes.rc          |    7 
 main.c                   |   14 
 map.c                    |   14 
 modes.c                  |    5 
 modetbl                  |   12 
 ntwinio.c                |  124 
 package/debian/changelog |    9 
 package/debian/rules     |   73 
 package/vile.spec        |    9 
 patchlev.h               |    2 
 proto.h                  |    8 
 regexp.c                 |   13 
 revlist                  |   66 
 select.c                 |   87 
 statevar.c               |   27 
 vile.hlp                 |    8 
 w32cmd.c                 |    4 
 33 files changed, 17183 insertions(+), 4846 deletions(-)
 ------------------------------------------------------------------------------

 20101228 (d)
        > Tom Dickey:
        + modify expression used for "path" type in regexp.c to avoid matching
          non-ASCII punctuation characters.
        + merge changes from Debian package script for 9.8c
        + add preamble patterns for Emacs "text" and "Autotest" modes.
        + minor improvements to performance by inlining as macros some
          frequently used functions.
        + apply the same improvement for line-deletion to these functions: 
          attributereqion(), find_release_attr(), update_window_attrs().
        + improve performance of line-deletion by eliminating a search for
          region-pointer, using data already collected (report by Gary
          Jennejohn).
        + modify CAPNAME expression in tc-filt.l to accept "#2", etc.
        + extend generate set of single-byte encodings to include those listed
          by iconv for which there is no predefined locale, e.g., the Windows
          codepages.
        + modify several places which check for special characters, e.g., when
          parsing repeat-counts in normal mode, to also exclude multibyte
          characters (report by Ramil Farkhshatov).
        + use the generated single-byte encodings from 9.8c to improve UTF-8
          support for platforms without iconv, i.e., by relating the narrow
          and wide encodings.
        + add $kbd-encoding variable, to control whether the keyboard uses the
          same encoding as the display and/or locale.

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