comparison lisp/ChangeLog @ 58945:2cce3ac9ec7b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Dec 2004 19:45:07 +0000
parents 43248e1430b6
children 9b6234081dc1
comparison
equal deleted inserted replaced
58944:d61290cbd2dd 58945:2cce3ac9ec7b
1 2004-12-13 Richard M. Stallman <rms@gnu.org>
2
3 * filecache.el (file-cache-add-directory-using-find):
4 Only set up file-cache-find-command-posix-flag if we will use it.
5
6 * bindings.el (mode-line-buffer-identification-keymap):
7 Don't cancel the mode-line's usual down-mouse-1 binding.
8
9 * cus-edit.el (custom-face-selected): Handle `default' specs.
10 (custom-face-edit): Increase extra-offset.
11 (custom-display): Handle `default' specs.
12
13 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
14
15 * vc.el (vc-default-update-changelog): Use insert-file-contents,
16 not insert-file.
17
18 * emacs-lisp/elint.el (elint-standard-variables)
19 (elint-unknown-builtin-args): Move definitions up.
20
21 * net/browse-url.el (browse-url-url-at-point): Add autoload.
22
23 * info.el (info-xref-visited): Use `default' instead of t.
24 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
25
26 * faces.el (header-line, mode-line-inactive, tool-bar):
27 Use `default' instead of t for setting the defaults.
28 (face-spec-choose): Separate `t' from `default'.
29
30 * subr.el (while-no-input): New macro.
31
32 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
33
34 * filecache.el (file-cache-add-directory-using-find):
35 Only test file-cache-find-command-posix-flag on some systems.
36
1 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca> 37 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 38
3 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format. 39 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
4 Reported by Ville Skytt,Ad(B <scop@xemacs.org>. 40 Reported by Ville Skytt,Ad(B <scop@xemacs.org>.
5 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev) 41 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)