aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-21 20:53:02 +0000
committerRichard M. Stallman2005-01-21 20:53:02 +0000
commitf95a20e78ded0423ddaca0c3b60de42989465c5d (patch)
tree44386bbeb5961f714fce999e60844bb5a4070e64
parent7f08b80e335a9d40acc5275c4d5ce2a6e64c407a (diff)
downloademacs-f95a20e78ded0423ddaca0c3b60de42989465c5d.tar.gz
emacs-f95a20e78ded0423ddaca0c3b60de42989465c5d.zip
*** empty log message ***
-rw-r--r--etc/TODO6
-rw-r--r--src/ChangeLog4
2 files changed, 10 insertions, 0 deletions
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.
75 75
76* Other features we would like: 76* Other features we would like:
77 77
78** A function to check for customizable options that have been
79 set but not saved, and ask the user whether to save them.
80 This could go in kill-emacs-query-functions, to remind people
81 to save their changes. If the user says yes, show them
82 in a Custom buffer using customize-customized.
83
78** ange-ftp 84** ange-ftp
79*** understand sftp 85*** understand sftp
80*** Use MLS for ange-ftp-insert-directory if a list of files is specified. 86*** 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 @@
12005-01-21 Richard M. Stallman <rms@gnu.org>
2
3 * fileio.c (Fcopy_file): Doc fix.
4
12005-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52005-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw. 7 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.