aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-10-26 12:59:20 +0000
committerKim F. Storm <[email protected]>2004-10-26 12:59:20 +0000
commitc86364354c0b816df51fdafc0ac2fe650cadd501 (patch)
tree59720e0206576997cc3ff43be71c1696f7672a7c
parent39900c4efc3e5ffe5854cbc25d8c6453e0e86142 (diff)
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lispref/ChangeLog4
-rw-r--r--src/ChangeLog5
4 files changed, 22 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7816a896a7..d7f59d2255 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2289,6 +2289,11 @@ configuration files.
* 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.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a2c3f967d6..c63e8a1491 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-26 Kim F. Storm <[email protected]>
+
+ * help.el (describe-key): Describe both down-event and up-event
+ for a mouse click.
+
2004-10-26 Richard M. Stallman <[email protected]>
* woman.el (woman): Don't call interactive-p.
@@ -15,11 +20,11 @@
* progmodes/flymake.el (flymake-split-string): Use
`flymake-split-string-remove-empty-edges' in any case.
-
+
2004-10-26 Masatake YAMATO <[email protected]>
- * 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 <[email protected]>
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 21b748229a..dc8f177126 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-26 Kim F. Storm <[email protected]>
+
+ * commands.texi (Interactive Codes): Add U code letter.
+
2004-10-25 Simon Josefsson <[email protected]>
* minibuf.texi (Reading a Password): Add.
diff --git a/src/ChangeLog b/src/ChangeLog
index e7013c431c..91eae86879 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-26 Kim F. Storm <[email protected]>
+
+ * 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 <[email protected]>
* buffer.c (syms_of_buffer): Fix a few typos.