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

Diff of /emacs/etc/NEWS

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

revision 1.518 by eliz, Sun Nov 18 18:38:20 2001 UTC revision 1.519 by monnier, Mon Nov 19 23:04:35 2001 UTC
# Line 18  installed programs. Line 18  installed programs.
18    
19  * Changes in Emacs 21.3  * Changes in Emacs 21.3
20    
21    ** If you hit M-C-SPC (mark-sexp) repeatedly, the marked region
22    will now be extended each time, so you can mark the next two sexps with
23    M-C-SPC M-C-SPC, for example.
24    
25    ** mouse-wheels can now scroll a specific fraction of the window
26    (rather than a fixed number of lines) and the scrolling is `progressive'.
27    
28  ** The keyboard-coding-system is now automatically set based on  ** The keyboard-coding-system is now automatically set based on
29  your current locale settings.  If it turns out that your terminal  your current locale settings.  If it turns out that your terminal
30  does not support the encoding implied by your locale, you will  does not support the encoding implied by your locale (for example,
31  need to add  it inserts non-ASCII chars if you hit M-i), you will need to add
32    
33          (set-keyboard-coding-system nil)          (set-keyboard-coding-system nil)
34    
# Line 159  SQL buffer. Line 166  SQL buffer.
166    
167  * Lisp Changes in Emacs 21.3  * Lisp Changes in Emacs 21.3
168    
169    ** describe-vector now takes a second argument `describer' which is
170    called to print the entries' values.  It default to `princ'.
171    
172  ** defcustom and other custom declarations now use a default group  ** defcustom and other custom declarations now use a default group
173  (the last group defined in the same file) when no :group was given.  (the last group defined in the same file) when no :group was given.
174    

Legend:
Removed from v.1.518  
changed lines
  Added in v.1.519

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