Mercurial > emacs
changeset 54762:d1743aa0ac29
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 08 Apr 2004 22:16:14 +0000 |
parents | 8fd08fa510b6 |
children | 63ed691cfee6 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 08 22:15:11 2004 +0000 +++ b/lisp/ChangeLog Thu Apr 08 22:16:14 2004 +0000 @@ -1,3 +1,8 @@ +2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/compile.el (compilation-mode-font-lock-keywords): + Redo one more thing that I didn't notice Daniel had undone. + 2004-04-08 Nick Roberts <nick@nick.uklinux.net> * progmodes/gdb-ui.el (gdb-source-window): Remove variable @@ -87,6 +92,19 @@ * 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.