aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-04-22 22:40:33 -0700
committerGlenn Morris2010-04-22 22:40:33 -0700
commite5d1fb104bcb0fe011b58b616878bb736e98bc55 (patch)
treed055b51282044af3f2aaf57b2100785e7c172c33
parent4a641642f161a7ecaf2956c91be79cd132f9dc49 (diff)
downloademacs-e5d1fb104bcb0fe011b58b616878bb736e98bc55.tar.gz
emacs-e5d1fb104bcb0fe011b58b616878bb736e98bc55.zip
ChangeLog fixes.
-rw-r--r--ChangeLog4
-rw-r--r--lisp/ChangeLog2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f73d344bcda..8c81a7389df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,10 @@
2 2
3 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc. 3 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4 4
52010-04-22 Miles Bader <Miles Bader <miles@gnu.org>> 52010-04-22 Miles Bader <miles@gnu.org>
6 6
7 * configure.in: Get rid of "unix" pre-defined macro when 7 * configure.in: Get rid of "unix" pre-defined macro when
8 preprocessing Makefile. 8 preprocessing Makefile. (Bug#5857)
9 9
102010-04-21 Andreas Schwab <schwab@linux-m68k.org> 102010-04-21 Andreas Schwab <schwab@linux-m68k.org>
11 11
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a6fabbf70a9..e51f380a0cd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1433,7 +1433,7 @@
1433 * image-mode.el (image-toggle-display-image): 1433 * image-mode.el (image-toggle-display-image):
1434 Replace `create-image' with `create-animated-image'. 1434 Replace `create-image' with `create-animated-image'.
1435 1435
14362010-03-09 Miles Bader <Miles Bader <miles@gnu.org>> 14362010-03-09 Miles Bader <miles@gnu.org>
1437 1437
1438 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog, 1438 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1439 instead of "format:"; this ensures that the output is 1439 instead of "format:"; this ensures that the output is