Ismail Dönmez 2012-12-01 13:57:28 +00:00 committed by Git OBS Bridge
parent 592b24f765
commit 1502a784f6

View File

@ -12,21 +12,16 @@ Sat Dec 1 13:40:48 UTC 2012 - idonmez@suse.com
* Proto files are outdated. * Proto files are outdated.
* Ruby interface defines local functions globally. * Ruby interface defines local functions globally.
* Perl flags may contain "-g", which breaks "make proto". * Perl flags may contain "-g", which breaks "make proto".
* Various tiny problems.
* Building with Ruby and Tcl on MS-Windows 64 bit does not work. * Building with Ruby and Tcl on MS-Windows 64 bit does not work.
* :aboveleft and :belowright have no effect on :copen. * :aboveleft and :belowright have no effect on :copen.
* Typos and duplicate info in README. * Typos and duplicate info in README.
* Can't always find Win32.mak when building GvimExt.
* Cannot compile with MzScheme interface on Ubuntu 12.10.
* Building with Ruby fails on some systems. * Building with Ruby fails on some systems.
* Crash in PHP file when using syntastic. (Ike Devolder) * Crash in PHP file when using syntastic.
* Py3Init_vim() is exported uneccessarily. * Py3Init_vim() is exported uneccessarily.
* Compiler warnings for function arguments. * Compiler warnings for function arguments.
* Tests fail when including MzScheme. * Tests fail when including MzScheme.
* Cannot put help files in a sub-directory. * Cannot put help files in a sub-directory.
* Cannot build Ruby 1.9 with MingW or Cygwin. * File name completion in input() escapes white space.
* File name completion in input() escapes white space. (Frederic
* When using do_cmdline() recursively did_endif is not reset,
* Unused function argument. * Unused function argument.
* Computing number of lines may have an integer overflow. * Computing number of lines may have an integer overflow.
* IOC tool complains about undefined behavior for int. * IOC tool complains about undefined behavior for int.