diff options
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5e98bfc703..55ad3384402 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * help-fns.el (help-C-file-name): Use new subr-name. | ||
| 4 | Prepend `src/' to the file name. | ||
| 5 | (help-C-source-directory, help-subr-name, help-find-C-source): Remove. | ||
| 6 | (describe-function-1, describe-variable): Only find a C source file name | ||
| 7 | if DOC is already loaded. | ||
| 8 | |||
| 9 | * help-mode.el (help-function-def, help-variable-def): | ||
| 10 | Use the new find-function-search-for-symbol functionality. | ||
| 11 | Allow FILE to be `C-source'. | ||
| 12 | |||
| 13 | * emacs-lisp/find-func.el (find-function-C-source-directory): New var. | ||
| 14 | (find-function-C-source): New fun. | ||
| 15 | (find-function-search-for-symbol): Use it. | ||
| 16 | |||
| 1 | 2004-04-29 Juri Linkov <juri@jurta.org> | 17 | 2004-04-29 Juri Linkov <juri@jurta.org> |
| 2 | 18 | ||
| 3 | * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word | 19 | * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word |
| @@ -12,8 +28,8 @@ | |||
| 12 | to disable compilation output window scrolling. | 28 | to disable compilation output window scrolling. |
| 13 | (compilation-set-window): Use it. | 29 | (compilation-set-window): Use it. |
| 14 | 30 | ||
| 15 | * outline.el (outline-next-preface, outline-show-heading): Don't | 31 | * outline.el (outline-next-preface, outline-show-heading): |
| 16 | leave unhidden blank line before heading. | 32 | Don't leave unhidden blank line before heading. |
| 17 | (outline-end-of-subtree): Include last newline into subtree. | 33 | (outline-end-of-subtree): Include last newline into subtree. |
| 18 | (hide-entry): Leave point at beginning of heading instead of end. | 34 | (hide-entry): Leave point at beginning of heading instead of end. |
| 19 | (outline-up-heading): Push mark for the first call of successive | 35 | (outline-up-heading): Push mark for the first call of successive |
| @@ -43,10 +59,9 @@ | |||
| 43 | 2004-04-28 Nick Roberts <nickrob@gnu.org> | 59 | 2004-04-28 Nick Roberts <nickrob@gnu.org> |
| 44 | 60 | ||
| 45 | * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer) | 61 | * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer) |
| 46 | (gdb-frame-stack-buffer, gdb-frame-threads-buffer) | 62 | (gdb-frame-assembler-buffer, gdb-frame-threads-buffer) |
| 47 | (gdb-frame-registers-buffer, gdb-frame-locals-buffer) | 63 | (gdb-frame-registers-buffer, gdb-frame-locals-buffer) |
| 48 | (gdb-frame-gdb-buffer, gdb-frame-assembler-buffer): Use | 64 | (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window. |
| 49 | selected-window. | ||
| 50 | 65 | ||
| 51 | * progmodes/gud.el (gud-common-init): Throw an error if program is | 66 | * progmodes/gud.el (gud-common-init): Throw an error if program is |
| 52 | already running under gdb. | 67 | already running under gdb. |