diff options
| author | Richard M. Stallman | 2002-03-18 09:12:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-03-18 09:12:09 +0000 |
| commit | 7665519d900f86963a9c083dde29928a68aeecc3 (patch) | |
| tree | acc958a7364f21c71277dacb503e5fb09d846400 | |
| parent | e51c889c5db3388fa2fbc29b4c0d35a32f36c365 (diff) | |
| download | emacs-7665519d900f86963a9c083dde29928a68aeecc3.tar.gz emacs-7665519d900f86963a9c083dde29928a68aeecc3.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TODO | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 |
2 files changed, 8 insertions, 0 deletions
| @@ -67,6 +67,9 @@ Other features we would like: | |||
| 67 | * Save undo information in files, and reload it when needed | 67 | * Save undo information in files, and reload it when needed |
| 68 | for undoing. | 68 | for undoing. |
| 69 | 69 | ||
| 70 | * Merge the Emacs regex.c with the Glibc regex.c. | ||
| 71 | They split off a few years ago through negligance. | ||
| 72 | |||
| 70 | * Change the Windows NT menu code | 73 | * Change the Windows NT menu code |
| 71 | so that it handles the deep_p argument and avoids | 74 | so that it handles the deep_p argument and avoids |
| 72 | regenerating the whole menu bar menu tree except | 75 | regenerating the whole menu bar menu tree except |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6efe5003920..ae85e3e799f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-03-18 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-options-menu): Cope if | ||
| 4 | text-mode-hook is not a list. | ||
| 5 | |||
| 1 | 2002-03-17 Richard M. Stallman <rms@gnu.org> | 6 | 2002-03-17 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * emulation/pc-select.el (pc-selection-mode): | 8 | * emulation/pc-select.el (pc-selection-mode): |