comparison lisp/ChangeLog @ 57905:45788a7174a4

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Wed, 03 Nov 2004 10:22:39 +0000
parents 539ce55481ef
children 436b42c65828
comparison
equal deleted inserted replaced
57904:f6abcbacf62a 57905:45788a7174a4
1 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4 spec in `interactive' form, and mention it in the docstring.
5
1 2004-11-02 Richard M. Stallman <rms@gnu.org> 6 2004-11-02 Richard M. Stallman <rms@gnu.org>
2 7
3 * emacs-lisp/elp.el (elp-instrument-function): 8 * emacs-lisp/elp.el (elp-instrument-function):
4 Use called-interactively-p. 9 Use called-interactively-p.
5 10
28 33
29 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call 34 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
30 find-file-existing. Add "New File..." that calls find-file. 35 find-file-existing. Add "New File..." that calls find-file.
31 36
32 * diropen.pbm diropen.xpm: New files. 37 * diropen.pbm diropen.xpm: New files.
33 38
34 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses 39 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
35 icon diropen. New tool bar item find-file-existing uses icon open. 40 icon diropen. New tool bar item find-file-existing uses icon open.
36 41
37 * dired.el (dired-read-dir-and-switches): Call read-driectory-name 42 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
38 instead of read-file-name. 43 instead of read-file-name.