# HG changeset patch # User Richard M. Stallman # Date 1010110426 0 # Node ID 23cdfafe44c08170c59b90915c1c4459b50f71f9 # Parent 83e8bdf0a48b49512c15016f942153adf1b18a34 *** empty log message *** diff -r 83e8bdf0a48b -r 23cdfafe44c0 etc/TODO --- 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 diff -r 83e8bdf0a48b -r 23cdfafe44c0 lisp/ChangeLog --- 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 + * files.el (basic-save-buffer): Undo previous change. + * calendar/diary-lib.el (diary-block): Doc fix. * custom.el (defcustom): Fix syntax of previous change.