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

Accepted vim 1:6.1-474+1 (i386 source)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  6 Apr 2003 20:35:12 -0700
Source: vim
Binary: vim-perl vim-ruby vim-python vim-tcl vim vim-gtk
Architecture: source i386
Version: 1:6.1-474+1
Distribution: unstable
Urgency: low
Maintainer: Luca Filipozzi <lfilipoz@debian.org>
Changed-By: Luca Filipozzi <lfilipoz@debian.org>
Description: 
 vim        - Vi IMproved - enhanced vi editor
 vim-gtk    - Vi IMproved - GTK version
 vim-perl   - Vi IMproved, with perl scripting support
 vim-python - Vi IMproved, with python scripting support
 vim-ruby   - Vi IMproved, with ruby scripting support
 vim-tcl    - Vi IMproved, with tcl scripting support
Closes: 127830 135243 140203 141804 152721 165819 173797 186673 186673 189858 190022 190864 193235
Changes: 
 vim (1:6.1-474+1) unstable; urgency=low
 .
   * debian/vim.postinst + debian/vim-variant.postinst: delete symlinks located
     in /usr/doc (closes: #189858, #190022)
   * debian/rules + debain/runtime/vimrc: applied a patch that causes build
     system to not compress the top level vim documenation file, help.txt; this
     is needed so that plugin documentation can be merged into the online help
     (closes: #186673) [thanks to: Recai Oktas]
   * debian/patches/02debcontrol.vim: applied a patch that prevents vim syntax
     erroneous highlighting of email addresses in Debian control files
     (closes: #186673) [thanks to: Dmitry Borodaenko]
   * debian/patches/03debcontrol.vim: applied a patch that makes the syntax
     highlighter recongize the new Debian sections: embedded, gnome, kde,
     libdevel, perl, python
     (closes: #193235) [thanks to: Branden Robinson]
   * debian/patches/04vim.1: applied a patch that documents -X flag
     (closes: #141804) [thanks to: Guido Guenther]
   * debian/patches/05muttrc.vim: applied a patch that adds several keywords
     starting with 'crypt-', reflecting recent changes in muttrc syntax
     (closes: #190864) [thanks to: Marco Herrn]
   * debian/patches/06tasm.vim: applied a patch that fixes minor typo
     (closes: #165819) [thanks to: David Weinehall]
   * debian/patches/07scripts.vim.diff: applied a patch that helps vim correctly
     highlight cvs diff output
     (closes: #152721) [thanks to: Guido Guenther]
   * debian/patches/08sh.vim.diff: applied a patch that increases the strictness
     of Bourne shell syntax highlighting with respect to "if [ ]" constructs
     (closes: #140203) [thanks to: Malcolm Parsons]
   * debian/patches/09c.vim.diff: applied a patch that adds additional signal
     names to the list of recognized signals for syntax highlighting
     (closes: #173797) [thanks to: Wolfram Quester]
   * debian/patches/10apache.vim.diff: applied a patch that adds SSLEnable
     to the list of recognized keyworkds (closes: #135243)
   * debian/runtime/vimrc: applied a patch that makes vim set printoptions
     paper to /etc/papersize as per Debian standards
     (closes: #127830) [thanks to: Ken Shan]
   * new upstream patches:
     + 6.1.321: When 'mouse' includes 'n' but not 'v', don't allow starting
       Visual mode with the mouse.
     + 6.1.322: Win32: The host name is always "PC " plus the real host
       name.
     + 6.1.323: ":registers" doesn't stop listing for a "q" at the more
       prompt.
     + 6.1.324: Crash when dragging a vertical separator when <LeftMouse>
       is remapped to jump to another window.
     + 6.1.325: Shift-Tab is not automatically recognized in an xterm.
     + 6.1.326: Using a search pattern may read from uninitialized data
       (Yasuhiro Matsumoto)
     + 6.1.327: When opening the "mbyte.txt" help file the utf-8 characters
       are unreadable, because the fileencoding is forced to be latin1.
     + 6.1.328: Prototype for enc_canon_search() is missing.
     + 6.1.329: When editing a file "a b c" replacing "%" in ":Cmd %" or
       ":next %" does not work properly.
     + 6.1.330: GTK, Motif and Athena: Keypad keys produce the same code
       as non-keypad keys, making it impossible to map them separately.
     + 6.1.331: When translating the help files, "LOCAL ADDITIONS" no
       longer marks the spot where help files from plugins are to be listed.
     + 6.1.332: Win32: Loading Perl dynamically doesn't work with Perl
       5.8. Perl 5.8 also does not work with Cygwin and Ming.
     + 6.1.333: Win32: Can't handle Unicode text on the clipboard. Can't
       pass NUL byte, it becomes a line break.
     + 6.1.334: Problem with drawing Hebrew characters.
     + 6.1.335: Failure of obtaining the cursor position and window size
       is ignored.
     + 6.1.336: Warning for use of function prototypes of smsg().
     + 6.1.337: When using "finish" in debug mode in function B() for
       ":call A(B())" does not stop after B() is finished.
     + 6.1.338: When using a menu that checks out the current file from
       Insert mode, there is no warning for the changed file until exiting
       Insert mode.
     + 6.1.339: Completion doesn't allow "g:" in ":let g:did_<Tab>". (Benji
       Fisher)
     + 6.1.340: Win32: Can't compile the Perl interface with nmake.
     + 6.1.341: In Insert mode with 'rightleft' set the cursor is drawn
       halfway a double-wide character. For CTRL-R and CTRL-K in Insert
       mode the " or ? is not displayed.
     + 6.1.342: With 'rightleft' set typing "c" on a double-wide character
       causes the cursor to be displayed one cell to the left.
     + 6.1.343: Cannot compile with the +multi_byte feature but without
       +rightleft. Cannot compile without the GUI.
     + 6.1.344: When using ":silent filetype" the output is still put in
       the message history.
     + 6.1.345: Win32: 'imdisable' doesn't work.
     + 6.1.346: The scroll wheel can only scroll the current window.
     + 6.1.347: When using cscope to list matching tags, the listed number
       is sometimes not equal to what cscope uses.
     + 6.1.348: Wildmode with wildmenu: ":set wildmode=list,full",
       ":colorscheme <tab>" results in "zellner" instead of the first
       entry. (Anand Hariharan)
     + 6.1.349: "vim --serverlist" when no server was ever started gives
       an error message without "\n". "vim --serverlist" doesn't exit when
       the X server can't be contacted, it starts Vim unexpectedly.
     + 6.1.350: When entering a buffer with ":bnext" for the first time,
       using an autocommand to restore the last used cursor position
       doesn't work.
     + 6.1.351: Crash when starting Vim the first time in an X server. (John
       McGowan)
     + 6.1.352: Win32: Crash when setting "imdisable" in _vimrc.
     + 6.1.353: Problem with drawing Arabic characters.
     + 6.1.354: MS-Windows 98: Notepad can't paste text copied from Vim when
       'encoding' is "utf-8".
     + 6.1.355: In a regexp '\n' will never match anything in a string.
     + 6.1.356: Compiler warnings for using convert_setup() and a few
       other things.
     + 6.1.357: CR in the quickfix window jumps to the error under the
       cursor, but this doesn't work in Insert mode.
     + 6.1.358: The tutor doesn't select another locale version properly.
     + 6.1.359: Mac Carbon: Vim doesn't get focus when started from the
       command line. Crash when using horizontal scroll bar.
     + 6.1.360: In Insert mode CTRL-K ESC messes up a multi-byte character.
     + 6.1.361: Cannot jump to a file mark with ":'M".
     + 6.1.362: tgetent() may return zero for success. tgetflag() may
       return -1 for an error.
     + 6.1.363: byte2line() can return one more than the number of lines.
     + 6.1.364: That the FileChangedShell autocommand event never nests
       makes it difficult to reload a file in a normal way.
     + 6.1.365: Setting a breakpoint in a sourced file with a relative
       path name doesn't work.
     + 6.1.366: Can't use Vim with Netbeans.
     + 6.1.367: Setting a breakpoint in a function doesn't work. For
       a sourced file it doesn't work when symbolic links are
       involved. (Servatius Brandt)
     + 6.1.368: Completion for ":map" does not include <silent> and
       <script>. ":mkexrc" do not save the <silent> attribute of mappings.
     + 6.1.369: VMS: Vim hangs when attempting to edit a read-only file
       in the terminal. Problem with VMS filenames for quickfix.
     + 6.1.370: #ifdef nesting is unclear.
     + 6.1.371: "%V" in 'statusline' doesn't show "0-1" in an empty line.
     + 6.1.372: With 16 bit ints there are compiler warnings.
     + 6.1.373: The default page header for printing is not translated.
     + 6.1.374: MS-Windows: Cannot build GvimExt with MingW or Cygwin.
     + 6.1.375: MS-Windows: ':!dir "%"' does not work for a file name
       with spaces.
     + 6.1.376: "vim --version" and "vim --help" have a non-zero exit
       code. That is unusual.
     + 6.1.377: Can't add words to 'lispwords' option.
     + 6.1.378: When two buffer-local user commands are ambiguous, a full
       match with a global user command isn't found.
     + 6.1.379: Linux with kernel 2.2 can't use the alternate stack in
       combination with threading, causes an infinite loop.
     + 6.1.380: When 'winminheight' is zero and the quickfix window is
       zero lines, entering the window doesn't make it highter. (Christian
       J. Robinson)
     + 6.1.381: When a BufWriteCmd is used and it leaves the buffer
       modified, the window may still be closed.
     + 6.1.382: Win32 GUI: When using two monitors, the code that
       checks/fixes the window size and position (e.g. when a font changes)
       doesn't work properly.
     + 6.1.383: The filling of the status line doesn't work properly for
       multi-byte characters. There is no check for going past the end of
       the buffer.
     + 6.1.384: It is not possible to find if a certain patch has been
       included.
     + 6.1.385: Can't compile without the multi-byte feature.
     + 6.1.386: Get duplicate tags when running ":helptags".
     + 6.1.387: Compiler warning for pointer cast.
     + 6.1.388: Compiler warning for pointer cast.
     + 6.1.389: Balloon evaluation doesn't work for GTK. has("balloon_eval")
       doesn't work.
     + 6.1.390: It's not possible to tell Vim to save and exit through the
       Netbeans interface. Would still try to send balloon eval text after
       the connection is closed. Can't use Unicode characters for sign text.
     + 6.1.391: ml_get
     + 6.1.392: Highlighting in the 'statusline' is in the wrong position
       when an item is tructated.
     + 6.1.393: When compiled with Python and threads, detaching the
       terminal may cause Vim to loop forever.
     + 6.1.394: The netbeans interface doesn't recognize multibyte glyph
       names.
     + 6.1.395: VMS: OLD_VMS is never defined. Missing function prototype.
     + 6.1.396: Compiler warnings for using enum.
     + 6.1.397: The install program may use a wrong path for the diff
       command if there is a space in the install directory path.
     + 6.1.398: Saving the typeahead for debug mode causes trouble for a
       test script.
     + 6.1.399: Warning for unused variable.
     + 6.1.400: When a BufWriteCmd wipes out the buffer it may still
       be accessed.
     + 6.1.401: Building the Win16 version with Borland 5.01 doesn't
       work. "make test" doesn't work with Make_dos.mak.
     + 6.1.402: When evaluating a function name with curly braces, an
       error is not handled consistently.
     + 6.1.403: MS-Windows 16 bit: compiler warnings.
     + 6.1.404: Various small problems.
     + 6.1.405: A few files are missing from the toplevel Makefile.
     + 6.1.406: When a statusline item doesn't fit arbitrary text appears.
     + 6.1.407: ":set scrollbind | help" scrollbinds the help
       window. (Andrew Pimlott)
     + 6.1.408: When 'rightleft' is set unprintable character 0x0c is
       displayed as ">c0<".
     + 6.1.409: Generating tags for the help doesn't work for some locales.
     + 6.1.410: Linking error when compiling with Netbeans but without
       sign icons.
     + 6.1.411: When 'virtualedit' is set, highlighting a Visual block
       beyond the end of a line may be wrong.
     + 6.1.412: When swapping terminal screens and using ":gui" to start
       the GUI, the shell prompt may be after a hit-enter prompt.
     + 6.1.413: When 'clipboard' contains "unnamed", "p" in Visual mode
       doesn't work correctly.
     + 6.1.414: VMS: Vim busy waits when waiting for input.
     + 6.1.415: When there is a vertical split and a quickfix window,
       reducing the size of the Vim window may result in a wrong window
       layout and a crash.
     + 6.1.416: When using the Netbeans interface, a line with a sign
       cannot be changed.
     + 6.1.417: Unprintable multi-byte characters are not handled
       correctly. Multi-byte characters above 0xffff are displayed as
       another character.
     + 6.1.418: The result of strftime() is in the current locals. Need
       to convert it to 'encoding'.
     + 6.1.419: Vim doesn't compile on AIX 5.1.
     + 6.1.420: convert_input() has an unnecessary STRLEN(). Conversion
       from UCS-2 to a codepage uses word count instead of byte count.
     + 6.1.421: MS-Windows 9x: When putting text on the clipboard it can
       be in the wrong encoding.
     + 6.1.422: Error in .vimrc doesn't cause hit-enter prompt when
       swapping screens.
     + 6.1.423: Can't find arbitrary text in help files.
     + 6.1.424: Win32: Gvim compiled with VC++ 7.0 run on Windows 95 does
       not show menu items.
     + 6.1.425: ":helptags $VIMRUNTIME/doc" does not add the "help-tags"
       tag.
     + 6.1.426: "--remote-wait +cmd file" waits forever.
     + 6.1.427: Several error messages for regexp patterns are not
       translated.
     + 6.1.428: FreeBSD: wait() may hang when compiled with Python support
       and doing a system() call in a startup script.
     + 6.1.429: Crash when using showmarks.vim plugin.
     + 6.1.430: In Lisp code backslashed parens should be ignored for "%".
     + 6.1.431: Debug commands end up in redirected text.
     + 6.1.432: MS-Windows: ":make %:p" inserts extra backslashes.
     + 6.1.433: ":popup" only works for Win32.
     + 6.1.434: Win32: When there are more than 32767 lines, the scrollbar
       has a roundoff error.
     + 6.1.435: ":winsize x" resizes the Vim window to the minimal
       size. (Andrew Pimlott)
     + 6.1.436: When a long UTF-8 file contains an illegal byte it's hard
       to find out where it is.
     + 6.1.437: Using multi-byte functions when they are not available.
     + 6.1.438: When Perl has thread support Vim cannot use the Perl
       interface.
     + 6.1.439: Netbeans: A "create" function doesn't actually create a
       buffer, following functions may fail.
     + 6.1.440: The "@*" command doesn't obtain the actual contents of
       the clipboard.
     + 6.1.441: "zj" and "zk" cannot be used as a motion command after
       an operator.
     + 6.1.442: Unicode 3.2 defines more space and punctuation characters.
     + 6.1.443: Win32: The gvimext.dll build with Borland 5.5 requires
       another DLL.
     + 6.1.444: Win32: Enabling a build with gettext support is not
       consistant.
     + 6.1.445: DJGPP: get warning for argument of putenv()
     + 6.1.446: Win32: The MingW makefile uses a different style of
       arguments than other makefiles. Dynamic IME is not supported
       for Cygwin.
     + 6.1.447: "make install" uses "make" directly for generating help
       tags.
     + 6.1.448: 'titlestring' has a default maximum width of 50 chars
       per item.
     + 6.1.449: When "1" and "a" are in 'formatoptions', auto-formatting
       always moves a newly added character to the next line.
     + 6.1.450: Termcap entry "kB" for back-tab is not recognized.
     + 6.1.451: GUI: When text in the find dialog contains a slash,
       a backslash is inserted the next time it is opened.
     + 6.1.452: Win32: IME support doesn't work for MSVC.
     + 6.1.453: When compiled without sign icons but with sign support,
       adding a sign may cause a crash.
     + 6.1.454: Win32: pasting Russian text in Vim with 'enc' set to cp1251
       results in utf-8 bytes. Conversion from DBCS to UCS2 does not work
       when 'encoding' is not the active codepage.
     + 6.1.455: Some Unicode characters can be one or two character
       cells wide.
     + 6.1.456: Win32: IME doesn't work.
     + 6.1.457: An empty register in viminfo causes conversion to fail.
     + 6.1.458: Compiler warning for pointer.
     + 6.1.459: Win32: libcall() may return an invalid pointer and cause
       Vim to crash.
     + 6.1.460: GTK: after scrolling the text one line with a key, clicking
       the arrow of the scrollbar does not always work.
     + 6.1.461: When a keymap is active, typing a character in Select mode
       does not use it.
     + 6.1.462: When autocommands wipe out a buffer, a crash may
       happen. (Hari Krishna Dara)
     + 6.1.463: When writing a compressed file, the file name that gzip
       stores in the file is the weird temporary file name.
     + 6.1.464: Crash when using C++ syntax highlighting.
     + 6.1.465: Compile error when using cygwin.
     + 6.1.466: The "-f" argument is a bit obscure.
     + 6.1.467: Setting the window title doesn't work for Chinese.
     + 6.1.468: ":mksession" also stores folds for buffers which will not
       be restored.
     + 6.1.469: 'listchars' cannot contain multi-byte characters.
     + 6.1.470: Polish messages don't show up correctly on MS-Windows.
     + 6.1.471: ":jumps" output continues after pressing "q" at the
       more-prompt.
     + 6.1.472: When there is an authentication error when connecting to
       the X server Vim exits.
     + 6.1.473: Referring to $curwin or $curbuf in Perl 5.6 causes a crash.
     + 6.1.474: When opening the command-line window in Ex mode it's
       impossible to go back.
Files: 
 c55966a18b7bcaf1dc7ce6a8a1725265 763 editors extra vim_6.1-474+1.dsc
 4c786a02f8824d591e4d76929ee69e88 683629 editors extra vim_6.1-474+1.diff.gz
 197b58ae3d4e0894e5ffd512a1e9f98d 4701264 editors optional vim_6.1-474+1_i386.deb
 7490aa33c1602b9adf5f6dfae65446b6 611590 editors extra vim-gtk_6.1-474+1_i386.deb
 62823b5d0d16f4641d6182da54176095 611586 editors extra vim-perl_6.1-474+1_i386.deb
 054f84cb75b7ba4c736deafacb674df3 619108 editors extra vim-python_6.1-474+1_i386.deb
 c7feeb56348e7234d5706020e06f61bd 615840 editors extra vim-ruby_6.1-474+1_i386.deb
 d6960a6d35f3799c8d6b0fa6f0510dad 619008 editors extra vim-tcl_6.1-474+1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+yWfENXMyxFqCei0RAstQAJ9+7XHd2GgF/8tSMKW0/yustu8ThACeK9BB
q518p8muTHDWadAUc+RQsOw=
=A2L7
-----END PGP SIGNATURE-----


Accepted:
vim-gtk_6.1-474+1_i386.deb
  to pool/main/v/vim/vim-gtk_6.1-474+1_i386.deb
vim-perl_6.1-474+1_i386.deb
  to pool/main/v/vim/vim-perl_6.1-474+1_i386.deb
vim-python_6.1-474+1_i386.deb
  to pool/main/v/vim/vim-python_6.1-474+1_i386.deb
vim-ruby_6.1-474+1_i386.deb
  to pool/main/v/vim/vim-ruby_6.1-474+1_i386.deb
vim-tcl_6.1-474+1_i386.deb
  to pool/main/v/vim/vim-tcl_6.1-474+1_i386.deb
vim_6.1-474+1.diff.gz
  to pool/main/v/vim/vim_6.1-474+1.diff.gz
vim_6.1-474+1.dsc
  to pool/main/v/vim/vim_6.1-474+1.dsc
vim_6.1-474+1_i386.deb
  to pool/main/v/vim/vim_6.1-474+1_i386.deb



Reply to: