aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-03-18 09:12:09 +0000
committerRichard M. Stallman2002-03-18 09:12:09 +0000
commit7665519d900f86963a9c083dde29928a68aeecc3 (patch)
treeacc958a7364f21c71277dacb503e5fb09d846400
parente51c889c5db3388fa2fbc29b4c0d35a32f36c365 (diff)
downloademacs-7665519d900f86963a9c083dde29928a68aeecc3.tar.gz
emacs-7665519d900f86963a9c083dde29928a68aeecc3.zip
*** empty log message ***
-rw-r--r--etc/TODO3
-rw-r--r--lisp/ChangeLog5
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index cb8c841863f..600d3d04857 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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 @@
12002-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
12002-03-17 Richard M. Stallman <rms@gnu.org> 62002-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):