changeset 52323:f46b2153f00d

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 24 Aug 2003 15:26:13 +0000
parents e9922af67382
children c97fe9557de4
files lisp/ChangeLog
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Aug 24 15:24:19 2003 +0000
+++ b/lisp/ChangeLog	Sun Aug 24 15:26:13 2003 +0000
@@ -1,3 +1,20 @@
+2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+	* files.el (file-newest-backup): Use `expand-file-name'.
+
+	* calendar/diary-lib.el (simple-diary-display, make-diary-entry):
+	Allow the diary to pop up a new frame, if needed.
+
+	* mail/sendmail.el (mail-specify-envelope-from): Doc change.	
+	* mail/smtpmail.el (smtpmail-mail-address): Doc change.
+	(smtpmail-send-it): Make treatment of envelope-from consistent with
+	sendmail.el.
+
+	* progmodes/sh-script.el (sh-builtins): Add some bash builtins.
+	(sh-leading-keywords): Add the bash `time' reserved word.
+	(sh-variables): Add some bash variables.
+	(sh-add-completer): Fix nil branch of case statement.
+
 2003-08-24  Masatake YAMATO  <jet@gyve.org>
 	
 	* progmodes/ld-script.el: New file.