]> code.delx.au - gnu-emacs/commitdiff
ChangeLog fixes.
authorGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2014 00:34:54 +0000 (20:34 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2014 00:34:54 +0000 (20:34 -0400)
Not sure how M-x authors missed these so far...

lisp/ChangeLog
lisp/ChangeLog.16

index 386e0660c5f26538fa8ce22c0bb191d4dd452ace..1c0f4b03a991952c7d06a37086b57c6962b23421 100644 (file)
 
 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * ediff.el (ediff-version): Version update.
+       * vc/ediff.el (ediff-version): Version update.
        (ediff-files-command, ediff3-files-command, ediff-merge-command)
        (ediff-merge-with-ancestor-command, ediff-directories-command)
        (ediff-directories3-command, ediff-merge-directories-command)
        All are command-line interfaces to ediff: to facilitate calling
        Emacs with the appropriate ediff functions invoked.
 
-       * viper-cmd.el (viper-del-forward-char-in-insert): New function.
+       * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
+       New function.
        (viper-save-kill-buffer): Check if buffer is modified.
 
-       * viper.el (viper-version): Version update.
+       * emulation/viper.el (viper-version): Version update.
        (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
 
 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
-       * viper-cmd.el (viper-envelop-ESC-key): Remove function.
+       * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
        (viper-intercept-ESC-key): Simplify.
-       * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
-       * viper.el (viper--tty-ESC-filter, viper--lookup-key)
+       * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
+       don't use kbd.
+       * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
        (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
        (viper-setup-ESC-to-escape): New functions.
        (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
index 534f91f61ce039f3cfb48ca0a758225b395072cb..2e8c6df24a665fe52e9f1044e7efccdb1b745e78 100644 (file)
 
 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc-alg.el (math-simplify-divide): Don't cross multiply
+       * calc/calc-alg.el (math-simplify-divide): Don't cross multiply
        in an equation when the lhs is a variable.
 
 2012-07-24  Julien Danjou  <julien@danjou.info>