diff options
| author | Juanma Barranquero | 2010-07-05 12:36:06 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-05 12:36:06 +0200 |
| commit | d3da34e0dab1404e80dba5413b3c449a6ea8fa0c (patch) | |
| tree | c24d736f75b63d4abb1b8ddd49b088632ccd8aee /src/ChangeLog | |
| parent | 00be444c737e95c7455aa1808d9da75d4affd51f (diff) | |
| download | emacs-d3da34e0dab1404e80dba5413b3c449a6ea8fa0c.tar.gz emacs-d3da34e0dab1404e80dba5413b3c449a6ea8fa0c.zip | |
Convert most remaining function definitions to standard C.
* buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
* xdisp.c: Convert function definitions to standard C.
* cm.c (cmputc): Arg C is now int, not char.
* process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 643708d85c0..5c8db880e6a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | Juanma Barranquero <lekktu@gmail.com> | ||
| 3 | |||
| 4 | * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c, | ||
| 5 | * xdisp.c: Convert function definitions to standard C. | ||
| 6 | |||
| 7 | * cm.c (cmputc): Arg C is now int, not char. | ||
| 8 | * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*. | ||
| 9 | |||
| 1 | 2010-07-05 James Cloos <cloos@jhcloos.com> | 10 | 2010-07-05 James Cloos <cloos@jhcloos.com> |
| 2 | 11 | ||
| 3 | * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New. | 12 | * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New. |