aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 30a723519a8..4fe36bccb12 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12002-01-16 Richard M. Stallman <rms@gnu.org> 12002-01-16 Richard M. Stallman <rms@gnu.org>
2 2
3 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
4 more or less.
5 (mouse-drag-region): New function. For a click in the echo area,
6 show *Messages*.
7
3 * ibuf-ext.el: Delete the autoloads for functions defined with 8 * ibuf-ext.el: Delete the autoloads for functions defined with
4 ibuffer-specific commands. 9 ibuffer-specific commands.
5 10
diff --git a/src/ChangeLog b/src/ChangeLog
index dd3b14ee103..002bab38376 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
12002-01-16 Henrik Enberg <henrik@enberg.org> 12002-01-16 Henrik Enberg <henrik@enberg.org>
2 2
3 * lread.c (init_lread): Move the site-lisp dirs later in the path. 3 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
4 4
52002-01-16 Kim F. Storm <storm@cua.dk> 52002-01-16 Kim F. Storm <storm@cua.dk>
6 6