[SCM] Vim packaging annotated tag, upstream/7.2.245, created. upstream/7.2.245

James Vega jamessan at debian.org
Wed Jul 29 19:11:37 UTC 2009


The annotated tag, upstream/7.2.245 has been created
        at  cfc3e37fb73fdd408909b6a91954e5184de2100c (tag)
   tagging  e1e7abea5b0d195208115195b117d158cf3f2c3a (commit)
  replaces  upstream/7.2.148
 tagged by  James Vega
        on  Wed Jul 29 20:21:08 2009 +0200

- Shortlog ------------------------------------------------------------
Upstream version 7.2.245
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkpwkxQACgkQDb3UpmEybUDVSwCgnV7F1StKHevSAXl7FPZY7NQw
y/UAnRJbs08JqYnQsEQGgzrPNvbWIXYb
=U5lm
-----END PGP SIGNATURE-----

Bram Moolenaar (97):
      [7.2.149] read uninit memory when using return value that wasn't set
      [7.2.150] (extra) VisVim doesn't support tabs
      [7.2.151] ":hist a" doesn't work like ":hist all" as the docs suggest
      [7.2.152] "silent echo x" inside ":redir" leaves cursor halfway the line
      [7.2.153] memory leak for ":recover empty_dir/"
      [7.2.154] (after 7.2.132) can still do ":cd" in SwapExists autocmd
      [7.2.155] memory leak in ":function /pat"
      [7.2.156] no completion for :scscope and :lcscope commands
      [7.2.157] illegal memory access when searching in path
      [7.2.158] warnings from VisualC compiler
      [7.2.159] when $x_includes ends up being "NONE" configure fails
      [7.2.160] search pattern not freed on exit when 'rightleft' set
      [7.2.161] folds messed up in other tab page
      [7.2.162] the quickfix window may get the wrong filetype
      [7.2.163] the command line window may get folding
      [7.2.164] when 'showbreak' is set wrong Visual block size reported
      [7.2.165] FuncUndefined autocmd event argument is expanded like filename
      [7.2.166] no completion for ":sign" command
      [7.2.167] splint doesn't work well for checking the code (part 1)
      [7.2.168] if no ctags program found, "make tags" executes first C file
      [7.2.169] fix more splint warnings, define colnr_T to be int
      [7.2.170] using b_dev while it was not set
      [7.2.171] (after 7.2.169) compiler warnings
      [7.2.172] (extra) compiler warning
      [7.2.173] use gcc instead of lint to check for unused function arguments
      [7.2.174] too many warnings from gcc -Wextra
      [7.2.175] compiler warning in OpenBSD
      [7.2.176] exceptions for splint are not useful
      [7.2.177] more warnings from gcc -Wextra
      [7.2.178] using negative value for device number might not always work
      [7.2.179] using negative value for device number might not always work
      [7.2.180] some more compiler warnings when using gcc -Wextra
      [7.2.181] some more compiler warnings when using gcc -Wextra
      [7.2.182] compilation fails for Motif, gvim with GTK crashes on startup
      [7.2.183] configure problem for sys/sysctl.h on OpenBSD
      [7.2.184] some more compiler warnings when using gcc -Wextra
      [7.2.185] some more compiler warnings when using gcc -Wextra
      [7.2.186] some more compiler warnings when using gcc -Wextra
      [7.2.187] (after 7.2.186) doesn't compile with older tcl versions
      [7.2.188] crash with specific use of function calls
      [7.2.189] possible hang for deleting auto-indent
      [7.2.190] the register executed by @@ isn't stored in viminfo
      [7.2.191] Mzscheme interface doesn't work on Ubuntu
      [7.2.192] (after 7.2.188) still a crash in the garbage collector
      [7.2.193] warning for uninitialized values in struct
      [7.2.194] (extra) MSVC: rem commands are echoed
      [7.2.195] leaking memory for the command Vim was started with
      [7.2.196] remove support for splint, it doesn't work well
      [7.2.197] warning for uninitialized values of typebuf
      [7.2.198] buffer used for termcap entry may be too small
      [7.2.199] strange character in comment
      [7.2.200] reading past string end when using menu bar or resizing window
      [7.2.201] cannot copy/paste HTML to/from Firefox via the clipboard
      [7.2.202] BufWipeout autocmd that edits another buffer causes problems
      [7.2.203] using current window to work on hidden buffer has side effects
      [7.2.204] (extra) Win32: Can't build with Visual Studio 2010 beta 1
      [7.2.205] (extra) Win32: No support for High DPI awarenes
      [7.2.206] Win32: Can't build netbeans interface with Visual Studio 2010
      [7.2.207] using freed memory when ":redrawstatus" works recursively
      [7.2.208] "set novice" gives an error message, it should be ignored
      [7.2.209] for xxd setmode() is undefined on Cygwin
      [7.2.210] warning for file changed outside of vim even after :checktime
      [7.2.211] memory leak when expanding a series of file names
      [7.2.212] (extra) warnings for redefining SIG macros
      [7.2.213] warning for using vsprintf()
      [7.2.214] crash with complete function for user command
      [7.2.215] ml_get error when using ":vimgrep"
      [7.2.216] two error messages have the same number E812
      [7.2.217] running tests with valgrind doesn't work as advertised
      [7.2.218] cannot build GTK with hangul_input feature
      [7.2.219] (extra) Photon GUI is outdated
      [7.2.220] (after 7.2.215) BufEnter "cd" autocommand causes problems
      [7.2.221] X cut_buffer0 text may be used in the wrong encoding
      [7.2.222] ":mksession" doesn't work properly with 'acd' set
      [7.2.223] a script run with ":silent" cannot give any messages
      [7.2.224] crash when using 'completefunc'
      [7.2.225] when using ":normal" a saved character may be executed
      [7.2.226] ml_get error after deleting the last line
      [7.2.227] when using ":cd" in a script there is no way to track this
      [7.2.228] cscope is limited to 8 connections
      [7.2.229] warning for shadowed variable
      [7.2.230] a few old lint-style ARGUSED comments
      [7.2.231] warning for unreacheable code in Perl interface
      [7.2.232] cannot debug problems with being in a wrong directory
      [7.2.233] extra part of 7.2.232
      [7.2.234] it is not possible to ignore file names without a suffix
      [7.2.235] Using CTRL-O z= in Insert mode has a delay before redrawing
      [7.2.236] Mac: Compiling with Ruby doesn't always work
      [7.2.237] crash on exit when window icon not set
      [7.2.238] leaking memory when setting term to "builtin_dumb"
      [7.2.239] using :diffpatch twice may cause a crash
      [7.2.240] crash when using GUI find/replace dialog repeatedly
      [7.2.241] problems with using ":bufdo" and "doautoall" or ":vimgrep"
      [7.2.242] setting 'lazyredraw' causes the cursor column to be recomputed
      [7.2.243] memory leak when using :vimgrep and resizing
      [7.2.244] insufficient info for a conversion error from utf-8 to latin1
      [7.2.245] wrong conversion when writing Unicode encoded files

James Vega (9):
      Merge branch 'upstream' into upstream-runtime
      Merge branch 'upstream' into upstream-runtime
      Merge branch 'upstream' into upstream-runtime
      Sync runtime files
      Merge branch 'upstream' into upstream-runtime
      Sync runtime files
      Revert cmdline.txt/if_cscop.txt changes from last runtime sync
      Merge branch 'upstream' into upstream-runtime
      Sync runtime files

-----------------------------------------------------------------------

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list