Bram Moolenaar
784857b6f9
updated for version 7.3.954
...
Problem: No check if PyObject_IsTrue fails.
Solution: Add a check for -1 value. (ZyX)
2013-05-15 16:11:50 +02:00
Bram Moolenaar
b89a61e1bd
Added tag v7-3-953 for changeset 7b789d337820
2013-05-15 16:04:40 +02:00
Bram Moolenaar
f8083ab049
updated for version 7.3.953
...
Problem: Python: string exceptions are deprecated.
Solution: Make vim.error an Exception subclass. (ZyX)
2013-05-15 16:04:40 +02:00
Bram Moolenaar
33e41fb9fe
Added tag v7-3-952 for changeset 2a166caf8709
2013-05-15 15:51:08 +02:00
Bram Moolenaar
e389be0369
updated for version 7.3.952
...
Problem: Python: It's not easy to change window/buffer/tabpage.
Solution: Add ability to assign to vim.current.{tabpage,buffer,window}.
(ZyX)
2013-05-15 15:51:08 +02:00
Bram Moolenaar
89d46fe8f0
Added tag v7-3-951 for changeset 907b1f035ee7
2013-05-15 15:44:28 +02:00
Bram Moolenaar
4fa4552d26
updated for version 7.3.951
...
Problem: Python exceptions have problems.
Solution: Change some IndexErrors to TypeErrors. Make “line number out of
range” an IndexError. Make “unable to get option value” a
RuntimeError. Make all PyErr_SetString messages start with
lowercase letter and use _(). (ZyX)
2013-05-15 15:44:28 +02:00
Bram Moolenaar
a94960d54f
Added tag v7-3-950 for changeset d4816e7c3328
2013-05-15 15:35:09 +02:00
Bram Moolenaar
718bf66a68
updated for version 7.3.950
...
Problem: Python: Stack trace printer can't handle messages.
Solution: Make KeyErrors use PyErr_SetObject. (ZyX)
2013-05-15 15:35:09 +02:00
Bram Moolenaar
50cfade70f
Added tag v7-3-949 for changeset cfd76908da25
2013-05-15 15:12:29 +02:00
Bram Moolenaar
ddd06e26aa
updated for version 7.3.949
...
Problem: Python: no easy access to tabpages.
Solution: Add vim.tabpages and vim.current.tabpage. (ZyX)
2013-05-15 15:12:29 +02:00
Bram Moolenaar
1b7cadee89
Added tag v7-3-948 for changeset a6f0544df95e
2013-05-15 14:51:35 +02:00
Bram Moolenaar
806f0dd4ba
updated for version 7.3.948
...
Problem: Cannot build with Python 2.2
Solution: Make Python interface work with Python 2.2
Make 2.2 the first supported version. (ZyX)
2013-05-15 14:51:35 +02:00
Bram Moolenaar
b78e73a9be
Added tag v7-3-947 for changeset a84f21892563
2013-05-15 14:39:52 +02:00
Bram Moolenaar
30867df397
updated for version 7.3.947
...
Problem: Python: No iterator for vim.list and vim.bufferlist.
Solution: Add the iterators. Also fix name of FunctionType. Add tests for
vim.buffers. (ZyX)
2013-05-15 14:39:52 +02:00
Bram Moolenaar
6bc6be8f06
Added tag v7-3-946 for changeset 113768420756
2013-05-15 14:22:41 +02:00
Bram Moolenaar
66140f7535
updated for version 7.3.946
...
Problem: Sometimes get stuck in waiting for cursor position report,
resulting in keys starting with <Esc>[ not working.
Solution: Only wait for more characters after <Esc>[ if followed by '?', '>'
or a digit.
2013-05-15 14:22:41 +02:00
Bram Moolenaar
c1a761fe0a
Added tag v7-3-945 for changeset 80eea7a9d6b9
2013-05-15 13:38:47 +02:00
Bram Moolenaar
49c46eb243
updated for version 7.3.945
...
Problem: Python: List of buffers is not very useful.
Solution: Make vim.buffers a map. No iterator yet. (ZyX)
2013-05-15 13:38:47 +02:00
Bram Moolenaar
8bb8f5bf6e
Added tag v7-3-944 for changeset 71fa86c8fd4a
2013-05-13 20:26:53 +02:00
Bram Moolenaar
0cca4f101f
updated for version 7.3.944
...
Problem: External program receives the termrespone.
Solution: Insert a delay and discard input. (Hayaki Saito)
2013-05-13 20:26:53 +02:00
Bram Moolenaar
d1a5775140
Added tag v7-3-943 for changeset 736b8e18a3bc
2013-05-12 21:16:23 +02:00
Bram Moolenaar
fa60a86644
updated for version 7.3.943
...
Problem: Python: Negative indices were failing.
Solution: Fix negative indices. Add tests. (ZyX)
2013-05-12 21:16:23 +02:00
Bram Moolenaar
96e6e2dbe4
Added tag v7-3-942 for changeset 358c10968c7f
2013-05-12 20:36:14 +02:00
Bram Moolenaar
22f7c59879
updated for version 7.3.942
...
Problem: Python: SEGV in Buffer functions.
Solution: Call CheckBuffer() at the right time. (ZyX)
2013-05-12 20:36:14 +02:00
Bram Moolenaar
9080de1c1f
Added tag v7-3-941 for changeset da71e66dc1d4
2013-05-12 19:45:36 +02:00
Bram Moolenaar
99ea08ad66
updated for version 7.3.941
...
Problem: Stuff in if_py_both.h is ordered badly.
Solution: Reorder by type. (ZyX)
2013-05-12 19:45:35 +02:00
Bram Moolenaar
11f6c66648
Added tag v7-3-940 for changeset e2db42528a5b
2013-05-12 19:30:31 +02:00
Bram Moolenaar
0b62b63cca
updated for version 7.3.940
...
Problem: Python: Can't get position of window.
Solution: Add window.row and window.col. (ZyX)
2013-05-12 19:30:31 +02:00
Bram Moolenaar
987abe657c
Added tag v7-3-939 for changeset 48a22f36ff45
2013-05-12 19:09:51 +02:00
Bram Moolenaar
99c86e434d
updated for version 7.3.939
...
Problem: Using Py_BuildValue is inefficient sometimes.
Solution: Use PyLong_FromLong(). (ZyX)
2013-05-12 19:09:51 +02:00
Bram Moolenaar
b6b13c3ae1
Added tag v7-3-938 for changeset a2f03b41dca7
2013-05-12 19:00:41 +02:00
Bram Moolenaar
dfb20f93d4
updated for version 7.3.938
...
Problem: Python: not easy to get to window number.
Solution: Add vim.window.number. (ZyX)
2013-05-12 19:00:41 +02:00
Bram Moolenaar
6decf829f9
Added tag v7-3-937 for changeset 8ec7323f417d
2013-05-12 18:44:48 +02:00
Bram Moolenaar
c03c0a51a8
updated for version 7.3.937
...
Problem: More can be shared between Python 2 and 3.
Solution: Move code to if_py_both.h. (ZyX)
2013-05-12 18:44:48 +02:00
Bram Moolenaar
a8e8248969
Added tag v7-3-936 for changeset e7361b2d8136
2013-05-12 14:11:17 +02:00
Bram Moolenaar
0de2ceb152
updated for version 7.3.936
...
Problem: Ruby 1.8: Missing piece for static linking on 64 bit systems.
Solution: Define ruby_init_stack() (Hiroshi Shirosaki)
Also fix preprocessor indents.
2013-05-12 14:11:17 +02:00
Bram Moolenaar
99c4270519
Added tag v7-3-935 for changeset c42e130ebf36
2013-05-11 17:45:48 +02:00
Bram Moolenaar
c846a12d15
updated for version 7.3.935
...
Problem: Init stack works differently on 64 bit systems.
Solution: Handle 64 bit systems and also static library. (Yukihiro
Nakadaira)
2013-05-11 17:45:48 +02:00
Bram Moolenaar
e49094379d
Added tag v7-3-934 for changeset 000bb500208d
2013-05-11 15:50:33 +02:00
Bram Moolenaar
c4a7cbb269
updated for version 7.3.934
...
Problem: E381 and E380 make the user think nothing happened.
Solution: Display the message indicating what error list is now active.
(Christian Brabandt)
2013-05-11 15:50:33 +02:00
Bram Moolenaar
0bdd858ee5
Added tag v7-3-933 for changeset c9820396afb9
2013-05-11 13:56:18 +02:00
Bram Moolenaar
882ae69594
updated for version 7.3.933
...
Problem: Ruby on Mac crashes due to GC failure.
Solution: Init the stack from main(). (Hiroshi Shirosaki)
2013-05-11 13:56:18 +02:00
Bram Moolenaar
f7b9222e5f
Added tag v7-3-932 for changeset b7f2d97ae2b7
2013-05-11 13:45:05 +02:00
Bram Moolenaar
f70ecf3f28
updated for version 7.3.932
...
Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)
Solution: Initialize the variable.
2013-05-11 13:45:05 +02:00
Bram Moolenaar
c8d0d158e0
Added tag v7-3-931 for changeset fe0c7437ae8b
2013-05-07 05:18:20 +02:00
Bram Moolenaar
104740e857
updated for version 7.3.931
...
Problem: No completion for :xmap and :smap. (Yukihiro Nakadaira)
Solution: Add the case statements. (Christian Brabandt)
2013-05-07 05:18:20 +02:00
Bram Moolenaar
fe8c967c4c
Added tag v7-3-930 for changeset d85196defe0d
2013-05-07 05:11:17 +02:00
Bram Moolenaar
6e1bd1e920
updated for version 7.3.930
...
Problem: MSVC 2012 update is not recognized.
Solution: Update the version in the makefile. (Raymond Ko)
2013-05-07 05:11:17 +02:00
Bram Moolenaar
ca3adcc281
Added tag v7-3-929 for changeset 94aa0d30a3ea
2013-05-06 06:45:47 +02:00