aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2004-04-30 18:55:13 +0000
committerGlenn Morris <[email protected]>2004-04-30 18:55:13 +0000
commitd71d20ea2ce24b9a8b230ffe1ed1de1aae09adf8 (patch)
tree6d66e72c31e054dbc7b6249e13854b28c842ba0d
parent8aa7b879cdbc5e8705f3ed6c470a4b223d83fe8a (diff)
*** empty log message ***
-rw-r--r--etc/NEWS7
-rw-r--r--lisp/ChangeLog19
2 files changed, 26 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0e55e0e641..5c81d1e726 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1151,6 +1151,13 @@ the new function `appt-activate'. The new variable
`appt-display-format' controls how reminders are displayed, replacing
appt-issue-message, appt-visible, and appt-msg-window.
+** The new functions `diary-from-outlook', `diary-from-outlook-gnus',
+and `diary-from-outlook-rmail' can be used to import diary entries
+from Outlook-format appointments in mail messages. The variable
+`diary-outlook-formats' can be customized to recognize additional
+formats.
+
+
** VC Changes
*** The key C-x C-q no longer checks files in or out, it only changes
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9dfd021fdb..b76be81678 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
+2004-04-30 Glenn Morris <[email protected]>
+
+ * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
+ than duplicate call to `line-beginning-position'.
+
+ * progmodes/f90.el (f90-get-present-comment-type): Return
+ whitespace, as well as comment chars, for consistent filling
+ of comment blocks. Use `match-string-no-properties'.
+ (f90-break-line): Do not leave trailing whitespace when filling
+ comments.
+
+2004-04-30 Dave Love <[email protected]>
+
+ * calendar/diary-lib.el (diary-outlook-formats): New variable.
+ (diary-from-outlook-internal, diary-from-outlook)
+ (diary-from-outlook-gnus, diary-from-outlook-rmail): New
+ functions to import diary entries from Outlook-format
+ appointments in mail messages.
+
2004-04-29 Stefan Monnier <[email protected]>
* progmodes/python.el (python-send-command): New fun.