# HG changeset patch # User Stefan Monnier # Date 1054754811 0 # Node ID 21191ba0b2c8f4c0e543a0e19aad500b1de9f5a2 # Parent 28be64986453fd8fd85f92d09e072d79e655292a *** empty log message *** diff -r 28be64986453 -r 21191ba0b2c8 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 04 12:43:09 2003 +0000 +++ b/lisp/ChangeLog Wed Jun 04 19:26:51 2003 +0000 @@ -23,14 +23,44 @@ * desktop.el (desktop-create-buffer): Undo last change. (desktop-kill, desktop-save, desktop-remove): Use expand-directory rather than concat to construct desktop filename. - (desktop-kill, desktop-read, desktop-change-dir): Ensure - desktop-dirname is a directory name. + (desktop-kill, desktop-read, desktop-change-dir): + Ensure desktop-dirname is a directory name. (desktop-change-dir): Fix bug when DIR was relative. 2003-06-04 Alex Coventry (tiny change) * files.el (after-find-file): Fix arguments of call to `sit-for'. +2003-06-03 Stefan Monnier + + * info.el (Info-extract-menu-node-name): Remove unused arg `errmessage'. + (Info-follow-reference): Update corresponding call. + (Info-node-spec-re): New const. + (Info-complete-menu-item): Use it to only allow : when necessary. + (Info-fontify-node): Use it as well. Fixup typo. + + * info.el (info-fontify-node): Use better help-echo text. + Use :align-to display prop. + Use `invisible' rather than `display' prop to hide text. + + * info.el (Info-mode-hook): Obey obsolete `Info-fontify'. + (Info-find-in-tag-table-1): Remove unused vars. + (Info-display-images-node): Remove unused var paragraph-markers. + (Info-header-line): Remove. + (Info-select-node): Don't set it. + (Info-search): Remove unused var `current'. + (Info-follow-reference): Remove unused var `beg'. + (Info-extract-menu-node-name): Remove unused var `i'. + (Info-complete-menu-item): Use `with-current-buffer'. + (Info-index): Remove unused var `rnode'. + (Info-mode): Set header-line-format to check text-properties directly. + (Info-find-emacs-command-nodes): Remove unused var `found' and `exact'. + (Info-fontify-node): Use `push'. + (Info-speedbar-hierarchy-buttons): Use `dolist'. + (Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes): + Check the return value of `string-match'. + (Info-speedbar-fetch-file-nodes): Factor out common code. + 2003-06-03 Lute Kamstra * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer.