diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7be88c568e2..15d5211efd9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,22 @@ | |||
| 1 | 2012-08-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-08-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | ||
| 4 | * composite.c (find_composition, composition_gstring_p) | ||
| 5 | (composition_reseat_it, find_automatic_composition): | ||
| 6 | * data.c (let_shadows_buffer_binding_p) | ||
| 7 | (let_shadows_global_binding_p, set_internal, make_blv) | ||
| 8 | (Fmake_variable_buffer_local, Fmake_local_variable) | ||
| 9 | (Fmake_variable_frame_local, arithcompare, cons_to_unsigned) | ||
| 10 | (cons_to_signed, arith_driver): | ||
| 11 | * dbusbind.c (xd_in_read_queued_messages): | ||
| 12 | * dired.c (directory_files_internal, file_name_completion): | ||
| 13 | Use bool for booleans. | ||
| 14 | * dired.c (file_name_completion): | ||
| 15 | * process.h (fd_callback): | ||
| 16 | Omit int (actually boolean) argument. It wasn't being used. | ||
| 17 | All uses changed. | ||
| 18 | * composite.h, lisp.h: Reflect above API changes. | ||
| 19 | |||
| 3 | * cmds.c, coding.c: Use bool for booleans. | 20 | * cmds.c, coding.c: Use bool for booleans. |
| 4 | * cmds.c (move_point, Fself_insert_command): | 21 | * cmds.c (move_point, Fself_insert_command): |
| 5 | * coding.h (struct composition status, struct coding_system): | 22 | * coding.h (struct composition status, struct coding_system): |