Mercurial > emacs
comparison lisp/ChangeLog @ 54762:d1743aa0ac29
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 08 Apr 2004 22:16:14 +0000 |
parents | 0fb9607650a1 |
children | c3e26af4cfb1 |
comparison
equal
deleted
inserted
replaced
54761:8fd08fa510b6 | 54762:d1743aa0ac29 |
---|---|
1 2004-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 | |
1 2004-04-08 Nick Roberts <nick@nick.uklinux.net> | 6 2004-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 |
4 (gdb-goto-breakpoint, gdb-display-buffer) | 9 (gdb-goto-breakpoint, gdb-display-buffer) |
5 (gdb-display-source-buffer, gdb-view-source-function) | 10 (gdb-display-source-buffer, gdb-view-source-function) |
71 add matching groups for file and node names. Remove hack for quote. | 76 add matching groups for file and node names. Remove hack for quote. |
72 Use display property for Info-hide-note-references=t. Use fifth | 77 Use display property for Info-hide-note-references=t. Use fifth |
73 or fourth match for help-echo. Display visited nodes in a | 78 or fourth match for help-echo. Display visited nodes in a |
74 different face. Unhide file names of external references. | 79 different face. Unhide file names of external references. |
75 Unhide newlines. Display visited menu items in a different face. | 80 Unhide newlines. Display visited menu items in a different face. |
81 | |
82 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
83 | |
84 * progmodes/compile.el: Require CL. | |
85 (compilation-mode-font-lock-keywords): Re-install the "line as | |
86 function" patch. | |
87 | |
88 * help-fns.el (help-C-source-directory): New var. | |
89 (help-subr-name, help-C-file-name, help-find-C-source): New funs. | |
90 (describe-function-1, describe-variable): Use them. | |
91 | |
92 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs | |
93 to C source files specially. | |
76 | 94 |
77 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | 95 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |
78 | 96 |
79 * progmodes/compile.el: Require CL. | 97 * progmodes/compile.el: Require CL. |
80 (compilation-mode-font-lock-keywords): Re-install the "line as | 98 (compilation-mode-font-lock-keywords): Re-install the "line as |