diff options
| author | Juri Linkov | 2004-02-28 05:02:20 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-02-28 05:02:20 +0000 |
| commit | c0bf9913f8aa356b6287401f7b99d06f5667ec42 (patch) | |
| tree | 72786a19c83d00626d4df624e2c0d178d2bd406f | |
| parent | 0f76d837ddcb86266d18784b1a0e4e7ad173668e (diff) | |
| download | emacs-c0bf9913f8aa356b6287401f7b99d06f5667ec42.tar.gz emacs-c0bf9913f8aa356b6287401f7b99d06f5667ec42.zip | |
lisp/ffap.el
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d428b69d855..bec9cb224e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2004-02-28 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * ffap.el (dired-at-point): Additional writability test for | ||
| 4 | relative directory names. | ||
| 5 | (dired-at-point-prompter): Treat directories as a directory, get | ||
| 6 | the directory component from files. | ||
| 7 | (ffap-string-at-point): Return string from region if region is | ||
| 8 | active. | ||
| 9 | (ffap-file-at-point): Remove redundant code. | ||
| 10 | |||
| 1 | 2004-02-28 Kim F. Storm <storm@cua.dk> | 11 | 2004-02-28 Kim F. Storm <storm@cua.dk> |
| 2 | 12 | ||
| 3 | * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon): | 13 | * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon): |