Mercurial > emacs
comparison etc/NEWS @ 46936:731e4a095774
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Aug 2002 00:58:26 +0000 |
parents | 901426f0ae5f |
children | 2566b90da6fc |
comparison
equal
deleted
inserted
replaced
46935:695dcd1985d7 | 46936:731e4a095774 |
---|---|
54 | 54 |
55 --- | 55 --- |
56 ** Support for GNU/Linux systems on X86-64 machines was added. | 56 ** Support for GNU/Linux systems on X86-64 machines was added. |
57 | 57 |
58 * Changes in Emacs 21.4 | 58 * Changes in Emacs 21.4 |
59 | |
60 ** The new command `ediff-backup' compares a file with its most recent | |
61 backup using `ediff'. If you specify the name of a backup file, | |
62 `ediff-backup' compares it with the file of which it is a backup. | |
63 | 59 |
64 +++ | 60 +++ |
65 ** The mode line position information now comes before the major mode. | 61 ** The mode line position information now comes before the major mode. |
66 When the file is maintained under version control, that information | 62 When the file is maintained under version control, that information |
67 appears between the position information and the major mode. | 63 appears between the position information and the major mode. |
112 | 108 |
113 Setting these variables directly does not take effect until next time | 109 Setting these variables directly does not take effect until next time |
114 the Buffers menu is regenerated. | 110 the Buffers menu is regenerated. |
115 | 111 |
116 +++ | 112 +++ |
117 ** `C-u C-x =' now displays text properties of the character at point. | |
118 | |
119 +++ | |
120 ** The commands M-x customize-face and M-x customize-face-other-window | 113 ** The commands M-x customize-face and M-x customize-face-other-window |
121 now look at the character after point. If a face or faces are | 114 now look at the character after point. If a face or faces are |
122 specified for that character, the commands by default customize those | 115 specified for that character, the commands by default customize those |
123 faces. | 116 faces. |
124 | 117 |
125 ** New language environments: French, Cyrillic-KOI8-U, Windows-1251, | 118 ** New language environments: French, Cyrillic-KOI8-U, Windows-1251, |
126 Cyrillic-KOI8-T, Bulgarian, Belarusian, Ukrainian, UTF-8, | 119 Cyrillic-KOI8-T, Bulgarian, Belarusian, Ukrainian, UTF-8, |
127 Windows-1255, Welsh, Latin-7, Lithuanian, Latvian. | 120 Windows-1255, Welsh, Latin-7, Lithuanian, Latvian. |
128 | 121 |
122 --- | |
129 ** New input methods: latin-alt-postfix, latin-postfix, latin-prefix, | 123 ** New input methods: latin-alt-postfix, latin-postfix, latin-prefix, |
130 ukrainian-computer, belarusian, bulgarian-bds, russian-computer, | 124 ukrainian-computer, belarusian, bulgarian-bds, russian-computer, |
131 vietnamese-telex, lithuanian-numeric, lithuanian-keyboard, | 125 vietnamese-telex, lithuanian-numeric, lithuanian-keyboard, |
132 latvian-keyboard, welsh, georgian, rfc1345, ucs, sgml, | 126 latvian-keyboard, welsh, georgian, rfc1345, ucs, sgml, |
133 bulgarian-phonetic, dutch. | 127 bulgarian-phonetic, dutch. |
134 | 128 |
129 --- | |
130 ** A new coding system `euc-tw' has been added for traditional Chinese | |
131 in CNS encoding; it accepts both Big 5 and CNS as input; on saving, | |
132 Big 5 is then converted to CNS. | |
133 | |
134 --- | |
135 ** Many new coding systems are available by loading the `code-pages' | 135 ** Many new coding systems are available by loading the `code-pages' |
136 library. These include complete versions of most of those in | 136 library. These include complete versions of most of those in |
137 codepage.el, based Unicode mappings. | 137 codepage.el, based Unicode mappings. |
138 | 138 |
139 ** The utf-8 coding system has been enhanced. Untranslatable utf-8 | 139 ** The utf-8 coding system has been enhanced. Untranslatable utf-8 |
222 window edge. If its value is zero, the default, Emacs scrolls the | 222 window edge. If its value is zero, the default, Emacs scrolls the |
223 window so as to center point. If its value is an integer, it says how | 223 window so as to center point. If its value is an integer, it says how |
224 many columns to scroll. If the value is a floating-point number, it | 224 many columns to scroll. If the value is a floating-point number, it |
225 gives the fraction of the window's width to scroll the window. | 225 gives the fraction of the window's width to scroll the window. |
226 | 226 |
227 The variable `automatic-hscrolling' was renamed to | |
228 `auto-hscroll-mode'. The old name is still available as an alias. | |
229 | |
227 +++ | 230 +++ |
228 ** The user option `tex-start-options-string' has been replaced | 231 ** The user option `tex-start-options-string' has been replaced |
229 by two new user options: `tex-start-options', which should hold | 232 by two new user options: `tex-start-options', which should hold |
230 command-line options to feed to TeX, and `tex-start-commands' which should hold | 233 command-line options to feed to TeX, and `tex-start-commands' which should hold |
231 TeX commands to use at startup. | 234 TeX commands to use at startup. |
232 | |
233 +++ | |
234 ** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'. | |
235 The old name is still available as an alias. | |
236 | 235 |
237 +++ | 236 +++ |
238 ** New display feature: focus follows mouse. If you set the variable | 237 ** New display feature: focus follows mouse. If you set the variable |
239 mouse-autoselect-window to non-nil value, moving the mouse to a different | 238 mouse-autoselect-window to non-nil value, moving the mouse to a different |
240 Emacs window will select that window (minibuffer window can be selected | 239 Emacs window will select that window (minibuffer window can be selected |
588 | 587 |
589 (set-keyboard-coding-system nil) | 588 (set-keyboard-coding-system nil) |
590 | 589 |
591 to your .emacs to revert to the old behavior. | 590 to your .emacs to revert to the old behavior. |
592 | 591 |
593 --- | |
594 ** A new coding system `euc-tw' has been added for traditional Chinese | |
595 in CNS encoding; it accepts both Big 5 and CNS as input; on saving, | |
596 Big 5 is then converted to CNS. | |
597 | |
598 +++ | 592 +++ |
599 ** Emacs now reads the standard abbrevs file ~/.abbrev_defs | 593 ** Emacs now reads the standard abbrevs file ~/.abbrev_defs |
600 automatically at startup, if it exists. When Emacs offers to save | 594 automatically at startup, if it exists. When Emacs offers to save |
601 modified buffers, it saves the abbrevs too if they have changed. It | 595 modified buffers, it saves the abbrevs too if they have changed. It |
602 can do this either silently or asking for confirmation first, | 596 can do this either silently or asking for confirmation first, |
663 *** When comparing files or buffers. | 657 *** When comparing files or buffers. |
664 Typing the = key now offers to perform the word-by-word comparison of the | 658 Typing the = key now offers to perform the word-by-word comparison of the |
665 currently highlighted regions in an inferior Ediff session. If you answer 'n' | 659 currently highlighted regions in an inferior Ediff session. If you answer 'n' |
666 then it reverts to the old behavior and asks the user to select regions for | 660 then it reverts to the old behavior and asks the user to select regions for |
667 comparison. | 661 comparison. |
662 | |
663 ** The new command `ediff-backup' compares a file with its most recent | |
664 backup using `ediff'. If you specify the name of a backup file, | |
665 `ediff-backup' compares it with the file of which it is a backup. | |
668 | 666 |
669 +++ | 667 +++ |
670 ** Etags changes. | 668 ** Etags changes. |
671 | 669 |
672 *** New regular expressions features | 670 *** New regular expressions features |
986 There is also Global Reveal mode which affects all buffers. | 984 There is also Global Reveal mode which affects all buffers. |
987 | 985 |
988 --- | 986 --- |
989 *** The new package ibuffer provides a powerful, completely | 987 *** The new package ibuffer provides a powerful, completely |
990 customizable replacement for buff-menu.el. | 988 customizable replacement for buff-menu.el. |
989 | |
990 *** The new package table.el implements editable, WYSIWYG, embedded | |
991 `text tables' in Emacs buffers. It simulates the effect of putting | |
992 these tables in a special major mode. The package emulates WYSIWYG | |
993 table editing available in modern word processors. The package also | |
994 can generate a table source in typesetting and markup languages such | |
995 as latex and html from the visually laid out text table. | |
991 | 996 |
992 --- | 997 --- |
993 ** Support for `magic cookie' standout modes has been removed. | 998 ** Support for `magic cookie' standout modes has been removed. |
994 Emacs will still work on terminals that require magic cookies in order | 999 Emacs will still work on terminals that require magic cookies in order |
995 to use standout mode, however they will not be able to display | 1000 to use standout mode, however they will not be able to display |