* region-cache.h (pp_cache): Mark as externally visible.
[bpt/emacs.git] / src / ChangeLog
index 37225e1..404b00a 100644 (file)
@@ -1,5 +1,23 @@
 2011-04-14  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * region-cache.h (pp_cache): Mark as externally visible.
+
+       * process.c: Make symbols static if they're not exported.
+       (process_tick, update_tick, create_process, chan_process):
+       (Vprocess_alist, proc_buffered_char, datagram_access):
+       (fd_callback_data, send_process_frame, process_sent_to): Now static.
+       (deactivate_process): Mark defn as static, as well as decl.
+       * lisp.h (create_process): Remove decl.
+       * process.h (chan_process, Vprocess_alist): Remove decls.
+
+       * print.c: Make symbols static if they're not exported.
+       (print_depth, new_backquote_output, being_printed, print_buffer):
+       (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
+       (print_interval, print_number_index, initial_stderr_stream):
+       Now static.
+       * lisp.h (Fprinc): Remove decl.
+       (debug_output_compilation_hack): Mark as externally visible.
+
        * sysdep.c (croak): Move decl from here to syssignal.h.
        * syssignal.h (croak): Put it here, so the API can be checked when
        'croak' is called from dissociate_if_controlling_tty.