Mercurial > emacs
comparison lisp/ChangeLog @ 55235:e32598ba5e71
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 29 Apr 2004 18:51:31 +0000 |
parents | cf075c4ac9e5 |
children | a6dca495fdcd |
comparison
equal
deleted
inserted
replaced
55234:fde56fd631fc | 55235:e32598ba5e71 |
---|---|
1 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * help-fns.el (help-C-file-name): Use new subr-name. | |
4 Prepend `src/' to the file name. | |
5 (help-C-source-directory, help-subr-name, help-find-C-source): Remove. | |
6 (describe-function-1, describe-variable): Only find a C source file name | |
7 if DOC is already loaded. | |
8 | |
9 * help-mode.el (help-function-def, help-variable-def): | |
10 Use the new find-function-search-for-symbol functionality. | |
11 Allow FILE to be `C-source'. | |
12 | |
13 * emacs-lisp/find-func.el (find-function-C-source-directory): New var. | |
14 (find-function-C-source): New fun. | |
15 (find-function-search-for-symbol): Use it. | |
16 | |
1 2004-04-29 Juri Linkov <juri@jurta.org> | 17 2004-04-29 Juri Linkov <juri@jurta.org> |
2 | 18 |
3 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word | 19 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word |
4 instead of isearch-yank-word-or-char. Add new key bindings for | 20 instead of isearch-yank-word-or-char. Add new key bindings for |
5 isearch-yank-char to \C-f, and isearch-del-char to \C-b. | 21 isearch-yank-char to \C-f, and isearch-del-char to \C-b. |
10 | 26 |
11 * progmodes/compile.el (compilation-context-lines): Add nil option | 27 * progmodes/compile.el (compilation-context-lines): Add nil option |
12 to disable compilation output window scrolling. | 28 to disable compilation output window scrolling. |
13 (compilation-set-window): Use it. | 29 (compilation-set-window): Use it. |
14 | 30 |
15 * outline.el (outline-next-preface, outline-show-heading): Don't | 31 * outline.el (outline-next-preface, outline-show-heading): |
16 leave unhidden blank line before heading. | 32 Don't leave unhidden blank line before heading. |
17 (outline-end-of-subtree): Include last newline into subtree. | 33 (outline-end-of-subtree): Include last newline into subtree. |
18 (hide-entry): Leave point at beginning of heading instead of end. | 34 (hide-entry): Leave point at beginning of heading instead of end. |
19 (outline-up-heading): Push mark for the first call of successive | 35 (outline-up-heading): Push mark for the first call of successive |
20 command calls. | 36 command calls. |
21 | 37 |
41 because they occur at run time. | 57 because they occur at run time. |
42 | 58 |
43 2004-04-28 Nick Roberts <nickrob@gnu.org> | 59 2004-04-28 Nick Roberts <nickrob@gnu.org> |
44 | 60 |
45 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer) | 61 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer) |
46 (gdb-frame-stack-buffer, gdb-frame-threads-buffer) | 62 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer) |
47 (gdb-frame-registers-buffer, gdb-frame-locals-buffer) | 63 (gdb-frame-registers-buffer, gdb-frame-locals-buffer) |
48 (gdb-frame-gdb-buffer, gdb-frame-assembler-buffer): Use | 64 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window. |
49 selected-window. | |
50 | 65 |
51 * progmodes/gud.el (gud-common-init): Throw an error if program is | 66 * progmodes/gud.el (gud-common-init): Throw an error if program is |
52 already running under gdb. | 67 already running under gdb. |
53 | 68 |
54 2004-04-28 John Paul Wallington <jpw@gnu.org> | 69 2004-04-28 John Paul Wallington <jpw@gnu.org> |