diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ae5a7185ec1..a69b4cb3ad8 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-07-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * emacs.1: Change `-b' to `-bw'. | ||
| 4 | |||
| 1 | 2000-07-07 Andreas Schwab <schwab@suse.de> | 5 | 2000-07-07 Andreas Schwab <schwab@suse.de> |
| 2 | 6 | ||
| 3 | * yow.lines: Fix indentation. | 7 | * yow.lines: Fix indentation. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 193867a6bc8..48171fe4f23 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-07-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * info-look.el (info-lookup): If *info* is shown in another frame | ||
| 4 | on the same display, select that frame, instead of switching to | ||
| 5 | the Info buffer in another window of the selected frame. | ||
| 6 | |||
| 7 | * simple.el (universal-argument-map): Bind numeric keypad keys | ||
| 8 | kp-0 to kp-9 and kp-subtract. | ||
| 9 | (digit-argument): Handle these keys. | ||
| 10 | |||
| 1 | 2000-07-20 Dave Love <fx@gnu.org> | 11 | 2000-07-20 Dave Love <fx@gnu.org> |
| 2 | 12 | ||
| 3 | * net/goto-addr.el (goto-address-fontify): Don't bother with | 13 | * net/goto-addr.el (goto-address-fontify): Don't bother with |