changeset 51621:488d3c418077

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 19 Jun 2003 15:55:31 +0000
parents a668aa6d6cdc
children c85b00553f5e
files lisp/ChangeLog
diffstat 1 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jun 19 15:54:21 2003 +0000
+++ b/lisp/ChangeLog	Thu Jun 19 15:55:31 2003 +0000
@@ -1,3 +1,16 @@
+2003-06-19  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* progmodes/cc-mode.el (c-mode): Reverting last change.
+
+2003-06-18  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* progmodes/gud.el (gud-find-expr-function): Rename from gud-find-expr.
+	(gud-find-fortran-expr): Move to fortran.el.
+
+	* progmodes/fortran.el (fortran-gud-find-expr): Move from gud.el
+	where it was called gud-find-fortran-expr.
+	(fortran-mode): Set gud-find-expr-function.
+
 2003-06-18  Nick Roberts  <nick@nick.uklinux.net>
 
 	* gdb-ui.el (gud-display1): Keep the gdb command, "display", in
@@ -7,7 +20,7 @@
 	(gdb-source-info, gdba): Display assembler if there is no symbol
 	table for main, or message if there is no main.
 	(gdb-assembler-custom): Move point to current line of assembler.
-	
+
 	* progmodes/gud.el (gud-menu-map): Add dbx support for "run" and
 	"nexti".
 	(dbx): Define gud-nexti and gud-run.