aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-03-23 10:56:34 -0700
committerGlenn Morris2014-03-23 10:56:34 -0700
commit74b1f21db316d3c9c07df2796afd11de87ea8bb2 (patch)
treec3e7bed0cbeab662b14d31b21358b3e651a235f0
parent577b2ffd2d787506261ed758b086fb4257116dba (diff)
downloademacs-74b1f21db316d3c9c07df2796afd11de87ea8bb2.tar.gz
emacs-74b1f21db316d3c9c07df2796afd11de87ea8bb2.zip
Fix up recent merge ChangeLog duplication
Perhaps the merge was done without using bzrmerge.el
-rw-r--r--lisp/ChangeLog12
-rw-r--r--test/ChangeLog17
2 files changed, 5 insertions, 24 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 306570323df..c7015c7a7d5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -26,18 +26,6 @@
26 (Bug#3647) --- unfortunately, only for freshly-compiled code. 26 (Bug#3647) --- unfortunately, only for freshly-compiled code.
27 Please make bootstrap. 27 Please make bootstrap.
28 28
292014-03-23 Richard Stallman <rms@gnu.org>
30
31 * battery.el (battery-linux-sysfs): Search for each field
32 from the beginning of the buffer.
33
342014-03-23 Daniel Colascione <dancol@dancol.org>
35
36 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
37 list to look for keyword arguments instead of `memq', fixing
38 (Bug#3647) --- unfortunately, only for freshly-compiled code.
39 Please make bootstrap.
40
412014-03-22 Glenn Morris <rgm@gnu.org> 292014-03-22 Glenn Morris <rgm@gnu.org>
42 30
43 * dired.el (dired-read-regexp): Make obsolete. 31 * dired.el (dired-read-regexp): Make obsolete.
diff --git a/test/ChangeLog b/test/ChangeLog
index 026357771bf..392a996662a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,17 +1,15 @@
12014-03-23 Daniel Colascione <dancol@dancol.org> 12014-03-23 Dmitry Gutov <dgutov@yandex.ru>
2 2
3 * automated/subword-tests.el (subword-tests2): More subword tests. 3 * automated/package-test.el (package-test-describe-package):
4 Fix test failure in non-graphical mode.
4 5
52014-03-23 Daniel Colascione <dancol@dancol.org> 62014-03-23 Daniel Colascione <dancol@dancol.org>
6 7
8 * automated/subword-tests.el (subword-tests2): More subword tests.
9
7 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New 10 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
8 test: correct parsing of keyword arguments. 11 test: correct parsing of keyword arguments.
9 12
102014-03-23 Dmitry Gutov <dgutov@yandex.ru>
11
12 * automated/package-test.el (package-test-describe-package):
13 Fix test failure in non-graphical mode.
14
152014-03-22 Dmitry Gutov <dgutov@yandex.ru> 132014-03-22 Dmitry Gutov <dgutov@yandex.ru>
16 14
17 * automated/package-test.el (package-test-describe-package): 15 * automated/package-test.el (package-test-describe-package):
@@ -30,11 +28,6 @@
30 * automated/data/package/archive-contents: 28 * automated/data/package/archive-contents:
31 Add info about the new package. 29 Add info about the new package.
32 30
332014-03-23 Daniel Colascione <dancol@dancol.org>
34
35 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
36 test: correct parsing of keyword arguments.
37
382014-03-07 Michael Albinus <michael.albinus@gmx.de> 312014-03-07 Michael Albinus <michael.albinus@gmx.de>
39 32
40 * automated/tramp-tests.el (tramp-copy-size-limit): Declare. 33 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.