comparison lisp/ChangeLog @ 44914:f728ed5c0d9f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Apr 2002 03:29:39 +0000
parents c057de7cfda4
children 6c29c1a3119a
comparison
equal deleted inserted replaced
44913:c057de7cfda4 44914:f728ed5c0d9f
56 (list-faces-display): Use the face, not its name string, 56 (list-faces-display): Use the face, not its name string,
57 as arg when running customize-face. 57 as arg when running customize-face.
58 Put a `read-face-name' prop on the entire line. 58 Put a `read-face-name' prop on the entire line.
59 (describe-face): Handle multiple faces via read-face-name. 59 (describe-face): Handle multiple faces via read-face-name.
60 60
61 * textmodes/tex-mode.el (tex-start-tex): Fix previous change. 61 * textmodes/tex-mode.el (tex-start-options): New variable.
62 (tex-start-commands): New variable.
63 (tex-start-options-string): Variable deleted.
64 (tex-start-tex): Use tex-start-options and tex-start-commands,
65 not tex-start-options-string.
66 (tex-command): Doc fix.
62 67
63 2002-04-26 Sam Steingold <sds@gnu.org> 68 2002-04-26 Sam Steingold <sds@gnu.org>
64 69
65 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is 70 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
66 not in the authinfo/netrc, keep `cred' at nil. 71 not in the authinfo/netrc, keep `cred' at nil.