From: Richard M. Stallman Date: Fri, 21 Jan 2005 20:53:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2641 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f95a20e78ded0423ddaca0c3b60de42989465c5d;p=emacs.git *** empty log message *** --- diff --git a/etc/TODO b/etc/TODO index e8845c03ee1..fd061904889 100644 --- 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. diff --git a/src/ChangeLog b/src/ChangeLog index 3405cbac1f0..f095ec14981 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.