summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.1236v7.3.1236v7-3-1236Bram Moolenaar2013-06-2314-225/+549
| | | | | Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED. Solution: Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
* Added tag v7-3-1235 for changeset 9ae0fe467776Bram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1235v7.3.1235v7-3-1235Bram Moolenaar2013-06-232-2/+4
| | | | | Problem: In insert mode CTRL-] is not inserted, on the command-line it is. Solution: Don't insert CTRL-] on the command line. (Yukihiro Nakadaira)
* Added tag v7-3-1234 for changeset f4969f8f66e9Bram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1234v7.3.1234v7-3-1234Bram Moolenaar2013-06-232-86/+92
| | | | | Problem: Python: Strings are not marked for translation. Solution: Add N_() where appropriate. (ZyX)
* Added tag v7-3-1233 for changeset 4ed713442c51Bram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1233v7.3.1233v7-3-1233Bram Moolenaar2013-06-236-666/+929
| | | | | | Problem: Various Python problems. Solution: Fix VimTryEnd. Crash with debug build and PYTHONDUMPREFS=1. Memory leaks in StringToLine(), BufferMark() and convert_dl. (ZyX)
* Added tag v7-3-1232 for changeset a594ce86b5eaBram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1232v7.3.1232v7-3-1232Bram Moolenaar2013-06-233-241/+266
| | | | | Problem: Python: inconsistencies in variable names. Solution: Rename variables. (ZyX)
* Added tag v7-3-1231 for changeset 537bbfff0c5cBram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1231v7.3.1231v7-3-1231Bram Moolenaar2013-06-236-44/+154
| | | | | Problem: Python: use of numbers not consistent. Solution: Add support for Number protocol. (ZyX)
* Added tag v7-3-1230 for changeset f5c822e5a0ebBram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1230v7.3.1230v7-3-1230Bram Moolenaar2013-06-236-295/+347
| | | | | Problem: Python: Exception messages are not clear. Solution: Make exception messages more verbose. (ZyX)
* Added tag v7-3-1229 for changeset b6e693e1f946Bram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1229v7.3.1229v7-3-1229Bram Moolenaar2013-06-233-111/+114
| | | | | | Problem: Python: not so easy to delete/restore translating. Solution: Make macros do translation of exception messages. (ZyX) Note: this breaks translations!
* Added tag v7-3-1228 for changeset 620d9b59d4edBram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1228v7.3.1228v7-3-1228Bram Moolenaar2013-06-234-44/+47
| | | | | | | Problem: Python: various inconsistencies and problems. Solution: StringToLine now supports both bytes() and unicode() objects. Make function names consistant. Fix memory leak fixed in StringToLine. (ZyX)
* Added tag v7-3-1227 for changeset 5cee875f3096Bram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1227v7.3.1227v7-3-1227Bram Moolenaar2013-06-234-58/+72
| | | | | | Problem: Inconsistent string conversion. Solution: Use 'encoding' instead of utf-8. Use METH_O in place of METH_VARARGS where appropriate. (ZyX)
* Added tag v7-3-1226 for changeset b34d719b13cdBram Moolenaar2013-06-230-0/+0
|
* updated for version 7.3.1226v7.3.1226v7-3-1226Bram Moolenaar2013-06-234-30/+26
| | | | | Problem: Python: duplicate code. Solution: Share code between OutputWrite() and OutputWritelines(). (ZyX)
* Added tag v7-3-1225 for changeset 27b008d5b7acBram Moolenaar2013-06-220-0/+0
|
* updated for version 7.3.1225v7.3.1225v7-3-1225Bram Moolenaar2013-06-222-2/+4
| | | | | Problem: Compiler warnings when building with Motif. Solution: Change set_label() argument. (Kazunobu Kuriyama)
* Added tag v7-3-1224 for changeset 0a379dea13c9Bram Moolenaar2013-06-210-0/+0
|
* updated for version 7.3.1224v7.3.1224v7-3-1224Bram Moolenaar2013-06-213-4/+6
| | | | | | Problem: Clang gives warnings on xxd. Solution: Change how to use part of a string. (Dominique Pelle) Also avoid warning for return not reached.
* Added tag v7-3-1223 for changeset 5cd32322154cBram Moolenaar2013-06-190-0/+0
|
* updated for version 7.3.1223v7.3.1223v7-3-1223Bram Moolenaar2013-06-195-16/+43
| | | | | | Problem: Tests fail on MS-Windows. Solution: Avoid depending on OS version. Use DOS commands instead of Unix commands. (Taro Muraoka, Ken Takata)
* Added tag v7-3-1222 for changeset 07831d280e90Bram Moolenaar2013-06-190-0/+0
|
* updated for version 7.3.1222v7.3.1222v7-3-1222Bram Moolenaar2013-06-192-10/+12
| | | | | Problem: Cannot execute some tests from the src directoly. Solution: Add missing targets.
* Added tag v7-3-1221 for changeset 9f7b92f232d3Bram Moolenaar2013-06-180-0/+0
|
* updated for version 7.3.1221v7.3.1221v7-3-1221Bram Moolenaar2013-06-184-8/+25
| | | | | | | Problem: When build flags change "make distclean" run into a configure error. Solution: When CFLAGS changes delete auto/config.cache. Also avoid adding duplicate text to flags.
* Added tag v7-3-1220 for changeset ba7db05e1482Bram Moolenaar2013-06-170-0/+0
|
* updated for version 7.3.1220v7.3.1220v7-3-1220Bram Moolenaar2013-06-174-3/+77
| | | | | | Problem: MS-Windows: When using wide font italic and bold are not included. Solution: Support wide-bold, wide-italic and wide-bold-italic. (Ken Takata, Taro Muraoka)
* Added tag v7-3-1219 for changeset eb5c3508cd7dBram Moolenaar2013-06-170-0/+0
|
* updated for version 7.3.1219v7.3.1219v7-3-1219Bram Moolenaar2013-06-173-0/+6
| | | | | Problem: No test for using []] inside \%[]. Solution: Add a test.
* Added tag v7-3-1218 for changeset d10ede931224Bram Moolenaar2013-06-170-0/+0
|
* updated for version 7.3.1218v7.3.1218v7-3-1218Bram Moolenaar2013-06-172-4/+11
| | | | | | Problem: "make test" on MS-Windows does not clean all temporary files and gives some unneccessary message. Solution: Clean the right files. Create .failed files. (Ken Takata)
* Added tag v7-3-1217 for changeset 613651492c19Bram Moolenaar2013-06-170-0/+0
|
* updated for version 7.3.1217v7.3.1217v7-3-1217Bram Moolenaar2013-06-174-2/+11
| | | | | Problem: New regexp engine: Can't handle \%[[ao]]. (Yukihiro Nakadaira) Solution: Support nested atoms inside \%[].
* Added tag v7-3-1216 for changeset b89aa3374b7fBram Moolenaar2013-06-170-0/+0
|
* updated for version 7.3.1216v7.3.1216v7-3-1216Bram Moolenaar2013-06-173-5/+13
| | | | | Problem: Configure can't find Motif on Ubuntu. Solution: Search for libXm in /usr/lib/*-linux-gnu.
* Added tag v7-3-1215 for changeset 8bbd0ff486b3Bram Moolenaar2013-06-170-0/+0
|
* updated for version 7.3.1215v7.3.1215v7-3-1215Bram Moolenaar2013-06-172-0/+4
| | | | | Problem: Compiler warning for function not defined. Solution: Add #ifdef.
* Added tag v7-3-1214 for changeset bcb84438bb5bBram Moolenaar2013-06-160-0/+0
|
* updated for version 7.3.1214v7.3.1214v7-3-1214Bram Moolenaar2013-06-163-1/+6
| | | | | | Problem: Missing declaration for init_users() and realloc_post_list(). (Salman Halim) Solution: Add the declarations.
* Added tag v7-3-1213 for changeset ae05437a744aBram Moolenaar2013-06-160-0/+0
|
* updated for version 7.3.1213v7.3.1213v7-3-1213Bram Moolenaar2013-06-164-16/+38
| | | | | Problem: Can't build with small features and Python. Solution: Adjust #ifdefs.
* Added tag v7-3-1212 for changeset 81e623ff2e55Bram Moolenaar2013-06-160-0/+0
|
* updated for version 7.3.1212v7.3.1212v7-3-1212Bram Moolenaar2013-06-163-11/+19
| | | | | Problem: "make test" on MS-Windows does not report failure like Unix does. Solution: Make it work like on Unix. (Taro Muraoka)
* Added tag v7-3-1211 for changeset 1cf02fbe6281Bram Moolenaar2013-06-160-0/+0
|