comparison runtime/doc/version7.txt @ 69:41c69c64e401

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:43:22 +0000
parents dbf53ece2e23
children 0ef9cebc4f5d
comparison
equal deleted inserted replaced
68:a97c6902ecd9 69:41c69c64e401
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 03 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
270 Also fixes the problem that setting 'clipboard' to "unnamed" breaks using 270 Also fixes the problem that setting 'clipboard' to "unnamed" breaks using
271 "yyp". 271 "yyp".
272 272
273 Mac: GUI font selector. (Peter "Rain Dog" Cucka) 273 Mac: GUI font selector. (Peter "Rain Dog" Cucka)
274 274
275 GUI font selector for Motif. (Martin Dalecki) 275 GUI font selector for Motif. (Marcin Dalecki)
276 276
277 Mnemonics for the Motif find/replace dialog. (Martin Dalecki) 277 Mnemonics for the Motif find/replace dialog. (Marcin Dalecki)
278 278
279 Mac: better integration with Xcode. Post a fake mouse-up event after the odoc 279 Mac: better integration with Xcode. Post a fake mouse-up event after the odoc
280 event and the drag receive handler to work around a stall after Vim loads a 280 event and the drag receive handler to work around a stall after Vim loads a
281 file. Fixed an off-by-one line number error. (Da Woon Jung) 281 file. Fixed an off-by-one line number error. (Da Woon Jung)
282 282
375 with different 'encoding' settings to exchange messages. 375 with different 'encoding' settings to exchange messages.
376 376
377 Internal: Changed ga_room into ga_maxlen, so that it doesn't need to be 377 Internal: Changed ga_room into ga_maxlen, so that it doesn't need to be
378 incremented/decremented each time. 378 incremented/decremented each time.
379 379
380 Included a few improvements for Motif from Martin Dalecki. Draw label 380 Included a few improvements for Motif from Marcin Dalecki. Draw label
381 contents ourselves to make them handle fonts in a way configurable by Vim and 381 contents ourselves to make them handle fonts in a way configurable by Vim and
382 a bit less dependent on the X11 font management. 382 a bit less dependent on the X11 font management.
383 383
384 When a register is empty it is not stored in the viminfo file. 384 When a register is empty it is not stored in the viminfo file.
385 385
386 ============================================================================== 386 ==============================================================================
387 COMPILE TIME CHANGES *compile-changes-7* 387 COMPILE TIME CHANGES *compile-changes-7*
388
389 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
390 probably didn't work. If you want to work on this: get the Vim 6.x version
391 and merge it back in.
388 392
389 Mac: "make" now creates the Vim.app directory and "make install" copies it to 393 Mac: "make" now creates the Vim.app directory and "make install" copies it to
390 its final destination. (Raf) 394 its final destination. (Raf)
391 395
392 Mac: Made it possible to compile with Motif, Athena or GTK without tricks and 396 Mac: Made it possible to compile with Motif, Athena or GTK without tricks and
625 fold. 629 fold.
626 630
627 In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line 631 In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line
628 break, resulting in "selected 202 of 201 bytes". 632 break, resulting in "selected 202 of 201 bytes".
629 633
630 Motif: fonts were not used for dialog components. (Martin Dalecki) 634 Motif: fonts were not used for dialog components. (Marcin Dalecki)
631 635
632 Motif: After using a toolbar button the keyboard focus would be on the toolbar 636 Motif: After using a toolbar button the keyboard focus would be on the toolbar
633 (Lesstif problem). (Martin Dalecki) 637 (Lesstif problem). (Marcin Dalecki)
634 638
635 When using "y<C-V>`x" where mark x is in the first column, the last line was 639 When using "y<C-V>`x" where mark x is in the first column, the last line was
636 not included. 640 not included.
637 641
638 Not all test scripts work properly on MS-Windows when checked out from CVS. 642 Not all test scripts work properly on MS-Windows when checked out from CVS.