aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-12-19 20:47:12 +0000
committerDave Love2002-12-19 20:47:12 +0000
commit457c233aeb3b9ecbea3570ed1c85eb2c129e63e6 (patch)
tree8c540eafa338a92d6abed26544d8c68dda6593c5
parent73cadfc195d550330735b3358e1b3b45116d4df1 (diff)
downloademacs-457c233aeb3b9ecbea3570ed1c85eb2c129e63e6.tar.gz
emacs-457c233aeb3b9ecbea3570ed1c85eb2c129e63e6.zip
keyboard-coding-system, optimize-char-coding-system-table
-rw-r--r--etc/NEWS19
1 files changed, 11 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0639f48e0f7..8a58a51ec58 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -653,14 +653,14 @@ This behaviour can be customized via the mouse-wheel-click-event and
653mouse-wheel-inhibit-click-time variables. 653mouse-wheel-inhibit-click-time variables.
654 654
655+++ 655+++
656** The keyboard-coding-system is now automatically set based on 656** The keyboard-coding-system is now automatically set based on your
657your current locale settings. If it turns out that your terminal 657current locale settings if you are not using a window system. This
658does not support the encoding implied by your locale (for example, 658may mean that the META key doesn't work but generates non-ASCII
659it inserts non-ASCII chars if you hit M-i), you will need to add 659characters instead, depending on how the terminal (or terminal
660 660emulator) works. Use `set-keyboard-coding-system' (or customize
661 (set-keyboard-coding-system nil) 661keyboard-coding-system) if you prefer META to work (the old default)
662 662or if the locale doesn't describe the character set actually generated
663to your .emacs to revert to the old behavior. 663by the keyboard. See Info node `Single-Byte Character Support'.
664 664
665+++ 665+++
666** Emacs now reads the standard abbrevs file ~/.abbrev_defs 666** Emacs now reads the standard abbrevs file ~/.abbrev_defs
@@ -1121,6 +1121,9 @@ with Custom.
1121 1121
1122* Lisp Changes in Emacs 21.4 1122* Lisp Changes in Emacs 21.4
1123 1123
1124** New function `optimize-char-coding-system-table' can be called
1125after making changes to `char-coding-system-table'.
1126
1124** Byte compiler changes: 1127** Byte compiler changes:
1125 1128
1126*** `(featurep 'xemacs)' is treated by the compiler as nil. This 1129*** `(featurep 'xemacs)' is treated by the compiler as nil. This