Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1274:2dcc22ec7640
[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.
author | ben |
---|---|
date | Sat, 08 Feb 2003 02:28:15 +0000 |
parents | df61d2b1d4c3 |
children | beb703ae34fd |
comparison
equal
deleted
inserted
replaced
1273:61572ff6db15 | 1274:2dcc22ec7640 |
---|---|
1 2003-02-07 Ben Wing <ben@xemacs.org> | |
2 | |
3 * lread.c (Fload_internal): | |
4 Eliminate printing `done' messages noninteractively since it's now | |
5 obvious which files are loaded by which others. | |
6 | |
1 2003-02-06 Andrew Begel <abegel@CS.Berkeley.EDU> | 7 2003-02-06 Andrew Begel <abegel@CS.Berkeley.EDU> |
2 | 8 |
3 * sysdll.c: Included lisp.h to define needed alloca_array. | 9 * sysdll.c: Included lisp.h to define needed alloca_array. |
4 | 10 |
5 2003-02-07 Jerry James <james@xemacs.org> | 11 2003-02-07 Jerry James <james@xemacs.org> |