# HG changeset patch # User Richard M. Stallman # Date 1110585087 0 # Node ID 76fcfe4d97def0f3d96f3c3130d0cac4cc18823b # Parent d19eab3028e2118c6c4f4a7ecdc0855726681a95 *** empty log message *** diff -r d19eab3028e2 -r 76fcfe4d97de etc/TODO --- a/etc/TODO Fri Mar 11 23:49:25 2005 +0000 +++ b/etc/TODO Fri Mar 11 23:51:27 2005 +0000 @@ -82,6 +82,12 @@ to save their changes. If the user says yes, show them in a Custom buffer using customize-customized. +** Emacs Lisp mode could put an overlay on the defun for every + function that has advice. The overlay could have `after-text' like " + [Function has advice]". It might look like + (defun foo [Function has advice] (x y) + The overlay could also be a button that you could use to view the advice. + ** ange-ftp *** understand sftp *** Use MLS for ange-ftp-insert-directory if a list of files is specified. diff -r d19eab3028e2 -r 76fcfe4d97de src/ChangeLog --- a/src/ChangeLog Fri Mar 11 23:49:25 2005 +0000 +++ b/src/ChangeLog Fri Mar 11 23:51:27 2005 +0000 @@ -1,3 +1,9 @@ +2005-03-11 Richard M. Stallman + + * fileio.c (Frename_file, Fadd_name_to_file) + (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory, + expand the basename of FILE relative to it. + 2005-03-11 Kenichi Handa * fileio.c (Finsert_file_contents): Call Fcheck_coding_system