From f607ff4bb24f472fe46516a2a39d4d1e6be9a57a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 25 Nov 2004 00:49:34 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 4 ++++ lisp/ChangeLog | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index c1f0fc1ba0c..e594743f354 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1959,6 +1959,10 @@ Lines that match are never indented, and are given distinctive font-locking. It cannot deal with every code format, but ought to handle a sizeable majority. +--- +** The new function `f90-backslash-not-special' can be used to change +the syntax of backslashes in F90 buffers. + --- ** Prolog mode has a new variable `prolog-font-lock-keywords' to support use of font-lock. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b743cd773ab..ad51d10aa72 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2004-11-25 Glenn Morris + + * progmodes/f90.el (f90-smart-end) + (f90-previous-statement, f90-beginning-of-block): Doc fix. + (f90-calculate-indent): Handle un-named PROGRAM blocks. + (f90-end-of-block): Doc fix. Make check of outermost block + conditional on value of `f90-smart-end'. + (f90-block-match): Hack to deal with un-named PROGRAM blocks. + Handle case where END-BLOCK is nil. + (f90-match-end): Handle un-named PROGRAM blocks. + (f90-backslash-not-special): New function. + 2004-11-24 Jay Belanger * calc/calc.el (calc-embedded-active): Removed unnecessary -- 2.39.2