diff options
| author | Richard M. Stallman | 2006-07-12 16:10:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-12 16:10:39 +0000 |
| commit | 2c6e026af76cd26af019d07fa57a6f0668c965fc (patch) | |
| tree | bc8339503e40d60409e87fd13a5aea9760003e94 /lisp | |
| parent | 0c1cf12271ac2ffca1cabbb180e7d5257858ca7d (diff) | |
| download | emacs-2c6e026af76cd26af019d07fa57a6f0668c965fc.tar.gz emacs-2c6e026af76cd26af019d07fa57a6f0668c965fc.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0154ff83245..27219563639 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2006-07-12 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/grep.el (grep-last-buffer): Doc fix. | ||
| 4 | |||
| 5 | * info.el (Info-try-follow-nearest-node): Doc fix. | ||
| 6 | |||
| 7 | * emacs-lisp/edebug.el (edebug-instrument-function): | ||
| 8 | Err if find-function-noselect gives no position. | ||
| 9 | |||
| 10 | * emacs-lisp/find-func.el (find-function-search-for-symbol): | ||
| 11 | If can't find definition, return nil for position. | ||
| 12 | (find-function-do-it): Handle new return value | ||
| 13 | of find-definition-noselect. | ||
| 14 | (find-definition-noselect, find-variable-noselect): Doc fix. | ||
| 15 | (find-function-noselect): Doc fix. | ||
| 16 | |||
| 17 | * help-mode.el (help-variable-def): Handle find-variable-noselect | ||
| 18 | returning no position. | ||
| 19 | (help-function-def): Likewise for find-function-search-for-symbol. | ||
| 20 | (help-face-def): Likewise. | ||
| 21 | |||
| 22 | * help-fns.el (describe-variable): Handle find-variable-noselect | ||
| 23 | returning no position. | ||
| 24 | |||
| 25 | * files.el (locate-file-completion): Avoid duplicates in result. | ||
| 26 | |||
| 27 | * cus-edit.el (custom-no-edit): New command. | ||
| 28 | (custom-mode-map): Remap to custom-no-edit instead of | ||
| 29 | using suppress-keymap. | ||
| 30 | |||
| 1 | 2006-07-12 Nick Roberts <nickrob@snap.net.nz> | 31 | 2006-07-12 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 32 | ||
| 3 | * tumme.el (tumme-create-thumb) | 33 | * tumme.el (tumme-create-thumb) |