- patchlevel 785

This commit is contained in:
Karsten Hopp 2013-01-28 12:11:52 +01:00
parent b0193dbecf
commit 86a5dbbe04
2 changed files with 214 additions and 1 deletions

View File

@ -746,3 +746,73 @@ Individual patches for Vim 7.3:
3513 7.3.713 printf() can only align to bytes, not characters 3513 7.3.713 printf() can only align to bytes, not characters
2296 7.3.714 :setlocal and :setglobal do not work in the sandbox 2296 7.3.714 :setlocal and :setglobal do not work in the sandbox
8244 7.3.715 crash when calling setloclist() in BufUnload autocmd 8244 7.3.715 crash when calling setloclist() in BufUnload autocmd
1857 7.3.716 error on exit when using Python 3
1581 7.3.717 when changing font size only MS-Windows limits window size
1559 7.3.718 when re-using the current buffer the buffer-local options stay
18500 7.3.719 cannot run new version of cproto
11303 7.3.720 proto files are outdated
1624 7.3.721 Ruby interface defines local functions globally
2244 7.3.722 Perl flags may contain "-g", which breaks "make proto"
7337 7.3.723 various tiny problem.
2294 7.3.724 building with Ruby and Tcl on MS-Windows 64 bit does not work
2064 7.3.725 :aboveleft and :belowright have no effect on :copen
1900 7.3.726 typos and duplicate info in README
1405 7.3.727 can't always find Win32.mak when building GvimExt
7176 7.3.728 cannot compile with MzScheme interface on Ubuntu 12.10
1763 7.3.729 building with Ruby fails on some systems
2575 7.3.730 crash in PHP file when using syntastic
2188 7.3.731 Py3Init_vim() is exported uneccessarily
3772 7.3.732 compiler warnings for function arguments
2735 7.3.733 tests fail when including MzScheme
3680 7.3.734 cannot put help files in a sub-directory
3694 7.3.735 cannot build Ruby 1.9 with MingW or Cygwin
7558 7.3.736 file name completion in input() escapes white space
1380 7.3.737 when using do_cmdline() recursively did_endif is not reset
5106 7.3.738 (after 7.3.730) unused function argument
2326 7.3.739 computing number of lines may have an integer overflow
4818 7.3.740 IOC tool complains about undefined behavior for int
1576 7.3.741 (after 7.3.737) tiny build fails
1302 7.3.742 leaking memory when :vimgrep restores the directory
1773 7.3.743 (after 7.3.741) tiny build still fails
1467 7.3.744 64 bit compiler warning
2697 7.3.745 automatically setting 'ttymouse' doesn't work
2902 7.3.746 memory leaks when using location lists
2285 7.3.747 tab alignment does not work when characters are concealed
14505 7.3.748 no tests for conceal mode
1675 7.3.749 cannot build Python interface without multi-byte feature
3050 7.3.750 the justify macro does not always work correctly
3267 7.3.751 test 61 is flaky, it fails once in a while
2410 7.3.752 test 49 script file doesn't fold properly
3777 7.3.753 ":q" twice does not work when there is a QuitPre autocommand
1488 7.3.754 latest nmake is not recognized
5332 7.3.755 autoconf doesn't find Python 3 if it's called "python"
2957 7.3.756 a location list can get a wrong count in :lvimgrep
1549 7.3.757 issue 96: access freed memory if put command triggers autocmd
3173 7.3.758 matchit plugin does not handle space in #ifdef
3080 7.3.759 MS-Windows: Updating tabline is slow when there are many tabs
3055 7.3.760 dv_ deletes the white space before the line
2828 7.3.761 in Visual mode a "-p does not work
1798 7.3.762 (after 7.3.759) on some systems the tabline is not redraw.
2044 7.3.763 jumping to a mark does not open fold if it is in the same line
4060 7.3.764 not all message translation files are installed
3254 7.3.765 segfault when doing "cclose" on BufUnload in a python function
2865 7.3.766 ":help cpo-*" jumps to the wrong place
4437 7.3.767 (Win32) The _errno used for iconv may be the wrong one
1979 7.3.768 settabvar() and setwinvar() may move the cursor
9748 7.3.769 'matchpairs' does not work with multi-byte characters
3912 7.3.770 vim.h indentation is inconsistent
2074 7.3.771 (after 7.3.769) uninitialized variable
1539 7.3.772 cursor at wrong location after doing %s/x/y/c
1496 7.3.773 (after 7.3.767) crash when OriginalFirstThunk is zero
2567 7.3.774 tiny GUI version misses console dialog feature
2761 7.3.775 Cygwin and Mingw builds miss dependency on gui_w48.c
12411 7.3.776 ml_get error when searching, caused by curwin/curbuf mismatch
2035 7.3.777 when building with Gnome locale gets reset
1664 7.3.778 compiler error for adding up two pointers
4570 7.3.779 backwards search lands in wrong place when on a multibyte char
6443 7.3.780 char2nr() and nr2char() always use 'encoding'
5262 7.3.781 drawing with 'guifontwide' can be slow
4964 7.3.782 Windows: IME composition may use a wrong font
1329 7.3.783 crash when mark is not set
1914 7.3.784 (after 7.3.781) error when 'guifontwide' has a comma
3145 7.3.785 (after 7.3.776) crash with specific use of search pattern

145
vim.spec
View File

@ -18,7 +18,7 @@
#used for pre-releases: #used for pre-releases:
%define beta %{nil} %define beta %{nil}
%define vimdir vim73%{?beta} %define vimdir vim73%{?beta}
%define patchlevel 715 %define patchlevel 785
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -771,6 +771,76 @@ Patch712: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.712
Patch713: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.713 Patch713: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.713
Patch714: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.714 Patch714: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.714
Patch715: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.715 Patch715: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.715
Patch716: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.716
Patch717: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.717
Patch718: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.718
Patch719: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.719
Patch720: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.720
Patch721: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.721
Patch722: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.722
Patch723: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.723
Patch724: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.724
Patch725: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.725
Patch726: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.726
Patch727: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.727
Patch728: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.728
Patch729: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.729
Patch730: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.730
Patch731: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.731
Patch732: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.732
Patch733: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.733
Patch734: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.734
Patch735: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.735
Patch736: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.736
Patch737: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.737
Patch738: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.738
Patch739: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.739
Patch740: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.740
Patch741: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.741
Patch742: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.742
Patch743: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.743
Patch744: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.744
Patch745: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.745
Patch746: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.746
Patch747: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.747
Patch748: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.748
Patch749: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.749
Patch750: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.750
Patch751: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.751
Patch752: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.752
Patch753: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.753
Patch754: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.754
Patch755: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.755
Patch756: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.756
Patch757: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.757
Patch758: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.758
Patch759: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.759
Patch760: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.760
Patch761: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.761
Patch762: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.762
Patch763: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.763
Patch764: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.764
Patch765: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.765
Patch766: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.766
Patch767: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.767
Patch768: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.768
Patch769: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.769
Patch770: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.770
Patch771: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.771
Patch772: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.772
Patch773: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.773
Patch774: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.774
Patch775: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.775
Patch776: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.776
Patch777: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.777
Patch778: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.778
Patch779: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.779
Patch780: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.780
Patch781: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.781
Patch782: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.782
Patch783: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.783
Patch784: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.784
Patch785: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.785
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1632,6 +1702,76 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch713 -p0 %patch713 -p0
%patch714 -p0 %patch714 -p0
%patch715 -p0 %patch715 -p0
%patch716 -p0
%patch717 -p0
%patch718 -p0
%patch719 -p0
%patch720 -p0
%patch721 -p0
%patch722 -p0
%patch723 -p0
%patch724 -p0
%patch725 -p0
%patch726 -p0
%patch727 -p0
%patch728 -p0
%patch729 -p0
%patch730 -p0
%patch731 -p0
%patch732 -p0
%patch733 -p0
%patch734 -p0
%patch735 -p0
%patch736 -p0
%patch737 -p0
%patch738 -p0
%patch739 -p0
%patch740 -p0
%patch741 -p0
%patch742 -p0
%patch743 -p0
%patch744 -p0
%patch745 -p0
%patch746 -p0
%patch747 -p0
%patch748 -p0
%patch749 -p0
%patch750 -p0
%patch751 -p0
%patch752 -p0
%patch753 -p0
%patch754 -p0
%patch755 -p0
%patch756 -p0
%patch757 -p0
%patch758 -p0
%patch759 -p0
%patch760 -p0
%patch761 -p0
%patch762 -p0
%patch763 -p0
%patch764 -p0
%patch765 -p0
%patch766 -p0
%patch767 -p0
%patch768 -p0
%patch769 -p0
%patch770 -p0
%patch771 -p0
%patch772 -p0
%patch773 -p0
%patch774 -p0
%patch775 -p0
%patch776 -p0
%patch777 -p0
%patch778 -p0
%patch779 -p0
%patch780 -p0
%patch781 -p0
%patch782 -p0
%patch783 -p0
%patch784 -p0
%patch785 -p0
# install spell files # install spell files
@ -2094,6 +2234,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Mon Jan 28 2013 Karsten Hopp <karsten@redhat.com> 7.3.785-1
- patchlevel 785
* Tue Nov 20 2012 Karsten Hopp <karsten@redhat.com> 7.3.715-1 * Tue Nov 20 2012 Karsten Hopp <karsten@redhat.com> 7.3.715-1
- patchlevel 715 - patchlevel 715