ChangeLog fixes

This commit is contained in:
Glenn Morris 2014-12-24 15:19:25 -08:00
parent eb8a8164e8
commit 541f947b97
4 changed files with 10 additions and 11 deletions

View file

@ -107,11 +107,11 @@
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>

View file

@ -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 <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)

View file

@ -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 <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>

View file

@ -143,7 +143,7 @@
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>