Bram Moolenaar
fa0ff9aedf
Fix: editing a not encrypted file after a crypted file messed up reading the
...
text from an undo file.
2010-07-25 16:05:19 +02:00
Bram Moolenaar
59f931ef54
Add the 'undoreload' option to be able to undo a file reload.
2010-07-24 20:27:03 +02:00
Bram Moolenaar
49771f4fb0
Change 'cryptmethod' from a number to a string option. Make it global-local.
2010-07-20 17:32:38 +02:00
Bram Moolenaar
cc448b373d
Support completion for ":find". (Nazri Ramliy)
...
Cleanup white space.
2010-07-14 16:52:17 +02:00
Bram Moolenaar
730cde924c
Added ":earlier 1f" and ":later 1f".
2010-06-27 05:18:54 +02:00
Bram Moolenaar
a800b42975
Add file save counter to undo information. Add undotree() function.
2010-06-27 01:15:55 +02:00
Bram Moolenaar
a8ffcbbf5d
Crypt the swapfile.
2010-06-21 06:15:46 +02:00
Bram Moolenaar
191e0a2bc7
Fix tiny build, move functions to undo.c.
2010-06-14 01:39:13 +02:00
Bram Moolenaar
80794b1ce6
Added salt to blowfish encryption.
2010-06-13 05:20:42 +02:00
Bram Moolenaar
f9b0129f5f
Avoid compiler warnings on Mac 10.6.
2010-06-12 06:45:20 +02:00
Bram Moolenaar
cdddaa46a2
Fix crash when using ":grep".
2010-06-07 23:07:44 +02:00
Bram Moolenaar
04c9bafa71
Made crypt/decrypt faster.
2010-06-01 23:37:39 +02:00
Bram Moolenaar
8cd213c09a
Fix completion of file names with '%' and '*'.
2010-06-01 21:57:09 +02:00
Bram Moolenaar
914703bee2
Correct use of long instead of off_t for file size. (James Vega)
2010-05-31 21:59:46 +02:00
Bram Moolenaar
a3ff49fdcc
Crypt the text in the undo file if the file itself is crypted.
2010-05-30 22:48:02 +02:00
Bram Moolenaar
6ed8ed84f9
Made reading/writing undo info a bit more robust.
2010-05-30 20:40:11 +02:00
Bram Moolenaar
442b4225d3
Improve the MS-Windows installer.
2010-05-24 21:34:22 +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
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
40e6a71c67
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
2010-05-16 22:32:54 +02:00
Bram Moolenaar
2efbc66e26
updated for version 7.2.429
...
Problem: A file that exists but access is denied may result in a "new file"
message. E.g. when its directory is unreadable.
Solution: Specifically check for ENOENT to decide a file doesn't exist.
(partly by James Vega)
2010-05-14 18:56:38 +02:00
Bram Moolenaar
8cac9fd020
updated for version 7.2.379
...
Problem: 'eventignore' is set to an invalid value inside ":doau". (Antony
Scriven)
Solution: Don't include the leading comma when the option was empty.
2010-03-02 12:48:05 +01:00
Bram Moolenaar
2660c0ea9b
updated for version 7.2.333
...
Problem: Warnings from static code analysis.
Solution: Small changes to various lines. (Dominique Pelle)
2010-01-19 14:59:56 +01:00
Bram Moolenaar
70d60e9da1
updated for version 7.2-325
2009-12-31 13:53:33 +00:00
Bram Moolenaar
f4888d0535
updated for version 7.2-311
2009-12-02 12:31:27 +00:00
Bram Moolenaar
4592dee576
updated for version 7.2-303
2009-11-18 19:11:58 +00:00
Bram Moolenaar
f05da21900
updated for version 7.2-300
2009-11-17 16:13:15 +00:00
Bram Moolenaar
50daf405f7
updated for version 7.2-298
2009-11-17 13:57:22 +00:00
Bram Moolenaar
eaf0339211
updated for version 7.2-294
2009-11-17 11:08:52 +00:00
Bram Moolenaar
5b7880dea2
updated for version 7.2-259
2009-09-11 15:24:31 +00:00
Bram Moolenaar
c066202665
updated for version 7.2-254
2009-09-11 13:04:24 +00:00
Bram Moolenaar
b5cdf2eab3
updated for version 7.2-245
2009-07-29 16:25:31 +00:00
Bram Moolenaar
32b485f2b0
updated for version 7.2-244
2009-07-29 16:06:27 +00:00
Bram Moolenaar
6bef63c651
updated for version 7.2-241
2009-07-29 10:10:29 +00:00
Bram Moolenaar
2bc76e617b
updated for version 7.2-220
2009-07-01 15:13:56 +00:00
Bram Moolenaar
f061e0befb
updated for version 7.2-215
2009-06-24 15:32:01 +00:00
Bram Moolenaar
85388b5652
updated for version 7.2-210
2009-06-24 09:58:32 +00:00
Bram Moolenaar
746ebd3b6a
updated for version 7.2-203
2009-06-16 14:01:43 +00:00
Bram Moolenaar
8b38e2416c
updated for version 7.2-202
2009-06-16 13:35:20 +00:00
Bram Moolenaar
af0167fa39
updated for version 7.2-177
2009-05-16 15:31:32 +00:00
Bram Moolenaar
78a1531005
updated for version 7.2-174
2009-05-15 19:33:18 +00:00
Bram Moolenaar
f1726cc8d6
updated for version 7.2-170
2009-05-13 18:48:16 +00:00
Bram Moolenaar
5135d46481
updated for version 7.2-165
2009-04-29 16:03:38 +00:00
Bram Moolenaar
bd1e5d2e1d
updated for version 7.2-161
2009-04-29 09:02:44 +00:00
Bram Moolenaar
496c5267df
updated for version 7.2-146
2009-03-18 14:42:00 +00:00
Bram Moolenaar
5d294d19b4
updated for version 7.2-134
2009-03-11 12:11:02 +00:00
Bram Moolenaar
bf1b7a7efe
updated for version 7.2-132
2009-03-05 02:15:53 +00:00
Bram Moolenaar
e0e6f99212
updated for version 7.2-077
2008-12-31 15:21:32 +00:00