/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.516 by pj, Thu Nov 15 20:42:00 2001 UTC revision 1.517 by monnier, Sun Nov 18 05:59:41 2001 UTC
# Line 17  installed programs. Line 17  installed programs.
17    
18    
19  * Changes in Emacs 21.3  * Changes in Emacs 21.3
20    
21    ** The keyboard-coding-system is now automatically set based on
22    your current locale settings.  If it turns out that your terminal
23    does not support the encoding implied by your locale, you will
24    need to add
25    
26            (set-keyboard-coding-system nil)
27    
28    to your .emacs to revert to the old behavior.
29    
30  +++  +++
31  ** Emacs now reads the standard abbrevs file ~/.abbrev_defs  ** Emacs now reads the standard abbrevs file ~/.abbrev_defs
32  automatically at startup, if it exists.  And it always offers to save  automatically at startup, if it exists.  And it always offers to save
# Line 45  with a space, if they visit files. Line 54  with a space, if they visit files.
54  filling can break lines.  We provide two sample predicates,  filling can break lines.  We provide two sample predicates,
55  fill-single-word-nobreak-p and fill-french-nobreak-p.  fill-single-word-nobreak-p and fill-french-nobreak-p.
56    
 ** 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.  
   
57  ** New user option `add-log-always-start-new-record'.  ** New user option `add-log-always-start-new-record'.
58  When this option is enabled, M-x add-change-log-entry will always  When this option is enabled, M-x add-change-log-entry will always
59  start a new record regardless of when the last record is.  start a new record regardless of when the last record is.
# Line 147  SQL buffer. Line 153  SQL buffer.
153    
154  * Lisp Changes in Emacs 21.3  * Lisp Changes in Emacs 21.3
155    
156    ** defcustom and other custom declarations now use a default group
157    (the last group defined in the same file) when no :group was given.
158    
159    ** emacsserver now runs pre-command-hook and post-command-hook when
160    it receives a request from emacsclient.
161    
162    ** The default value of paragraph-start and indent-line-function has
163    been changed to reflect the one used in text-mode rather than the one
164    used in indented-text-mode.
165    
166  ** If a major mode function has a non-nil `no-clone-indirect'  ** If a major mode function has a non-nil `no-clone-indirect'
167  property, `clone-indirect-buffer' signals an error if you use  property, `clone-indirect-buffer' signals an error if you use
168  it in that buffer.  it in that buffer.

Legend:
Removed from v.1.516  
changed lines
  Added in v.1.517

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26