Mercurial > emacs
comparison lisp/ChangeLog @ 51459:21191ba0b2c8
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 04 Jun 2003 19:26:51 +0000 |
parents | 4363ea1a617b |
children | e41b040a1cb8 |
comparison
equal
deleted
inserted
replaced
51458:28be64986453 | 51459:21191ba0b2c8 |
---|---|
21 2003-06-04 Lars Hansen <larsh@math.ku.dk> | 21 2003-06-04 Lars Hansen <larsh@math.ku.dk> |
22 | 22 |
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 |
30 2003-06-04 Alex Coventry <alex_c@mit.edu> (tiny change) | 30 2003-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 | |
34 2003-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. | |
33 | 63 |
34 2003-06-03 Lute Kamstra <Lute.Kamstra@cwi.nl> | 64 2003-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. |
37 | 67 |