Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f607ff4b
Commit
f607ff4b
authored
Nov 25, 2004
by
Glenn Morris
Browse files
*** empty log message ***
parent
784d007b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
etc/NEWS
etc/NEWS
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+12
-0
No files found.
etc/NEWS
View file @
f607ff4b
...
...
@@ -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.
...
...
lisp/ChangeLog
View file @
f607ff4b
2004-11-25 Glenn Morris
<gmorris
@
ast.cam.ac.uk
>
* 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
<belanger
@
truman.edu
>
* calc/calc.el (calc-embedded-active): Removed unnecessary
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment