comparison runtime/doc/version6.txt @ 67:6b9e8f951af4

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:31:43 +0000
parents 4102fb4ea781
children 8ecb0db93e9a
comparison
equal deleted inserted replaced
66:99064882c85b 67:6b9e8f951af4
1701 Khodush) 1701 Khodush)
1702 - When no --enable-xim argument is given, automatically enable it when a X GUI 1702 - When no --enable-xim argument is given, automatically enable it when a X GUI
1703 is used. Required for dead key support (and multi-byte input). 1703 is used. Required for dead key support (and multi-byte input).
1704 - After a file selection dialog, check that the edited files were not changed 1704 - After a file selection dialog, check that the edited files were not changed
1705 or deleted. The Win32 dialog allows deleting and renaming files. 1705 or deleted. The Win32 dialog allows deleting and renaming files.
1706 - Motif and Athena: Added support for "editres". (Martin Dalecki) 1706 - Motif and Athena: Added support for "editres". (Marcin Dalecki)
1707 - Motif and Athena: Added "menuFont" to be able to specify a font or fontset 1707 - Motif and Athena: Added "menuFont" to be able to specify a font or fontset
1708 for the menus. Can also be set with the "Menu" highlight group. Useful 1708 for the menus. Can also be set with the "Menu" highlight group. Useful
1709 when the locale is different from 'encoding'. (David Harrison) 1709 when the locale is different from 'encoding'. (David Harrison)
1710 When FONTSET_ALWAYS is defined, always use a fontset for the menus. Should 1710 When FONTSET_ALWAYS is defined, always use a fontset for the menus. Should
1711 avoid trouble with changing from a font to a fontset. (David Harrison) 1711 avoid trouble with changing from a font to a fontset. (David Harrison)
1754 - Dialogs sometimes appeared a bit far away. Position the dialogs inside 1754 - Dialogs sometimes appeared a bit far away. Position the dialogs inside
1755 the gvim window. (Brent Verner) 1755 the gvim window. (Brent Verner)
1756 - When dropping a file on Vim, remove extra slashes from the start of the 1756 - When dropping a file on Vim, remove extra slashes from the start of the
1757 path. Also shorten the file name if possible. 1757 path. Also shorten the file name if possible.
1758 1758
1759 Motif: (Martin Dalecki) 1759 Motif: (Marcin Dalecki)
1760 - Made the dialog layout better. 1760 - Made the dialog layout better.
1761 - Added find and find/replace dialogs. 1761 - Added find and find/replace dialogs.
1762 - For the menus, change "iso-8859" to "iso_8859", Linux appears to need this. 1762 - For the menus, change "iso-8859" to "iso_8859", Linux appears to need this.
1763 - Added icon to dialogs, like for GTK. 1763 - Added icon to dialogs, like for GTK.
1764 - Use XPM bitmaps for the icon when possible. Use the Solaris XpmP.h include 1764 - Use XPM bitmaps for the icon when possible. Use the Solaris XpmP.h include
3048 3048
3049 Win32: Without scrollbars present, the MS mouse scroll wheel didn't work. 3049 Win32: Without scrollbars present, the MS mouse scroll wheel didn't work.
3050 Also handle the scrollbars when they are not visible. 3050 Also handle the scrollbars when they are not visible.
3051 3051
3052 Motif: When there is no right scrollbar, the bottom scrollbar would still 3052 Motif: When there is no right scrollbar, the bottom scrollbar would still
3053 leave room for it. (Martin Dalecki) 3053 leave room for it. (Marcin Dalecki)
3054 3054
3055 When changing 'guicursor' and the value is invalid, some of the effects would 3055 When changing 'guicursor' and the value is invalid, some of the effects would
3056 still take place. Now first check for errors and only make the new value 3056 still take place. Now first check for errors and only make the new value
3057 effective when it's OK. 3057 effective when it's OK.
3058 3058
3134 would crash. 3134 would crash.
3135 3135
3136 When doing ":view file" and it fails, the current buffer was made read-only. 3136 When doing ":view file" and it fails, the current buffer was made read-only.
3137 3137
3138 Motif: For some people the separators in the toolbar disappeared when resizing 3138 Motif: For some people the separators in the toolbar disappeared when resizing
3139 the Vim window. (Martin Dalecki) 3139 the Vim window. (Marcin Dalecki)
3140 3140
3141 Win32 GUI: when setting 'lines' to a huge number, would not compute the 3141 Win32 GUI: when setting 'lines' to a huge number, would not compute the
3142 available space correctly. Was counting the menu height twice. 3142 available space correctly. Was counting the menu height twice.
3143 3143
3144 Conversion of the docs to HTML didn't handle the line with the +quickfix tag 3144 Conversion of the docs to HTML didn't handle the line with the +quickfix tag
3185 Motif: In the find/replace dialog the "Replace" button didn't work first time, 3185 Motif: In the find/replace dialog the "Replace" button didn't work first time,
3186 second time it replaced all matches. Removed the use of ":s///c". 3186 second time it replaced all matches. Removed the use of ":s///c".
3187 GTK: Similar problems with the find/replace dialog, moved the code to a common 3187 GTK: Similar problems with the find/replace dialog, moved the code to a common
3188 function. 3188 function.
3189 3189
3190 X11: Use shared GC's for text. (Martin Dalecki) 3190 X11: Use shared GC's for text. (Marcin Dalecki)
3191 3191
3192 "]i" found the match under the cursor, instead of the first one below it. 3192 "]i" found the match under the cursor, instead of the first one below it.
3193 Same for "]I", "] CTRL-I", "]d", "]D" and "] CTRL-D". 3193 Same for "]I", "] CTRL-I", "]d", "]D" and "] CTRL-D".
3194 3194
3195 Win16: When maximized and the font is changed, don't change the window size. 3195 Win16: When maximized and the font is changed, don't change the window size.