diff options
| author | Paul Eggert | 2014-09-01 02:54:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-01 02:54:12 -0700 |
| commit | 177030baaa96009fdf8188d39e93a4e13bccb8ce (patch) | |
| tree | dac1489f8074bf9c60fa87891cd49fddbc3c22f0 | |
| parent | bc12381e609621f4f87a290a4b8abc9d826528df (diff) | |
| download | emacs-177030baaa96009fdf8188d39e93a4e13bccb8ce.tar.gz emacs-177030baaa96009fdf8188d39e93a4e13bccb8ce.zip | |
Fix typo in previous change's ChangeLog.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | etc/ChangeLog | 2 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 2 | ||||
| -rw-r--r-- | lwlib/ChangeLog | 2 | ||||
| -rw-r--r-- | oldXMenu/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
6 files changed, 6 insertions, 6 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | --enable-silent-warnings now suppresses more chatter. | 3 | --enable-silent-rules now suppresses more chatter. |
| 4 | * INSTALL: Document this. | 4 | * INSTALL: Document this. |
| 5 | 5 | ||
| 6 | Clean up extern decls a bit. | 6 | Clean up extern decls a bit. |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 4c8b5b1767e..ff00659cba0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | --enable-silent-warnings now suppresses more chatter. | 3 | --enable-silent-rules now suppresses more chatter. |
| 4 | * NEWS: Document this. | 4 | * NEWS: Document this. |
| 5 | 5 | ||
| 6 | 2014-08-29 Leo Liu <sdl.web@gmail.com> | 6 | 2014-08-29 Leo Liu <sdl.web@gmail.com> |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b96fb192027..4ca0c7e5319 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | --enable-silent-warnings now suppresses more chatter. | 3 | --enable-silent-rules now suppresses more chatter. |
| 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) | 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) |
| 5 | (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) | 5 | (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) |
| 6 | (am__v_CCLD_1): New macros, taken from Automake. | 6 | (am__v_CCLD_1): New macros, taken from Automake. |
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index c832dd39927..f6b29ca421a 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | --enable-silent-warnings now suppresses more chatter. | 3 | --enable-silent-rules now suppresses more chatter. |
| 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) | 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) |
| 5 | (am__v_CC_0, am__v_CC_1): New macros, taken from Automake. | 5 | (am__v_CC_0, am__v_CC_1): New macros, taken from Automake. |
| 6 | (.c.o): Use them. | 6 | (.c.o): Use them. |
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index e19c695c217..a1d243664e8 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | --enable-silent-warnings now suppresses more chatter. | 3 | --enable-silent-rules now suppresses more chatter. |
| 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) | 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) |
| 5 | (am__v_CC_0, am__v_CC_1): New macros, taken from Automake. | 5 | (am__v_CC_0, am__v_CC_1): New macros, taken from Automake. |
| 6 | (.c.o): Use them. | 6 | (.c.o): Use them. |
diff --git a/src/ChangeLog b/src/ChangeLog index 35f0ba03f21..ed0edc5f0a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | --enable-silent-warnings now suppresses more chatter. | 3 | --enable-silent-rules now suppresses more chatter. |
| 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) | 4 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) |
| 5 | (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) | 5 | (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) |
| 6 | (am__v_CCLD_1): New macros, taken from Automake. | 6 | (am__v_CCLD_1): New macros, taken from Automake. |