Mercurial > emacs
changeset 54907:7993e9a9de59
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 15 Apr 2004 23:13:16 +0000 |
parents | dfa3317697a0 |
children | 9839a506e9b8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 15 23:12:21 2004 +0000 +++ b/lisp/ChangeLog Thu Apr 15 23:13:16 2004 +0000 @@ -1,3 +1,8 @@ +2004-04-16 Juanma Barranquero <lektu@terra.es> + + * bookmark.el (bookmark-send-edited-annotation): Fix docstring. + (bookmark-edit-annotation-mode): Add mode name. + 2004-04-15 Nick Roberts <nick@nick.uklinux.net> * progmodes/gdb-ui.el (gdb-goto-info): New function. @@ -294,7 +299,7 @@ 2004-04-08 Nick Roberts <nick@nick.uklinux.net> - * progmodes/gdb-ui.el (gdb-source-window): Remove variable + * progmodes/gdb-ui.el (gdb-source-window): Remove variable. (gdb-goto-breakpoint, gdb-display-buffer) (gdb-display-source-buffer, gdb-view-source-function) (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows) @@ -381,19 +386,6 @@ * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs to C source files specially. -2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> - - * progmodes/compile.el: Require CL. - (compilation-mode-font-lock-keywords): Re-install the "line as - function" patch. - - * help-fns.el (help-C-source-directory): New var. - (help-subr-name, help-C-file-name, help-find-C-source): New funs. - (describe-function-1, describe-variable): Use them. - - * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs - to C source files specially. - 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org> * info.el (Info-hide-cookies-node): New function. @@ -673,7 +665,7 @@ * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item) (gud-gdba-marker-filter): Log the process input and output, if - required. (from Stefan Monnier) + required. From Stefan Monnier. (gdb-debug-log, gdb-enable-debug-log): New variables. (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.