diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5c8db880e6a..7071c62b491 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | Juanma Barranquero <lekktu@gmail.com> | 2 | |
| 3 | * vm-limit.c (memory_warnings): | ||
| 4 | * keyboard.c (modify_event_symbol): | ||
| 5 | * floatfns.c (rounding_driver, ceiling2, floor2, truncate2) | ||
| 6 | (round2, emacs_rint): | ||
| 7 | * process.c (send_process, old_sigpipe): Convert function | ||
| 8 | definitions and declarations to standard C. | ||
| 9 | |||
| 10 | 2010-07-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 3 | 11 | ||
| 4 | * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c, | 12 | * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c, |
| 5 | * xdisp.c: Convert function definitions to standard C. | 13 | * xdisp.c: Convert function definitions to standard C. |