aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-08-01 06:25:23 +0000
committerGlenn Morris2007-08-01 06:25:23 +0000
commitd15f7b6830987dac9a9674e55e12d8ad01b1f9b8 (patch)
treeea111acab6508b448c7e52925a655c97dcfc3416
parentdbcbec02bfd2b0a2fbc76f0731dd891b9c22b15c (diff)
downloademacs-d15f7b6830987dac9a9674e55e12d8ad01b1f9b8.tar.gz
emacs-d15f7b6830987dac9a9674e55e12d8ad01b1f9b8.zip
Add fortran-line-length, plus some more sections.
-rw-r--r--etc/NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cf6019cbfd2..09877e9518c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -139,13 +139,20 @@ Running processes on a remote host can be controlled by settings in
139When the variable `file-precious-flag' is set, the success of a remote 139When the variable `file-precious-flag' is set, the success of a remote
140file copy is checked via the file's checksum. 140file copy is checked via the file's checksum.
141 141
142** comint-mode uses `start-file-process' now (see Lisp Changes). 142** Miscellaneous programming mode changes
143
144*** The variable `fortran-line-length' can change the fixed-form line-length.
145
146** Miscellaneous
147
148*** comint-mode uses `start-file-process' now (see Lisp Changes).
143If `default-directory' is a remote file name, subprocesses are started 149If `default-directory' is a remote file name, subprocesses are started
144on the corresponding remote system. 150on the corresponding remote system.
145 151
146** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode, 152*** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode,
147and C-x C-q in wdired-mode exits it with asking a question about 153and C-x C-q in wdired-mode exits it with asking a question about
148saving changes. 154saving changes.
155
149 156
150* Changes in Emacs 23.1 on non-free operating systems 157* Changes in Emacs 23.1 on non-free operating systems
151 158