aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDave Love1999-11-29 22:37:33 +0000
committerDave Love1999-11-29 22:37:33 +0000
commite33b0397a28e960f38fc7ecb19494ff6cc1e3390 (patch)
tree11c8ead62a8ad1d1ec08540caa78dbbb0ba355ea /etc
parent75ec883c0dd330e55d34786ef684dd4de0c6ad2d (diff)
downloademacs-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/NEWS16
1 files changed, 12 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c262c7b0ca0..81e3e2c8e3e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -226,7 +226,7 @@ toggles the read-only status.
226** LessTif/Motif file selection dialog. 226** LessTif/Motif file selection dialog.
227 227
228When Emacs is configured to use LessTif or Motif, reading a file name 228When Emacs is configured to use LessTif or Motif, reading a file name
229from a menu will pop up a file selection dialog if `use-dialogs' is 229from a menu will pop up a file selection dialog if `use-dialog-box' is
230non-nil. 230non-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
481currently no specific input method support for them. 481currently no specific input method support for them.
482 482
483** Fortran mode has a new command `fortran-strip-sqeuence-nos' to
484remove text past column 72. The syntax class of `\' in Fortran is now
485appropriate 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.
576functionality with aliases for the mldrag functions. 582functionality 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:
581M-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
2100Likewise, an attempt to split a fixed-height window vertically, 2103Likewise, an attempt to split a fixed-height window vertically,
2101or a fixed-width window horizontally results in a error. 2104or 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:
2109M-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