# HG changeset patch # User Glenn Morris # Date 1213153055 0 # Node ID a168d0a803e187539a503b9fa6628c356b470533 # Parent 57ade7d794859224ac4850215d46302ed1ee6095 *** empty log message *** diff -r 57ade7d79485 -r a168d0a803e1 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 11 02:56:49 2008 +0000 +++ b/lisp/ChangeLog Wed Jun 11 02:57:35 2008 +0000 @@ -1,3 +1,14 @@ +2008-06-11 Glenn Morris + + * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match + before trying to move there. + (fortran-calculate-indent): When fortran-check-all-num-for-matching-do + is non-nil, indent most terminating statements like loop body. + + * calendar/diary-lib.el (diary-list-entries-2): Accept optional + Gregorian date, and add it, not the local date, to diary-entries-list. + (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2. + 2008-06-11 Stefan Monnier * progmodes/compile.el (compilation-filter): Fix up last change.