comparison etc/NEWS @ 29962:cb2595f03c92

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jun 2000 16:06:58 +0000
parents abd4c37731d3
children 39c1579e89a8
comparison
equal deleted inserted replaced
29961:dec9538dd45b 29962:cb2595f03c92
10 10
11 ** `movemail' defaults to supporting POP. You can turn this off using 11 ** `movemail' defaults to supporting POP. You can turn this off using
12 the --without-pop configure option, should that be necessary. 12 the --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
15 images and toolkit scrollbars. Use the --help option to list them. 15 images and toolkit scrollbars. Use the --help option in `configure'
16 to 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
18 use X Input Methods (XIM), if they these are available. 19 use 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
23 ** Item Save Options on the Options menu allows saving options set 23 ** Item Save Options on the Options menu allows saving options set
24 using that menu. 24 using that menu.
420 Emacs automatically detects terminals that are able to display colors. 420 Emacs automatically detects terminals that are able to display colors.
421 Faces with a weight greater than normal are displayed extra-bright, if 421 Faces with a weight greater than normal are displayed extra-bright, if
422 the terminal supports it. Faces with a weight less than normal and 422 the terminal supports it. Faces with a weight less than normal and
423 italic faces are displayed dimmed, if the terminal supports it. 423 italic faces are displayed dimmed, if the terminal supports it.
424 Underlined faces are displayed underlined if possible. Other face 424 Underlined faces are displayed underlined if possible. Other face
425 attributes like overlines, strike-through, box are ignored. 425 attributes such as `overline', `strike-through', and `box' are ignored
426 on terminals.
426 427
427 ** Sound support 428 ** Sound support
428 429
429 Emacs supports playing sound files on GNU/Linux and the free BSDs 430 Emacs supports playing sound files on GNU/Linux and the free BSDs
430 (Voxware driver and native BSD driver, aka as Luigi's driver). 431 (Voxware driver and native BSD driver, aka as Luigi's driver).
485 you complete mail aliases in the text, analogous to 486 you complete mail aliases in the text, analogous to
486 lisp-complete-symbol. 487 lisp-complete-symbol.
487 488
488 ** Emacs now resizes mini-windows if appropriate. 489 ** Emacs now resizes mini-windows if appropriate.
489 490
490 If a message is longer than one line, or mini-buffer contents are 491 If a message is longer than one line, or minibuffer contents are
491 longer than one line, Emacs now resizes the mini-window unless it is 492 longer than one line, Emacs now resizes the minibuffer window unless
492 on a frame of its own. You can control the maximum mini-window size 493 it is on a frame of its own. You can control the maximum minibuffer
493 by setting the following variable: 494 window size by setting the following variable:
494 495
495 - User option: max-mini-window-height 496 - User option: max-mini-window-height
496 497
497 Maximum height for resizing mini-windows. If a float, it specifies a 498 Maximum height for resizing mini-windows. If a float, it specifies a
498 fraction of the mini-window frame's height. If an integer, it 499 fraction of the mini-window frame's height. If an integer, it
981 ** New language environments `Polish', `Latin-8' and `Latin-9'. 982 ** New language environments `Polish', `Latin-8' and `Latin-9'.
982 Latin-8 and Latin-9 correspond respectively to the ISO character sets 983 Latin-8 and Latin-9 correspond respectively to the ISO character sets
983 8859-14 (Celtic) and 8859-15 (updated Latin-1, with the Euro sign). 984 8859-14 (Celtic) and 8859-15 (updated Latin-1, with the Euro sign).
984 There is currently no specific input method support for them. 985 There 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
987 remove text past column 72. The syntax class of `\' in Fortran is now 988 remove text past column 72. The syntax class of `\' in Fortran is now
988 appropriate for C-style escape sequences in strings. 989 appropriate for C-style escape sequences in strings.
989 990
990 ** SGML mode's default `sgml-validate-command' is now `nsgmls'. 991 ** SGML mode's default `sgml-validate-command' is now `nsgmls'.
991 992