From dafb59b2a0dacd7afecef997f2dccc883a97a71b Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 29 Apr 2004 18:51:31 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 25 ++++++++++++++++++++----- 1 file 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 @@ +2004-04-29 Stefan Monnier + + * help-fns.el (help-C-file-name): Use new subr-name. + Prepend `src/' to the file name. + (help-C-source-directory, help-subr-name, help-find-C-source): Remove. + (describe-function-1, describe-variable): Only find a C source file name + if DOC is already loaded. + + * help-mode.el (help-function-def, help-variable-def): + Use the new find-function-search-for-symbol functionality. + Allow FILE to be `C-source'. + + * emacs-lisp/find-func.el (find-function-C-source-directory): New var. + (find-function-C-source): New fun. + (find-function-search-for-symbol): Use it. + 2004-04-29 Juri Linkov * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word @@ -12,8 +28,8 @@ to disable compilation output window scrolling. (compilation-set-window): Use it. - * outline.el (outline-next-preface, outline-show-heading): Don't - leave unhidden blank line before heading. + * outline.el (outline-next-preface, outline-show-heading): + Don't leave unhidden blank line before heading. (outline-end-of-subtree): Include last newline into subtree. (hide-entry): Leave point at beginning of heading instead of end. (outline-up-heading): Push mark for the first call of successive @@ -43,10 +59,9 @@ 2004-04-28 Nick Roberts * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer) - (gdb-frame-stack-buffer, gdb-frame-threads-buffer) + (gdb-frame-assembler-buffer, gdb-frame-threads-buffer) (gdb-frame-registers-buffer, gdb-frame-locals-buffer) - (gdb-frame-gdb-buffer, gdb-frame-assembler-buffer): Use - selected-window. + (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window. * progmodes/gud.el (gud-common-init): Throw an error if program is already running under gdb. -- 2.39.5