aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9dfd021fdb5..b76be816786 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
4 than duplicate call to `line-beginning-position'.
5
6 * progmodes/f90.el (f90-get-present-comment-type): Return
7 whitespace, as well as comment chars, for consistent filling
8 of comment blocks. Use `match-string-no-properties'.
9 (f90-break-line): Do not leave trailing whitespace when filling
10 comments.
11
122004-04-30 Dave Love <fx@gnu.org>
13
14 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15 (diary-from-outlook-internal, diary-from-outlook)
16 (diary-from-outlook-gnus, diary-from-outlook-rmail): New
17 functions to import diary entries from Outlook-format
18 appointments in mail messages.
19
12004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 202004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 21
3 * progmodes/python.el (python-send-command): New fun. 22 * progmodes/python.el (python-send-command): New fun.