]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jan 2002 02:13:46 +0000 (02:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jan 2002 02:13:46 +0000 (02:13 +0000)
etc/TODO
lisp/ChangeLog

index 2e38bf19a0d2855552b3a11c8a02358a4d287c44..008d8db7d57e13f8b19b38c905caaf17538bbdfa 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -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
index cb1664ba9c5cac2f593946dc5723bc85a7c07731..566edbe38c967465fa22464064cb8206d4c8473e 100644 (file)
@@ -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.