comparison lisp/ChangeLog @ 29885:abd1315edfaf

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 23 Jun 2000 07:06:02 +0000
parents 26d84872f03a
children 7bf92eb4131b
comparison
equal deleted inserted replaced
29884:1c158fa0f918 29885:abd1315edfaf
1 2000-06-23 Gerd Moellmann <gerd@gnu.org> 1 2000-06-23 Gerd Moellmann <gerd@gnu.org>
2
3 * comint.el (comint-substitute-in-file-name): Call replace-match
4 with second and third arg t.
2 5
3 * cus-edit.el (custom-button-face, custom-button-pressed-face): 6 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4 Specify foreground color. 7 Specify foreground color.
5 8
6 * faces.el (tool-bar, mode-line, header-line): Specify foreground 9 * faces.el (tool-bar, mode-line, header-line): Specify foreground
20 * subdirs.el: Add eshell subdirectory. 23 * subdirs.el: Add eshell subdirectory.
21 24
22 * eshell: New subdirectory containing the Eshell package. 25 * eshell: New subdirectory containing the Eshell package.
23 26
24 * pcomplete.el: New file. 27 * pcomplete.el: New file.
28
29 2000-06-23 Paul Eggert <eggert@twinsun.com>
30
31 * emerge.el (emerge-make-temp-file): Make sure file has proper
32 permissions from birth.
25 33
26 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> 34 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
27 35
28 * files.el (make-backup-file-name-1): On DOS/Windows, run the 36 * files.el (make-backup-file-name-1): On DOS/Windows, run the
29 backup file name through convert-standard-filename. 37 backup file name through convert-standard-filename.