diff options
| author | Dave Love | 1999-11-29 22:37:33 +0000 |
|---|---|---|
| committer | Dave Love | 1999-11-29 22:37:33 +0000 |
| commit | e33b0397a28e960f38fc7ecb19494ff6cc1e3390 (patch) | |
| tree | 11c8ead62a8ad1d1ec08540caa78dbbb0ba355ea /etc | |
| parent | 75ec883c0dd330e55d34786ef684dd4de0c6ad2d (diff) | |
| download | emacs-e33b0397a28e960f38fc7ecb19494ff6cc1e3390.tar.gz emacs-e33b0397a28e960f38fc7ecb19494ff6cc1e3390.zip | |
use-dialog-box <- use-dialogs
Fortran, SGML changes.
Add 20.5 section.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 12 insertions, 4 deletions
| @@ -226,7 +226,7 @@ toggles the read-only status. | |||
| 226 | ** LessTif/Motif file selection dialog. | 226 | ** LessTif/Motif file selection dialog. |
| 227 | 227 | ||
| 228 | When Emacs is configured to use LessTif or Motif, reading a file name | 228 | When Emacs is configured to use LessTif or Motif, reading a file name |
| 229 | from a menu will pop up a file selection dialog if `use-dialogs' is | 229 | from a menu will pop up a file selection dialog if `use-dialog-box' is |
| 230 | non-nil. | 230 | non-nil. |
| 231 | 231 | ||
| 232 | ** Emacs can display faces on TTY frames. | 232 | ** Emacs can display faces on TTY frames. |
| @@ -480,6 +480,12 @@ These correspond respectively to the ISO character sets 8859-14 | |||
| 480 | (Celtic) and 8859-15 (updated Latin-1, with the Euro sign). There is | 480 | (Celtic) and 8859-15 (updated Latin-1, with the Euro sign). There is |
| 481 | currently no specific input method support for them. | 481 | currently no specific input method support for them. |
| 482 | 482 | ||
| 483 | ** Fortran mode has a new command `fortran-strip-sqeuence-nos' to | ||
| 484 | remove text past column 72. The syntax class of `\' in Fortran is now | ||
| 485 | appropriate for C-style escape sequences in strings. | ||
| 486 | |||
| 487 | ** SGML mode's default `sgml-validate-command' is now `nsgmls'. | ||
| 488 | |||
| 483 | ** New modes and packages | 489 | ** New modes and packages |
| 484 | 490 | ||
| 485 | *** 5x5.el is a simple puzzle game. | 491 | *** 5x5.el is a simple puzzle game. |
| @@ -576,9 +582,6 @@ text. | |||
| 576 | functionality with aliases for the mldrag functions. | 582 | functionality with aliases for the mldrag functions. |
| 577 | 583 | ||
| 578 | *** eval-reg.el has been obsoleted by changes to edebug.el. | 584 | *** eval-reg.el has been obsoleted by changes to edebug.el. |
| 579 | |||
| 580 | ** Not new, but not mentioned before: | ||
| 581 | M-w when Transient Mark mode is enabled disables the mark. | ||
| 582 | 585 | ||
| 583 | * Lisp changes in Emacs 21.1 (see following page for display-related features) | 586 | * Lisp changes in Emacs 21.1 (see following page for display-related features) |
| 584 | 587 | ||
| @@ -2099,6 +2102,11 @@ temporarily to nil, for example | |||
| 2099 | 2102 | ||
| 2100 | Likewise, an attempt to split a fixed-height window vertically, | 2103 | Likewise, an attempt to split a fixed-height window vertically, |
| 2101 | or a fixed-width window horizontally results in a error. | 2104 | or a fixed-width window horizontally results in a error. |
| 2105 | ^L | ||
| 2106 | * Emacs 20.5 is a bug-fix release with no user-visible changes. | ||
| 2107 | |||
| 2108 | ** Not new, but not mentioned before: | ||
| 2109 | M-w when Transient Mark mode is enabled disables the mark. | ||
| 2102 | 2110 | ||
| 2103 | * Changes in Emacs 20.4 | 2111 | * Changes in Emacs 20.4 |
| 2104 | 2112 | ||