aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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