diff options
| -rw-r--r-- | etc/TODO | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 12 insertions, 0 deletions
| @@ -82,6 +82,12 @@ to the FSF. | |||
| 82 | to save their changes. If the user says yes, show them | 82 | to save their changes. If the user says yes, show them |
| 83 | in a Custom buffer using customize-customized. | 83 | in a Custom buffer using customize-customized. |
| 84 | 84 | ||
| 85 | ** Emacs Lisp mode could put an overlay on the defun for every | ||
| 86 | function that has advice. The overlay could have `after-text' like " | ||
| 87 | [Function has advice]". It might look like | ||
| 88 | (defun foo [Function has advice] (x y) | ||
| 89 | The overlay could also be a button that you could use to view the advice. | ||
| 90 | |||
| 85 | ** ange-ftp | 91 | ** ange-ftp |
| 86 | *** understand sftp | 92 | *** understand sftp |
| 87 | *** Use MLS for ange-ftp-insert-directory if a list of files is specified. | 93 | *** Use MLS for ange-ftp-insert-directory if a list of files is specified. |
diff --git a/src/ChangeLog b/src/ChangeLog index 3a0bceb6701..fa746e63b2d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-03-11 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Frename_file, Fadd_name_to_file) | ||
| 4 | (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory, | ||
| 5 | expand the basename of FILE relative to it. | ||
| 6 | |||
| 1 | 2005-03-11 Kenichi Handa <handa@m17n.org> | 7 | 2005-03-11 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * fileio.c (Finsert_file_contents): Call Fcheck_coding_system | 9 | * fileio.c (Finsert_file_contents): Call Fcheck_coding_system |