diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:43:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:43:22 +0000 |
commit | 2079a601ebe2d62ced022130d02db8e8900a4e14 (patch) | |
tree | cfe208f98035920a5261ec557aa9f9a9ddda5b51 /runtime/doc/version7.txt | |
parent | fca34d6d941a6af50ebebe742aae249f207c67b1 (diff) | |
download | vim-git-2079a601ebe2d62ced022130d02db8e8900a4e14.tar.gz |
updated for version 7.0030
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index fd8d33b09..02814008e 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 03 +*version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -272,9 +272,9 @@ Also fixes the problem that setting 'clipboard' to "unnamed" breaks using Mac: GUI font selector. (Peter "Rain Dog" Cucka) -GUI font selector for Motif. (Martin Dalecki) +GUI font selector for Motif. (Marcin Dalecki) -Mnemonics for the Motif find/replace dialog. (Martin Dalecki) +Mnemonics for the Motif find/replace dialog. (Marcin Dalecki) Mac: better integration with Xcode. Post a fake mouse-up event after the odoc event and the drag receive handler to work around a stall after Vim loads a @@ -377,7 +377,7 @@ with different 'encoding' settings to exchange messages. Internal: Changed ga_room into ga_maxlen, so that it doesn't need to be incremented/decremented each time. -Included a few improvements for Motif from Martin Dalecki. Draw label +Included a few improvements for Motif from Marcin Dalecki. Draw label contents ourselves to make them handle fonts in a way configurable by Vim and a bit less dependent on the X11 font management. @@ -386,6 +386,10 @@ When a register is empty it is not stored in the viminfo file. ============================================================================== COMPILE TIME CHANGES *compile-changes-7* +Dropped the support for the BeOS and Amiga GUI. They were not maintained and +probably didn't work. If you want to work on this: get the Vim 6.x version +and merge it back in. + Mac: "make" now creates the Vim.app directory and "make install" copies it to its final destination. (Raf) @@ -627,10 +631,10 @@ fold. In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line break, resulting in "selected 202 of 201 bytes". -Motif: fonts were not used for dialog components. (Martin Dalecki) +Motif: fonts were not used for dialog components. (Marcin Dalecki) Motif: After using a toolbar button the keyboard focus would be on the toolbar -(Lesstif problem). (Martin Dalecki) +(Lesstif problem). (Marcin Dalecki) When using "y<C-V>`x" where mark x is in the first column, the last line was not included. |