# HG changeset patch # User Richard M. Stallman # Date 1016442729 0 # Node ID cf0ef9dd4fe9277df8bdb25a925744ff0287f1da # Parent f71c489afb5a105bc8aef389d54e6cf75bbf7f9c *** empty log message *** diff -r f71c489afb5a -r cf0ef9dd4fe9 etc/TODO --- a/etc/TODO Mon Mar 18 09:06:35 2002 +0000 +++ b/etc/TODO Mon Mar 18 09:12:09 2002 +0000 @@ -67,6 +67,9 @@ * 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 -r f71c489afb5a -r cf0ef9dd4fe9 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 18 09:06:35 2002 +0000 +++ b/lisp/ChangeLog Mon Mar 18 09:12:09 2002 +0000 @@ -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):