From: Richard M. Stallman Date: Mon, 18 Mar 2002 09:12:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7665519d900f86963a9c083dde29928a68aeecc3;p=emacs.git *** empty log message *** --- 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: * Save undo information in files, and reload it when needed for undoing. +* Merge the Emacs regex.c with the Glibc regex.c. + They split off a few years ago through negligance. + * Change the Windows NT menu code so that it handles the deep_p argument and avoids 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 @@ +2002-03-18 Richard M. Stallman + + * menu-bar.el (menu-bar-options-menu): Cope if + text-mode-hook is not a list. + 2002-03-17 Richard M. Stallman * emulation/pc-select.el (pc-selection-mode):