changeset 95811:a168d0a803e1

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Wed, 11 Jun 2008 02:57:35 +0000
parents 57ade7d79485
children e31fc12cf2a5
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rgm@gnu.org>
+
+	* 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  <monnier@iro.umontreal.ca>
 
 	* progmodes/compile.el (compilation-filter): Fix up last change.