diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3c1a543d3ec..f3f56c1a7e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * mem-limits.h: Remove duplicated includes. | ||
| 4 | (NULL): Remove definition, unused. | ||
| 5 | (POINTER): Remove definition. | ||
| 6 | (start_of_data): Use char* in prototype, as the function | ||
| 7 | definition does. | ||
| 8 | |||
| 3 | Remove extern declarations from .c files, and them to .h files. | 9 | Remove extern declarations from .c files, and them to .h files. |
| 4 | * keyboard.h (Qhelp_echo, waiting_for_input) | 10 | * keyboard.h (Qhelp_echo, waiting_for_input) |
| 5 | (input_available_clear_time, ignore_mouse_drag_p) | 11 | (input_available_clear_time, ignore_mouse_drag_p) |