Bram Moolenaar
|
e66194a54e
|
Tiny change for Italian man page.
|
2010-05-24 21:25:23 +02:00 |
|
Bram Moolenaar
|
7db5fc838a
|
Fix uninit memory read in undo code. Fix uint32_t in proto file.
A few minor changes.
|
2010-05-24 11:59:29 +02:00 |
|
Bram Moolenaar
|
55debbe384
|
Included patch for persistent undo. Lots of changes and added test.
|
2010-05-23 23:34:36 +02:00 |
|
Bram Moolenaar
|
b26e6327e6
|
Add :nbstart and :nbclose.
|
2010-05-22 21:34:09 +02:00 |
|
Bram Moolenaar
|
67c5384434
|
Included the patch to support netbeans in a terminal.
|
2010-05-22 18:28:27 +02:00 |
|
Bram Moolenaar
|
ca7e1f2066
|
Fix: window title not updated after file dropped.
|
2010-05-22 15:50:12 +02:00 |
|
Bram Moolenaar
|
06b5d5167a
|
Add the settabvar() and gettabvar() functions.
Various runtime file updates.
|
2010-05-22 15:37:44 +02:00 |
|
Bram Moolenaar
|
db7c686ea5
|
Add extra floating point functions.
|
2010-05-21 16:33:48 +02:00 |
|
Bram Moolenaar
|
b382ad13ca
|
"g8" doesn't work properly on a NUL.
|
2010-05-21 15:46:35 +02:00 |
|
Bram Moolenaar
|
f50a2533d0
|
A few more changes for encryption. Add test that encrypted file can be read.
|
2010-05-21 15:36:08 +02:00 |
|
Bram Moolenaar
|
7a329911b9
|
Updated runtime files.
|
2010-05-21 12:05:36 +02:00 |
|
Bram Moolenaar
|
218116c1d0
|
Various smaller changes. Updated proto files. Updated dependencies.
|
2010-05-20 21:46:00 +02:00 |
|
Bram Moolenaar
|
fa7584cb86
|
Use UINT32_T in the code, define it to uint32_t or unsigned int.
Better autoconf check for uint32_t.
|
2010-05-19 21:57:45 +02:00 |
|
Bram Moolenaar
|
b702c84d0d
|
Updated a few runtime files.
|
2010-05-18 22:28:22 +02:00 |
|
Bram Moolenaar
|
927edbd134
|
Small update to help files.
|
2010-05-17 22:07:47 +02:00 |
|
Bram Moolenaar
|
0bbabe8080
|
Fixed encryption big/little endian test.
Use uint32_t to avoid crash on 64 bit machines.
Added error numbers for Blowfish errors.
Fixed the tiny version not building.
|
2010-05-17 20:32:55 +02:00 |
|
Bram Moolenaar
|
823a165119
|
Minor updates to blowfish encryption.
|
2010-05-16 23:02:33 +02:00 |
|
Bram Moolenaar
|
40e6a71c67
|
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
|
2010-05-16 22:32:54 +02:00 |
|
Bram Moolenaar
|
64486671c3
|
Add 'relativenumber' patch from Markus Heidelberg.
|
2010-05-16 15:46:46 +02:00 |
|
Bram Moolenaar
|
ff312a4eb8
|
Move items around in the todo list.
|
2010-05-16 15:14:25 +02:00 |
|
Bram Moolenaar
|
fc2d5bdfc6
|
After recovery check if the text changed. If it did mark the buffer as
modified.
|
2010-05-15 17:06:53 +02:00 |
|
Bram Moolenaar
|
864665d1b2
|
Get rid of the "extra" and "lang" archives.
|
2010-05-15 15:41:59 +02:00 |
|
Bram Moolenaar
|
abb8d0b23a
|
Switched from autoconf 2.63 to 2.65.
|
2010-05-15 15:04:53 +02:00 |
|
Bram Moolenaar
|
fff2beeeaa
|
First step in the Vim 7.3 branch. Changed version numbers.
|
2010-05-15 13:56:02 +02:00 |
|
Bram Moolenaar
|
00a927d62b
|
Updated runtime files.
|
2010-05-14 23:24:24 +02:00 |
|
Bram Moolenaar
|
f1eeae94fd
|
updated for version 7.2.433
Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost.
Solution: Add cscope support for these autocmd events. (Bryan Venteicher)
|
2010-05-14 23:14:42 +02:00 |
|
Bram Moolenaar
|
b52073ac11
|
Updated runtime and language files.
|
2010-03-17 20:02:06 +01:00 |
|
Bram Moolenaar
|
12682fda7a
|
updated for version 7.2.389
Problem: synIDattr() cannot return the font.
Solution: Support the "font" argument. (Christian Brabandt)
|
2010-03-10 13:43:49 +01:00 |
|
Bram Moolenaar
|
5e3dae8b6b
|
Updated runtime an documentation files.
|
2010-03-02 16:19:40 +01:00 |
|
Bram Moolenaar
|
6dfc28be25
|
Updated runtime files.
|
2010-02-11 14:19:15 +01:00 |
|
Bram Moolenaar
|
7e506b6a42
|
updated for version 7.2.336
Problem: MzScheme interface can't evaluate an expression.
Solution: Add mzeval(). (Sergey Khorev)
|
2010-01-19 15:55:06 +01:00 |
|
Bram Moolenaar
|
9db9d9ce05
|
Updated runtime files.
|
2010-01-16 14:29:14 +01:00 |
|
Bram Moolenaar
|
555cdc2f8c
|
Updated runtime files.
|
2010-01-12 21:31:21 +01:00 |
|
Bram Moolenaar
|
8f3f58f2c3
|
Update documentation files.
|
2010-01-06 20:52:26 +01:00 |
|
Bram Moolenaar
|
627b1d3862
|
updated for version 7.2-295
|
2009-11-17 11:20:35 +00:00 |
|
Bram Moolenaar
|
ef94eec644
|
updated for version 7.2-286
|
2009-11-11 13:22:11 +00:00 |
|
Bram Moolenaar
|
3f269675d4
|
updated for version 7.2-269
|
2009-11-03 11:11:11 +00:00 |
|
Bram Moolenaar
|
da9591ecfd
|
updated for version 7.2-266
|
2009-09-30 13:17:02 +00:00 |
|
Bram Moolenaar
|
8ae39d8432
|
updated for version 7.2-246
|
2009-09-11 09:30:34 +00:00 |
|
Bram Moolenaar
|
055a2ba10e
|
updated for version 7.2-234
|
2009-07-14 19:40:21 +00:00 |
|
Bram Moolenaar
|
9fa49da747
|
updated for version 7.2-228
|
2009-07-10 13:11:26 +00:00 |
|
Bram Moolenaar
|
8e258a4a94
|
updated for version 7.2-223
|
2009-07-09 13:55:43 +00:00 |
|
Bram Moolenaar
|
b849e713e2
|
updated for version 7.2-216
|
2009-06-24 15:51:37 +00:00 |
|
Bram Moolenaar
|
3a6eaa58d5
|
updated for version 7.2-201
|
2009-06-16 13:23:06 +00:00 |
|
Bram Moolenaar
|
9e70cf192e
|
updated for version 7.2-191
|
2009-05-26 20:59:55 +00:00 |
|
Bram Moolenaar
|
798b30bdfd
|
updated for version 7.2-149
|
2009-04-22 10:56:16 +00:00 |
|
Bram Moolenaar
|
80b6a0e8d5
|
updated for version 7.2-145
|
2009-03-18 13:32:24 +00:00 |
|
Bram Moolenaar
|
28e8d27868
|
updated for version 7.2-109
|
2009-02-21 19:28:48 +00:00 |
|
Bram Moolenaar
|
d7f8f5c847
|
updated for version 7.2-079
|
2009-01-06 15:14:30 +00:00 |
|
Bram Moolenaar
|
42022d5e45
|
updated for version 7.2-066
|
2008-12-09 09:57:49 +00:00 |
|