]> code.delx.au - gnu-emacs/commitdiff
ChangeLog fixes
authorGlenn Morris <rgm@gnu.org>
Wed, 24 Dec 2014 23:19:25 +0000 (15:19 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 24 Dec 2014 23:19:25 +0000 (15:19 -0800)
doc/misc/ChangeLog
lisp/ChangeLog
lisp/cedet/ChangeLog
test/ChangeLog

index cd8b7f34ee6c2271882fd20453daa383b29eeba8..95e6a1c08b49ed1c7884bc7242826a70a410d17d 100644 (file)
 
 2014-10-26  Eric S. Raymond  <esr@thyrsus.com>
 
-       * 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  <esr@thyrsus.com>
 
-       * 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  <rgm@gnu.org>
 
index 21d609d62214d24460602a2505d4a4ff51b3b436..c369c7940f4085260452281728063aa892b2b6a7 100644 (file)
        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.
 
 2014-11-16  Oscar Fuentes <ofv@wanadoo.es>
 
        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)
index 3d6c78ea21c8ee80d56a275839842528d0fd4f69..0c9158dffe2f9cfc7d270301ba6992dda940aff2 100644 (file)
        (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
 
 2014-11-09  David Engster  <dengste@eml.cc>
 
-       * 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  <eggert@cs.ucla.edu>
 
index 7d23b3efe1c23dad02f2588a0ecfbf32189db6be..7d33014f75cdb4f50dc6d3d7c7433e9206c68d2e 100644 (file)
 
 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
 
-       * test/automated/process-tests.el (process-test-quoted-batfile):
+       * automated/process-tests.el (process-test-quoted-batfile):
        New test.
 
 2014-10-20  Glenn Morris  <rgm@gnu.org>