aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 368b6f4da16..760b04c70eb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,4 @@
12007-10-20 Sean O'Rourke <sorourke@cs.ucsd.edu> 12007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
2 2
3 * complete.el (PC-expand-many-files): Remove. 3 * complete.el (PC-expand-many-files): Remove.
4 (PC-do-completion): Call file-expand-wildcards instead of 4 (PC-do-completion): Call file-expand-wildcards instead of
@@ -36,7 +36,7 @@
36 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'. 36 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
37 (f90-mode): Doc fix. 37 (f90-mode): Doc fix.
38 (f90-looking-at-select-case): Doc fix. Add `select type'. 38 (f90-looking-at-select-case): Doc fix. Add `select type'.
39 (f90-looking-at-associate): New function, 39 (f90-looking-at-associate): New function.
40 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'. 40 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
41 Add `enum' and `abstract interface'. 41 Add `enum' and `abstract interface'.
42 (f90-no-block-limit): Add `select type' and `abstract interface'. 42 (f90-no-block-limit): Add `select type' and `abstract interface'.
@@ -6659,7 +6659,7 @@
6659 (vc-bzr-dir-state): Replace its use with vc-bzr-command. 6659 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6660 (vc-bzr-buffer-nonblank-p): New function. 6660 (vc-bzr-buffer-nonblank-p): New function.
6661 (vc-bzr-state-words): New const. 6661 (vc-bzr-state-words): New const.
6662 (vc-bzr-state): Look for `bzr status` keywords in output. 6662 (vc-bzr-state): Look for `bzr status' keywords in output.
6663 Display everything else as a warning message to the user. 6663 Display everything else as a warning message to the user.
6664 Fix status report with bzr >= 0.15. 6664 Fix status report with bzr >= 0.15.
6665 6665
@@ -6887,7 +6887,7 @@
6887 * progmodes/sh-script.el: Remove unneeded * from docstrings. 6887 * progmodes/sh-script.el: Remove unneeded * from docstrings.
6888 Use [:alpha:] and [:alnum:] where applicable. 6888 Use [:alpha:] and [:alnum:] where applicable.
6889 (sh-quoted-subshell): Rewrite to correctly 6889 (sh-quoted-subshell): Rewrite to correctly
6890 handle nested mixes of `...` and $(...). 6890 handle nested mixes of `...' and $(...).
6891 (sh-apply-quoted-subshell): Remove. 6891 (sh-apply-quoted-subshell): Remove.
6892 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell. 6892 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
6893 6893