# HG changeset patch # User ben # Date 1044671295 0 # Node ID 2dcc22ec7640c673ce7827effbd8859bc777bbce # Parent 61572ff6db1515ec935eeaeb767e2b4bddd287d6 [xemacs-hg @ 2003-02-08 02:28:12 by ben] hyper-apropos.el: Separate obsolete and non-obsolete stuff and make sure we note when obsolete funs are just aliases for others. Also fix some problems with doc string hacking. menubar-items.el: Change the Help->Info submenu a bit. text-props.el: Fix bug when end > start. update-elc.el: Add raw-process.el. lread.c: Eliminate printing `done' messages noninteractively since it's now obvious which files are loaded by which others. diff -r 61572ff6db15 -r 2dcc22ec7640 lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 07 22:52:33 2003 +0000 +++ b/lisp/ChangeLog Sat Feb 08 02:28:15 2003 +0000 @@ -1,3 +1,24 @@ +2003-02-07 Ben Wing + + * hyper-apropos.el: + * hyper-apropos.el (hyper-apropos): + * hyper-apropos.el (hyper-apropos-grok-functions): + * hyper-apropos.el (hyper-apropos-grok-variables): + Separate obsolete and non-obsolete stuff and make sure we note + when obsolete funs are just aliases for others. Also fix some + problems with doc string hacking. + + * menubar-items.el: + * menubar-items.el (default-menubar): + Change the Help->Info submenu a bit. + + * text-props.el (text-property-any): + * text-props.el (text-property-not-all): + Fix bug when end > start. + + * update-elc.el (unbytecompiled-lisp-files): + Add raw-process.el. + 2002-12-27 Stephen J. Turnbull Synch to GNU Emacs 21.3.50: diff -r 61572ff6db15 -r 2dcc22ec7640 src/ChangeLog --- a/src/ChangeLog Fri Feb 07 22:52:33 2003 +0000 +++ b/src/ChangeLog Sat Feb 08 02:28:15 2003 +0000 @@ -1,3 +1,9 @@ +2003-02-07 Ben Wing + + * lread.c (Fload_internal): + Eliminate printing `done' messages noninteractively since it's now + obvious which files are loaded by which others. + 2003-02-06 Andrew Begel * sysdll.c: Included lisp.h to define needed alloca_array.