- patchlevel 1293

This commit is contained in:
Karsten Hopp 2013-07-04 15:37:26 +02:00
parent 7ca0c8fe66
commit 05d88703e3
2 changed files with 318 additions and 3 deletions

View File

@ -811,7 +811,7 @@ Individual patches for Vim 7.3:
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'
6439 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
@ -1140,7 +1140,7 @@ Individual patches for Vim 7.3:
1327 7.3.1108 error message for os.fchdir()
4969 7.3.1109 building on MS-Windows doesn't see changes in if_py_both.h
23743 7.3.1110 new regexp matching: Using \@= and the like can be slow
16934 7.3.1111 nfa_recognize_char_class() implementation is inefficient
16284 7.3.1111 nfa_recognize_char_class() implementation is inefficient
7450 7.3.1112 new regexp engine: \%V not supported
8095 7.3.1113 new regexp engine: \%'m not supported
1807 7.3.1114 (after 7.3.1110) can't build without the syntax feature
@ -1219,3 +1219,107 @@ Individual patches for Vim 7.3:
2647 7.3.1187 (after 7.3.1170) "s:" is recognized but "<SID>" is not
2131 7.3.1188 newline characters messing up error message
2305 7.3.1189 (after 7.3.1185) highlighting is still wrong sometimes
1818 7.3.1190 compiler warning for parentheses
8174 7.3.1191 Backreference to previous line doesn't work
4439 7.3.1192 valgrind reports errors when using backreferences
1765 7.3.1193 fail_if_missing not used for Python 3
2192 7.3.1194 Yaml highlighting is slow
1535 7.3.1195 compiler warning for unitialized variable
7934 7.3.1196 old regexp engine does not match pattern with backref right
6096 7.3.1197 ":wviminfo!" does not write history read from a viminfo file
2960 7.3.1198 build error when using Perl 5.18.0 and dynamic loading
3597 7.3.1199 error from evaluating 'foldexpr' is silently ignored
2718 7.3.1200 calling setline() from Insert mode messes up undo
1980 7.3.1201 on startup preview window may be used as the current window
1875 7.3.1202 tags are not found in case-folded tags file
1575 7.3.1203 matches from matchadd() might be highlighted incorrectly
8835 7.3.1204 calling gettabwinvar() in 'tabline' cancels Visual mode
2008 7.3.1205 logtalk.dict is not removed on uninstall
2965 7.3.1206 inconsistent function argument declarations
2745 7.3.1207 new regexp engine: no match found on "#if FOO"
2369 7.3.1208 compiler warnings on MS-Windows
1363 7.3.1209 no completion for ":tabdo"
1937 7.3.1210 (after 7.3.1182) 'backupcopy' default on MS-Windows is wrong
6882 7.3.1211 MS-Windows: ":hardcopy" does not work properly
3225 7.3.1212 "make test" on MS-Windows does not report like Unix does
6963 7.3.1213 can't build with Python and small features.
2511 7.3.1214 missing declaration for init_users() and realloc_post_list()
1553 7.3.1215 compiler warning for function not defined
4902 7.3.1216 configure can't find Motif on Ubuntu
2775 7.3.1217 new regexp engine: Can't handle \%[[ao]]
2655 7.3.1218 "make test" on MS-Windows does not clean all temporary files
1826 7.3.1219 no test for using []] inside \%[]
5738 7.3.1220 MS-Windows: When using wide font italic/bold are not included
8519 7.3.1221 when build flags change "make distclean" causes an error
2948 7.3.1222 cannot execute some tests from the src directly
7033 7.3.1223 tests fail on MS-Windows
2640 7.3.1224 Clang gives warnings on xxd
1765 7.3.1225 compiler warnings when building with Motif
7157 7.3.1226 Python: duplicate code
18950 7.3.1227 Python: inconsistent string conversion
9788 7.3.1228 Python: various inconsistencies and problems
34007 7.3.1229 Python: not so easy to delete/restore translating
185712 7.3.1230 Python: Exception messages are not clear
22564 7.3.1231 Python: use of numbers not consistent
54051 7.3.1232 Python: inconsistencies in variable names
185882 7.3.1233 various Python problems
30099 7.3.1234 (after 7.3.1229) Python: Strings are not marked for translate
1928 7.3.1235 inserting CTRL-] differs between insert and command-line mode
150895 7.3.1236 Python: WindowSetattr() missing support for NUMBER_UNSIGNED
3493 7.3.1237 Python: non-import errors not handled correctly
3329 7.3.1238 crash in Python interface on 64 bit machines
2921 7.3.1239 can't build with Python and MSVC10
1755 7.3.1240 memory leak in findfile()
1774 7.3.1241 (after 7.3.1236) some test files missing from distribution
2224 7.3.1242 no failure when trying to use a number as a string
5926 7.3.1243 back references in look-behind match don't work
1811 7.3.1244 MS-Windows: confirm() dialog text may not fit
2739 7.3.1245 MS-Windows: confirm() dialog text may still not fit
4263 7.3.1246 wrong window layout when resizing with 'winfixheight' set
4263 7.3.1247 pattern '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match
8725 7.3.1248 still have old hacking code for Input Method
1802 7.3.1249 modeline not recognized when using "Vim" instead of "vim"
4165 7.3.1250 Python tests fail on MS-Windows
1410 7.3.1251 test 61 messes up viminf.
1774 7.3.1252 Win32: Gvim does not always find the toolbar bitmap file
2265 7.3.1253 still undo problem after using CTRL-R = setline()
1849 7.3.1254 (after 7.3.1252) can't build without the multi-lang feature
2359 7.3.1255 Clang warnings when building with Athena
4034 7.3.1256 can't build without eval or autocmd feature
1820 7.3.1257 GNU gettext() ignores :lang language setting
1881 7.3.1258 using submatch() may crash Vim
2626 7.3.1259 no test for patch 7.3.1258
3774 7.3.1260 completion gets incomplete command line in cmdline window
10176 7.3.1261 (after 7.3.1179) keymap causes global mapping to stop working
5601 7.3.1262 crash and compilation warnings with Cygwin
1690 7.3.1263 typo in short option name
2349 7.3.1264 (after 7.3.1261) missing m_nowait
1521 7.3.1265 (after 7.3.1249) errors for allowing "Vim:" in a modeline
1857 7.3.1266 QNX: GUI fails to start
12040 7.3.1267 MS-Windows ACL support doesn't work well
3846 7.3.1268 ACL support doesn't work when when compiled with MingW
1668 7.3.1269 insert completion keeps wrong entry selected
1825 7.3.1270 using "Vp" in an empty buffer can't be undone
1891 7.3.1271 (after 7.3.1260) command line completion does not work
2962 7.3.1272 crash when editing Ruby file
1652 7.3.1273 when copying a location list the index might be wrong
3332 7.3.1274 using wrong window when using entry from location list
5535 7.3.1275 "gn" does not work when the match is a single character
1657 7.3.1276 resizing the window may send SIGWINCH to cscope and it quits
3286 7.3.1277 in diff mode 'cursorline' also draws in the non-active window
4461 7.3.1278 limit the screen size set by "stty"
1814 7.3.1279 compiler warning for variable uninitialized
6899 7.3.1280 (after 7.3.1247) reading memory already freed
2145 7.3.1281 When 'ttymouse' is "xterm2" click in column 123 moves to 96
3251 7.3.1282 'cursorline' not drawn in any other window
2408 7.3.1283 test 71 fails on MS-Windows
3800 7.3.1284 compiler warnings in MS-Windows clipboard handling
10725 7.3.1285 no tests for picking window when using entry in location list
1487 7.3.1286 check for screen size missing for Athena and Motif
13995 7.3.1287 Python SystemExit exception is not handled properly
14385 7.3.1288 the first ":echo 'hello'" command output doesn't show
2406 7.3.1289 get GLIB warning when removing a menu item
1385 7.3.1290 (after 7.3.1253) CTRL-R = in Insert mode starts new insert
2028 7.3.1291 (after 7.3.1288) compiler warnings for uninitialized variable
1635 7.3.1292 possibly using invalid pointer when searcing for window
1811 7.3.1293 put in empty buffer cannot be undone

213
vim.spec
View File

@ -18,7 +18,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim73%{?beta}
%define patchlevel 1189
%define patchlevel 1293
Summary: The VIM editor
URL: http://www.vim.org/
@ -1245,6 +1245,110 @@ Patch1186: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1186
Patch1187: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1187
Patch1188: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1188
Patch1189: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1189
Patch1190: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1190
Patch1191: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1191
Patch1192: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1192
Patch1193: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1193
Patch1194: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1194
Patch1195: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1195
Patch1196: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1196
Patch1197: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1197
Patch1198: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1198
Patch1199: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1199
Patch1200: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1200
Patch1201: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1201
Patch1202: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1202
Patch1203: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1203
Patch1204: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1204
Patch1205: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1205
Patch1206: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1206
Patch1207: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1207
Patch1208: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1208
Patch1209: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1209
Patch1210: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1210
Patch1211: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1211
Patch1212: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1212
Patch1213: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1213
Patch1214: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1214
Patch1215: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1215
Patch1216: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1216
Patch1217: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1217
Patch1218: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1218
Patch1219: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1219
Patch1220: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1220
Patch1221: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1221
Patch1222: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1222
Patch1223: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1223
Patch1224: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1224
Patch1225: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1225
Patch1226: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1226
Patch1227: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1227
Patch1228: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1228
Patch1229: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1229
Patch1230: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1230
Patch1231: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1231
Patch1232: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1232
Patch1233: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1233
Patch1234: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1234
Patch1235: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1235
Patch1236: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1236
Patch1237: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1237
Patch1238: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1238
Patch1239: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1239
Patch1240: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1240
Patch1241: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1241
Patch1242: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1242
Patch1243: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1243
Patch1244: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1244
Patch1245: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1245
Patch1246: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1246
Patch1247: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1247
Patch1248: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1248
Patch1249: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1249
Patch1250: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1250
Patch1251: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1251
Patch1252: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1252
Patch1253: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1253
Patch1254: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1254
Patch1255: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1255
Patch1256: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1256
Patch1257: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1257
Patch1258: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1258
Patch1259: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1259
Patch1260: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1260
Patch1261: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1261
Patch1262: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1262
Patch1263: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1263
Patch1264: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1264
Patch1265: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1265
Patch1266: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1266
Patch1267: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1267
Patch1268: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1268
Patch1269: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1269
Patch1270: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1270
Patch1271: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1271
Patch1272: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1272
Patch1273: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1273
Patch1274: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1274
Patch1275: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1275
Patch1276: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1276
Patch1277: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1277
Patch1278: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1278
Patch1279: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1279
Patch1280: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1280
Patch1281: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1281
Patch1282: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1282
Patch1283: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1283
Patch1284: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1284
Patch1285: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1285
Patch1286: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1286
Patch1287: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1287
Patch1288: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1288
Patch1289: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1289
Patch1290: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1290
Patch1291: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1291
Patch1292: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1292
Patch1293: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1293
Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -2581,6 +2685,110 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch1187 -p0
%patch1188 -p0
%patch1189 -p0
%patch1190 -p0
%patch1191 -p0
%patch1192 -p0
%patch1193 -p0
%patch1194 -p0
%patch1195 -p0
%patch1196 -p0
%patch1197 -p0
%patch1198 -p0
%patch1199 -p0
%patch1200 -p0
%patch1201 -p0
%patch1202 -p0
%patch1203 -p0
%patch1204 -p0
%patch1205 -p0
%patch1206 -p0
%patch1207 -p0
%patch1208 -p0
%patch1209 -p0
%patch1210 -p0
%patch1211 -p0
%patch1212 -p0
%patch1213 -p0
%patch1214 -p0
%patch1215 -p0
%patch1216 -p0
%patch1217 -p0
%patch1218 -p0
%patch1219 -p0
%patch1220 -p0
%patch1221 -p0
%patch1222 -p0
%patch1223 -p0
%patch1224 -p0
%patch1225 -p0
%patch1226 -p0
%patch1227 -p0
%patch1228 -p0
%patch1229 -p0
%patch1230 -p0
%patch1231 -p0
%patch1232 -p0
%patch1233 -p0
%patch1234 -p0
%patch1235 -p0
%patch1236 -p0
%patch1237 -p0
%patch1238 -p0
%patch1239 -p0
%patch1240 -p0
%patch1241 -p0
%patch1242 -p0
%patch1243 -p0
%patch1244 -p0
%patch1245 -p0
%patch1246 -p0
%patch1247 -p0
%patch1248 -p0
%patch1249 -p0
%patch1250 -p0
%patch1251 -p0
%patch1252 -p0
%patch1253 -p0
%patch1254 -p0
%patch1255 -p0
%patch1256 -p0
%patch1257 -p0
%patch1258 -p0
%patch1259 -p0
%patch1260 -p0
%patch1261 -p0
%patch1262 -p0
%patch1263 -p0
%patch1264 -p0
%patch1265 -p0
%patch1266 -p0
%patch1267 -p0
%patch1268 -p0
%patch1269 -p0
%patch1270 -p0
%patch1271 -p0
%patch1272 -p0
%patch1273 -p0
%patch1274 -p0
%patch1275 -p0
%patch1276 -p0
%patch1277 -p0
%patch1278 -p0
%patch1279 -p0
%patch1280 -p0
%patch1281 -p0
%patch1282 -p0
%patch1283 -p0
%patch1284 -p0
%patch1285 -p0
%patch1286 -p0
%patch1287 -p0
%patch1288 -p0
%patch1289 -p0
%patch1290 -p0
%patch1291 -p0
%patch1292 -p0
%patch1293 -p0
# install spell files
@ -3076,6 +3284,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Thu Jul 04 2013 Karsten Hopp <karsten@redhat.com> 7.3.1293-1
- patchlevel 1293
* Fri Jun 14 2013 Karsten Hopp <karsten@redhat.com> 7.3.1189-1
- patchlevel 1189