]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 2005 20:53:02 +0000 (20:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 2005 20:53:02 +0000 (20:53 +0000)
etc/TODO
src/ChangeLog

index e8845c03ee158f57f08c2fb8ca6c7f1ff2355a83..fd0619048893c61fb6c3813f91ebea1175ba1653 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -75,6 +75,12 @@ to the FSF.
 
 * Other features we would like:
 
+** A function to check for customizable options that have been
+  set but not saved, and ask the user whether to save them.
+  This could go in kill-emacs-query-functions, to remind people
+  to save their changes. If the user says yes, show them
+  in a Custom buffer using customize-customized.
+
 ** ange-ftp
 *** understand sftp
 *** Use MLS for ange-ftp-insert-directory if a list of files is specified.
index 3405cbac1f0f2c02fd12bcdacd69241094b86ce7..f095ec14981b1a0e59f3520a7ac9bdfccef19163 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-21  Richard M. Stallman  <rms@gnu.org>
+
+       * fileio.c (Fcopy_file): Doc fix.
+
 2005-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.