]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 26 Oct 2004 12:59:20 +0000 (12:59 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 26 Oct 2004 12:59:20 +0000 (12:59 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 7816a896a7ac0ac9baea776bb2f1956d26d7caae..d7f59d22551c25a433a8a0dd9f990abd9fac4316 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2289,6 +2289,11 @@ configuration files.
 \f
 * Lisp Changes in Emacs 21.4
 
++++
+** An interactive specification may now use the code letter 'U' to get
+the up-event that was discarded in case the last key sequence read for a
+previous 'k' or 'K' argument was a down-event; otherwise nil is used.
+
 ** Function `translate-region' accepts also a char-table as TABLE
 argument.
 
index a2c3f967d65cb968cf008251895a35d30ebd5acb..c63e8a149107e10744131f4b7b6f06b520ddfea7 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-26  Kim F. Storm  <storm@cua.dk>
+
+       * help.el (describe-key): Describe both down-event and up-event
+       for a mouse click.
+
 2004-10-26  Richard M. Stallman  <rms@gnu.org>
 
        * woman.el (woman): Don't call interactive-p.
 
        * progmodes/flymake.el (flymake-split-string): Use
        `flymake-split-string-remove-empty-edges' in any case.
-       
+
 2004-10-26  Masatake YAMATO  <jet@gyve.org>
 
-       * progmodes/flymake.el (flymake-err-line-patterns): 
-       Use `compilation-error-regexp-alist-alist' instead of 
+       * progmodes/flymake.el (flymake-err-line-patterns):
+       Use `compilation-error-regexp-alist-alist' instead of
        `compilation-error-regexp-alist'.
 
 2004-10-25  Jay Belanger  <belanger@truman.edu>
index 21b748229a55e75daa8318b3ea17f530c7308f4b..dc8f1771263330570a2fc5fb2557c51a927d66b6 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-26  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Interactive Codes): Add U code letter.
+
 2004-10-25  Simon Josefsson  <jas@extundo.com>
 
        * minibuf.texi (Reading a Password): Add.
index e7013c431ca523c5fdb949573f9f1c52a160c65f..91eae868799578b7900e14945d679ca9b7b578db 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-26  Kim F. Storm  <storm@cua.dk>
+
+       * callint.c (Fcall_interactively): Add 'U' code to get the
+       up-event discarded by a previous 'k' or 'K' argument.
+
 2004-10-26  David Kastrup  <dak@gnu.org>
 
        * buffer.c (syms_of_buffer): Fix a few typos.