vim (6.1.018-1woody1) stable; urgency=medium * CAN-2004-1138: Backported and applied patch 6.3.045 which fixes several vulnerabilities related to the use of options in modelines. (closes: #286223) * CAN-2005-0069: Use mktemp instead of insecure $$ construction to create temporary files in vimspell.sh and tcltags. (closes: #289560, #291125) * Set maintainer address to project mailinglist on alioth and added myself to uploaders. -- Norbert Tretkowski Sun, 3 Apr 2005 12:35:25 +0200 vim (6.1.018-1) unstable; urgency=low * Apply upstream patches: + 6.1.012: A system() call might fail if fread() does CR-LF to LF translation. + 6.1.013: Win32: The default for 'printexpr' doesn't work when there are special characters in 'printdevice'. + 6.1.014: An operator like "r" used in Visual block mode doesn't use 'virtualedit' when it's set to "block". + 6.1.015: After patch 6.1.014 can't compile with tiny features. + 6.1.016: Win32: Outputting Hebrew or Arabic text might have a problem with reversing. + 6.1.017: Cygwin: After patch 6.1.012 Still doesn't do binary file I/O. + 6.1.018: Error message when using cterm highlighting. Closes: Bug#142663 -- Wichert Akkerman Sun, 14 Apr 2002 20:38:53 +0200 vim (6.1.011-1) unstable; urgency=low * Enable langmap and keymap in all builds. Closes: Bug#141127 * Apply upstream patches: + 6.1.001: When formatting UTF-8 text it might be wrapped at a space that is followed by a composing character. Also correct a display error for removing a composing char on top of a space. + 6.1.002: Win32: after a ":popup" command the mouse pointer stays hidden. + 6.1.003: When 'laststatus' is zero and there is a vertical split, the vertical separator is drawn in the command line. + 6.1.004: Unicode 3.2 changes width and composing of a few characters. + 6.1.005: When using more than 50 items in 'statusline' Vim might crash. + 6.1.006: When using "P" in Visual mode to put linewise selected text, the wrong text is deleted. + 6.1.007: Using ":filetype plugin off" when filetype plugins were never enabled causes an error message. + 6.1.008: The "%" command doesn't ignore \" inside a string, it's seen as the end of the string. + 6.1.009: Vim crashes when using a huge number for the maxwid value in a statusline. + 6.1.010: Searching backwards for a question mark with "?\?" doesn't work. Same problem in ":s?\??" and ":g?\??". + 6.1.011: XIM: doesn't work correctly when 'number' is set. Also, a focus problem when selecting candidates. -- Wichert Akkerman Thu, 4 Apr 2002 14:49:27 +0200 vim (6.1.000-2) unstable; urgency=low * Fix version number * Update copyright the uganda.txt version. Closes: Bug#139780 -- Wichert Akkerman Mon, 25 Mar 2002 13:42:03 +0100 vim (6.1.-1) unstable; urgency=low * Small fixes to default vimrc * New upstream version. + includes 6.1b.033: When using a count after a ":s" command may get ml_get errors. Closes: Bug#139403 -- Wichert Akkerman Sun, 24 Mar 2002 18:24:35 +0100 vim (6.0.270-1) unstable; urgency=low * Switch to copyright from vim 6.1BETA which is fully GPL compatible * More upstream patches: + 6.0.227: The RISC OS port has several problems. + 6.0.228: After putting text in Visual mode the '] mark is not at the end of the put text. Undo doesn't work properly when putting a word into a Visual selection that spans more than one line. + 6.0.229: Multi-byte: With 'm' in 'formatoptions', formatting doesn't break at a multi-byte char followed by an ASCII char, and the other way around. When joining lines a space is inserted between multi-byte characters, which is not always wanted. + 6.0.230: The ":" used as a motion after an operator is exclusive, but sometimes it should be inclusive. + 6.0.231: "gd" and "gD" don't work when the variable matches in a comment just above the match to be found. + 6.0.232: "vim --version" prints on stderr while "vim --help" prints on stdout. + 6.0.233: "\1\{,8}" in a regexp is not allowed, but it should work, because there is an upper limit. + 6.0.234: It's not easy to set the cursor position without modifying marks. + 6.0.235: When writing a file and renaming the original file to make the backup, permissions could change when setting the owner. + 6.0.236: ":edit" without argument should move cursor to line 1 in Vi compatible mode. + 6.0.237: In a C file, using the filetype plugin, re-indenting a comment with two spaces after the middle "*" doesn't align properly. + 6.0.238: Using a ":subsitute" command with a substitute() call in the substitution expression causes errors. + 6.0.239: Using "A" to append after a Visually selected block which is after the end of the line, spaces are inserted in the wrong line and other unexpected effects. + 6.0.240: Win32: building with Python 2.2 doesn't work. + 6.0.241: Win32: Expanding the old value of an option that is a path that starts with a backslash, an extra backslash is inserted. + 6.0.242: GUI: On a system with an Exceed X server sometimes get a "Bad Window" error. + 6.0.243: Unix: "vim --version" outputs a NL before the last line instead of after it. + 6.0.244: Multi-byte: Problems with (illegal) UTF-8 characters in menu and file name (e.g., icon text, status line). + 6.0.245: After using a color scheme, setting the 'background' option might not work. + 6.0.246: ":echomsg" didn't use the highlighting set by ":echohl". (Gary Holloway) + 6.0.247: GTK GUI: Can't use gvim in a kpart widget. + 6.0.248: When using compressed help files and 'encoding' isn't "latin1", Vim converts the help file before decompressing. + 6.0.249: "vim -t edit -c 'sta ex_help'" doesn't move cursor to edit(). + 6.0.250: Macintosh: Various problems when compiling. + 6.0.251: Macintosh: menu shortcuts are not very clear. + 6.0.252: When a user function was defined with "abort", an error that is not inside if/endif or while/endwhile doesn't abort the function. + 6.0.253: When 'insertmode' is set, after ":edit file" the next doesn't work. (Benji Fisher) has the same problem. + 6.0.254: Borland C++ 5.5: Checking for stack overflow doesn't work correctly. Matters when using a complicated regexp. + 6.0.255: Win32: ACL support doesn't work well on Samba drives. + 6.0.256: Win32: ":highlight Comment guifg=asdf" does not give an error message. (Randall W. Morris) Also for other systems. + 6.0.257: Win32: When 'mousefocus' is set and there is a BufRead autocommand, after the dialog for permissions changed outside of Vim: 'mousefocus' stops working. + 6.0.258: When 'scrolloff' is 999 and there are folds, the text can jump up and down when moving the cursor down near the end of the file. + 6.0.259: MS-DOS: after editing the command line the cursor shape may remain like in Insert mode. + 6.0.260: GUI: May crash while starting up when giving an error message for missing color. + 6.0.261: nr2char() and char2nr() don't work with multi-byte characters. + 6.0.262: Win32: IME doesn't work properly. OnImeComposition() isn't used at all. + 6.0.263: GTK: When a dialog is closed by the window manager, Vim hangs. + 6.0.264: The amount of virtual memory is used to initialize 'maxmemtot', which may be much more than the amount of physical memory, resulting in a lot of swapping. + 6.0.265: Win32: Using backspace while 'fkmap' is set causes a crash. + 6.0.266: The rename() function deletes the file if the old and the new name are the same. + 6.0.267: UTF-8: Although 'isprint' says a character is printable, utf_char2cells() still considers it unprintable. + 6.0.268: Win32: ACL check crashes when using forward slash in file name. + 6.0.269: Unprintable characters in a file name may cause problems when using the 'statusline' option or when 'buftype' is "nofile". + 6.0.270: A tab causes UTF-8 text to be displayed in the wrong position. -- Wichert Akkerman Sun, 24 Feb 2002 23:16:17 +0100 vim (6.0.226-1) unstable; urgency=medium * Don't abort if update-alternatives reports an error * More upstream patches: + 6.0.223: When splitting a window that contains the explorer, hitting CR on a file name gives error messages. + 6.0.224: When 'sidescroll' and 'sidescrolloff' are set in a narrow window the text may jump left-right and the cursor is displayed in the wrong position. + 6.0.225: In Visual mode "gk" gets stuck in a closed fold. / + 6.0.226: When doing ":recover file" get the ATTENTION prompt. After recovering the same file five times get a read error or a crash. -- Wichert Akkerman Sun, 17 Feb 2002 15:08:03 +0100 vim (6.0.222-1) unstable; urgency=low * Do not Build-Depend on libgpmg1-dev for hurd-i386. Closes: Bug#117313 * chown a file before we chmod it so we don't lose s[ug]id bits * Set compiled-by flag in configure * More upstream patches: + 6.0.202: The "icon=" argument for the menu command to define a toolbar icon with a file didn't work for GTK. For Motif and Athena a full path was required. + 6.0.203: Can change 'fileformat' even though 'modifiable is off. + 6.0.204: ":unlet" doesn't work for variables with curly braces. + 6.0.205: "gvim -f" still forks when using the batch script to start Vim. + 6.0.206: Unix: if expanding a wildcard in a file name results in a wildcard character and there are more parts in the path with a wildcard, it is expanded again. Windows: ":edit \[abc]" could never edit the file "[abc]". + 6.0.207: Win32: The shortcuts and start menu entries let Vim startup in the desktop directory, which is not very useful. + 6.0.208: GUI: When using a keymap and the cursor is not blinking, CTRL-^ in Insert mode doesn't directly change the cursor color. + 6.0.209: GUI GTK: After selecting a 'guifont' with the font dialog there are redraw problems for multi-byte characters. + 6.0.210: After patch 6.0.167 it's no longer possible to edit a help file in another encoding than latin1. + 6.0.211: When reading a file fails, the buffer is empty, but it might still be possible to write it with ":w" later. The original file is lost then. + 6.0.212: GUI GTK: confirm("foo", "") causes a crash. + 6.0.213: When a file name contains unprintable characters, CTRL-G and other commands don't work well. + 6.0.214: When there is a buffer without a name, empty entries appear in the jumplist saved in the viminfo file. + 6.0.215: After using "/" from Visual mode the Paste menu and Toolbar entries don't work. Pasting with the middle mouse doesn't work and modeless selection doesn't work. + 6.0.216: After reloading a file, displayed in another window than the current one, which was changed outside of Vim the part of the file around the cursor set by autocommands may be displayed, but jumping back to the original cursor position when entering the window again. + 6.0.217: When getting help from a help file that was used before, an empty unlisted buffer remains in the buffer list. + 6.0.218: With explorer plugin: "vim -o filename dirname" doesn't load the explorer window until entering the window. + 6.0.219: ":setlocal" and ":setglobal", without arguments, display terminal options. + 6.0.220: After patch 6.0.218 get a beep on startup. + 6.0.221: When using ":bdel" and all other buffers are unloaded the lowest numbered buffer is jumped to instead of the most recent one. + 6.0.222: When 'virtualedit' is set and using autoindent, pressing Esc after starting a new line leaves behind part of the autoindent. -- Wichert Akkerman Sat, 16 Feb 2002 00:15:24 +0100 vim (6.0.201-1) unstable; urgency=low * More upstream patches: + 6.0.157: When defining a user command with "-complete=dir" files will also be expanded. Also, "-complete=mapping" doesn't appear to work. + 6.0.158: When getting the warning for a file being changed outside of Vim and reloading the file, the 'readonly' option is reset, even when the permissions didn't change. + 6.0.159: Wildcard expansion for ":emenu" also shows separators. + 6.0.160: When compiling with GCC 3.0.2 and using the "-O2" argument, the optimizer causes a problem that makes Vim crash. + 6.0.161: Win32: Bitmaps don't work with signs. + 6.0.162: Client-server: An error message for a wrong expression appears in the server instead of the cient. + 6.0.163: When using a GUI dialog, a file name is sometimes used like it was a directory. + 6.0.164: After patch 6.0.135 the menu entries for pasting don't work in Insert and Visual mode. + 6.0.165: Using --remote and executing locally gives unavoidable error messages. + 6.0.166: GUI: There is no way to avoid dialogs to pop up. + 6.0.167: When 'fileencodings' is "latin2" some characters in the help files are displayed wrong. + 6.0.168: ":%s/\n/#/" doesn't replace at an empty line. + 6.0.169: When run as evim and the GUI can't be started we get stuck in a terminal without menus in Insert mode. + 6.0.170: When printing double-width characters the size of tabs after them is wrong. + 6.0.171: With 'keymodel' including "startsel", in Insert mode after the end of a line, shift-Left does not move the cursor. + 6.0.172: CTRL-Q doesn't replace CTRL-V after CTRL-X in Insert mode while it does in most other situations. + 6.0.173: When using "P" to insert a line break the cursor remains past the end of the line. + 6.0.174: After using "gd" or "gD" the search direction for "n" may still be backwards. + 6.0.175: ":help /\z(\)" doesn't work + 6.0.176: When killed by a signal autocommands are still triggered as if nothing happened. + 6.0.177: When 'commentstring' is empty and 'foldmethod' is "marker", "zf" doesn't work. + 6.0.178: Uninitialized memory read from xp_backslash field. + 6.0.179: Win32: When displaying UTF-8 characters may read uninitialized memory. + 6.0.180: Expanding environment variables in a string that ends in a backslash could go past the end of the string. + 6.0.181: When using ":cd dir" memory was leaked. + 6.0.182: When using a regexp on multi-byte characters, could try to read a character before the start of the line. + 6.0.183: Leaking memory when ":func!" redefines a function. + 6.0.184: Leaking memory when expanding option values. + 6.0.185: Crash in Vim when pasting a selection in another application, on a 64 bit machine. + 6.0.186: X11: Three warnings when compiling the client-server code. + 6.0.187: "I" in Visual mode and then "u" reports too many changes. "I" in Visual linewise mode adjusts the indent for no apparent reason. + 6.0.188: After patch 6.0.161 signs defined in the vimrc file don't work. + 6.0.189: The size of the Visual area isn't always displayed when scrolling ('ruler' off, 'showcmd' on). Also not when using a search command. + 6.0.190: GUI: when 'mouse' is empty a click with the middle button still moves the cursor. + 6.0.191: When no servers are available serverlist() gives an error instead of returning an empty string. + 6.0.192: When 'virtualedit' is set, "ylj" goes to the wrong column. + 6.0.193: When 'virtualedit' is set, col(".") after the end of the line should return one extra. + 6.0.194: "--remote-silent" tries to send a reply to the client, like it was "--remote-wait". + 6.0.195: When 'virtualedit' is set and a search starts in virtual space ":call search + 6.0.196: When 'virtualedit' is set, 'selection' is "exclusive" and visually selecting part of a tab at the start of a line, "x" joins it with the previous line. Also, when the selection spans more than one line the whole tab is deleted. + 6.0.197: When 'virtualedit' is set and 'selection' is "exclusive", "v$x" doesn't delete the last character in the line. + 6.0.198: When 'virtualedit' is set and 'showbreak' is not empty, moving the cursor over the line break doesn't work properly. + 6.0.199: Multi-byte: could use iconv() after calling iconv_end(). + 6.0.200: A script that starts with "#!perl" isn't recognized as a Perl filetype. + 6.0.201: When scrollbinding and doing a long jump, switching windows jumps to another position in the file. Scrolling a few lines at a time is OK. -- Wichert Akkerman Thu, 7 Feb 2002 22:14:09 +0100 vim (6.0.156-1) unstable; urgency=low * Fix typo in comment in vimrc. Closes: Bug#129815 * More upstream patches: + 6.0.119: VMS: filewritable() doesn't work properly. + 6.0.120: The conversion to html isn't compatible with XHTML. + 6.0.121: Win32: After patch 6.0.116 Vim doesn't compile with mingw32. + 6.0.122: Win16: Same resize problems as patch 6.0.117 fixed for Win32. And dialog textfield problem from patch 6.0.115. + 6.0.123: Win16: Compilation problems. + 6.0.124: When using a ":substitute" command that starts with "\=" (evaluated as an expression), "~" was still replaced with the previous substitute string. + 6.0.125: Win32: When using the multi_byte_ime feature pressing the shift key would be handled as if a character was entered, thus mappings with a shifted key didn't work. + 6.0.126: The python library was always statically linked. + 6.0.127: When using a terminal that swaps screens and the Normal background color has a different background, using an external command may cause the color of the wrong screen to be changed. + 6.0.128: When moving a vertically split window to the far left or right, the scrollbars are not adjusted. (Scott E Lee) When 'mousefocus' is set the mouse pointer wasn't adjusted. + 6.0.129: When using a very long file name, ":ls" (repeated a few times) causes a crash. Test with "vim `perl -e 'print "A"x1000'`". + 6.0.130: When using ":cprev" while the error window is open, and the new line at the top wraps, the window isn't correctly drawn. + 6.0.131: When using bufname() and there are two matches for listed buffers and one match for an unlisted buffer, the unlisted buffer is used. + 6.0.132: When setting 'iminsert' in the vimrc and using an xterm with two screens the ruler is drawn in the wrong screen. + 6.0.133: When opening another buffer while 'keymap' is set and 'iminsert' is zero, 'iminsert' is set to one unexpectedly. + 6.0.134: When completing ":set tags=" a path with an embedded space causes the completion to stop. + 6.0.135: Menus that are not supposed to do anything used "", which still produced an error beep. When CTRL-O is mapped for Insert mode, ":amenu" commands didn't work in Insert mode. Menu language falls back to English when $LANG ends in "@euro". + 6.0.136: When completing in Insert mode, a mapping could be unexpectedly applied. + 6.0.137: GUI: When using the find or find/replace dialog from Insert mode, the input mode is stopped. + 6.0.138: GUI: When using the find or find/replace dialog from Insert mode, the text is inserted when CTRL-O is mapped. When opening the dialog again, a whole word search isn't recognized. When doing "replace all" a whole word search was never done. + 6.0.139: When stopping 'wildmenu' completion, the statusline of the bottom-left vertically split window isn't redrawn. + 6.0.140: Memory allocated for local mappings and abbreviations is leaked when the buffer is wiped out. + 6.0.141: When using ":enew" in an empty buffer, some buffer-local things are not cleared. b:keymap_name is not set. + 6.0.142: When Python is linked statically, loading dynamic extensions might fail. + 6.0.143: When a syntax item includes a line break in a pattern, the syntax may not be updated properly when making a change. + 6.0.144: After patch 6.0.088 redoing "veU" doesn't work. + 6.0.145: When Vim can't read any input it might get stuck. When redirecting stdin and stderr Vim would not read commands from a file. + 6.0.146: When 'statusline' contains "%{'-'}" this results in a zero. + 6.0.147: It's not easy to mark a Vim version as being modified. The new license requires this. + 6.0.148: After "p" in an empty line, `[ goes to the second character. + 6.0.149: The pattern "\(.\{-}\)*" causes a hang. When using a search pattern that causes a stack overflow to be detected Vim could still hang. + 6.0.150: When using a multi-byte encoding, patch 6.0.148 causes "p" to work like "P". + 6.0.151: Redrawing the status line and ruler can be wrong when it contains multi-byte characters. + 6.0.152: strtrans() could hang on an illegal UTF-8 byte sequence. + 6.0.153: When using (illegal) double-byte characters and Vim syntax highlighting Vim can crash. + 6.0.154: MS-DOS and MS-Windows: The menu entries for xxd don't work when there is no xxd in the path. When converting back from Hex the filetype may remain "xxd" if it is not detected. + 6.0.155: Mac: compilation problems in ui.c after patch 6.0.145. + 6.0.156: Starting Vim with the -b argument and two files, ":next" doesn't set 'binary' in the second file, like Vim 5.7. -- Wichert Akkerman Wed, 30 Jan 2002 15:26:04 +0100 vim (6.0.118-1) unstable; urgency=low * Re-bump alternative priority, change got lost in the move to vim6 * Update comment in vimrc about filetype indents * Update autocommand for reportbug. Closes: Bug#127838 * More upstream patches: + 6.0.094: Athena: When clicking in the horizontal scrollbar Vim crashes. + 6.0.095: Perl: Deleting lines may leave the cursor beyond the end of the file. + 6.0.096: When ":saveas fname" fails because the file already exists, the file name is changed anyway and a following ":w" will overwrite the file. + 6.0.097: Re-indenting in Insert mode with CTRL-F may cause a crash with a multi-byte encoding. + 6.0.098: GTK: When using Gnome the "Search" and "Search and Replace" dialog boxes are not translated. + 6.0.099: Cygwin: When running Vi compatible MS-DOS line endings cause trouble. + 6.0.100: ":badd +0 test%file" causes a crash. + 6.0.101: ":mksession" doesn't restore editing a file that has a '#' or '%' in its name. + 6.0.102: When changing folds the cursor may appear halfway a closed fold. + 6.0.103: When using 'scrollbind' a large value of 'scrolloff' will make the scroll binding stop near the end of the file. + 6.0.104: Multi-byte: When '$' is in 'cpoptions', typing a double-wide character that overwrites the left halve of an old double-wide character causes a redraw problem and the cursor stops blinking. + 6.0.105: Multi-byte: In a window of one column wide, with syntax highlighting enabled a crash might happen. + 6.0.106: Win32: When the printer font is wrong, there is no error message. + 6.0.107: VisVim: When editing another file, a modified file may be written unexpectedly and without warning. + 6.0.108: When using folding could try displaying line zero, resulting in an error for a NULL pointer. + 6.0.109: XIM: When the input method is enabled, repeating an insertion with "." disables it. + 6.0.110: Using undo after executing "OxjAxkdd" from a register in an empty buffer gives an error message. + 6.0.111: The virtcol() function doesn't take care of 'virtualedit'. + 6.0.112: The explorer plugin doesn't sort directories with a space or special character after a directory with a shorter name. + 6.0.113: ":edit ~/fname" doesn't work if $HOME includes a space. Also, expanding wildcards with the shell may fail. + 6.0.114: Using ":p" with fnamemodify() didn't expand "~/" or "~user/" to a full path. For Win32 the current directory was prepended. + 6.0.115: Win32: When using a dialog with a textfield it cannot scroll the text. + 6.0.116: MS-Windows NT/2000/XP: filewritable() doesn't work correctly for filesystems that use ACLs. + 6.0.117: Win32: when disabling the menu, "set lines=999" doesn't use all the available screen space. + 6.0.118: When $TMPDIR is a relative path, the temp directory is missing a trailing slash and isn't deleted when Vim exits. -- Wichert Akkerman Mon, 7 Jan 2002 00:03:23 +0100 vim (6.0.093-2) unstable; urgency=low * Remove stray comments from default vimrc * No longer enable filetype indenting by default on popular request -- Wichert Akkerman Thu, 6 Dec 2001 14:28:24 +0100 vim (6.0.093-1) unstable; urgency=low * More upstream patches: + 6.0.062: Crash when 'verbose' is > 3 and using ":shell". + 6.0.063: When 'cpoptions' includes "$", using "cw" to type a ')' on top of the + "$" doesn't update syntax highlighting after it. + 6.0.064: The NSIS install script doesn't work with newer versions of NSIS. The diff feature doesn't work when there isn't a good diff.exe on the system. + 6.0.065: When using ":normal" in 'indentexpr' it may use redo characters before its argument. + 6.0.066: Sometimes undo for one command is split into two undo actions. + 6.0.067: if_xcmdsrv.c doesn't compile on systems where fd_set isn't defined in the usual header file + 6.0.068: When formatting a Visually selected area with "gq" and the number of lines increases the last line may not be redrawn correctly. + 6.0.069: Using "K" on a word that includes a "!" causes a "No previous command" error, because the "!" is expanded. + 6.0.070: Win32: The error message for a failed dynamic linking of a Perl, Ruby, Tcl and Python library is unclear about what went wrong. + 6.0.071: The "iris-ansi" builtin termcap isn't very good. + 6.0.072: When 'lazyredraw' is set, a mapping that stops Visual mode, moves the cursor and starts Visual mode again causes a redraw problem. + 6.0.073: DJGPP: When using CTRL-Z to start a shell, the prompt is halfway the text. + 6.0.074: When using "&" in a substitute string a multi-byte character with a trailbyte 0x5c is not handled correctly. + 6.0.075: When closing a horizontally split window while 'eadirection' is "hor" another horizontally split window is still resized. + 6.0.076: Warning for wrong pointer type when compiling. + 6.0.077: Patch 6.0.075 was incomplete. + 6.0.078: Using "daw" at the end of a line on a single-character word didn't include the white space before it. At the end of the file it didn't work at all. + 6.0.079: When "W" is in 'cpoptions' and 'backupcopy' is "no" or "auto", can still overwrite a read-only file, because it's renamed. + 6.0.080: When using a session file that has the same file in two windows, the fileinfo() call in do_ecmd() causes a scroll and a hit-enter prompt. + 6.0.081: After using ":saveas" the new buffer name is added to the Buffers menu with a wrong number. + 6.0.082: When swapping screens in an xterm and there is an (error) message from the vimrc script, the shell prompt is after the message. + 6.0.083: GTK: When compiled without menu support the buttons in a dialog don't have any text. + 6.0.084: UTF-8: a "r" command with an argument that is a keymap for a character with a composing character can't be repeated with ".". + 6.0.085: When 'mousefocus' is set, using "s" to go to Insert mode and then moving the mouse pointer to another window stops Insert mode, while this doesn't happen with "a" or "i". + 6.0.086: When using "gu" the message says "~ed". + 6.0.087: Message translations are incorrect, which may cause a crash. The Turkish translations needed more work and the maintainer didn't have time. + 6.0.088: "." doesn't work after using "rx" in Visual mode. + 6.0.089: In a C file, using "==" to align a line starting with "* " after a line with "* -" indents one space too few. + 6.0.090: When a wrapping line does not fit in a window and 'scrolloff' is bigger than half the window height, moving the cursor left or right causes the screen to flash badly. + 6.0.091: Using CTRL-O in Insert mode, while 'virtualedit' is "all" and the cursor is after the end-of-line, moves the cursor left. + 6.0.092: The explorer plugin doesn't ignore case of 'suffixes' on MS-Windows. + 6.0.093: When the Tcl library couldn't be loaded dynamically, get an error message when closing a buffer or window. -- Wichert Akkerman Mon, 12 Nov 2001 14:35:08 +0100 vim (6.0.061-1) unstable; urgency=low * Add build to binary-arch dependencies. Closes: Bug#117619 * More upstream patches: + 6.0.037: When the user has set "did_install_syntax_menu" to avoid the default Syntax menu it still appears. + 6.0.038: When 'selection' is "exclusive", deleting a block of text at the end of a line can leave the cursor beyond the end of the line. + 6.0.039: "gP" leaves the cursor in the wrong position when 'virtualedit' is used. Using "c" in blockwise Visual mode leaves the cursor in a strange position. + 6.0.040: When 'fileencoding' is invalid and writing fails because of this, the original file is gone. + 6.0.041: Using ":language messages en" when LC_MESSAGES is undefined results in setting LC_CTYPE. + 6.0.042: ":mksession" can't handle file names with a space. + 6.0.043: Patch 6.0.041 was wrong. + 6.0.044: Using a "containedin" list for a syntax item doesn't work for an item that doesn't have a "contains" argument. Also, "containedin" doesn't ignore a transparent item. + 6.0.045: After creating a fold with a Visual selection, another window with the same buffer still has inverted text. + 6.0.046: When getrlimit() returns an 8 byte number the check for running out of stack may fail. + 6.0.047: Using a regexp with "\(\)" inside a "\%[]" item causes a crash. + 6.0.048: Win32: In the console the mouse doesn't always work correctly. Sometimes after getting focus a mouse movement is interpreted like a button click. + 6.0.049: When using evim the intro screen is misleading. + 6.0.050: UTF-8: "viw" doesn't include non-ASCII characters before the cursor. + 6.0.051: UTF-8: Using CTRL-R on the command line doesn't insert composing characters. + 6.0.052: The check for rlim_t in patch 6.0.046 does not work on some systems. + 6.0.053: Various problems with QNX. + 6.0.054: When using mswin.vim, CTRL-V pastes a block of text like it is normal text. Using CTRL-V in blockwise Visual mode leaves "x" characters behind. + 6.0.055: GTK: The selection isn't copied the first time. + 6.0.056: Using "CTRL-O cw" in Insert mode results in a nested Insert mode. doesn't leave Insert mode then. + 6.0.057: Using ":wincmd g}" in a function doesn't work. + 6.0.058: When a Cursorhold autocommand moved the cursor, the ruler wasn't updated. + 6.0.059: Highlighting for 'hlsearch' isn't visible in lines that are highlighted for diff highlighting. + 6.0.060: Motif: When the tooltip is to be popped up, Vim crashes. + 6.0.061: The toolbar buttons to load and save a session do not correctly use v:this_session. -- Wichert Akkerman Thu, 1 Nov 2001 17:16:37 +0100 vim (6.0.036-1) unstable; urgency=low * More upstream patches: + 6.0.028: Can't compile without +virtualedit and with +visualextra. + 6.0.029: When making a change in line 1, then in line 2 and then deleting line 1, undo info could be wrong. Only when the changes are undone at once. + 6.0.030: Using ":source! file" doesn't work inside a loop or after ":argdo". + 6.0.031: Nextstep doesn't have setenv() or putenv(). + 6.0.032: When changing a setting that affects all folds, they are not displayed immediately. + 6.0.033: Using 'wildmenu' on MS-Windows, file names that include a space are only displayed starting with that space. + 6.0.034: Calling searchpair() with three arguments could result in a crash or strange error message. + 6.0.035: The menu item Edit/Global_Settings/Toggle_Toolbar doesn't work when 'ignorecase' is set. + 6.0.036: OS/2, MS-DOS and MS-Windows: Using a path that starts with a slash in 'tags' doesn't work as expected. -- Wichert Akkerman Mon, 29 Oct 2001 20:09:06 +0100 vim (6.0.027-1) unstable; urgency=low * More upstream patches: + 6.0.012: Polish translations contains printf format errors, this can result in a crash when using one of them. + 6.0.013: Using ":silent! cmd" still gives some error messages, like for an invalid range. + 6.0.014: When 'modifiable' is off and 'virtualedit' is "all", "rx" on a TAB still changes the buffer. + 6.0.015: When 'cpoptions' includes "S" and "filetype plugin on" has been used, can get an error for deleting the b:did_ftplugin variable. + 6.0.016: bufnr(), bufname() and bufwinnr() don't find unlisted buffers when the argument is a string. Also for setbufvar() and getbufvar(). + 6.0.017: When 'ttybuiltin' is set and a builtin termcap entry defines t_Co and the external one doesn't, it gets reset to empty. + 6.0.018: Initializing 'encoding' may cause a crash when setlocale() is not used. + 6.0.019: Converting a string with multi-byte characters to a printable string, e.g., with strtrans(), may cause a crash. + 6.0.020: When obtaining the value of a global variable internally, could get the function-local value instead. Applies to using and and resetting highlighting in a function. + 6.0.021: The 'cscopepathcomp' option didn't work. + 6.0.022: When using the 'langmap' option, the second character of a command starting with "g" isn't adjusted. + 6.0.023: Loading the lhaskell syntax doesn't work. + 6.0.024: Using "CTRL-V u 9900" in Insert mode may cause a crash. + 6.0.025: The pattern "\vx(.|$)" doesn't match "x" at the end of a line. + 6.0.026: GTK: When using arrow keys to navigate through the menus, the separators are selected. + 6.0.027: VMS: Printing doesn't work, the file is deleted too quickly. No longer need the VMS specific printing menu. gethostname() is not available with VAXC. The makefile was lacking selection of the tiny-huge feature set. * Add a new icon based on vim32x32.xpm with colours remapped to the menu packages' cmap.xpm. * Move gvim MIME entries to vim-variant packages only * Fix packagename in vim menu entry (vim-rt no longer exists) * Move gvim menu entry to vim-variant packages only * Properly install menu and mime entries for all packages and make sure failure cases are handled correctly. * Add lintian overrides to make it stop complaining about perfectly correct things. * Fix debcontrol.vim: allow variable substitution in multiline fields as well. Closes: Bug#116741 * Fix inconsistent printf format strings in translations -- Wichert Akkerman Sun, 28 Oct 2001 13:44:50 +0900 vim (6.0.011-3) unstable; urgency=low * Always enable multibyte support -- Wichert Akkerman Wed, 3 Oct 2001 17:01:46 +0200 vim (6.0.011-2) unstable; urgency=low * Create a new vim-ruby package. Closes: Bug#114053 -- Wichert Akkerman Mon, 1 Oct 2001 17:25:06 +0200 vim (6.0.011-1) unstable; urgency=low * Add Build-Depends for libperl-dev. Closes: Bug#114011 * More upstream patches: + 6.0.009: Nextstep doesn't have S_ISBLK. + 6.0.010: Using "gf" on a file name starting with "./" or "../" in a buffer without a name causes a crash. + 6.0.011: Python: After replacing or deleting lines get an ml_get error. -- Wichert Akkerman Mon, 1 Oct 2001 00:35:55 +0200 vim (6.0.008-1) unstable; urgency=low * More upstream patches: + 6.004: The find/replace dialog doesn't reuse a previous argument properly. + 6.005: Insert mode, "CTRL-O :ls" has a delay before redrawing. + 6.006: With a vertical split, 'number' set and 'scrolloff' non-zero, making the window width very small causes a crash. + 6.007: When setting 'filetype' while there is no FileType autocommand, a following ":setfiletype" would set 'filetype' again. + 6.008: 'imdisable' is missing from the options window. * Fix typo in debian/rules which accidentily disabled perl interpreter support in vim-perl -- Wichert Akkerman Sat, 29 Sep 2001 17:03:42 +0200 vim (6.0.003-1) unstable; urgency=low * Merge three upstream patches: + 6.001: Loading the sh.vim syntax file causes error messages + 6.002: The configure check for ACLs on AIX doesn't work + 6.003: Using a '@' item in 'viminfo' doesn't work -- Wichert Akkerman Thu, 27 Sep 2001 22:37:45 +0200 vim (6.0-1) unstable; urgency=low * Merge changelog entries from 5.* packages * Rework debian/rules further * Add Build-Depends on dpkg >> 1.7.0 since we use dpkg:Version in debian/control -- Wichert Akkerman Wed, 26 Sep 2001 20:40:15 +0200 vim (6.0-0.99-1) unstable; urgency=low * New upstream version * Restore vim-{gtk,perl,python,tcl} packages -- Wichert Akkerman Wed, 26 Sep 2001 20:40:15 +0200 vim (6.0-0.60aw.006-1) unstable; urgency=low * Add 6 upstream bugfixes * Add doc symlinks -- Wichert Akkerman Sun, 16 Sep 2001 23:14:43 +0200 vim (6.0-0.60aw-1) unstable; urgency=low * Seventh and hopefully last beta release * Enable signs feature -- Wichert Akkerman Sun, 16 Sep 2001 23:14:43 +0200 vim (6.0-0.60av-1) unstable; urgency=low * Sixth beta release -- Wichert Akkerman Mon, 10 Sep 2001 03:19:54 +0200 vim (6.0-0.60au-1) unstable; urgency=low * Fifth `golden' beta release -- Wichert Akkerman Tue, 4 Sep 2001 11:32:35 +0200 vim (6.0-0.60at-1) unstable; urgency=low * Fourth beta release -- Wichert Akkerman Mon, 27 Aug 2001 15:43:24 -0700 vim (6.0-0.60ar-1) unstable; urgency=low * Third beta release -- Wichert Akkerman Mon, 13 Aug 2001 14:05:23 +0200 vim (6.0-0.60aq-1) unstable; urgency=low * Second beta release -- Wichert Akkerman Sun, 5 Aug 2001 23:25:28 +0200 vim (6.0-0.60ap-2) unstable; urgency=low * Oops, vimrc and gvimrc are not normal runtime files, so do symlink them. -- Wichert Akkerman Mon, 30 Jul 2001 10:16:15 +0200 vim (6.0-0.60ap-1) unstable; urgency=low * First beta release -- Wichert Akkerman Sun, 29 Jul 2001 18:03:48 +0200 vim (6.0-0.60ao-1) unstable; urgency=low * Another new alpha release. * Symlink /usr/share/vim/vimfiles to /etc/vim and drop vim and gvimrc symlinks. This means we no longer need any patches to the upstream source now. -- Wichert Akkerman Mon, 23 Jul 2001 16:17:03 +0200 vim (6.0-0.60an-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Thu, 12 Jul 2001 13:12:17 -0700 vim (6.0-0.60am-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Sun, 1 Jul 2001 21:42:56 +0200 vim (6.0-0.60al-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Mon, 25 Jun 2001 00:05:28 +0200 vim (6.0-0.60ak-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Sun, 17 Jun 2001 23:09:43 +0200 vim (6.0-0.60aj-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Sun, 10 Jun 2001 23:35:47 +0200 vim (6.0-0.60ai-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Sun, 3 Jun 2001 22:02:40 +0200 vim (6.0-0.60ag-1) unstable; urgency=low * Another new alpha release. * Use DESTDIR to install. -- Wichert Akkerman Sun, 20 May 2001 23:55:36 +0200 vim (6.0-0.60af-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Mon, 14 May 2001 19:42:22 +0200 vim (6.0-0.60ae-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Sun, 6 May 2001 22:14:25 +0200 vim (6.0-0.60ad-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Mon, 30 Apr 2001 22:36:49 +0200 vim (6.0-0.60ac-1) unstable; urgency=low * Another new alpha release. * Update Debian syntax files with copy from Michael Pfiefel -- Wichert Akkerman Sun, 22 Apr 2001 22:09:00 +0200 vim (6.0-0.60ab-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Mon, 16 Apr 2001 22:30:12 +0200 vim (6.0-0.60aa-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Sun, 8 Apr 2001 16:54:34 +0200 vim (6.0-0.60z-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Mon, 26 Mar 2001 17:45:23 +0200 vim (6.0-0.60x-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Wed, 14 Mar 2001 16:25:04 +0100 vim (6.0-0.60w-1) unstable; urgency=low * Another new alpha release. Closes: Bug#86574 -- Wichert Akkerman Tue, 27 Feb 2001 17:59:34 +0100 vim (6.0-0.60v-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Fri, 16 Feb 2001 23:04:32 +0100 vim (6.0-0.60u-2) unstable; urgency=low * Add patch to memline.c to fix redraw on double-editing error message -- Wichert Akkerman Fri, 9 Feb 2001 23:48:09 +0100 vim (6.0-0.60u-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Mon, 5 Feb 2001 23:17:38 +0100 vim (6.0-0.60t-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Sat, 3 Feb 2001 17:11:23 +0100 vim (6.0-0.60s-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Fri, 19 Jan 2001 15:53:05 +1100 vim (6.0-0.60r-1) unstable; urgency=low * Another new alpha release. -- Wichert Akkerman Mon, 8 Jan 2001 05:44:55 +0100 vim (6.0-0.60q-1) unstable; urgency=low * Another new alpha release. * Print newline after moving a {g,}vimrc -- Wichert Akkerman Wed, 20 Dec 2000 01:45:23 +0100 vim (6.0-0.60p-1) unstable; urgency=low * Another new alpha release. We're slowly starting to run out of letters! -- Wichert Akkerman Fri, 15 Dec 2000 01:05:58 +0100 vim (6.0-0.60o-1) unstable; urgency=low * You guessed it, another new upstream alpha release for vim6 -- Wichert Akkerman Mon, 4 Dec 2000 00:25:33 +0100 vim (6.0-0.60m-2) unstable; urgency=low * Update Ray's email address in vimrc * Remove handling of compressed files in vimrc since that is now done by the gzip plugin -- Wichert Akkerman Sun, 3 Dec 2000 02:42:13 +0100 vim (6.0-0.60m-1) unstable; urgency=low * Another new upstream alpha release for vim6 * Fix fixup of tags-file: we don't compress the tags file itself -- Wichert Akkerman Sun, 26 Nov 2000 16:29:30 +0100 vim (6.0-0.60k-2) unstable; urgency=low * Add patch to fix partial renaming of rpchf to rcphf in netrw.vim * Add patch to handle double-byte charactres properly -- Wichert Akkerman Mon, 30 Oct 2000 17:33:24 +0100 vim (6.0-0.60k-1) unstable; urgency=low * Another new upstream alpha release for vim6 * Use libgtk1.2-dev instead of libgtk-dev for Build-Depends * Update default vimrc to use new plugins -- Wichert Akkerman Sun, 29 Oct 2000 23:57:24 +0100 vim (6.0-0.60j-1) unstable; urgency=low * Another new upstream alpha release for vim6 -- Wichert Akkerman Sun, 22 Oct 2000 22:40:21 +0200 vim (6.0-0.60h-1) unstable; urgency=low * New upstream release, eighth alpha for vim6 -- Wichert Akkerman Fri, 1 Sep 2000 17:24:45 +0200 vim (6.0-0.60g-1) unstable; urgency=low * New upstream release, seventh alpha for vim6 -- Wichert Akkerman Sat, 26 Aug 2000 22:59:48 +0200 vim (6.0-0.60f-1) unstable; urgency=low * New upstream release, sixth alpha for vim6 * Add /etc/vim to DFLT_RUNTIMEPATH so sysadmins can customize stuff in there -- Wichert Akkerman Sat, 19 Aug 2000 17:25:33 -0700 vim (6.0-0.60e-1) unstable; urgency=low * New upstream release, fifth alpha for vim6 -- Wichert Akkerman Sun, 6 Aug 2000 18:38:56 -0700 vim (6.0-0.60d-2) unstable; urgency=low * Small fix for xim_reset to fix segfaults on mouseclick in gvim -- Wichert Akkerman Fri, 4 Aug 2000 22:28:20 +0200 vim (6.0-0.60d-1) unstable; urgency=low * New upstream release, fourth alpha for vim6 -- Wichert Akkerman Fri, 4 Aug 2000 00:20:40 +0200 vim (6.0-0.60b-1) unstable; urgency=low * New upstream release, second alpha for vim6 * Include lang sources as well now * Repackaged from scratch: + vim-rt merged back into vim package + seperate versions now only include the {g,}vim binary. * Create html-version of documentation as well * Move configuration files to /etc/vim/. Closes: Bug#61574 * Closes: Bug#68502 -- Wichert Akkerman Sat, 22 Jul 2000 22:53:40 +0200 vim (5.8.007-4) unstable; urgency=low * Stupid, I moved a file over but forgot to add a Replaces to vim-rt. Fixed now. -- Wichert Akkerman Thu, 16 Aug 2001 20:33:39 +0200 vim (5.8.007-3) unstable; urgency=low * Don't Build-Depend on libgmpg1-dev on hurd. Closes: Bug#108239 * Enable filename modifiers in vim-tiny since we use them in the default vimrc to read compressed files (such as the documentation). Closes: Bug#108737 * We handle spaces in architecture fields now. Closes: Bug#103257 * Force vimtutor to use /etc/vimrc so it can load compressed files Closes: Bug#83915 * Move vimtutor to vim-rt package. Closes: Bug#78783 -- Wichert Akkerman Wed, 15 Aug 2001 13:18:09 +0200 vim (5.8.007-2) unstable; urgency=low * Fix typo in debcontrol.vim -- Wichert Akkerman Sun, 15 Jul 2001 21:38:02 +0200 vim (5.8.007-1) unstable; urgency=low * Merge upstream bugfixes: + When including a syntax cluster in itself, Vim crashes. + With the GTK GUI, when 'shell' is not a valid program, ":make" causes Vim to exit. + ":hi def link" adds a link to a highlight group while it already has attributes for the GUI. + With syntax highlighting, synchronizing on a C-comment failed after "//*/". * Update debcontrol.vim. Closes: Bug#105306 -- Wichert Akkerman Sun, 15 Jul 2001 15:32:40 +0200 vim (5.8.003-1) unstable; urgency=low * Use the debchangelog filetype for changelog.dch * Use a versioned Recommends for vim-rt. Note that this will not help if you use apt-get. Use a proper frontend instead. Closes: Bug#100105,#55812,#100021 * Add Build-Depends on dpkg >= 1.7.0 since we use ${dpkg:Version} now. * Update debcontrol.vim: + the section is `doc', not `docs' + Add non-US/{main,contrib,non-free} + Accept both `tex' and `text' as sections (ordering problem in regexp) Closes: Bug#99995 * Merge upstream bugfixes: + When exiting and 'cmdheight' is 2 or bigger and 'showcmd' is set, the cursor is left in the wrong place. (Sascha Blank) + The dtd.vim syntax file contained a few items that require Vim 6.0. Closes: Bug#100338,#100348 -- Wichert Akkerman Sun, 10 Jun 2001 14:42:30 +0200 vim (5.8-1) unstable; urgency=low * New upstream bugfix version. Closes: Bug#98731,#74105,#67438,#66882,#65244 * Use libgtk1.2-dev in the Build-Depends. Closes: Bug#98101,#67737,#83825,#87291,#93882,#95227,#92065 * doc symlinks were fixed earlier already. Closes: Bug#48587 * exuberant-tags is no longer part of the vim source, update debian/rules accordingly -- Wichert Akkerman Sun, 3 Jun 2001 23:28:21 +0200 vim (5.7.028-1) unstable; urgency=low * Apply more upstream bugfixes * Use libperl-dev instead of perl5 as Build-Depends. Closes: Bug#92367 * Add #DEBHELPER# to vim postinst -- Wichert Akkerman Sat, 14 Apr 2001 16:47:39 +0200 vim (5.7.019-3) unstable; urgency=high * Change spaces to tabs in tags file for documentation. Gotta love cut & paste. Closes: Bug#80802 * Teach debhelper to handle the doc-symlink. Closes: Bug#80834 -- Wichert Akkerman Fri, 29 Dec 2000 17:20:11 +0100 vim (5.7.019-2) unstable; urgency=high * Fix postinst.. silly cut&paste error. Closes: Bug#80610 -- Wichert Akkerman Thu, 28 Dec 2000 00:45:58 +0100 vim (5.7.019-1) unstable; urgency=low * More upstream bugfixes merged. Closes: Bug#74664 * Add syntax styles for debian control and changelog files * Fix alternatives in postinst. Closes: Bug#65066,#74347,#79424,#65843 * Bump Standards-Version to 3.2.1. Closes: Bug#79982 * Remove mention of Linux in copyright, this works on other OSes just as well. * Update location of upstream sources, they are at ftp.vim.org now * Teach src/Makefile to quote quotes in pathdef.c so things compile with the current perl as well. * Fix handling of xterm clipboard, this should fix the X BadAccess errors when running gvim remotely with ssh X11 forwarding * Fix menu icon. Closes: Bug#63622,#69364,#61838,#34404,#79838 * Actually move manpages to /usr/share * Bump alternative priority to be the same as elvis * Fix fixup of tags-file: we don't compress the tags file itself. * Install tags with mode 644. Closes: Bug#63742 Closes: Bug#77506 * Use mail highlightning for SLRN files. Closes: Bug#50206 * Fix typo in extended descriptions. Closes: Bug#66332 -- Wichert Akkerman Tue, 26 Dec 2000 18:14:21 +0100 vim (5.7.002-1) unstable; urgency=low * Upstream bugfix merged * Fix typo in build-depends -- Wichert Akkerman Thu, 29 Jun 2000 16:10:43 +0200 vim (5.7.001-1) unstable; urgency=low * Upstream bugfix merged -- Wichert Akkerman Tue, 27 Jun 2000 11:29:20 +0200 vim (5.7-1) unstable; urgency=low * New upstream version * Suggest cscope * Update Build Dependencies * Fix alternatives -- Wichert Akkerman Sat, 24 Jun 2000 23:47:45 +0200 vim (5.6.090-1) unstable; urgency=low * Another upstream bugfix merged, Closes:Bug#65236 * Compiled with the Debian libgtk, not the helixcode version -- Wichert Akkerman Tue, 6 Jun 2000 10:58:54 +0200 vim (5.6.089-1) unstable; urgency=low * More upstream bugfixes merged -- Wichert Akkerman Mon, 5 Jun 2000 20:40:47 +0200 vim (5.6.080-1) unstable; urgency=low * Enable cscope support * More upstream bugfixes merged * Add some build-depends. The list is probably not complete though. -- Wichert Akkerman Mon, 5 Jun 2000 18:13:25 +0200 vim (5.6.072-1) unstable; urgency=low * More upstream bugfixes merged -- Wichert Akkerman Tue, 16 May 2000 18:34:10 +0200 vim (5.6.070-1) frozen unstable; urgency=low * More upstream bugfixes merged * Use vim-rt package in menu entries. Without this change vim would never show up in menus. Closes: Bug#63100 * Change update-alternatives call to reflect that manpages are now in /usr/share/man. Closes: Bug#63320 * Add Pre-Depends and check in a new preinst to make sure the running dpkg supports multiple conflicts & replaces -- Wichert Akkerman Mon, 1 May 2000 13:51:11 +0200 vim (5.6.052-1) frozen unstable; urgency=low * Another 21 new upstream bugfixes merged -- Wichert Akkerman Mon, 3 Apr 2000 17:16:59 +0200 vim (5.6.031-1) frozen unstable; urgency=low * Figures that in the 24 hours after I release an update 16 upstream patches are released.. * Enable gpm support (except in vim-tiny of course) on popular request. * Enable rightleft support in packages with gvim -- Wichert Akkerman Sun, 26 Mar 2000 17:18:54 +0200 vim (5.6.015-1) frozen unstable; urgency=low * 3 more upstream bugfixes applied * Fix menu entries so we don't mention gvim for vim and vim-tiny * Link dynamically to libpython -- Wichert Akkerman Fri, 24 Mar 2000 15:13:33 +0100 vim (5.6.012-1) frozen unstable; urgency=low * Another bugfix patch applied (hang with zsh) * Fooled by debhelper again.. restore maintainer scripts which were suddenly gone missing, Closes: Bug# 57491, #57500 -- Wichert Akkerman Thu, 10 Feb 2000 17:22:37 +0100 vim (5.6.011-1) frozen unstable; urgency=low * Seven more bugfix patches applied * Don't include all the gvim stuff in the standard vim package -- Wichert Akkerman Thu, 27 Jan 2000 03:05:23 +0100 vim (5.6.000-1) frozen unstable; urgency=low * No longer beta. There are no changes from the previous package except that this version is no longer marked as a beta version. -- Wichert Akkerman Mon, 17 Jan 2000 00:28:15 +0100 vim (5.6-0.5.6a.028-1) frozen unstable; urgency=low * Include more upstream bugfixes * Add Debian-specific filetypes to default vimrc, Closes: Bug#54339 * Make vim-rt only recommend vim -- Wichert Akkerman Sat, 15 Jan 2000 16:38:17 +0100 vim (5.6-0.5.6a.019-1) unstable; urgency=low * Include patches up to 5.6a.019 * Rebuild to get VIMRUNTIME correct * Fix description for vim-gtk, Closes: Bug#54748 -- Wichert Akkerman Tue, 11 Jan 2000 10:14:10 +0100 vim (5.6-0.5.6a.018-1) unstable; urgency=low * New upstream version, pre-release for 5.6, patchlevel 018 * Provide editor * vim no longer has any X support * Add vim-gtk with the GTK frontend -- Wichert Akkerman Mon, 10 Jan 2000 03:00:44 +0100 vim (5.5.033-1) unstable; urgency=low * Include patches up to 5.5.033 -- Wichert Akkerman Mon, 18 Oct 1999 16:14:21 +0200 vim (5.5.009-1) unstable; urgency=low * Include patches up to 5.5.009 * Fix paths in manpages -- Wichert Akkerman Tue, 28 Sep 1999 02:08:28 +0200 vim (5.5-1) unstable; urgency=low * New upstream version -- Wichert Akkerman Tue, 21 Sep 1999 04:07:57 +0200 vim (5.4.49-1) unstable; urgency=low * Include patches up to 5.4.49 * Build with multibyte and xim support, Closes:Bug#43245 -- Wichert Akkerman Thu, 2 Sep 1999 15:50:12 +0200 vim (5.4.21-1) unstable; urgency=low * Include patches up to 5.4.21 * Fix asnother concatenated line in vimrc * Don't register gvim for vim-tty -- Wichert Akkerman Wed, 11 Aug 1999 01:18:01 +0200 vim (5.4.17-1) unstable; urgency=low * Include patches up to 5.4.17 * Make vim-tty provide vim, Closes:Bug#42659 * Fix accidentily joined lines in vimrc, Closes:Bug#42663 -- Wichert Akkerman Mon, 9 Aug 1999 04:30:37 +0200 vim (5.4.12-1) unstable; urgency=low * Include patches up to 5.4.12 * Add a new package: vim-tty. This is a build with all the normal features, but without any X support. -- Wichert Akkerman Thu, 5 Aug 1999 21:31:13 +0200 vim (5.4.11-1) unstable; urgency=low * Include patches up to 5.4.11 -- Wichert Akkerman Mon, 2 Aug 1999 03:03:02 +0200 vim (5.4.7-1) unstable; urgency=low * Include patches up to 5.4.7 * Fix replaces, dpkg can't handle multiple replaces-lines in control * Fix typo in debian/rules causing vim-tiny to get X11 support * Only change extension in second column of documentation tags-file * Remove [ce]tags, they are packaged seperately -- Wichert Akkerman Thu, 29 Jul 1999 17:17:05 +0200 vim (5.4-1) unstable; urgency=low * Finally, vim 5.4 has arrived! * Lets build vim-rt only in binary-indep now -- Wichert Akkerman Sun, 25 Jul 1999 23:19:03 +0200 vim (5.4-0.5.4p-1) unstable; urgency=low * Yet-another-last-beta for vim 5.4 * Make vim-* replace vim-rt since we moved some stuff around -- Wichert Akkerman Mon, 19 Jul 1999 17:29:49 +0200 vim (5.4-0.5.4o.6) unstable; urgency=low * Patched up to version 5.4o.6 beta * Default vimrc clean on request of the Cistron crew: :) + Change default vimrc to be more compatible with upstream defaults + Turn backup off by default + Don't map Q to gq anymore -- Wichert Akkerman Thu, 15 Jul 1999 23:18:28 +0200 vim (5.4-0.5.4o.1) unstable; urgency=low * Third upstream beta-version * Patched up to version 5.4o.1 beta -- Wichert Akkerman Mon, 12 Jul 1999 17:26:01 +0200 vim (5.4-0.5.4n.18) unstable; urgency=low * Second upstream beta-version * Patched up to version 5.4n.18 beta * Fix vimrc: we should explicitly use expand now -- Wichert Akkerman Thu, 8 Jul 1999 01:56:55 +0200 vim (5.4-0.5.4m.17) unstable; urgency=low * Lets upload this somewhere as well * Patched up to version 5.4m.17 beta -- Wichert Akkerman Tue, 29 Jun 1999 00:21:52 +0200 vim (5.4m-1) unstable; urgency=low * Experimental package to test vim 5.4 packaging * Patched up to version 5.4m.5 * Use GTK 1.2 frontend by default now * Merge src and runtime tarballs from upstream, since they need eachother in order to compile. * Rewritten debian/rules to make it more manageable * Take advantage of new location for runtime-support so we no longer need a patch to relocate the system-wide configfiles * Don't make vim-rt depend on a versioned vim * Bumb standards-version to 2.5.1 -- Wichert Akkerman Tue, 22 Jun 1999 01:17:16 +0200 vim (5.3-13) frozen unstable; urgency=low * Compile vim-python with python-dev installed so it actually works * Note to release-manager: no new code since previous version in slink, only simple bugfixes -- Wichert Akkerman Sun, 14 Feb 1999 21:06:16 +0100 vim (5.3-12) unstable; urgency=low * New license: vim is now fully DFSG-free! * Run gvim with -f from mailcap so it doesn't background and confuse the hell out of metamail (Bug# 32141) * Remove */* entry that was accidently left in the mailcap for vim-tiny -- Wichert Akkerman Tue, 26 Jan 1999 23:58:50 +0100 vim (5.3-11) unstable; urgency=low * Added langmap support for all packages, except vim-tiny (Bug# 28118). -- Wichert Akkerman Thu, 26 Nov 1998 20:55:47 +0100 vim (5.3-10) frozen unstable; urgency=low * Add autocmd support to vim-tiny so it can read the online help again. (this adds 12Kb to the memory usage). * Rebuild with ncurses4 -- Wichert Akkerman Mon, 2 Nov 1998 16:34:56 +0100 vim (5.3-9) unstable; urgency=low * Downgraded vim-rt Recommend to Suggest for vim-tiny (Bug# 27436) -- Wichert Akkerman Tue, 13 Oct 1998 15:53:33 +0200 vim (5.3-8) unstable; urgency=low * Update mime-support -- Wichert Akkerman Tue, 29 Sep 1998 01:56:06 +0200 vim (5.3-7) unstable; urgency=low * Recompiled with python-dev installed -- Wichert Akkerman Fri, 18 Sep 1998 13:57:52 +0200 vim (5.3-6) unstable; urgency=low * Fix mime-support somewhat: + change test for $DISPLAY + use (g)view when only viewing files * Create multiple vim-packages (vim, vim-tiny, vim-perl, vim-python and vim-tcl) * Removed empty /usr/share/vim directory, it's now completely in the vim-rt package anyway. -- Wichert Akkerman Mon, 14 Sep 1998 01:13:31 +0200 vim (5.3-5) unstable; urgency=low * Added support for update-mime, based on sample from Brian White (Bug# 26550) -- Wichert Akkerman Thu, 10 Sep 1998 20:56:04 +0200 vim (5.3-4) unstable; urgency=low * Revamped postinst not to override alternatives (Bug# 26186) * Be lazy and let debhelper add the update-menus call -- Wichert Akkerman Wed, 9 Sep 1998 12:02:14 +0200 vim (5.3-3) unstable; urgency=low * Fix typo on control-file (found by Matt McLean ) -- Wichert Akkerman Tue, 1 Sep 1998 19:04:45 +0200 vim (5.3-2) unstable; urgency=low * Fix typo in changelog (noted by Ruud de Rooij) -- Wichert Akkerman Mon, 31 Aug 1998 13:11:13 +0200 vim (5.3-1) unstable; urgency=low * New upstream version (bugfix release) * Recommend vim-rt instead of only suggesting it * Put menu-file back in this package -- Wichert Akkerman Mon, 31 Aug 1998 11:41:37 +0200 vim (5.2-2) unstable; urgency=low * Add email-address to maintainer-field in debian/control * Added patch to fix some small errors for certain commands -- Wichert Akkerman Wed, 26 Aug 1998 01:09:09 +0200 vim (5.2-1) unstable; urgency=low * New upstream version + package split in 2: vim and vim-rt + UNICODE support * Make vim honour TMPDIR on all systems except OS/2 and win32 * Update debian/control to reflect new maintainer :) -- Wichert Akkerman Tue, 25 Aug 1998 13:33:26 +0200 vim (5.1-1) unstable; urgency=low * New maintainer * Fix ex alternative (Bug# 23675) * Fix copyright (Bug# 24984) * Don't install sample macros twice * Clean debian/rules some more * Move tools to the examples-subdirectory * Fix location of perl in examples * Fix some filemodes of examples -- Wichert Akkerman Mon, 17 Aug 1998 02:34:01 +0200 vim (5.1-0.4) unstable; urgency=low * Yet another non-maintainer upload * Fixed alignment trap on alpha's (Bug# 23590) * Added some example-vimrc code * Also provide alternatives for ex and /usr/bin/editor (Bug# 22310) -- Wichert Akkerman Tue, 16 Jun 1998 15:58:07 +0200 vim (5.1-0.3) unstable; urgency=low * Yet another non-maintainer upload * Added support for editing bzip2'ed files (from Vaclav Hula) * Added octave to the syntax-menu -- Wichert Akkerman Fri, 24 Apr 1998 16:28:42 +0200 vim (5.1-0.2) unstable; urgency=low * Previous upload didn't include .orig.tar.gz . * Modified /etc/vimrc: included some recommendations for more user-friendly behaviour (commented out as they deviate from standard vi behaviour) -- J.H.M. Dassen (Ray) Fri, 24 Apr 1998 14:33:34 +0200 vim (5.1-0.1) unstable; urgency=low * Non-maintainer upload * New upstream release. * Bumped Standards-Version. * Re-enabled athena GUI (fixes #21194). * Made /etc/gvimrc a conffile. * Added syntax highlighting for Octave (fixes #18817). * Disable syntax hightlighting for vim & enable it for gvim * Revamped building process (debhelper) * Modified & commented vimrc * Enhanced menu-support (include gvim & icons) -- Wichert Akkerman Tue, 21 Apr 1998 16:18:02 +0200 vim (5.0-0.2) frozen unstable; urgency=low * Switched to the .gz autocommands from vimrc_example, so that :help works again (fixes #20897). -- J.H.M. Dassen (Ray) Mon, 13 Apr 1998 15:50:46 +0200 vim (5.0-0.1) unstable; urgency=low * Merged in the patches from the mailing list * Non-maintainer release * New upstream version -- Alexey Marinichev Sun, 15 Mar 1998 02:41:37 +0100 vim (4.6-2) unstable; urgency=low * Built with libc6, ncurses3.4, and xlib6g * Updated menu entry -- Galen Hazelwood Thu, 9 Sep 1997 12:44:30 -0600 vim (4.6-1) frozen unstable; urgency=low * New upstream version (fixes #8674) * Enabled right-to-left support -- Galen Hazelwood Sat, 12 Apr 1997 11:11:00 -0600 vim (4.5-5) unstable; urgency=low * New maintainer * Menu entry /usr/lib/menu/vim included * No longer Provides: editor (fixes bug #5602) -- Galen Hazelwood Thu, 20 Feb 1997 13:44:36 -0700 vim (4.5-4) unstable; urgency=low * GUI support is back in now. * modified postinst to put gvim into fvwm's menus, not normal vim. -- Stuart Lamble Tue, 19 Nov 1996 21:51:28 +1100 vim (4.5-3) unstable frozen; urgency=low * Last release without GUI support - I've finally downloaded the 3.2 .deb files. * added view and view.1.gz to /etc/alternatives. * changed CFLAGS to compile with -g -O2 (instead of -g -O) * modified the default vimrc to allow full read/writing of text files compressed with gzip. * added "version 4.0" to the default vimrc (so much for getting people to RTFM :-) * Ray Dassen sent me some email about not capturing stderr by default; after thinking about it, I decided against this. It's useful for programmers when compiling from within vim, and besides, it's easy to configure (look at the shellredir setting :) -- Stuart Lamble Tue, 19 Nov 1996 19:43:56 +1100 vim (4.5-2) unstable; urgency=low * merged in patches from Bram into both source trees (the new version is also called 4.5 ... go figure. :-) * removed ctags from the distribution, pending further discussion on it: it's the same as the ctags found elsewhere in the distribution. * fixed a small typo in the copyright: referred to 4.4 instead of 4.5. Oops. :) -- Stuart Lamble Sun, 20 Oct 1996 19:20:36 +1000 vim (4.5-1) unstable; urgency=low * new upstream version * merged in the patches from 4.4-2 into the new source tree -- Stuart Lamble Fri, 11 Oct 1996 19:10:13 +1000 vim (4.4-2) unstable; urgency=low * uncompressed doc/vim_tags to allow vim to handle gzipped docs, and modified the installed version to direct help to those gzipped docs. * added an empty gvimrc to /etc * added a vimrc capable of reading the gzipped docs * merged in Lars' patches for install-fvwm2menu -- Stuart Lamble Thu, 26 Sep 1996 19:46:11 +1000 vim (4.4-1.1) unstable; urgency=low * added calls to install-fvwm2menu to postinst and prerm -- Lars Wirzenius Thu, 3 Oct 1996 21:28:42 +0300 vim (4.4-1) unstable; urgency=low * new upstream version (considered beta, but seems pretty stable to me.) * modified Makefile to allow for installation to .../debian/tmp rather than /usr/ (otherwise, man pages would have been sorta fubar..) * redirected global vimrc/gvimrc to /etc * modified configure to look for termcap _last_, ncurses first (upstream version: termcap, then ncurses.) * added a "Provides: editor" (don't know if this is still current, but it won't hurt if it isn't.) -- Stuart Lamble Sun, 22 Sep 1996 17:38:15 +1000