diff options
| author | Paul Eggert | 2012-04-13 21:37:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-13 21:37:44 -0700 |
| commit | bdf35b6a6a78e444563a8e321ccb42b4b4a419bd (patch) | |
| tree | e96324ace186c7acc92182a255c3aa7ff315b82f /lib-src/ChangeLog | |
| parent | 1530927cb9a3dca7c0f41975f2e9e62ef8be92a2 (diff) | |
| parent | d5e6342ed5e408014019c478ce16a47a2aad418b (diff) | |
| download | emacs-bdf35b6a6a78e444563a8e321ccb42b4b4a419bd.tar.gz emacs-bdf35b6a6a78e444563a8e321ccb42b4b4a419bd.zip | |
Merge from trunk.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a9ad2a97ea3..6c2d23bbf44 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | 2012-04-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | configure: new option --enable-gcc-warnings (Bug#11207) | 3 | configure: new option --enable-gcc-warnings (Bug#11207) |
| 4 | * Makefile.in (C_WARNINGS_SWITCH): Remove. | 4 | * Makefile.in (C_WARNINGS_SWITCH): Remove. |
| 5 | (WARN_CFLAGS, WERROR_CFLAGS): New macros. | 5 | (WARN_CFLAGS, WERROR_CFLAGS): New macros. |
| 6 | (BASE_CFLAGS): Use new macros rather than old. | 6 | (BASE_CFLAGS): Use new macros rather than old. |
| 7 | 7 | ||
| 8 | 2012-04-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 9 | * emacsclient.c (decode_options) [WINDOWSNT]: | ||
| 10 | Call ttyname instead of passing its address (typo in 2011-12-04T17:13:01Z!lekktu@gmail.com). | ||
| 11 | |||
| 8 | 2012-04-07 Eli Zaretskii <eliz@gnu.org> | 12 | 2012-04-07 Eli Zaretskii <eliz@gnu.org> |
| 9 | 13 | ||
| 10 | * makefile.w32-in (obj): Add xml.o. | 14 | * makefile.w32-in (obj): Add xml.o. |