diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 78d3f0dacd2..aee24f4a2ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * process.c: Make symbols static if they're not exported. | ||
| 4 | (process_tick, update_tick, create_process, chan_process): | ||
| 5 | (Vprocess_alist, proc_buffered_char, datagram_access): | ||
| 6 | (fd_callback_data, send_process_frame, process_sent_to): Now static. | ||
| 7 | (deactivate_process): Mark defn as static, as well as decl. | ||
| 8 | * lisp.h (create_process): Remove decl. | ||
| 9 | * process.h (chan_process, Vprocess_alist): Remove decls. | ||
| 10 | |||
| 3 | * print.c: Make symbols static if they're not exported. | 11 | * print.c: Make symbols static if they're not exported. |
| 4 | (print_depth, new_backquote_output, being_printed, print_buffer): | 12 | (print_depth, new_backquote_output, being_printed, print_buffer): |
| 5 | (print_buffer_size, print_buffer_pos, print_buffer_pos_byte): | 13 | (print_buffer_size, print_buffer_pos, print_buffer_pos_byte): |