changeset 42807:3af6b965af82

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Jan 2002 02:08:57 +0000
parents 7ec99458ed2e
children cb0b3b9b61ec
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 17 02:07:54 2002 +0000
+++ b/lisp/ChangeLog	Thu Jan 17 02:08:57 2002 +0000
@@ -1,5 +1,10 @@
 2002-01-16  Richard M. Stallman  <rms@gnu.org>
 
+	* mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
+	more or less.
+	(mouse-drag-region): New function.  For a click in the echo area,
+	show *Messages*.
+
 	* ibuf-ext.el: Delete the autoloads for functions defined with
 	ibuffer-specific commands.
 
--- a/src/ChangeLog	Thu Jan 17 02:07:54 2002 +0000
+++ b/src/ChangeLog	Thu Jan 17 02:08:57 2002 +0000
@@ -1,6 +1,6 @@
 2002-01-16  Henrik Enberg  <henrik@enberg.org>
 
-	* lread.c (init_lread): Move the site-lisp dirs later in the path.
+	* lread.c (init_lread): Move the installed-lisp dirs later in the path.
 
 2002-01-16  Kim F. Storm  <storm@cua.dk>