1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2005-01-21 20:53:02 +00:00
parent 7f08b80e33
commit f95a20e78d
2 changed files with 10 additions and 0 deletions

View file

@ -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.

View 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,Ad(Brv <jan.h.d@swipnet.se>
* gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.