aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-17 20:27:51 -0500
committerGlenn Morris2014-01-17 20:27:51 -0500
commit2e48fe3121a5c8de0525d4d1640464b82621b962 (patch)
treea12e47b075df5197e473baab06e8ee66dcd3d8e5
parent89535180791372f02142fb1c78699805fc2e5d07 (diff)
downloademacs-2e48fe3121a5c8de0525d4d1640464b82621b962.tar.gz
emacs-2e48fe3121a5c8de0525d4d1640464b82621b962.zip
ChangeLog fixes
-rw-r--r--lisp/ChangeLog.85
-rw-r--r--lisp/ChangeLog.96
2 files changed, 6 insertions, 5 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8
index e6c88c90d68..c9af60c6dc5 100644
--- a/lisp/ChangeLog.8
+++ b/lisp/ChangeLog.8
@@ -9222,8 +9222,9 @@
9222 9222
92231998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> 92231998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9224 9224
9225 * octave-inf.el (inferior-octave-prompt): Also match prompts of the 9225 * progmodes/octave-inf.el (inferior-octave-prompt):
9226 form `octave.bin:1>' which come from using precompiled binary versions. 9226 Also match prompts of the form `octave.bin:1>',
9227 which come from using precompiled binary versions.
9227 9228
92281998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> 92291998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9229 9230
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index d82dfe15d9f..2ddaad48925 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -19245,7 +19245,7 @@
19245 * mouse.el (mouse-drag-region): Don't run up-event handler 19245 * mouse.el (mouse-drag-region): Don't run up-event handler
19246 if hscroll has changed. 19246 if hscroll has changed.
19247 19247
19248 * octave-mod.el (octave-font-lock-keywords): To font-lock the 19248 * progmodes/octave-mod.el (octave-font-lock-keywords): To font-lock the
19249 builtin operators, use `font-lock-builtin-face' for Emacs and 19249 builtin operators, use `font-lock-builtin-face' for Emacs and
19250 `font-lock-preprocessor-face' otherwise. 19250 `font-lock-preprocessor-face' otherwise.
19251 19251
@@ -19928,8 +19928,8 @@
19928 19928
199292000-02-09 Ray Blaak <blaak@gnu.org> 199292000-02-09 Ray Blaak <blaak@gnu.org>
19930 19930
19931 * delphi.el: Make resourcestring a declaration region, like const 19931 * progmodes/delphi.el: Make resourcestring a declaration region,
19932 and var. 19932 like const and var.
19933 19933
199342000-02-09 Dave Love <fx@gnu.org> 199342000-02-09 Dave Love <fx@gnu.org>
19935 19935