Mercurial > emacs
comparison lisp/ChangeLog @ 58047:f770ded5ea67
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 08 Nov 2004 17:00:42 +0000 |
parents | 4705869d065e |
children | 77b8f2fd25b9 |
comparison
equal
deleted
inserted
replaced
58046:e24a83048e7b | 58047:f770ded5ea67 |
---|---|
1 2004-11-08 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * subr.el (syntax-after): Doc fix. | |
4 | |
5 * paren.el (show-paren-function): Change calls to syntax-after | |
6 for new way of returning the value. | |
7 | |
8 * menu-bar.el (menu-bar-file-menu): Make this the real name | |
9 and menu-bar-files-menu the alias. Use the former. | |
10 (global-map): Use `file', not `files', as the symbol. | |
11 | |
12 * info.el (Info-revert-find-node): Don't use beginning-of-buffer. | |
13 | |
14 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd): | |
15 Don't use beginning-of-buffer. | |
16 (filesets-cmd-show-result): Use with-no-warnings. | |
17 | |
1 2004-11-08 Juri Linkov <juri@jurta.org> | 18 2004-11-08 Juri Linkov <juri@jurta.org> |
2 | 19 |
3 * progmodes/compile.el (compile): Don't overwrite last command in | 20 * progmodes/compile.el (compile): Don't overwrite last command in |
4 minibuffer history with default command if they are not equal. | 21 minibuffer history with default command if they are not equal. |
5 | 22 |
34 | 51 |
35 2004-11-06 Richard M. Stallman <rms@gnu.org> | 52 2004-11-06 Richard M. Stallman <rms@gnu.org> |
36 | 53 |
37 * simple.el (next-error group, face): Move before first use. | 54 * simple.el (next-error group, face): Move before first use. |
38 (next-error-highlight, next-error-highlight-no-select): Likewise. | 55 (next-error-highlight, next-error-highlight-no-select): Likewise. |
39 (line-move-invisible-p): Renamed from line-move-invisible. | 56 |
57 * simple.el (line-move-invisible-p): Renamed from line-move-invisible. | |
40 (line-move): New args NOERROR and TO-END. | 58 (line-move): New args NOERROR and TO-END. |
41 Return t if if succeed in moving specified number of lines. | 59 Return t if if succeed in moving specified number of lines. |
42 (move-end-of-line): New function. | 60 (move-end-of-line): New function. |
43 (beginning-of-buffer-other-window, end-of-buffer-other-window): | 61 |
44 Use with-no-warnings. | 62 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings. |
63 (end-of-buffer-other-window): Likewise. | |
45 | 64 |
46 * simple.el (line-move-ignore-invisible): Default to t. | 65 * simple.el (line-move-ignore-invisible): Default to t. |
47 | 66 |
48 * subr.el (syntax-after): Return the syntax letter, not the raw code. | 67 * subr.el (syntax-after): Return the syntax letter, not the raw code. |
49 | 68 |