SHA256
1
0
forked from pool/vim

- Updated to revision 831

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=127
This commit is contained in:
Ismail Dönmez
2013-02-22 11:50:58 +00:00
committed by Git OBS Bridge
parent 9d01ac775c
commit 171448066c
4 changed files with 56 additions and 22 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Feb 21 14:29:08 UTC 2013 - idonmez@suse.com
- Updated to revision 831, fixes the following problems
* Python threads don't run in the background (issue 103).
* "\k" in regexp does not work in other window.
* After reloading a buffer the modelines are not processed.
* MzScheme interface doesn't work propely.
* ":substitute" works differently without confirmation.
* New interactive :substutite behavior is not tested.
* Tiny build fails. (Tony Mechelynck)
* MzScheme does not build with tiny features.
* Compiler warning for size_t to int conversion. (Skeept)
* MzScheme: circular list does not work correctly.
* The color column is not correct when entering a buffer.
* The " mark is not adjusted when inserting lines. (Roland Eggner)
* ":window set nu?" displays the cursor line. (Nazri Ramliy)
* Compiler warning for tiny build. (Tony Mechelynck)
* Python threads still do not work properly.
* The dosinst.c program has a buffer overflow. (Thomas Gwae)
* 'relativenumber is reset unexpectedly.
* Useless termresponse parsing for SGR mouse.
* When 'indentexpr' moves the cursor "curswant" not restored.
* Can't compute a hash.
* Test 89 fails with tiny and small features.
* Compiling without +eval and with Python isn't working.
* Crash when accessing freed buffer.
* Can redefine builtin functions. (ZyX)
* With Python errors are not always clear.
* List of features in :version output is hard to read.
* Python tests fail.
* Mappings are not aware of wildmenu mode.
* Clumsy to handle the situation that a variable does not exist.
- Refresh vim-7.1.314-CVE-2009-0316-debian.patch
-------------------------------------------------------------------
Tue Feb 12 21:51:53 UTC 2013 - mkoegler@auto.tuwien.ac.at
@@ -1368,12 +1403,12 @@ Wed Jul 16 10:34:00 CEST 2003 - fehr@suse.de
Tue Jun 24 17:39:00 CEST 2003 - mmj@suse.de
- Update to 6.2 including:
<EFBFBD> Support for GTK2
<EFBFBD> Support for editing Arabic text
<EFBFBD> ":try" command and exception handling
<EFBFBD> Support for the neXtaw GUI toolkit
<EFBFBD> Cscope support for Win32
<EFBFBD> Support for PostScript printing in various 8-bit encodings
· Support for GTK2
· Support for editing Arabic text
· ":try" command and exception handling
· Support for the neXtaw GUI toolkit
· Cscope support for Win32
· Support for PostScript printing in various 8-bit encodings
- Add non-Win32 patches from 1 - 14
-------------------------------------------------------------------