aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-06-04 19:26:51 +0000
committerStefan Monnier2003-06-04 19:26:51 +0000
commitd48c284b71df87d8428cafc632455353cf04527c (patch)
treed1a0a1ce6ae715d41cf01dcbfe7303d0b73a68bd
parenta84f151963f85c8ea74fae73a6664dc135f703a6 (diff)
downloademacs-d48c284b71df87d8428cafc632455353cf04527c.tar.gz
emacs-d48c284b71df87d8428cafc632455353cf04527c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog34
1 files changed, 32 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d8dffa7d65f..88c089c9d7c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -23,14 +23,44 @@
23 * desktop.el (desktop-create-buffer): Undo last change. 23 * desktop.el (desktop-create-buffer): Undo last change.
24 (desktop-kill, desktop-save, desktop-remove): Use expand-directory 24 (desktop-kill, desktop-save, desktop-remove): Use expand-directory
25 rather than concat to construct desktop filename. 25 rather than concat to construct desktop filename.
26 (desktop-kill, desktop-read, desktop-change-dir): Ensure 26 (desktop-kill, desktop-read, desktop-change-dir):
27 desktop-dirname is a directory name. 27 Ensure desktop-dirname is a directory name.
28 (desktop-change-dir): Fix bug when DIR was relative. 28 (desktop-change-dir): Fix bug when DIR was relative.
29 29
302003-06-04 Alex Coventry <alex_c@mit.edu> (tiny change) 302003-06-04 Alex Coventry <alex_c@mit.edu> (tiny change)
31 31
32 * files.el (after-find-file): Fix arguments of call to `sit-for'. 32 * files.el (after-find-file): Fix arguments of call to `sit-for'.
33 33
342003-06-03 Stefan Monnier <monnier@cs.yale.edu>
35
36 * info.el (Info-extract-menu-node-name): Remove unused arg `errmessage'.
37 (Info-follow-reference): Update corresponding call.
38 (Info-node-spec-re): New const.
39 (Info-complete-menu-item): Use it to only allow : when necessary.
40 (Info-fontify-node): Use it as well. Fixup typo.
41
42 * info.el (info-fontify-node): Use better help-echo text.
43 Use :align-to display prop.
44 Use `invisible' rather than `display' prop to hide text.
45
46 * info.el (Info-mode-hook): Obey obsolete `Info-fontify'.
47 (Info-find-in-tag-table-1): Remove unused vars.
48 (Info-display-images-node): Remove unused var paragraph-markers.
49 (Info-header-line): Remove.
50 (Info-select-node): Don't set it.
51 (Info-search): Remove unused var `current'.
52 (Info-follow-reference): Remove unused var `beg'.
53 (Info-extract-menu-node-name): Remove unused var `i'.
54 (Info-complete-menu-item): Use `with-current-buffer'.
55 (Info-index): Remove unused var `rnode'.
56 (Info-mode): Set header-line-format to check text-properties directly.
57 (Info-find-emacs-command-nodes): Remove unused var `found' and `exact'.
58 (Info-fontify-node): Use `push'.
59 (Info-speedbar-hierarchy-buttons): Use `dolist'.
60 (Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes):
61 Check the return value of `string-match'.
62 (Info-speedbar-fetch-file-nodes): Factor out common code.
63
342003-06-03 Lute Kamstra <Lute.Kamstra@cwi.nl> 642003-06-03 Lute Kamstra <Lute.Kamstra@cwi.nl>
35 65
36 * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer. 66 * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer.