aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2000-06-27 16:06:58 +0000
committerRichard M. Stallman2000-06-27 16:06:58 +0000
commit163ea954c8534bd29fad5c8fd1aaa3fbd35d2c3d (patch)
tree82ac6a3acccee5d9fb552cf92cb2e9373d08fc7b
parent3c4b76855958cbfbc1ad1d5069d4f2bc2565922b (diff)
downloademacs-163ea954c8534bd29fad5c8fd1aaa3fbd35d2c3d.tar.gz
emacs-163ea954c8534bd29fad5c8fd1aaa3fbd35d2c3d.zip
*** empty log message ***
-rw-r--r--etc/NEWS17
1 files changed, 9 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd09d2cddca..9747a0d164f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -12,11 +12,11 @@ For older news, see the file ONEWS.
12the --without-pop configure option, should that be necessary. 12the --without-pop configure option, should that be necessary.
13 13
14** There are new configure options associated with the support for 14** There are new configure options associated with the support for
15images and toolkit scrollbars. Use the --help option to list them. 15images and toolkit scrollbars. Use the --help option in `configure'
16to list them.
16 17
17** There is a new option `without-xim' that instructs Emacs to not 18** There is a new option `without-xim' that instructs Emacs to not
18use X Input Methods (XIM), if they these are available. 19use X Input Methods (XIM), if they these are available.
19
20 20
21* Changes in Emacs 21.1 21* Changes in Emacs 21.1
22 22
@@ -422,7 +422,8 @@ Faces with a weight greater than normal are displayed extra-bright, if
422the terminal supports it. Faces with a weight less than normal and 422the terminal supports it. Faces with a weight less than normal and
423italic faces are displayed dimmed, if the terminal supports it. 423italic faces are displayed dimmed, if the terminal supports it.
424Underlined faces are displayed underlined if possible. Other face 424Underlined faces are displayed underlined if possible. Other face
425attributes like overlines, strike-through, box are ignored. 425attributes such as `overline', `strike-through', and `box' are ignored
426on terminals.
426 427
427** Sound support 428** Sound support
428 429
@@ -487,10 +488,10 @@ lisp-complete-symbol.
487 488
488** Emacs now resizes mini-windows if appropriate. 489** Emacs now resizes mini-windows if appropriate.
489 490
490If a message is longer than one line, or mini-buffer contents are 491If a message is longer than one line, or minibuffer contents are
491longer than one line, Emacs now resizes the mini-window unless it is 492longer than one line, Emacs now resizes the minibuffer window unless
492on a frame of its own. You can control the maximum mini-window size 493it is on a frame of its own. You can control the maximum minibuffer
493by setting the following variable: 494window size by setting the following variable:
494 495
495- User option: max-mini-window-height 496- User option: max-mini-window-height
496 497
@@ -983,7 +984,7 @@ Latin-8 and Latin-9 correspond respectively to the ISO character sets
9838859-14 (Celtic) and 8859-15 (updated Latin-1, with the Euro sign). 9848859-14 (Celtic) and 8859-15 (updated Latin-1, with the Euro sign).
984There is currently no specific input method support for them. 985There is currently no specific input method support for them.
985 986
986** Fortran mode has a new command `fortran-strip-sqeuence-nos' to 987** Fortran mode has a new command `fortran-strip-sequence-nos' to
987remove text past column 72. The syntax class of `\' in Fortran is now 988remove text past column 72. The syntax class of `\' in Fortran is now
988appropriate for C-style escape sequences in strings. 989appropriate for C-style escape sequences in strings.
989 990