# HG changeset patch # User Juanma Barranquero # Date 1193047089 0 # Node ID 4029ccd230800b73154cb28bc39abd9f98611e38 # Parent afeb56c8f3265bdc11f3bcd7e15ddfe477cc2bb1 *** empty log message *** diff -r afeb56c8f326 -r 4029ccd23080 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 22 09:46:08 2007 +0000 +++ b/lisp/ChangeLog Mon Oct 22 09:58:09 2007 +0000 @@ -1,4 +1,4 @@ -2007-10-20 Sean O'Rourke +2007-10-22 Sean O'Rourke * complete.el (PC-expand-many-files): Remove. (PC-do-completion): Call file-expand-wildcards instead of @@ -36,7 +36,7 @@ (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'. (f90-mode): Doc fix. (f90-looking-at-select-case): Doc fix. Add `select type'. - (f90-looking-at-associate): New function, + (f90-looking-at-associate): New function. (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'. Add `enum' and `abstract interface'. (f90-no-block-limit): Add `select type' and `abstract interface'. @@ -6659,7 +6659,7 @@ (vc-bzr-dir-state): Replace its use with vc-bzr-command. (vc-bzr-buffer-nonblank-p): New function. (vc-bzr-state-words): New const. - (vc-bzr-state): Look for `bzr status` keywords in output. + (vc-bzr-state): Look for `bzr status' keywords in output. Display everything else as a warning message to the user. Fix status report with bzr >= 0.15. @@ -6887,7 +6887,7 @@ * progmodes/sh-script.el: Remove unneeded * from docstrings. Use [:alpha:] and [:alnum:] where applicable. (sh-quoted-subshell): Rewrite to correctly - handle nested mixes of `...` and $(...). + handle nested mixes of `...' and $(...). (sh-apply-quoted-subshell): Remove. (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.