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

Accepted vim 6.1.263-1 (i386 source)



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

Format: 1.7
Date: Tue, 26 Nov 2002 09:46:26 -0800
Source: vim
Binary: vim-perl vim-ruby vim-python vim-tcl vim vim-gtk
Architecture: source i386
Version: 6.1.263-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
Changes: 
 vim (6.1.263-1) unstable; urgency=low
 .
   * New maintainer
   * New debian build scripts
   * debian/runtime/vimrc: added 'set nomodeline' to address potential
     security issue wherein malicious persons author files with hazardous
     modelines, users unwittingly open said files and vim evaluates the
     dangerous modelines
   * Apply upstream patches:
     + 6.1.207: Indenting a Java file hangs below a line with a comment
       after a command.
     + 6.1.208: Can't use the buffer number from the Python interface.
     + 6.1.209: Printing doesn't work on Mac OS classic.
     + 6.1.210: When there is an iconv() conversion error when reading a
       file there can be an error the next time iconv() is used.
     + 6.1.211: The message "use ! to override" is confusing.
     + 6.1.212: When Vim was started with "-R" ":new" creates a buffer
       'noreadonly' while ":enew" has 'readonly' set.
     + 6.1.213: Using CTRL-W H may cause a big gap to appear below the
       last window.
     + 6.1.214: When installing Vim and the runtime files were checked
       out from CVS the CVS directories will also be installed.
     + 6.1.215: Win32: ":pwd" uses backslashes even when 'shellslash'
       is set.
     + 6.1.216: When dynamically loading the iconv library, the error
       codes may be confused.
     + 6.1.217: When sourcing the same Vim script using a different name
       (symbolic link or MS-Windows 8.3 name) it is listed twice with
       ":scriptnames". (Tony Mechelynck)
     + 6.1.218: No error message for using the function argument
       "5+". (Servatius Brandt)
     + 6.1.219: When using ":amenu :b 1<CR>" with a Visual selection and
       'insertmode' is set, Vim does not return to Insert mode. (Mickael
       Marchand)
     + 6.1.220: When using a BufReadPost autocommand that changes the line
       count, e.g., "$-1join", reloading a file that was changed outside
       Vim does not work properly.
     + 6.1.221: Changing case may not work properly, depending on the
       current locale.
     + 6.1.222: Patch 6.1.219 was incomplete.
     + 6.1.223: Win32: When IME is activated 'iminsert' is set, but it
       might never be reset when IME is disabled. All systems: 'iminsert' is
       set to 2 when leaving Insert mode, even when langmap is being used.
     + 6.1.224: "expand('$VAR')" returns an empty string when the expanded
       $VAR is not an existing file.
     + 6.1.225: Using <C-O><C-^> in Insert mode has a delay when starting
       "vim -u NONE" and ":set nocp hidden". (Emmanuel) do_ecmd() uses
       fileinfo(), the redraw is done after a delay to give the user time
       to read the message.
     + 6.1.226: Using ":debug" with a ":normal" command may cause a
       hang. (Colin Keith)
     + 6.1.227: It is possible to use a variable name "asdf:asdf" and
       ":let j:asdf = 5" does not give an error message.
     + 6.1.228: Win32: The special output function for Hangul is used
       too often, causing special handling for other situations
       to be skipped. bInComposition is always FALSE, causing
       ImeGetTempComposition() always to return NULL.
     + 6.1.229: Win32: Conversion to/from often used codepages requires
       the iconv library, which is not always available.
     + 6.1.230: Win16: building doesn't work.
     + 6.1.231: Double clicking with the mouse to select a word does not
       work for multi-byte characters.
     + 6.1.232: Using ex_normal_busy while it might not be available. (Axel
       Kielhorn)
     + 6.1.233: ":help expr-||" does not work.
     + 6.1.234: Get a warning for using a negative value for st_dev.
     + 6.1.235: 'iminsert' is changed from 1 to 2 when leaving Insert
       mode. (Peter Valach)
     + 6.1.236: Memory leaks when appending lines for ":diffget" or
       ":diffput" and when reloading a changec buffer.
     + 6.1.237: Putting in Visual block mode does not work correctly when
       "$" was used or when the first line is short.
     + 6.1.238: Win32: The "icon=" argument for the ":menu" command does
       not search for the bitmap file.
     + 6.1.239: Giving an error for missing :endif or :endwhile when
       being interrupted.
     + 6.1.240: Win32 with BCC 5: CPU may be defined in the environment,
       which causes a wrong argument for the compiler.
     + 6.1.241: Something goes wrong when drawing or undrawing the cursor.
     + 6.1.242: When pasting a large number of lines on the command line
       it is not possible to interrupt.
     + 6.1.243: Win32: When the OLE version is started and wasn't
       registered, a message pops up to suggest registering, even when
       this isn't possible (when the registry is not writable).
     + 6.1.244: Patch 6.1.237 was missing the diff for vim.h.
     + 6.1.245: Comparing with ignored case does not work properly for
       Unicode with a locale where case folding an ASCII character results
       in a multi-byte character.
     + 6.1.246: ":blast" goes to the first buffer if the last one is
       unlisted.
     + 6.1.247: ACL support doesn't always work properly.
     + 6.1.248: Typing 'q' at the more-prompt for ":let" does not quit
       the listing.
     + 6.1.249: Can't expand a path on the command line if it includes a
       "|" as a trail byte of a multi-byte character.
     + 6.1.250: When changing the value of 'lines' inside the expression
       set with 'diffexpr' Vim might crash.
     + 6.1.251: Can't use completion for ":lcd" and ":lchdir" like ":cd".
     + 6.1.252: "vi}" does not include a line break when the "}" is at
       the start of a following line.
     + 6.1.253: Win32 with Cygwin: Changes the path of arguments in a
       wrong way.
     + 6.1.254: exists("foo{bar}") does not work. ':unlet v{"a"}r' does
       not work. ":let v{a}r1 v{a}r2" does not work. ":func F{(1)}" does
       not work. ":delfunc F{" does not give an error message. ':delfunc
       F{"F"}' does not work.
     + 6.1.255: Crash when loading menu.vim a second time. ":unlet garbage
       foo" tries unletting "foo" after an error message. Very long function
       arguments cause very long messages when 'verbose' is 14 or higher.
     + 6.1.256: Defining a function after ":if 0" could still cause an
       error message for an existing function. Leaking memory when there
       are trailing characters for ":delfunc".
     + 6.1.257: ":cwindow" always sets the previous window to the last
       but one window.
     + 6.1.258: Buffers menu doesn't work properly for multibyte buffer
       names.
     + 6.1.259: Mac: with 'patchmode' is used filenames are truncated.
     + 6.1.260: GCC 3.2 still seems to have an optimizer problem.
     + 6.1.261: When deleting a line in a buffer which is not the current
       buffer, using the Perl interface Delete(), the cursor in the current
       window may move.
     + 6.1.262: When jumping over folds with "z[", "zj" and "zk" the
       previous position is not remembered.
     + 6.1.263: When typing a multi-byte character that triggers an
       abbreviation it is not inserted properly.
Files: 
 8542838d4718c38e68f270373790afce 678 editors extra vim_6.1.263-1.dsc
 b423e5f6eeb0dc02ef9d855be329183d 4896980 editors extra vim_6.1.263-1.tar.gz
 7bb825ecd115e1554442adda78645ff5 4613990 editors optional vim_6.1.263-1_i386.deb
 829699cd11daef265a1c092e1261fc8f 564758 editors extra vim-gtk_6.1.263-1_i386.deb
 64c2d462e717cc1bc65f727a674a5324 579044 editors extra vim-perl_6.1.263-1_i386.deb
 b840c3394fd3f10e5e87d72e0260f901 572514 editors extra vim-python_6.1.263-1_i386.deb
 9048ffb04a3f0124146a4da963985b55 568828 editors extra vim-ruby_6.1.263-1_i386.deb
 e5028d77bb100f9fb8b635c1f1820ea5 572250 editors extra vim-tcl_6.1.263-1_i386.deb

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

iD8DBQE95Yu0NXMyxFqCei0RAgiRAJwMwjB6kly0qnZkMrbPHEGYMlDH+QCfauWY
N3hgnJ60gq/P92JM+Rag5UM=
=70VY
-----END PGP SIGNATURE-----


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



Reply to: