From: Glenn Morris Date: Wed, 24 Dec 2014 23:19:25 +0000 (-0800) Subject: ChangeLog fixes X-Git-Tag: emacs-25.0.90~2634^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=541f947b979755c7f17900e3963256126f107162;p=emacs.git ChangeLog fixes --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index cd8b7f34ee6..95e6a1c08b4 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -107,11 +107,11 @@ 2014-10-26 Eric S. Raymond - * efaq-w32.texi: Neutralized language specific to a repository type. + * efaq-w32.texi: Neutralize language specific to a repository type. 2014-10-25 Eric S. Raymond - * gnus-coding.txt: Neutralized language specific to a repository type. + * gnus-coding.texi: Neutralize language specific to a repository type. 2014-10-20 Glenn Morris diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21d609d6221..c369c7940f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -913,7 +913,7 @@ implemented as a trivial call to same. Fixes the failure mode described in bug#694. - * vc/vc.el and all backends: API simplification; init-revision is + * vc/vc.el: All backends: API simplification; init-revision is gone, and vc-registered functions no longer take an initial-revision argument. @@ -1644,7 +1644,7 @@ 2014-11-16 Oscar Fuentes Add faces for the VC modeline state indicator. - * lisp/vc/vc-hooks.el: + * vc/vc-hooks.el: (vc-state-faces, vc-state-base-face) (vc-up-to-date-state, vc-needs-update-state) (vc-locked-state, vc-locally-added-state) diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 3d6c78ea21c..0c9158dffe2 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -220,7 +220,7 @@ (ede-project-autoload): Remove dirmatch entry - it is no longer needed. - * lisp/cedet/ede/proj.el (project-rescan): Replace direct + * ede/proj.el (project-rescan): Replace direct manipulation of `ede-projects' with equivalent and better functions. (ede-proj-load): Replace call to test if dir has project to @@ -272,11 +272,10 @@ 2014-11-09 David Engster - * lisp/cedet/ede/proj-elisp.el - (ede-proj-target-elisp::ede-proj-tweak-autoconf): Kill buffer - after saving modified elisp-comp script, as to avoid "file has - changed on disk; really edit the buffer" questions when script - gets rewritten. + * ede/proj-elisp.el (ede-proj-target-elisp::ede-proj-tweak-autoconf): + Kill buffer after saving modified elisp-comp script, so as to avoid + "file has changed on disk; really edit the buffer" questions when + script gets rewritten. 2014-10-29 Paul Eggert diff --git a/test/ChangeLog b/test/ChangeLog index 7d23b3efe1c..7d33014f75c 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -143,7 +143,7 @@ 2014-10-22 Noam Postavsky - * test/automated/process-tests.el (process-test-quoted-batfile): + * automated/process-tests.el (process-test-quoted-batfile): New test. 2014-10-20 Glenn Morris