diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2010444743a..d7442e51fdd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2013-12-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use bool for boolean, focusing on headers. | ||
| 4 | * emacsclient.c, etags.c, hexl.c (FALSE, TRUE): | ||
| 5 | Remove. All uses replaced with uncapitalized version. | ||
| 6 | * emacsclient.c (message): | ||
| 7 | * etags.c (make_tag, pfnote, consider_token, make_C_tag, lang_names): | ||
| 8 | * hexl.c (un_flag, iso_flag, endian): | ||
| 9 | * pop.c (pop_debug, pop_open, pop_multi_first, pop_multi_next) | ||
| 10 | (pop_trash): | ||
| 11 | Use bool for boolean. | ||
| 12 | * etags.c (bool): Remove. | ||
| 13 | * etags.c (globals, members, declarations, no_line_directive) | ||
| 14 | (no_duplicates): Use 'int' for boolean values that getopt requires | ||
| 15 | to be 'int'. Formerly, these were 'bool' and 'bool' was 'int', | ||
| 16 | but we can no longer rely on this implementation. | ||
| 17 | * pop.h (struct _popserver): Use bool_bf for boolean bit-fields. | ||
| 18 | |||
| 1 | 2013-11-14 Paul Eggert <eggert@cs.ucla.edu> | 19 | 2013-11-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 20 | ||
| 3 | * ebrowse.c (xstrdup): | 21 | * ebrowse.c (xstrdup): |