emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 19 Nov 2001 18:04:35 -0500

Index: emacs/etc/NEWS
diff -u emacs/etc/NEWS:1.518 emacs/etc/NEWS:1.519
--- emacs/etc/NEWS:1.518        Sun Nov 18 13:38:20 2001
+++ emacs/etc/NEWS      Mon Nov 19 18:04:35 2001
@@ -18,10 +18,17 @@
 
 * Changes in Emacs 21.3
 
+** If you hit M-C-SPC (mark-sexp) repeatedly, the marked region
+will now be extended each time, so you can mark the next two sexps with
+M-C-SPC M-C-SPC, for example.
+
+** mouse-wheels can now scroll a specific fraction of the window
+(rather than a fixed number of lines) and the scrolling is `progressive'.
+
 ** 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
+does not support the encoding implied by your locale (for example,
+it inserts non-ASCII chars if you hit M-i), you will need to add
 
        (set-keyboard-coding-system nil)
 
@@ -158,6 +165,9 @@
 
 
 * Lisp Changes in Emacs 21.3
+
+** describe-vector now takes a second argument `describer' which is
+called to print the entries' values.  It default to `princ'.
 
 ** defcustom and other custom declarations now use a default group
 (the last group defined in the same file) when no :group was given.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]