aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-19 00:58:26 +0000
committerRichard M. Stallman2002-08-19 00:58:26 +0000
commit813f3d41a52b771247f3e48becdb6f0b7ed63e76 (patch)
treec98c5cbd9ad932409c2f8a9b21c3f026bf56a8b8
parent0805d31a24d7ec92cb16194dda9ec74ff78cfc4b (diff)
downloademacs-813f3d41a52b771247f3e48becdb6f0b7ed63e76.tar.gz
emacs-813f3d41a52b771247f3e48becdb6f0b7ed63e76.zip
*** empty log message ***
-rw-r--r--etc/NEWS37
-rw-r--r--lisp/ChangeLog7
2 files changed, 27 insertions, 17 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cd708adce0a..3809207a52d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -57,10 +57,6 @@ See the files mac/README and mac/INSTALL for build instructions.
57 57
58* Changes in Emacs 21.4 58* Changes in Emacs 21.4
59 59
60** The new command `ediff-backup' compares a file with its most recent
61backup 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
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.
66When the file is maintained under version control, that information 62When the file is maintained under version control, that information
@@ -114,9 +110,6 @@ Setting these variables directly does not take effect until next time
114the Buffers menu is regenerated. 110the 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
121now look at the character after point. If a face or faces are 114now look at the character after point. If a face or faces are
122specified for that character, the commands by default customize those 115specified for that character, the commands by default customize those
@@ -126,12 +119,19 @@ faces.
126Cyrillic-KOI8-T, Bulgarian, Belarusian, Ukrainian, UTF-8, 119Cyrillic-KOI8-T, Bulgarian, Belarusian, Ukrainian, UTF-8,
127Windows-1255, Welsh, Latin-7, Lithuanian, Latvian. 120Windows-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,
130ukrainian-computer, belarusian, bulgarian-bds, russian-computer, 124ukrainian-computer, belarusian, bulgarian-bds, russian-computer,
131vietnamese-telex, lithuanian-numeric, lithuanian-keyboard, 125vietnamese-telex, lithuanian-numeric, lithuanian-keyboard,
132latvian-keyboard, welsh, georgian, rfc1345, ucs, sgml, 126latvian-keyboard, welsh, georgian, rfc1345, ucs, sgml,
133bulgarian-phonetic, dutch. 127bulgarian-phonetic, dutch.
134 128
129---
130** A new coding system `euc-tw' has been added for traditional Chinese
131in CNS encoding; it accepts both Big 5 and CNS as input; on saving,
132Big 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'
136library. These include complete versions of most of those in 136library. These include complete versions of most of those in
137codepage.el, based Unicode mappings. 137codepage.el, based Unicode mappings.
@@ -224,6 +224,9 @@ window so as to center point. If its value is an integer, it says how
224many columns to scroll. If the value is a floating-point number, it 224many columns to scroll. If the value is a floating-point number, it
225gives the fraction of the window's width to scroll the window. 225gives the fraction of the window's width to scroll the window.
226 226
227The 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
229by two new user options: `tex-start-options', which should hold 232by two new user options: `tex-start-options', which should hold
@@ -231,10 +234,6 @@ command-line options to feed to TeX, and `tex-start-commands' which should hold
231TeX commands to use at startup. 234TeX commands to use at startup.
232 235
233+++ 236+++
234** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'.
235The old name is still available as an alias.
236
237+++
238** New display feature: focus follows mouse. If you set the variable 237** New display feature: focus follows mouse. If you set the variable
239mouse-autoselect-window to non-nil value, moving the mouse to a different 238mouse-autoselect-window to non-nil value, moving the mouse to a different
240Emacs window will select that window (minibuffer window can be selected 239Emacs window will select that window (minibuffer window can be selected
@@ -590,11 +589,6 @@ it inserts non-ASCII chars if you hit M-i), you will need to add
590 589
591to your .emacs to revert to the old behavior. 590to your .emacs to revert to the old behavior.
592 591
593---
594** A new coding system `euc-tw' has been added for traditional Chinese
595in CNS encoding; it accepts both Big 5 and CNS as input; on saving,
596Big 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
600automatically at startup, if it exists. When Emacs offers to save 594automatically at startup, if it exists. When Emacs offers to save
@@ -666,6 +660,10 @@ currently highlighted regions in an inferior Ediff session. If you answer 'n'
666then it reverts to the old behavior and asks the user to select regions for 660then it reverts to the old behavior and asks the user to select regions for
667comparison. 661comparison.
668 662
663** The new command `ediff-backup' compares a file with its most recent
664backup 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.
666
669+++ 667+++
670** Etags changes. 668** Etags changes.
671 669
@@ -989,6 +987,13 @@ There is also Global Reveal mode which affects all buffers.
989*** The new package ibuffer provides a powerful, completely 987*** The new package ibuffer provides a powerful, completely
990customizable replacement for buff-menu.el. 988customizable replacement for buff-menu.el.
991 989
990*** The new package table.el implements editable, WYSIWYG, embedded
991`text tables' in Emacs buffers. It simulates the effect of putting
992these tables in a special major mode. The package emulates WYSIWYG
993table editing available in modern word processors. The package also
994can generate a table source in typesetting and markup languages such
995as latex and html from the visually laid out text table.
996
992--- 997---
993** Support for `magic cookie' standout modes has been removed. 998** Support for `magic cookie' standout modes has been removed.
994Emacs will still work on terminals that require magic cookies in order 999Emacs will still work on terminals that require magic cookies in order
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5248af381ef..26d98cd5e11 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12002-08-18 Richard M. Stallman <rms@gnu.org>
2
3 * table.el: New file.
4
5 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
6
12002-08-18 Andreas Schwab <schwab@suse.de> 72002-08-18 Andreas Schwab <schwab@suse.de>
2 8
3 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix. 9 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
@@ -10,7 +16,6 @@
10 (reftex-syntax-table-for-bib): Set a default in case this is being 16 (reftex-syntax-table-for-bib): Set a default in case this is being
11 used outside a LaTeX file. 17 used outside a LaTeX file.
12 18
13
142002-08-17 Richard M. Stallman <rms@gnu.org> 192002-08-17 Richard M. Stallman <rms@gnu.org>
15 20
16 * tar-mode.el (tar-subfile-mode): Use add-hook and 21 * tar-mode.el (tar-subfile-mode): Use add-hook and