Subject: CVS commit: pkgsrc/editors
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 03/15/2005 09:07:29
Module Name: pkgsrc
Committed By: martti
Date: Tue Mar 15 09:07:29 UTC 2005
Modified Files:
pkgsrc/editors/vim: Makefile
pkgsrc/editors/vim-gtk: Makefile
pkgsrc/editors/vim-gtk2: Makefile
pkgsrc/editors/vim-motif: Makefile
pkgsrc/editors/vim-share: Makefile.common distinfo
pkgsrc/editors/vim-xaw: Makefile
Log Message:
Updated vim to 6.3.064
Changes (should fix the security issues found in 6.3.045)
2231 6.3.046 ":registers" doesn't show multi-byte characters correctly
2196 6.3.047 (extra) Win XP with Borland: new file is created read-only
18175 6.3.048 (extra) VMS: doesn't build on IA64
1776 6.3.049 (after 6.3.045) compiler warning for pointer type
2225 6.3.050 a SIGHUP while already exiting may cause a crash
1661 6.3.051 crash when 'wildmenu' set and completing multi-byte file name
3175 6.3.052 (extra) Win 98: can't enter non-ASCII characters if 'enc' set
1576 6.3.053 Win32: ":loadview" doesn't work for files with non-latin chars
1981 6.3.054 when 'im' is set redraw remains off when repeating an insert
8844 6.3.055 wrong text and crash using <C-R>= or <C-\>e in command line
2091 6.3.056 window title wrong for specific multi-byte character
1748 6.3.057 folds are not updated after a filter command
4440 6.3.058 crash when zero columns room; can't compile without :vsplit
2286 6.3.059 crash when editing a file with spaces and shell expansion
1609 6.3.060 register name isn't checked for CTRL-R CTRL-O in Insert mode
1984 6.3.061 display mess when multi-byte char at right edge of screen
2337 6.3.062 ":normal! gQ" hangs
1434 6.3.063 after the CursorHold event 'mousefocus' may stop working
1586 6.3.064 line2byte(line("$") + 1) sometimes returns the wrong number
To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 pkgsrc/editors/vim/Makefile
cvs rdiff -r1.45 -r1.46 pkgsrc/editors/vim-gtk/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/editors/vim-gtk2/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/editors/vim-motif/Makefile
cvs rdiff -r1.41 -r1.42 pkgsrc/editors/vim-share/Makefile.common
cvs rdiff -r1.30 -r1.31 pkgsrc/editors/vim-share/distinfo
cvs rdiff -r1.34 -r1.35 pkgsrc/editors/vim-xaw/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.