From: Richard M. Stallman Date: Thu, 17 Jan 2002 02:08:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17098 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7adfc0d753106003946e48627006acca51fcbb64;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30a723519a8..4fe36bccb12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2002-01-16 Richard M. Stallman + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index dd3b14ee103..002bab38376 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2002-01-16 Henrik Enberg - * 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