- patchlevel 638

This commit is contained in:
Karsten Hopp 2012-08-28 11:54:11 +02:00
parent ea042019e9
commit 2301591f71
2 changed files with 250 additions and 1 deletions

View File

@ -587,3 +587,85 @@ Individual patches for Vim 7.3:
1660 7.3.554 compiler warning for unused argument 1660 7.3.554 compiler warning for unused argument
7968 7.3.555 building on IBM z/OS fails 7968 7.3.555 building on IBM z/OS fails
2194 7.3.556 compiler warnings on 64 bit Windows 2194 7.3.556 compiler warnings on 64 bit Windows
2958 7.3.557 crash when an autocommand wipes out a buffer when it is hidden
2956 7.3.558 (after 7.3.552) memory access error
3483 7.3.559 home_replace() does not work with 8.3 filename
1551 7.3.560 get an error for a locked argument in extend()
1511 7.3.561 refresh: always in a complete function breaks the "." command
1659 7.3.562 ":profdel" works when the +profile feature is disabled
2742 7.3.563 (after 7.3.557) can't build with tiny features
1785 7.3.564 (after 7.3.559) warning for pointer conversion
1806 7.3.565 can't generate proto file for Python 3
2363 7.3.566 (after 7.3.561) redo works incorrectly without refresh:always
1739 7.3.567 missing copyright notice
3890 7.3.568 bad indents for #ifdefs
133265 7.3.569 evaluating Vim expression in Python is insufficient
4659 7.3.570 ":vimgrep" does not obey 'wildignore'
3915 7.3.571 duplicated condition
1915 7.3.572 duplicate statement in if and else
1419 7.3.573 using array index before bounds checking
2491 7.3.574 a CTRL-L character is not pasted on the search command line
1586 7.3.575 "ygt" tries to yank instead of giving an error
7301 7.3.576 formatting of lists inside comments is not right yet
6542 7.3.577 size of memory does not fit in 32 bit unsigned
2025 7.3.578 misplaced declaration.
7644 7.3.579 (after 7.3.569) can't compile with Python 2.5
1517 7.3.580 warning on 64 bit MS-Windows
4236 7.3.581 problems compiling with Python
1342 7.3.582 missing pieces in test OK file
3125 7.3.583 PyObject_NextNotImplemented is not defined before Python 2.7
4088 7.3.584 PyCObject is not always defined
1696 7.3.585 calling changed_bytes() too often
3055 7.3.586 MEMORYSTATUSEX not defined when compiling with Cygwin or MingW
2248 7.3.587 compiler warning for local var shadowing global var
2464 7.3.588 crash on NULL pointer
1974 7.3.589 crash when $HOME is not set
1804 7.3.590 the '< and '> marks cannot be set directly
5247 7.3.591 can only move to a tab by absolute number
3343 7.3.592 Vim on GTK does not support g:browsefilter
2237 7.3.593 no easy way to decide if b:browsefilter will work
4873 7.3.594 the X command server sends an empty reply for as-keys requests
3921 7.3.595 the X command server responds slowly
4967 7.3.596 can't remove all signs for a file or buffer
21669 7.3.597 'clipboard' "autoselect" only applies to the * register
2635 7.3.598 cannot act upon end of insert mode completion
3042 7.3.599 (after 7.3.597) missing change in one file
1572 7.3.600 <f-args> is not expanded properly with DBCS encoding
1492 7.3.601 bad code style
1532 7.3.602 missing files in distribution
11248 7.3.603 it is possible to add or replace builtin functions
1861 7.3.604 inputdialog() doesn't use the cancel argument in the console
2334 7.3.605 MS-Windows: Can't compile with older compilers
2522 7.3.606 CTRL-P completion has a problem with multi-byte characters
2139 7.3.607 with 8 color terminal selected menu item is black on black
3847 7.3.608 winrestview() does not always restore the view correctly
5843 7.3.609 file names in :checkpath! output are garbled
12106 7.3.610 cannot operate on the text that a search pattern matches
1895 7.3.611 can't use Vim dictionary as self argument in Python
2081 7.3.612 auto formatting messes up text when 'fo' contains "2"
6886 7.3.613 including Python's config.c in the build causes trouble
5747 7.3.614 number arg gets turned into number while it should be string
2915 7.3.615 completion does not recognized escaped spaces
1289 7.3.616 (after 7.3.610) can't compile without +visual
1781 7.3.617 (after 7.3.615) hang on completion
10033 7.3.618 (after 7.3.616) still doesn't compile with small features
1583 7.3.619 when executing a shell command Vim may become slow to respond
4897 7.3.620 building with recent Ruby on Win32 doesn't work
2259 7.3.621 compiler warnings on 64 bit windows
1867 7.3.622 XPM library for Win32 can't be found
2426 7.3.623 Perl 5.14 commands crash Vim on MS-Windows
1800 7.3.624 when cancelling input() it returns the third argument
4327 7.3.625 "gn" does not handle zero-width matches correctly
1500 7.3.626 Python interface doesn't build with Python 2.4 or older
2803 7.3.627 expression not evaluated when using "n" flag with ":s"
1802 7.3.628 ":open!" results in a confusing error message
12019 7.3.629 there is no way to make 'shiftwidth' follow 'tabstop'
1487 7.3.630 "|" does not behave correctly when 'virtualedit' is set
10100 7.3.631 cannot complete user names
14770 7.3.632 cannot select beyond 222 columns with the mouse in xterm
2238 7.3.633 selection remains highlighted after selecting another text
1884 7.3.634 Month/Day format for undo is confusing
1586 7.3.635 system call during startup sets 'lines' to a wrong value
4539 7.3.636 (after 7.3.625) "gn" fails for some zero-width matches
3117 7.3.637 cannot catch error caused by a foldopen when there is no fold
1783 7.3.638 unecessary redraw of the previous character

169
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 556 %define patchlevel 638
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -612,6 +612,88 @@ Patch553: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.553
Patch554: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.554 Patch554: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.554
Patch555: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.555 Patch555: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.555
Patch556: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.556 Patch556: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.556
Patch557: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.557
Patch558: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.558
Patch559: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.559
Patch560: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.560
Patch561: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.561
Patch562: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.562
Patch563: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.563
Patch564: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.564
Patch565: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.565
Patch566: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.566
Patch567: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.567
Patch568: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.568
Patch569: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.569
Patch570: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.570
Patch571: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.571
Patch572: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.572
Patch573: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.573
Patch574: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.574
Patch575: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.575
Patch576: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.576
Patch577: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.577
Patch578: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.578
Patch579: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.579
Patch580: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.580
Patch581: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.581
Patch582: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.582
Patch583: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.583
Patch584: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.584
Patch585: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.585
Patch586: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.586
Patch587: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.587
Patch588: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.588
Patch589: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.589
Patch590: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.590
Patch591: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.591
Patch592: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.592
Patch593: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.593
Patch594: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.594
Patch595: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.595
Patch596: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.596
Patch597: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.597
Patch598: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.598
Patch599: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.599
Patch600: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.600
Patch601: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.601
Patch602: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.602
Patch603: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.603
Patch604: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.604
Patch605: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.605
Patch606: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.606
Patch607: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.607
Patch608: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.608
Patch609: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.609
Patch610: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.610
Patch611: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.611
Patch612: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.612
Patch613: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.613
Patch614: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.614
Patch615: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.615
Patch616: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.616
Patch617: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.617
Patch618: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.618
Patch619: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.619
Patch620: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.620
Patch621: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.621
Patch622: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.622
Patch623: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.623
Patch624: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.624
Patch625: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.625
Patch626: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.626
Patch627: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.627
Patch628: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.628
Patch629: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.629
Patch630: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.630
Patch631: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.631
Patch632: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.632
Patch633: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.633
Patch634: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.634
Patch635: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.635
Patch636: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.636
Patch637: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.637
Patch638: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.638
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1314,6 +1396,88 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch554 -p0 %patch554 -p0
%patch555 -p0 %patch555 -p0
%patch556 -p0 %patch556 -p0
%patch557 -p0
%patch558 -p0
%patch559 -p0
%patch560 -p0
%patch561 -p0
%patch562 -p0
%patch563 -p0
%patch564 -p0
%patch565 -p0
%patch566 -p0
%patch567 -p0
%patch568 -p0
%patch569 -p0
%patch570 -p0
%patch571 -p0
%patch572 -p0
%patch573 -p0
%patch574 -p0
%patch575 -p0
%patch576 -p0
%patch577 -p0
%patch578 -p0
%patch579 -p0
%patch580 -p0
%patch581 -p0
%patch582 -p0
%patch583 -p0
%patch584 -p0
%patch585 -p0
%patch586 -p0
%patch587 -p0
%patch588 -p0
%patch589 -p0
%patch590 -p0
%patch591 -p0
%patch592 -p0
%patch593 -p0
%patch594 -p0
%patch595 -p0
%patch596 -p0
%patch597 -p0
%patch598 -p0
%patch599 -p0
%patch600 -p0
%patch601 -p0
%patch602 -p0
%patch603 -p0
%patch604 -p0
%patch605 -p0
%patch606 -p0
%patch607 -p0
%patch608 -p0
%patch609 -p0
%patch610 -p0
%patch611 -p0
%patch612 -p0
%patch613 -p0
%patch614 -p0
%patch615 -p0
%patch616 -p0
%patch617 -p0
%patch618 -p0
%patch619 -p0
%patch620 -p0
%patch621 -p0
%patch622 -p0
%patch623 -p0
%patch624 -p0
%patch625 -p0
%patch626 -p0
%patch627 -p0
%patch628 -p0
%patch629 -p0
%patch630 -p0
%patch631 -p0
%patch632 -p0
%patch633 -p0
%patch634 -p0
%patch635 -p0
%patch636 -p0
%patch637 -p0
%patch638 -p0
# install spell files # install spell files
@ -1770,6 +1934,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Tue Aug 28 2012 Karsten Hopp <karsten@redhat.com> 7.3.638-1
- patchlevel 638
* Mon Jun 18 2012 Karsten Hopp <karsten@redhat.com> 7.3.556-1 * Mon Jun 18 2012 Karsten Hopp <karsten@redhat.com> 7.3.556-1
- patchlevel 556 - patchlevel 556