diff options
| author | Richard M. Stallman | 2002-01-17 02:08:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-17 02:08:57 +0000 |
| commit | 7adfc0d753106003946e48627006acca51fcbb64 (patch) | |
| tree | 77e41a4ce2062cb6a5a8fc3cf167b5240a03804e | |
| parent | 6454615cfaca7d23dcff56bf1af326a1decdbc06 (diff) | |
| download | emacs-7adfc0d753106003946e48627006acca51fcbb64.tar.gz emacs-7adfc0d753106003946e48627006acca51fcbb64.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
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 @@ | |||
| 1 | 2002-01-16 Richard M. Stallman <rms@gnu.org> | 1 | 2002-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 @@ | |||
| 1 | 2002-01-16 Henrik Enberg <henrik@enberg.org> | 1 | 2002-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 | ||
| 5 | 2002-01-16 Kim F. Storm <storm@cua.dk> | 5 | 2002-01-16 Kim F. Storm <storm@cua.dk> |
| 6 | 6 | ||