Mercurial > emacs
changeset 42516:23cdfafe44c0
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 04 Jan 2002 02:13:46 +0000 |
parents | 83e8bdf0a48b |
children | 400e6bda5a0d |
files | etc/TODO lisp/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Fri Jan 04 02:13:37 2002 +0000 +++ b/etc/TODO Fri Jan 04 02:13:46 2002 +0000 @@ -1,5 +1,8 @@ -*-text-*- +* Bring back the feature of showing the part of the buffer that is a problem + for the use of the preferred coding systems. + * Port the conservative stack marking code of Emacs' garbage collector to more systems, so that we can completely get rid of GCPROs. @@ -33,9 +36,6 @@ * Add ANSI C prototype forward declarations to the source files, so that even the functions used within one file have prototypes. -* Add a way for macro definitions to provide info to edebug - so it can handle them right. - * Replace finder.el with something that generates an Info file which gives the same information through a menu structure. [Dave Love started on this.] @@ -56,8 +56,6 @@ thread has processed the menu_bar_activate_event and regenerated the whole menu bar. In the mean time, it should process other messages. -* Make Emacs work as a Java Bean. - * Implement the design for Unicode-based internal encoding for Mule. * Document the features of libraries missing from the manual (or
--- a/lisp/ChangeLog Fri Jan 04 02:13:37 2002 +0000 +++ b/lisp/ChangeLog Fri Jan 04 02:13:46 2002 +0000 @@ -1,5 +1,7 @@ 2002-01-03 Richard M. Stallman <rms@gnu.org> + * files.el (basic-save-buffer): Undo previous change. + * calendar/diary-lib.el (diary-block): Doc fix. * custom.el (defcustom): Fix syntax of previous change.