summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-07 13:19:55 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-07 13:19:55 +0200
commitccd9ccfa59a3b4622df4eef2e59d1c1ad503bf07 (patch)
tree2dc3c541e16aab05c4bf1c6941768da567c90aad /runtime/doc
parente667c95335ab9e87d08066a257f9de206e031f2b (diff)
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Reilly)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/todo.txt2
-rw-r--r--runtime/doc/version7.txt8
2 files changed, 8 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index ea70246f73..536810b38e 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1099,7 +1099,7 @@ Vim 7.3:
Patch from Geoffrey Reilly, 2010 Jun 22
- in August remove UF_VERSION_CRYPT_PREV and UF_VERSION_PREV.
- Conceal feature: no update when moving to another window. (Dominique Pelle,
- 2010 Jul 5)
+ 2010 Jul 5) Vince will look into it.
Patches to include:
- Patch for Lisp support with ECL (Mikael Jansson, 2008 Oct 25)
- Gvimext patch to support wide file names. (Szabolcs Horvat 2008 Sep 10)
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 5c9ba2a6e7..24ab7327b7 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7169,6 +7169,9 @@ When Vim is exiting because of a deadly signal, when v:dying is 2 or more,
VimLeavePre, VimLeave, BufWinLeave and BufUnload autocommands are not
executed.
+Removed support for GTK 1. It was no longer maintained and required a lot of
+#ifdefs in the source code. GTK 2 should be available for every system.
+
Added *added-7.3*
-----
@@ -7180,7 +7183,10 @@ the file was read, also for unloaded buffers. |undo-persistence|
Added the 'relativenumber' option. (Markus Heidelberg)
Support for Blowfish encryption. Added the 'cryptmethod' option.
-Mostly by Moshin Ahmed.
+Mostly by Moshin Ahmed. Also encrypt the text in the swap file and the undo
+file.
+
+Added the |+conceal| feature. (Vince Negri)
Added support for NetBeans in a terminal. Added |:nbstart| and |:nbclose|.
(Xavier de Gaye)