diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e9205fdd12a..37f037ef324 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2015-01-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (AM_V_RC, am__v_RC_, am__v_RC_0, am__v_RC_1): New | ||
| 4 | macros. | ||
| 5 | (emacsclient.res): Use $(AM_V_RC). | ||
| 6 | |||
| 7 | 2015-01-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | Give up on -Wsuggest-attribute=const | ||
| 10 | * make-docfile.c (write_globals): | ||
| 11 | Remove special hack for Fnext_read_file_uses_dialog_p | ||
| 12 | |||
| 1 | 2015-01-13 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2015-01-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | Don't say Fnext_read_file_uses_dialog_p is const | 15 | Don't say Fnext_read_file_uses_dialog_p is const |