# HG changeset patch # User Gerd Moellmann # Date 953333206 0 # Node ID d7ec07dcbaa64981cade27c1ed456e442845db04 # Parent 0e0b0df7244401a38d9acc7f75fd4b04fd58d962 *** empty log message *** diff -r 0e0b0df72444 -r d7ec07dcbaa6 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 17 22:34:05 2000 +0000 +++ b/lisp/ChangeLog Fri Mar 17 22:46:46 2000 +0000 @@ -1,3 +1,16 @@ +2000-03-17 Gerd Moellmann + + * progmodes/awk-mode.el (awk-font-lock-keywords): All `else'. + + * simple.el (append-to-buffer): Update point of windows after + insertion. + + * abbrev.el (inverse-add-abbrev): Identify word by first moving + forward then moving backward. Reindent. + + * frame.el (other-frame): Call x-focus-frame only if + focus-follows-mouse is off. + 2000-03-17 Dave Love * pcvs-util.el (cvs-strings->string): Rename @@ -9,7 +22,7 @@ regexp for labels cannot span several lines. * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless - (setq : ':) to the macro expansion. + `(setq : ':)' to the macro expansion. 2000-03-16 Dave Love