diff options
| author | Glenn Morris | 2010-04-22 22:40:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-22 22:40:33 -0700 |
| commit | e5d1fb104bcb0fe011b58b616878bb736e98bc55 (patch) | |
| tree | d055b51282044af3f2aaf57b2100785e7c172c33 | |
| parent | 4a641642f161a7ecaf2956c91be79cd132f9dc49 (diff) | |
| download | emacs-e5d1fb104bcb0fe011b58b616878bb736e98bc55.tar.gz emacs-e5d1fb104bcb0fe011b58b616878bb736e98bc55.zip | |
ChangeLog fixes.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 |
2 files changed, 3 insertions, 3 deletions
| @@ -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 | ||
| 5 | 2010-04-22 Miles Bader <Miles Bader <miles@gnu.org>> | 5 | 2010-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 | ||
| 10 | 2010-04-21 Andreas Schwab <schwab@linux-m68k.org> | 10 | 2010-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 | ||
| 1436 | 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>> | 1436 | 2010-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 |