aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-02-23 22:32:39 +0000
committerKim F. Storm2002-02-23 22:32:39 +0000
commitb66bc4a41688ef8a7baf22ba00d2c7264c85facd (patch)
tree031aa4c76eeacba29fb26b4ae3606fae1646dc3e
parent962ffad8d7ac24e95703d6b298d270d2d02d0e03 (diff)
downloademacs-b66bc4a41688ef8a7baf22ba00d2c7264c85facd.tar.gz
emacs-b66bc4a41688ef8a7baf22ba00d2c7264c85facd.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog2
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 87b7510d67a..e3ab1c215c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12002-02-23 Kim F. Storm <storm@cua.dk>
2
3 * help.el (where-is): Use remap-command.
4
5 * help-fns.el (describe-function-1): Use remap-command.
6
7 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
8 change (no longer accept a symbol for the KEY argument).
9
12002-02-23 Colin Walters <walters@debian.org> 102002-02-23 Colin Walters <walters@debian.org>
2 11
3 * calc/calcalg3.el (calc-invent-variables): Convert integer to 12 * calc/calcalg3.el (calc-invent-variables): Convert integer to
diff --git a/src/ChangeLog b/src/ChangeLog
index efb3a8d2aad..99e4b445a3c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12002-02-23 Kim F. Storm <no-spam@cua.dk> 12002-02-23 Kim F. Storm <storm@cua.dk>
2 2
3 The following changes rework my patch of 2002-02-06 which 3 The following changes rework my patch of 2002-02-06 which
4 added command remapping by entering the commands directly into 4 added command remapping by entering the commands directly into