# HG changeset patch # User Richard M. Stallman # Date 1106340782 0 # Node ID 0152df6cc7014d129e7a0ff2cf2bc72246bd2b5d # Parent 9f1d36cee13a3a17d6dfa0a4a014ac6767e91c4c *** empty log message *** diff -r 9f1d36cee13a -r 0152df6cc701 etc/TODO --- 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. diff -r 9f1d36cee13a -r 0152df6cc701 src/ChangeLog --- 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 + + * fileio.c (Fcopy_file): Doc fix. + 2005-01-21 Jan Dj,Ad(Brv * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.