vile
[Top][All Lists]
Advanced

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

[vile] vile-9.7zd.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.7zd.patch.gz
Date: Thu, 20 May 2010 07:04:54 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

 ftp://invisible-island.net/vile/patches/vile-9.7zd.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Thu May 20 11:01:18 UTC 2010
 ------------------------------------------------------------------------------
 CHANGES              |   34 
 MANIFEST             |    2 
 aclocal.m4           |   21 
 api.c                |    4 
 bind.c               |  232 +-
 blist.c              |    7 
 btree.c              |  500 ++---
 btree.h              |    3 
 buffer.c             |  283 +--
 buglist              |    8 
 charsets.c           |    4 
 configure            | 4152 ++++++++++++++++++++++++-------------------------
 configure.in         |    6 
 display.c            |   18 
 doc/config.doc       |   15 
 doc/config.html      |   18 
 doc/macros.doc       |    9 
 doc/macros.html      |    7 
 doc/vile-hlp.html    |    5 
 doc/vile-toc.html    |    4 
 edef.h               |    3 
 eightbit.c           |    9 
 estruct.h            |   12 
 eval.c               |   64 
 exec.c               |   14 
 file.c               |   12 
 filec.c              |    8 
 filters/c-filt.c     |    5 
 filters/filterio.c   |   12 
 filters/filters.c    |   19 
 filters/filters.h    |   12 
 filters/flt_defs.h   |    4 
 filters/lex-filt.l   |    4 
 filters/makefile.2nd |   24 
 filters/manfilt.c    |   24 
 filters/mk-0th.awk   |    9 
 filters/pl-filt.c    |    7 
 filters/rubyfilt.c   |  118 +
 filters/sed-filt.c   |    4 
 filters/spellflt.l   |    6 
 filters/vilefilt.l   |    3 
 filters/xml-filt.l   |   10 
 filters/xq-filt.l    |    6 
 finderr.c            |   15 
 input.c              |   50 
 isearch.c            |    4 
 line.c               |    8 
 main.c               |    6 
 makefile.in          |    4 
 menu.c               |    9 
 mktbls.c             |  113 -
 modes.c              |   39 
 modetbl              |    9 
 oneliner.c           |    7 
 patchlev.h           |    2 
 proto.h              |    7 
 pscreen.h            |    4 
 random.c             |    4 
 regexp.c             |   27 
 revlist              |  144 -
 search.c             |   27 
 select.c             |    5 
 spawn.c              |    4 
 statevar.c           |   18 
 tags.c               |   14 
 termio.c             |   26 
 trace.c              |   11 
 version.c            |    4 
 vile-9.7.spec        |   11 
 vile.hlp             |    6 
 window.c             |   11 
 x11.c                |  252 +-
 72 files changed, 3420 insertions(+), 3142 deletions(-)
 ------------------------------------------------------------------------------

 20100520 (zd)
        > Brendan O'Dea:
        + add configure option --disable-rpath-hack, since Debian guidelines
          do not allow rpath.
        > Tom Dickey:
        + two fixes for handling compose sequences with UTF-8 encoding (report
          by Radek Liboska):
          + restore the wide-character locale setting while opening the input
            method.
          + check in x_key_press() for resolved strings that can be interpreted
            as UTF-8 encoding.
        + add CFLAGS to link-commands in makefile.in, so that --with-cflags=-g
          works with linkers that require this.
        + implement stacked here-documents in ruby syntax highlighter.
        + several fixes for redefining a built-in command via a procedure.
          + add a parameter to delete_namebst() to suppress reinsertion of the
            data when we know we're redefining an entry.  This fixes a bug
            where reinserting silently failed to update the flags, e.g., when
            overloading a built-in name.
          + btree_delete() did not walk back through the correct set of nodes
            for rebalancing the AVL tree.  Fix, using Julienne Walker's
            tutorial as a guide.
        + fix warnings from "clang --analyze".
        + remove a check that prevented inserting non-UTF-8/non-Latin1 8bit
          codes.
        + correct setting of reg_utf8flag in regexp.c; the error was preventing
          matches of non-ASCII text in Latin-1 encoding.
        + add $cmd-encoding variable to allow control of minibuffer's encoding
        + disable rpath in rpm spec-file.

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