aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-17 22:46:46 +0000
committerGerd Moellmann2000-03-17 22:46:46 +0000
commit998ecc60fc43a736a9e73778b1e2e90983295eed (patch)
treecb80cf4798c689f7f1806985fbe2aa466e16e040
parente1abf2bb09cf0aad15578e5d084d8fec63865ddd (diff)
downloademacs-998ecc60fc43a736a9e73778b1e2e90983295eed.tar.gz
emacs-998ecc60fc43a736a9e73778b1e2e90983295eed.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ea83c13dc15..798666f0366 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12000-03-17 Gerd Moellmann <gerd@gnu.org>
2
3 * progmodes/awk-mode.el (awk-font-lock-keywords): All `else'.
4
5 * simple.el (append-to-buffer): Update point of windows after
6 insertion.
7
8 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9 forward then moving backward. Reindent.
10
11 * frame.el (other-frame): Call x-focus-frame only if
12 focus-follows-mouse is off.
13
12000-03-17 Dave Love <fx@gnu.org> 142000-03-17 Dave Love <fx@gnu.org>
2 15
3 * pcvs-util.el (cvs-strings->string): Rename 16 * pcvs-util.el (cvs-strings->string): Rename
@@ -9,7 +22,7 @@
9 regexp for labels cannot span several lines. 22 regexp for labels cannot span several lines.
10 23
11 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless 24 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
12 (setq :<key> ':<key>) to the macro expansion. 25 `(setq :<key> ':<key>)' to the macro expansion.
13 26
142000-03-16 Dave Love <fx@gnu.org> 272000-03-16 Dave Love <fx@gnu.org>
15 28