Mercurial > emacs
comparison etc/NEWS @ 28094:e1e48e0663f6
Mention cursor-type support on MS-DOS terminals.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 12 Mar 2000 12:34:48 +0000 |
parents | f1b33463506d |
children | 2fc1959fa99d |
comparison
equal
deleted
inserted
replaced
28093:3e652235df91 | 28094:e1e48e0663f6 |
---|---|
2660 (let ((window-size-fixed nil)) | 2660 (let ((window-size-fixed nil)) |
2661 (enlarge-window 10)) | 2661 (enlarge-window 10)) |
2662 | 2662 |
2663 Likewise, an attempt to split a fixed-height window vertically, | 2663 Likewise, an attempt to split a fixed-height window vertically, |
2664 or a fixed-width window horizontally results in a error. | 2664 or a fixed-width window horizontally results in a error. |
2665 | |
2666 ** The cursor-type frame parameter is now supported on MS-DOS | |
2667 terminals. When Emacs starts, it by default changes the cursor shape | |
2668 to a solid box, as it does on Unix. The `cursor-type' frame parameter | |
2669 overrides this as it does on Unix, except that the bar cursor is | |
2670 horizontal rather than vertical (since the MS-DOS display doesn't | |
2671 support a vertical-bar cursor). | |
2665 ^L | 2672 ^L |
2666 * Emacs 20.5 is a bug-fix release with no user-visible changes. | 2673 * Emacs 20.5 is a bug-fix release with no user-visible changes. |
2667 | 2674 |
2668 ** Not new, but not mentioned before: | 2675 ** Not new, but not mentioned before: |
2669 M-w when Transient Mark mode is enabled disables the mark. | 2676 M-w when Transient Mark mode is enabled disables the mark. |