diff etc/NEWS @ 41229:70059cb88be4

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 18 Nov 2001 05:59:41 +0000
parents eab977ad2163
children 003c53bb8906
line wrap: on
line diff
--- a/etc/NEWS	Sun Nov 18 03:56:19 2001 +0000
+++ b/etc/NEWS	Sun Nov 18 05:59:41 2001 +0000
@@ -17,7 +17,16 @@
 
 
 * Changes in Emacs 21.3
- 
+
+** The keyboard-coding-system is now automatically set based on
+your current locale settings.  If it turns out that your terminal
+does not support the encoding implied by your locale, you will
+need to add
+
+	(set-keyboard-coding-system nil)
+
+to your .emacs to revert to the old behavior.
+
 +++
 ** Emacs now reads the standard abbrevs file ~/.abbrev_defs
 automatically at startup, if it exists.  And it always offers to save
@@ -45,9 +54,6 @@
 filling can break lines.  We provide two sample predicates,
 fill-single-word-nobreak-p and fill-french-nobreak-p.
 
-** In Texinfo mode, when Font-Lock is enabled, updating one of the
-`foo's in `@foo ... @end foo' updates the other one on the fly.
-
 ** New user option `add-log-always-start-new-record'.
 When this option is enabled, M-x add-change-log-entry will always
 start a new record regardless of when the last record is.
@@ -147,6 +153,16 @@
 
 * Lisp Changes in Emacs 21.3
 
+** defcustom and other custom declarations now use a default group
+(the last group defined in the same file) when no :group was given.
+
+** emacsserver now runs pre-command-hook and post-command-hook when
+it receives a request from emacsclient.
+
+** The default value of paragraph-start and indent-line-function has
+been changed to reflect the one used in text-mode rather than the one
+used in indented-text-mode.
+
 ** If a major mode function has a non-nil `no-clone-indirect'
 property, `clone-indirect-buffer' signals an error if you use
 it in that buffer.