Changelog for
vim-debugsource-7.4-16.1.i586.rpm :
* Fri Aug 16 2013 idonmezAATTsuse.com- Overhaul vim.spec
* Remove (g)vim-{base, enchanced} subpackages
* Dynamically load Python, Ruby so we can support all of them without different subpackages.
* Python3 support (bnc#817774).
* LUA support.
* Disable TCL as it cannot be linked dynamically.
* Mon Aug 12 2013 idonmezAATTsuse.com- Update to version 7.4
* A new, faster regular expression engine.
* More than a thousand fixes and small improvements.- Drop vim-7.3-grub.patch, applied upstream- Refresh the following patches
* vim-7.4-disable_lang_no.patch
* vim-7.4-filetype_apparmor.patch
* vim-7.4-filetype_mine.patch
* vim-7.4-highlight_fstab.patch
* Mon Jun 17 2013 cooloAATTsuse.com- add explicit buildrequire on krb5-mini to avoid cycles
* Fri May 17 2013 idonmezAATTsuse.com- Updated to revision 962, fixes the following problems
* No completion for :xmap and :smap. (Yukihiro Nakadaira)
* Compiler warning for uninitialized variable. (Tony Mechelynck)
* E381 and E380 make the user think nothing happened.
* Init stack works differently on 64 bit systems.
* Ruby 1.8: Missing piece for static linking on 64 bit systems.
* More can be shared between Python 2 and 3.
* Python: not easy to get to window number.
* Using Py_BuildValue is inefficient sometimes.
* Python: Can\'t get position of window.
* Stuff in if_py_both.h is ordered badly.
* Python: SEGV in Buffer functions.
* Python: Negative indices were failing.
* External program receives the termrespone.
* Python: List of buffers is not very useful.
* Sometimes get stuck in waiting for cursor position report, resulting in keys starting with
[ not working.
* Python: No iterator for vim.list and vim.bufferlist.
* Python: no easy access to tabpages.
* Python: Stack trace printer can\'t handle messages.
* Python exceptions have problems.
* Python: It\'s not easy to change window/buffer/tabpage.
* Python: string exceptions are deprecated.
* No check if PyObject_IsTrue fails.
* Python: Not enough tests.
* Python vim.bindeval() causes SIGABRT.
* Python does not have a \"do\" command like Perl or Lua.
* Python: Iteration destructor not set.
* Missing error number.
* Compiler warning for unused variable.
* Tests 86 and 87 fail when using another language than English.
* Python tests are not portable.
* Mon May 06 2013 idonmezAATTsuse.com- Updated to revision 929, fixes the following problems
* An empty nl.po file does not work with an old msgfmt.
* Compiler warning for size_t to int.
* Trying to create a fontset handle when \'guifontset\' is not set.
* No test for what 7.3.918 fixes.
* Check for X11 header files fails on Solaris.
* Python interface can\'t easily access options.
* Typos in source files.
* Autocommands are triggered by setwinvar() et al. Missing BufEnter on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of events for :tablose and :tabnew.
* Missing combining characters when putting text in a register.
* Can\'t build with strict C compiler.
* Compiler warning for unused variable. Not freeing unused string.
* Thu Apr 25 2013 idonmezAATTsuse.com- Updated to revision 918, fixes the following problems
* The \"sleep .2\" for running tests does not work on Solaris.
* Python uses IndexError when a dict key is not found.
* Possible crash when using a list in Python.
* Duplicate Python code.
* Python code in #ifdef branches with only minor differences.
* Python: Access to Vim variables is not so easy.
* Typing a \":\" command at the hit-enter dialog does not work if the \"file changed\" dialog happens next.
* Still a crash when writing viminfo.
* ~/.viminfo is messed up when running tests.
* When reading a file with encoding conversion fails at the end the next encoding in \'fencs\' is not used.
* Using freed memory when pasting with the mouse (Issue 130).
* When a path ends in a backslash appending a comma has the wrong effect.
* Repeating an Ex command after using a Visual motion does not work.
* Tue Apr 16 2013 idonmezAATTsuse.com- Updated to revision 905, fixes the following problems
* Can\'t build with Ruby 2.0 on a 64 bit system.
* Test 79 fails on Windows. (Michael Soyka)
* Merging viminfo history doesn\'t work well.
* Still merging problems for viminfo history.
* Crash when using b:, w: or t: after closing the buffer, window or tabpage.
* Using wrong RUBY_VER causing Ruby build to break.
* Valgrind error in test 91. (Issue 128)
* Memory leaks in Lua interface.
* Configure doesn\'t always find the shared library.
* Memory leak reported by valgrind in test 91.
* #if indents are off.
* Not obvious that some mouse features are mutual-exclusive.
* Outdated comment, ugly condition.
* When deleting last buffer in other tab the tabline is not updated.
* Crash on exit writing viminfo. (Ron Aaron)
* Using memory freed by the garbage collector.
* Crash when writing viminfo. (Ron Aaron)
* Sat Apr 13 2013 idonmezAATTsuse.com- Updated to revision 888, fixes the following problems
* Double free for list and dict in Lua. (Shougo Matsu)
* Can\'t build with multi-byte on Solaris 10.
* No tests for Visual mode operators, what 7.3.879 fixes.
* Filename completion with \'fileignorecase\' does not work for multi-byte characters.
* Tue Apr 09 2013 idonmezAATTsuse.com- Updated to revision 884, fixes the following problems
* Build problem with some combination of features.
* #if indents are off.
* Forward searching with search() is broken.
* \'fileignorecase\' is missing in options window and quickref.
* When using an ex command in operator pending mode, using Esc to abort the command still executes the operator. (David Bürgin)
* When writing viminfo, old history lines may replace lines written more recently by another Vim instance.
* Python list does not work correctly.
* CursorHold may trigger after receiving the termresponse.
* Can\'t build with some combination of features.
* Compiler warning for variable shadowing another. (John Little)
* Wed Mar 20 2013 idonmezAATTsuse.com- Updated to revision 874, fixes the following problems
* Mouse position may be wrong.
* Not serving the X selection during system() isn\'t nice.
* Matchparen does not update match when using auto-indenting. (Marc Aldorasi)
* When at the hit-return prompt and using \"k\" while no text has scrolled off screen, then using \"j\", an empty line is displayed.
* bufwinnr() matches buffers in other tabs.
* Compiler warnings when using MingW 4.5.3.
* search(\'^$\', \'c\') does not use the empty match under the cursor.
* On some systems case of file names is always ignored, on others never.
* Comparing file names does not handle multi-byte characters properly.
* Mon Mar 18 2013 idonmezAATTsuse.com- Updated to revision 865, fixes the following problems
* Compiler warnings.
* When calling system() multi-byte clipboard contents is garbled.
* The QuitPre autocommand event does not trigger for :qa and :wq.
* \"gv\" selects the wrong area after some operators.
* \'ambiwidth\' must be set by the user.
* When using --remote-expr try/catch does not work. (Andrey Radev)
* \":setlocal number\" clears global value of \'relativenumber\'.
* Dragging the status line can be slow.
* Problem with \'ambiwidth\' detection for ANSI terminal.
* Can\'t build without the mouse feature.
* Mouse position may be wrong.
* Fri Mar 08 2013 idonmezAATTsuse.com- Updated to revision 854, fixes the following problems
* Compiler warning.
* In the terminal the scroll wheel always scrolls the active window.
* Ruby 2.0 has a few API changes.
* \"xxd -i\" fails on an empty file.
* Clipboard does not work on Win32 when compiled with Cygwin.
* Empty lines in :version output when \'columns\' is 320.
* Insufficient testing for mksession.
* Some files missing in the list of distributed files.
* \"\\AATT* When a \"cond ? one : two\" expression has a subscript it is not parsed correctly. (Andy Wokula)
* Compiler warning for signed/unsigned pointer.
* Missing test file changes.
* Enum is not indented correctly with \"public\" etc.
* Enum indenting is not tested.
* Missing proto file, listing a non-existing proto file.
* Test 55 fails when messages are translated.
* Can\'t build with Ruby 2.0 when using MinGW x64 or MSVC10.
* \":g//\" gives \"Pattern not found error\" with E486. Should not use the error number, it\'s not a regular error message.
* \":vimgrep //\" matches everywhere.
* Using an empty pattern with :sort silently continues when there is no previous search pattern.
* system() breaks clipboard text. (Yukihiro Nakadaira)
* Using \"ra\" in multiple lines on multi-byte characters leaves a few characters not replaced.
* After using backspace in insert mode completion, CTRL-N and CTRL-P do not highlight the right entry. (Olivier Teuliere)
* Tue Feb 26 2013 idonmezAATTsuse.com- Add Categories to the gvim.desktop file, part of bnc#804930
* Thu Feb 21 2013 idonmezAATTsuse.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 2013 mkoeglerAATTauto.tuwien.ac.at- Reenable ACL support-
* Mon Jan 28 2013 idonmezAATTsuse.com- Updated to revision 785, fixes the following problems
* Jumping to a mark does not open a fold if it is in the same line.
* Not all message translation files are installed.
* Segfault when doing \"cclose\" on BufUnload in a python function.
* \":help cpo-
*\" jumps to the wrong place.
* settabvar() and setwinvar() may move the cursor.
* \'matchpairs\' does not work with multi-byte characters.
* Vim.h indentation is inconsistent.
* Uninitialized variable. (Yasuhiro Matsumoto)
* Cursor is at the wrong location and below the end of the file
* Crash when OriginalFirstThunk is zero.
* Tiny GUI version misses console dialog feature.
* ml_get error when searching, caused by curwin not matching curbuf.
* When building with Gnome locale gets reset.
* Compiler error for adding up two pointers. (Titov Anatoly)
* Backwards search lands in wrong place when started on a multibyte
* char2nr() and nr2char() always use \'encoding\'.
* Drawing with \'guifontwide\' can be slow.
* Crash when mark is not set. (Dominique Pelle)
* Error when \'guifontwide\' has a comma.
* Crash with specific use of search pattern.
* Thu Jan 03 2013 opensuseAATTcboltz.de- update apparmor.vim (taken from AppArmor 2.8)
* add capability block_suspend
* Tue Jan 01 2013 idonmezAATTsuse.com- Updated to revision 762, fixes the following problems
* Automatically setting \'ttymouse\' doesn\'t work.
* Memory leaks when using location lists.
* Cannot properly test conceal mode.
* Python interface doesn\'t build without the multi-byte feature.
* The justify macro does not always work correctly.
* Test 61 is flaky, it fails once in a while.
* Test 49 script file doesn\'t fold properly.
* When there is a QuitPre autocommand using \":q\" twice does not work
* Autoconf doesn\'t find Python 3 if it\'s called \"python\".
* A location list can get a wrong count in :lvimgrep.
* Issue 96: May access freed memory when a put command triggers
* Matchit plugin does not handle space in #ifdef.
* dv_ deletes the white space before the line.
* In Visual mode a \"-p does not work. (Marcin Szamotulski)
* On some systems the tabline is not redrawn.
* Tue Dec 18 2012 idonmezAATTsuse.com- gvim should require vim-data package, bnc#793311
* Sat Dec 01 2012 idonmezAATTsuse.com- Updated to revision 744, fixes the following problems
* printf() can only align to bytes, not characters.
* Inconsistency: :set can be used in the sandbox, but :setlocal and
* Crash when calling setloclist() in BufUnload autocmd. (Marcin
* Error on exit when using Python 3.
* When changing the font size, only MS-Windows limits the window
* When re-using the current buffer the buffer-local options stay.
* Cannot run new version of cproto, it fails on missing include
* Proto files are outdated.
* Ruby interface defines local functions globally.
* Perl flags may contain \"-g\", which breaks \"make proto\".
* Building with Ruby and Tcl on MS-Windows 64 bit does not work.
* :aboveleft and :belowright have no effect on :copen.
* Typos and duplicate info in README.
* Building with Ruby fails on some systems.
* Crash in PHP file when using syntastic.
* Py3Init_vim() is exported uneccessarily.
* Compiler warnings for function arguments.
* Tests fail when including MzScheme.
* Cannot put help files in a sub-directory.
* File name completion in input() escapes white space.
* Unused function argument.
* Computing number of lines may have an integer overflow.
* IOC tool complains about undefined behavior for int.
* Tiny build fails.
* Leaking memory when :vimgrep restores the directory.
* Tiny build still fails.
* 64 bit compiler warning.
* Fri Nov 02 2012 idonmezAATTsuse.com- Update to patchlevel 712, fixes the following problems
* Can\'t build Ruby interface with Ruby 1.9.3.
* End of color scheme name not clear in E185. (Aaron Lewis)
* Buffer overflow in unescaping text. (Raymond Ko)
* MSVC 11 is not supported.
* Unused variables in Perl interface.
* Building with Perl loaded dynamically still uses static library.
* When building with Cygwin loading Python dynamically fails.
* Python: memory leaks when there are exceptions.
* More Python code can be shared between Python 2 and 3.
* Not possible to lock/unlock lists in Python interface.
* Using \"gN\" while \'selection\' is \"exclusive\" misses one character.
* Using uninitialized memory with very long file name.
* buf_spname() is used inconsistently.
* Ruby .so name may not be correct.
* Ruby detection uses Config, newer Ruby versions use RbConfig.
* Some files missing in the list of distributed files.
* List of distributed files picks up backup files.
* Compiler complains about incompatible types.
* \":python\" may crash when vimbindeval() returns None.
* \"make test\" does not delete lua.vim.
* Using CTRL-\\ e mappings is useful also when entering an
* Test 16 fails when $DISPLAY is not set.
* Python 3.3 is not supported.
* MzScheme and Lua may use a NULL string.
* When the current directory name is exactly the maximum path length
* State specific to the Python thread is discarded.
* Can\'t build GTK version with GTK 2.0.
* Can\'t make \'softtabstop\' follow \'shiftwidth\'.
* Now that \'shiftwidth\' may use the value of \'tabstop\' it is not so
* Balloon cannot show multi-byte text.
* Message about added spell language can be wrong.
* Leaking resources when setting GUI font.
* Python 3 does not preserve state beween commands.
* When \'ttymouse\' is set to \"sgr\" manually, it is overruled by
* Cannot detect URXVT and SGR mouse support.
* When \'undofile\' is reset the hash is computed unnecessarily.
* Repeating \"cgn\" does not always work correctly.
* Mouse features are not sorted properly. (Tony Mechelynck)
* Problems loading a library for a file name with non-latin
* Filler lines above the first line may be hidden when opening Vim.
* Compiler warning for unused argument.
* vim.current.buffer is not available. (lilydjwg)- Drop vim-7.3-ruby_ldflags_configure.patch, unneeded now
* Tue Oct 02 2012 idonmezAATTsuse.com- Add Obsoletes/Provides for vim-plugin-matchit package
* Wed Sep 12 2012 idonmezAATTsuse.com- Update to patchlevel 661, fixes the following problems
* \"gnd\" doesn\'t work correctly in Visual mode.
* Crash when using a very long file name. (ZyX)
* When \'clipboard\' is set to \"unnamed\" small deletes end up in the
* Completion after \":help \\{-\" gives an error message and messes up
* Completion after \":help \\{-\" gives an error message.
* Workaround for Python crash isn\'t perfect.
* MingW needs build rule for included XPM files. Object directory
* When creating a Vim dictionary from Python objects an empty key
* Internal error in :pyeval.
* Python bindings silently truncate string values containing NUL.
* NUL bytes truncate strings when converted from Python.
* Recent Python changes are not tested.
* \":help !\" jumps to help for \":!\".
* SEGV in Python code.
* Sat Sep 01 2012 idonmezAATTsuse.com- Update to patchlevel 646, fixes the following problems
* Segfault with specific autocommands.
* Not all zero-width matches handled correctly for \"gn\".
* Cannot select beyond 222 columns with the mouse in xterm.
* \"|\" does not behave correctly when \'virtualedit\' is set.
* There is no way to make \'shiftwidth\' follow \'tabstop\'.
* \"gn\" does not handle zero-width matches correctly.
* Completion for a user command does not recognize backslash before a space.
* Auto formatting messes up text when \'fo\' contains \"2\".
* Cannot operate on the text that a search pattern matches.
* File names in :checkpath! output are garbled.
* winrestview() does not always restore the view correctly.
* CTRL-P completion has a problem with multi-byte characters.
* inputdialog() doesn\'t use the cancel argument in the console.
* is not expanded properly with DBCS encoding.
* Can only move to a tab by absolute number.
* Crash when $HOME is not set
* \"ygt\" tries to yank instead of giving an error.
* \":vimgrep\" does not obey \'wildignore\'.
* Fri Jul 06 2012 lnusselAATTsuse.de- don\'t package /var/run/vi.recover anymore (bnc#765288)
* Tue Jun 26 2012 idonmezAATTsuse.com- Update to patchlevel 566, fixes the following problems
* Redo after completion does not work correctly when refresh.
* \":profdel\" should not work when the +profile feature is disabled.
* Crash when an autocommand wipes out a buffer when it is hidden.
* The cursor is in the wrong line after using \":copen\".
* \'efm\' does not handle Tabs in pointer lines.
* When spell checking the German sharp s is not seen as a word character.
* When using an InsertCharPre autocommand autoindent fails.
* Gvim does not work when \'guioptions\' includes \"f\".
* Using a count before \"v\" and \"V\" does not work.
* \":diffupdate\" doesn\'t check for files changed elsewhere.
* Using \"z=\" on a multi-byte character may cause a crash.
* \'wildignorecase\' only applies to the last part of the path.
* No completion for :history command.
* Cannot use CTRL-E and CTRL-Y with \"r\".
* \":vimgrep\" fails when \'autochdir\' is set.
* Mon Jun 25 2012 cfarrellAATTsuse.com- license update: SUSE-Vim Choose a license from the list at http://www.spdx.org/licenses or from the list linked at http://license.opensuse.org
* Sun Jun 17 2012 opensuseAATTcboltz.de- update apparmor.vim (taken from AppArmor 2.8)
* update list of capabilities and network protocols
* Mon Jun 04 2012 seife+obsAATTb1-systems.com- specfile hack to fix build with newer perl(?) on Factory
* Wed Apr 25 2012 saschpeAATTsuse.de- Add a vim-python subpackage that only enables Python interpreter support (and X11 clibboard, too), for users that don\'t want the extra dependencies of vim-enhanced (basically the perl, ruby and tcl base packages)
* Sat Mar 24 2012 idonmezAATTsuse.com- Try to fix bnc#753907
* Fri Mar 23 2012 gregkhAATTopensuse.org- add patchlevel to package version. This makes it easier for proper version to be determined, and to let other repos properly handle \"which version is newer than the other\" without having to rely on the Release number, which osc does not keep track of cross-repos. Side effect, openSUSE:Tumbleweed can properly include vim now.
* Wed Feb 29 2012 mvyskocilAATTsuse.cz- remove pointless systemd dependency and run the tmpfiles binary only in case it exists
* Tue Feb 28 2012 idonmezAATTsuse.com- Update to patchlevel 456, fixes the following problems
* Using many continuation lines can be slow.
* Pasting in the command line is slow.
* Undo broken when pasting close to the last line.
* Crash when a BufWinLeave autocommand closes the only other window.
* \":all!\" and \":sall!\" give error E477, even though the documentation says these are valid commands.
* Vim does not support UTF8_STRING for the X selection.
* Compiler warnings to size casts in Perl interface.
* Search history lines are duplicated.
* \"it\" and \"at\" don\'t work properly with a dash in the tag name.
* DBCS encoding in a user command does not always work.
* When a user complete function returns -1 an error message is given.
* Completion of functions stops once a dictionary is encountered.
* Storing a float in a session file has an additional \'&\'.
* Pasting in Visual mode using the \"\" register does not work.
* Multi-byte characters in b:browsefilter are not handled correctly.
* \":helpgrep\" does not trigger QuickFixCmd
* autocommands.
* \":cd\" doesn\'t work when the path contains wildcards.
* When placing a mark while starting up a screen redraw messes up the screen.
* Mapping CTRL-K in Insert mode breaks CTRL-X CTRL-K for dictionary completion.
* Sun Feb 19 2012 cooloAATTsuse.com- vim needs more than what gtk requires - so buildrequire pkgconfig(xt)
* Fri Dec 23 2011 idonmezAATTsuse.com- Update to patchlevel 382, fixes the following problems
* IME characters are inserted twice.
* C-indenting wrong for a function header.
* C-indenting wrong for static enum.
* No support for bitwise AND, OR, XOR and invert.
* A tags file with an extremely long name may cause an infinite loop.
* Wed Dec 21 2011 cooloAATTsuse.com- add autoconf as buildrequire to avoid implicit dependency
* Fri Dec 09 2011 idonmezAATTsuse.com- Update to patchlevel 372, fixes the following problems
* Crash when using a large Unicode character in a file that has syntax highlighting.
* :wundo and :rundo use a wrong checksum.
* When using a command line mapping to with file name completion to go one directory up, \'wildchar\' is inserted.
* Wed Dec 07 2011 ajAATTsuse.de- Move require of systemd to base package since the base postinstall needs it.
* Mon Dec 05 2011 idoenmezAATTsuse.de- Update to patchlevel 364, fixes the following problems
* C indenting is wrong after #endif followed by a semicolon.
* ml_get error when using \":g\" with folded lines.
* Accessing memory after it is freed when EXITFREE is defined.
* Interrupting the load of an autoload function may cause a crash.
* Command line completion shows dict functions.
* Using \"o\" with \'cindent\' set may freeze Vim.
* \":set backspace+=eol\" doesn\'t work when \'backspace\' has a backwards compatible value of 2.
* When completing methods dict functions and script-local functions get in the way.
* Text formatting uses start of insert position when it should not.
* Block of code after \":lua << EOF\" may not work.
* When running out of memory during startup trying to open a swapfile will loop forever.
* \"call range(1, 947948399)\" causes a crash
* When dropping text from a browser on Vim it receives HTML even though \"html\" is excluded from \'clipboard\'
* When switching language with \":lang\" the window title doesn\'t change until later.
* Problem with GUI startup related to XInitThreads.
* No mouse support for urxvt.
* Using getchar() in an expression mapping doesn\'t work well.
* Screen doesn\'t update after resizing the xterm until a character is typed.
* When a tags file specifies an encoding different from \'enc\' it may hang and using a pattern doesn\'t work.
* When \'imdisable\' is reset from an autocommand in Insert mode it doesn\'t take effect.
* Using \".\" to repeat a Visual delete counts the size in bytes, not characters.
* Indent after \"public:\" is not increased in C++ code.
* \"vit\" selects wrong text when a tag name starts with the same text as an outer tag name.
* When longjmp() is invoked if the X server gives an error the state is not properly restored.
* When skipping over code from \":for\" to \":endfor\" get an error for calling a dict function.
* When command line wraps the cursor may be displayed wrong when there are multi-byte characters.
* When jumping to a help tag a closed fold doesn\'t open.
* A duplicated function argument gives an internal error.
* Completion for \":compiler\" shows color scheme names.
* The default \'errorformat\' does not ignore some \"included from\" lines.
* Fri Dec 02 2011 idoenmezAATTsuse.de- vim doesn\'t support -D_FORTIFY_SOURCE=2 , we must use level 1, see http://goo.gl/g9d8F for details.
* Tue Nov 29 2011 ajAATTsuse.de- Use Requires instead of Requires(post).
* Wed Nov 23 2011 ajAATTsuse.de- Create tmpfiles during install- Fix tmpfiles handling- Own directory /var/run/vi.recover
* Tue Nov 22 2011 reddwarfAATTopensuse.org- Set tinfo as the terminal library for openSUSE > 12.1 since it has been splitted from ncurses
* Mon Nov 07 2011 idonmezAATTsuse.com- Move spec skeleton functionality into /etc/vimrc (bnc#720898)
* Sun Nov 06 2011 crrodriguezAATTopensuse.org- vim-enhanced,gvim: Never ever link against static libpython this happends because %{_libdir}/python$vesion/config is searched first and picks libpython.a instead of .so ...
* Tue Oct 18 2011 dmuellerAATTsuse.de- fix detection of email addresses in .changes files
* Thu Sep 22 2011 idonmezAATTsuse.com- Update to official patchlevel 322 Following bugs are fixed:
* Redobuff doesn\'t always include changes of the completion leader.
* \"C\" on the last line deletes that line if it\'s blank.
* Calling debug.debug() in Lua may cause Vim to hang.
* Crash when \'colorcolumn\' is set and closing buffer.
* Opening a window before forking causes problems for GTK.
* Complete function isn\'t called when the leader changed.
* Writing to \'verbosefile\' has problems, e.g. for :highlight.
* Python 3 doesn\'t support slice assignment.
* When closing a window there is a chance that deleting a scrollbar triggers a GUI resize, which uses the window while it is not in a valid state.
* Auto-loading a function while editing the command line causes scrolling up the display.
* Python doesn\'t parse multi-byte argument correctly.
* Built-in colors are different from rgb.txt.
* Can\'t load Perl 5.14 dynamically.
* When writing to an external command a zombie process may be left behind.
* When filtering text with an external command Vim may not read all the output.
* Crash when using fold markers and selecting a visual block that includes a folded line and goes to end of line. (Sam Lidder)
* Configure doesn\'t work properly with Python3.
* When a BufWriteCmd autocommand resets \'modified\' this doesn\'t change older buffer states to be marked as \'modified\' like \":write\" does. (Yukihiro Nakadaira)
* Fri Sep 16 2011 opensuseAATTcboltz.de- apparmor.vim update - support \"deny $filename x\" rules - apparmor.vim generated from AppArmor 2.7 beta2
* Wed Aug 31 2011 idonmezAATTsuse.com- Update to official patchlevel 289
* python3 fixes
* Fix: Crash when using \"zd\" on a large number of folds.
* Fix: Mapping no longer works.
* Fix: After using \"expand(\'%:8\')\" the buffer name is changed.
* Fix: With GTK, when gvim is full-screen and a tab is opened and using a specific monitor configuration the window is too big.
* Fix: Passing the file name to open in VisVim doesn\'t work.
* Fix: A BOM in an error file is seen as text.
* Fix: \":put =list\" does not add an empty line for a trailing empty item.
* Fix: \'shellcmdflag\' only works with one flag.
* Fix: Vim freezes when executing an external command with zsh.
* Thu Aug 18 2011 opensuseAATTcboltz.de- apparmor.vim update - allow pux and PUx rules - add some new capabilities - fix pattern for variable names (allow numbers, except for first char) - apparmor.vim generated from AppArmor trunk aka 2.7 beta
* Thu Aug 04 2011 idonmezAATTnovell.com- Update to official patchlevel 266
* Fix python 3.2 detection
* Python: Errors in Unicode characters not handled nicely.
* \"gH\" deletes the current line, except when it\'s the last line.
* \"echo \'abc\' > \'\'\" returns 0 or 1, depending on \'ignorecase\'.
* The coladd field is not reset when setting the line number for a \":call\" command.
* When editing a file such as \"File[2010-08-15].vim\" an E16 error is given.
* Equivalence classes only work for latin characters.
* CursorHold triggers on an incomplete mapping.
* G++ error message errornously recognized as error.
* When the current directory name contains wildcard characters, such as \"foo[with]bar\", the tags file can\'t be found.
* When storing a pattern in search history there is no proper check for the separator character.
* In Gvim with iBus typing space in Insert mode doesn\'t work.
* Mon Jul 11 2011 idonmezAATTnovell.com- Update to official patchlevel 243
* Fix multiple illegal memory accesses
* Fix: Using CTRL-R CTRL-W on the command line may insert only part of the word.
* Fix: Python corrects the cursor column without taking \'virtualedit\' into account.
* Fix: Python 3 doesn\'t compile without +multi_byte
* Fix: \";\" gets stuck on a \"t\" command, it\'s not useful.
* Fix: \":scriptnames\" and \":breaklist\" show long file names.
* Fix: \":wundo\" and \":rundo\" don\'t unescape their argument
* Fix: \"2gj\" does not always move to the correct position.
* Fix: On a 64 bit system \"syn sync fromstart\" is very slow.
* Fix: Can\'t pass dict to sort function.
* Fix: Text from the clipboard is sometimes handled as linewise, but not consistently.
* Fix: Inside an \"if\" a \":wincmd\" causes problems.
* Wed Jul 06 2011 ajAATTsuse.de- Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.
* Tue May 17 2011 idoenmezAATTnovell.com- Update to official patchlevel 189- Drop outdated README.SUSE
* Mon Apr 18 2011 idoenmezAATTnovell.com- Run spec-cleaner and fix build on SLE 10
* Mon Feb 28 2011 stianAATTviskjer.net- add vim-7.3-filetype_mine.patch to enable syntax highlighting in .mine files. E.g. %{name}.spec.mine files generated by \"osc pull\"
* Mon Jan 31 2011 opensuseAATTcboltz.de- update apparmor.vim to better match the syntax of AppArmor 2.5 - support audit and deny for capability, network, link - fixed rlimit syntax - various small fixes
* Sun Jan 09 2011 opensuseAATTcboltz.de- update apparmor.vim to match (most of) the AppArmor 2.5 syntax- package apparmor.vim as separate source file, no longer as part of vim-7.3-filetype_apparmor.patch
* Mon Nov 22 2010 freespacerAATTgmx.de- add disable_gcc_warning_eval_c.patch http://lists.opensuse.org/opensuse-packaging/2010-11/msg00182.html- add disable_lang_no.patch- update spec file
* Sun Nov 21 2010 freespacerAATTgmx.de- update to version 7.3- clean up the additional vim patches and files - remove vim-7.2-lang.tar.bz2 (obsolete) - remove vim-7.2-extra.tar.bz2 (obsolete) - remove ANNOUNCEMENT.vim-7.2 (obsolete) - remove vim-7.0-no_nb.patch (obsolete) - remove remove-terrible-hack.patch (obsolete) - remove php.patch (obsolete) - remove lib64.patch (obsolete) - remove vim-7.2.257.patch (obsolete) - remove flex-array.patch (responsible for broken build) - disable lzma.patch (partly supported) - add ANNOUNCEMENT.vim-7.3 - renew official patches from upstream - renew gvimrc_fontset.patch - renew highlight_fstab.patch - renew sh_is_bash.patch - renew filetype_ftl.patch - renew help_tags.patch - renew use_awk.patch - renew name_vimrc.patch - renew mktemp_tutor.patch - renew ruby_ldflags_configure.patch - renew grub.patch - renew filetype_apparmor.patch - renew diff_check.patch - renew filetype_changes.patch- update spec file
* Wed Nov 17 2010 fisiuAATTopensuse.org- Update spec.skeleton
* Fri Nov 05 2010 ajAATTsuse.de- Add vim.conf for tmpfs mounting via systemd.
* Tue Sep 07 2010 ajAATTsuse.de- BuildRequire gpm-devel
* Fri Aug 27 2010 ajAATTsuse.de- Fix rpmlint warnings about duplicate files.- Remove now obsolete option --with-xusetheXWindowSystem.- Do not record build time in binary
* Tue Apr 27 2010 wernerAATTsuse.de- Add screen control sequences to inputrc (bnc#598903)
* Sat Mar 27 2010 vuntzAATTopensuse.org- Use the icon from the tarball instead of our custom icon. It looks much better.- Drop gvim.png from the source package.
* Tue Feb 09 2010 prusnakAATTsuse.cz- build data subpackage as noarch
* Tue Nov 03 2009 cooloAATTnovell.com- updated patches to apply with fuzz=0
* Tue Oct 13 2009 mmarekAATTsuse.cz- add patch vim-7.2.257.patch to hide gtk assertions (bnc#536535).
* Mon Sep 28 2009 wernerAATTsuse.de- Avoid network based systems calls during ~/.vimrc (bnc#538768)
* Wed May 13 2009 prusnakAATTsuse.cz- added Recommends, Suggests, Freshens, EssentialFor, Supplements and Enhances to .spec preamble keywords (added to filetype_spec.patch)