From: Glenn Morris <rgm@gnu.org>
Date: Thu, 26 Jun 2014 00:34:54 +0000 (-0400)
Subject: ChangeLog fixes.
X-Git-Tag: emacs-24.3.92~16
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92f1664d5e0e9f99093cde778ac18756cdc72bcf;p=emacs.git

ChangeLog fixes.
Not sure how M-x authors missed these so far...
---

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 386e0660c5f..1c0f4b03a99 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10686,7 +10686,7 @@
 
 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)
@@ -10694,19 +10694,21 @@
 	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.
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index 534f91f61ce..2e8c6df24a6 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -8501,7 +8501,7 @@
 
 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>