]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fixes
authorGlenn Morris <rgm@gnu.org>
Sat, 18 Jan 2014 01:27:51 +0000 (20:27 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 18 Jan 2014 01:27:51 +0000 (20:27 -0500)
lisp/ChangeLog.8
lisp/ChangeLog.9

index e6c88c90d68d60bdcccb45912357e272add37cdc..c9af60c6dc541d6ead7aeda028cc1329033cc7b6 100644 (file)
 
 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
 
-       * octave-inf.el (inferior-octave-prompt): Also match prompts of the
-       form `octave.bin:1>' which come from using precompiled binary versions.
+       * progmodes/octave-inf.el (inferior-octave-prompt):
+       Also match prompts of the form `octave.bin:1>',
+       which come from using precompiled binary versions.
 
 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
index d82dfe15d9f37e5aa18953182ebf0e7e01ea14f1..2ddaad48925140ae43df3de1505b5e28401f2bc7 100644 (file)
        * mouse.el (mouse-drag-region): Don't run up-event handler
        if hscroll has changed.
 
-       * octave-mod.el (octave-font-lock-keywords): To font-lock the
+       * progmodes/octave-mod.el (octave-font-lock-keywords): To font-lock the
        builtin operators, use `font-lock-builtin-face' for Emacs and
        `font-lock-preprocessor-face' otherwise.
 
 
 2000-02-09  Ray Blaak  <blaak@gnu.org>
 
-       * delphi.el: Make resourcestring a declaration region, like const
-       and var.
+       * progmodes/delphi.el: Make resourcestring a declaration region,
+       like const and var.
 
 2000-02-09  Dave Love  <fx@gnu.org>