changeset 59672:0152df6cc701

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jan 2005 20:53:02 +0000
parents 9f1d36cee13a
children 56842f389966
files etc/TODO src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Fri Jan 21 20:51:52 2005 +0000
+++ b/etc/TODO	Fri Jan 21 20:53:02 2005 +0000
@@ -75,6 +75,12 @@
 
 * 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.
--- a/src/ChangeLog	Fri Jan 21 20:51:52 2005 +0000
+++ b/src/ChangeLog	Fri Jan 21 20:53:02 2005 +0000
@@ -1,3 +1,7 @@
+2005-01-21  Richard M. Stallman  <rms@gnu.org>
+
+	* fileio.c (Fcopy_file): Doc fix.
+
 2005-01-21  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.