comparison lisp/ChangeLog @ 29676:6c84e790448f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 15 Jun 2000 14:46:17 +0000
parents 38eb119ab17b
children 80dab8019476
comparison
equal deleted inserted replaced
29675:4eb75bd04c1b 29676:6c84e790448f
2 2
3 * woman.el (woman-man-buffer): Fix bold and underlined CJK 3 * woman.el (woman-man-buffer): Fix bold and underlined CJK
4 characters, which use series of two ^H characters instead of one. 4 characters, which use series of two ^H characters instead of one.
5 5
6 2000-06-15 Gerd Moellmann <gerd@gnu.org> 6 2000-06-15 Gerd Moellmann <gerd@gnu.org>
7
8 * complete.el (PC-env-vars-alist): New variable.
9 (PC-complete-as-file-name): New function.
10 (partial-completion-mode): Initialize PC-env-vars-alist from
11 process-environment.
12 (PC-do-completion): Handle completion of env vars.
13
14 * info.el (Info-set-mode-line): Show file name in mode line,
15 use `*Info*' instead of `Info:'.
7 16
8 * startup.el (command-line-1): Change copyright messages to year 17 * startup.el (command-line-1): Change copyright messages to year
9 2000. 18 2000.
10 19
11 2000-06-15 Dave Love <fx@gnu.org> 20 2000-06-15 Dave Love <fx@gnu.org>
44 53
45 2000-06-13 Gerd Moellmann <gerd@gnu.org> 54 2000-06-13 Gerd Moellmann <gerd@gnu.org>
46 55
47 * mail/sendmail.el (mail-specify-envelope-from): Initialize to 56 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
48 nil. Contemporary sendmails issue an X-Authentication-Warning if 57 nil. Contemporary sendmails issue an X-Authentication-Warning if
49 the sender is set with `-f. 58 the sender is set with `-f'.
50 59
51 2000-06-13 Dave Love <fx@gnu.org> 60 2000-06-13 Dave Love <fx@gnu.org>
52 61
53 * help.el (describe-function-1): Kluge around cases of functions 62 * help.el (describe-function-1): Kluge around cases of functions
54 fset to subrs whose doc doesn't match their symbol-name. 63 fset to subrs whose doc doesn't match their symbol-name.