aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2013-05-07 00:05:21 -0700
committerGlenn Morris2013-05-07 00:05:21 -0700
commit7cc8ae065c3840d74921a673f1c7e480b092e295 (patch)
treeea102f72dbb65d14e248bb982f8c8ff6f6c687fb /etc
parente0c9d5650500f980701f1e0288db73ee32cbe7d0 (diff)
downloademacs-7cc8ae065c3840d74921a673f1c7e480b092e295.tar.gz
emacs-7cc8ae065c3840d74921a673f1c7e480b092e295.zip
* lisp/progmodes/f90.el (f90-smart-end-names): New option.
(f90-smart-end): Doc fix. (f90-end-block-optional-name): New constant. (f90-block-match): Respect f90-smart-end-names. * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f278317b08d..4261f239610 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -198,6 +198,9 @@ auto-saves of the desktop.
198If set to a number, this can be used to avoid accidentally paste large 198If set to a number, this can be used to avoid accidentally paste large
199amounts of data into the ERC input. 199amounts of data into the ERC input.
200 200
201---
202** New F90 mode option `f90-smart-end-names'.
203
201** Icomplete is a bit more like IDO. 204** Icomplete is a bit more like IDO.
202*** key bindings to navigate through and select the completions. 205*** key bindings to navigate through and select the completions.
203*** The icomplete-separator is customizable, and its default has changed. 206*** The icomplete-separator is customizable, and its default has changed.