aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS14
2 files changed, 16 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 5dded8c4f91..7da5459c40c 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-08-01 Glenn Morris <rgm@gnu.org>
2
3 * NEWS: Add fortran-line-length, plus some more sections.
4
12007-07-25 Glenn Morris <rgm@gnu.org> 52007-07-25 Glenn Morris <rgm@gnu.org>
2 6
3 * Relicense all FSF files to GPLv3 or later. 7 * Relicense all FSF files to GPLv3 or later.
diff --git a/etc/NEWS b/etc/NEWS
index cf6019cbfd2..f56a7a0bf0c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -96,6 +96,9 @@ considered for update.
96 96
97*** The VC mode-line entry now has a tooltip. 97*** The VC mode-line entry now has a tooltip.
98 98
99*** VC backends can provide extra menu entries to be added to the "Version Control" menu.
100This can be used to add menu entries for backend specific functions.
101
99*** VC has some support for Bazaar (bzr). 102*** VC has some support for Bazaar (bzr).
100 103
101** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. 104** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
@@ -139,13 +142,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 142When the variable `file-precious-flag' is set, the success of a remote
140file copy is checked via the file's checksum. 143file copy is checked via the file's checksum.
141 144
142** comint-mode uses `start-file-process' now (see Lisp Changes). 145** Miscellaneous programming mode changes
146
147*** The variable `fortran-line-length' can change the fixed-form line-length.
148
149** Miscellaneous
150
151*** comint-mode uses `start-file-process' now (see Lisp Changes).
143If `default-directory' is a remote file name, subprocesses are started 152If `default-directory' is a remote file name, subprocesses are started
144on the corresponding remote system. 153on the corresponding remote system.
145 154
146** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode, 155*** 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 156and C-x C-q in wdired-mode exits it with asking a question about
148saving changes. 157saving changes.
158
149 159
150* Changes in Emacs 23.1 on non-free operating systems 160* Changes in Emacs 23.1 on non-free operating systems
151 161