Subject: CVS commit: [pkgsrc-2004Q4] pkgsrc/editors
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 01/08/2005 16:22:48
Module Name: pkgsrc
Committed By: salo
Date: Sat Jan 8 16:22:48 UTC 2005
Modified Files:
pkgsrc/editors/vim [pkgsrc-2004Q4]: Makefile
pkgsrc/editors/vim-gtk [pkgsrc-2004Q4]: Makefile
pkgsrc/editors/vim-gtk2 [pkgsrc-2004Q4]: Makefile
pkgsrc/editors/vim-motif [pkgsrc-2004Q4]: Makefile
pkgsrc/editors/vim-share [pkgsrc-2004Q4]: Makefile.common distinfo
pkgsrc/editors/vim-xaw [pkgsrc-2004Q4]: Makefile
Log Message:
Pullup ticket 212 - requested by Adrian Portelli
security fix for vim
Module Name: pkgsrc
Committed By: cjs
Date: Wed Jan 5 11:03:44 UTC 2005
Modified Files:
pkgsrc/editors/vim: Makefile
pkgsrc/editors/vim-share: Makefile.common
Log Message:
Move --enable-multibyte from vim/Makefile to
vim-share/Makefile.common, since it should be not just the command
line version of vim but all versions (e.g., gtk) that use this.
---
Module Name: pkgsrc
Committed By: adrianp
Date: Thu Jan 6 20:38:06 UTC 2005
Modified Files:
pkgsrc/editors/vim-share: Makefile.common distinfo
pkgsrc/editors/vim: Makefile
pkgsrc/editors/vim-gtk: Makefile
pkgsrc/editors/vim-gtk2: Makefile
pkgsrc/editors/vim-motif: Makefile
pkgsrc/editors/vim-xaw: Makefile
Log Message:
Bump to 6.3.045 for recent security issue
6.3.001 ":browse split" gives file selection dialog twice
6.3.002 utf-8 detection in translated help files is wrong
6.3.003 crash when using console dialog without default choice
6.3.004 too many hit-enter prompts when searching for long string
6.3.005 crash when searching with character offset in closed fold
6.3.006 the current directory is prepended to the ":breakadd" argument
6.3.007 swap file is not deleted for a "nofile" buffer after ":cd"
6.3.008 OS/2: can't compile, missing error message
6.3.009 (after 6.3.006) ":breakadd file" does not match for a symlink
6.3.010 writing to a named pipe causes an error message for fsync()
6.3.011 crash when user command completion uses "normal :cmd"
6.3.012 lalloc(0) error for substitute command with multi-line pattern
6.3.013 crash when using CTRL-R = in command line uses "normal :cmd"
6.3.014 default value of 'helplang' is wrong for Chinese and Taiwanese
6.3.015 the string returned by winrestcmd() may end in garbage
6.3.016 'define' default had "\s" before #, breaks "[d"
6.3.017 "9zz" could place the cursor beyond the end of a line
6.3.018 ":0argadd zero" added the argument after the first one
6.3.019 crash during startup when compiled for debugging
6.3.020 "dw" doesn't work right for UTF-8 when 'delcombine' is set
6.3.021 can't edit file with path separator in trail byte of last char
6.3.023 when <Space> is remapped abbreviations are not expanded
6.3.024 missing NUL for strings created with ga_concat()
6.3.026 setting 'bg' in syncolor.vim may cause endless loop or crash
6.3.027 VMS: Writing a file may insert extra CR characters
6.3.028 the BOM marker is written when appending to a file
6.3.029 crash in syntax highlighting code when inserting a line break
6.3.030 GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
6.3.031 pressing Tab when entering a mapping may cause a display error
6.3.032 with Python 2.3 using threads doesn't work
6.3.033 mapping ending in two-char command doesn't restart Insert mode
6.3.034 VMS: crash in RTL when using :help, caused by ? wildcard
6.3.036 ml_get errors when fold was deleted
6.3.037 (after 6.3.032) warning for unused variable
6.3.039 line numbers not updated when inserting a line above window
6.3.040 window count for a buffer was wrong after error handling
6.3.042 CTRL-X CTRL-E in Insert mode does not scroll fold correctly
6.3.043 'hlsearch' highlighting sometimes disappears
6.3.045 some option values may cause trouble in a modeline
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.55.2.1 pkgsrc/editors/vim/Makefile
cvs rdiff -r1.43 -r1.43.2.1 pkgsrc/editors/vim-gtk/Makefile
cvs rdiff -r1.10 -r1.10.2.1 pkgsrc/editors/vim-gtk2/Makefile
cvs rdiff -r1.9 -r1.9.2.1 pkgsrc/editors/vim-motif/Makefile
cvs rdiff -r1.37 -r1.37.4.1 pkgsrc/editors/vim-share/Makefile.common
cvs rdiff -r1.28 -r1.28.4.1 pkgsrc/editors/vim-share/distinfo
cvs rdiff -r1.32 -r1.32.2.1 pkgsrc/editors/vim-xaw/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.