aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-08 17:00:42 +0000
committerRichard M. Stallman2004-11-08 17:00:42 +0000
commit1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36 (patch)
tree1d59380418342ef1ef8dee5986fa860f31794953 /lisp/ChangeLog
parentbbf416903285fdea95ee181dd65cb12332070b54 (diff)
downloademacs-1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36.tar.gz
emacs-1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog25
1 files changed, 22 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ca644d9ec6a..cce61c85b87 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12004-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
12004-11-08 Juri Linkov <juri@jurta.org> 182004-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
@@ -36,12 +53,14 @@
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