aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b9fe783b9d0..fd15aaf2004 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4 Redo one more thing that I didn't notice Daniel had undone.
5
12004-04-08 Nick Roberts <nick@nick.uklinux.net> 62004-04-08 Nick Roberts <nick@nick.uklinux.net>
2 7
3 * progmodes/gdb-ui.el (gdb-source-window): Remove variable 8 * progmodes/gdb-ui.el (gdb-source-window): Remove variable
@@ -87,6 +92,19 @@
87 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs 92 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
88 to C source files specially. 93 to C source files specially.
89 94
952004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * progmodes/compile.el: Require CL.
98 (compilation-mode-font-lock-keywords): Re-install the "line as
99 function" patch.
100
101 * help-fns.el (help-C-source-directory): New var.
102 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
103 (describe-function-1, describe-variable): Use them.
104
105 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
106 to C source files specially.
107
902004-04-07 Jan Nieuwenhuizen <janneke@gnu.org> 1082004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
91 109
92 * info.el (Info-hide-cookies-node): New function. 110 * info.el (Info-hide-cookies-node): New function.