From: Gerd Moellmann Date: Fri, 17 Mar 2000 22:46:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4606 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=998ecc60fc43a736a9e73778b1e2e90983295eed;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea83c13dc15..798666f0366 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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