Convert more function definitions to standard C.
[bpt/emacs.git] / src / ChangeLog
index 45d8bf3..7e6b67c 100644 (file)
@@ -1,5 +1,894 @@
+2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Convert more function definitions to standard C.
+       * xdisp.c (window_box_edges, handle_single_display_spec)
+       (display_string): Convert definition to standard C.
+       * scroll.c (do_direct_scrolling, scrolling_1):
+       * dispnew.c (allocate_matrices_for_frame_redisplay)
+       (mirrored_line_dance):
+       * coding.c (code_convert_string):
+       * charset.c (map_charset_chars):
+       * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
+       (Fregister_ccl_program, Fregister_code_conversion_map):
+       * keyboard.c (kbd_buffer_nr_stored): Likewise.
+       (head_table): Make static and const.
+
+2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
+       (PROFILING_LDFLAGS): Set from substitution.
+       (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
+       CFLAGS last.
+
+2010-07-12  Kenichi Handa  <handa@m17n.org>
+
+       * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
+       (shortlisp): Likewise.
+
+       * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
+
+       * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
+       of FONT_ENTITY_INDEX.
+       (Ffont_get): If KEY is :otf and the font-object doesn't have the
+       property, get the property value dynamically.
+       (Ffont_put): Accept font-entity and font-object too.
+       (Ffont_get_glyhphs): Renamed from Fget_font_glyphs.  Arguments and
+       return value changed.
+       (syms_of_font): Adjusted for the above change.
+
+2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * blockinput.h: Remove obsolete comment.
+
+       * lisp.h: Include <stddef.h>.
+       (OFFSETOF): Don't define.
+       (VECSIZE): Use offsetof instead of OFFSETOF.
+       (PSEUDOVECSIZE): Likewise.
+       * process.c (conv_sockaddr_to_lisp): Likewise.
+       * alloc.c: Don't include <stddef.h>.
+       * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
+
+       * process.c: Remove obsolete comment.
+
+2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
+
+2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * callint.c (Fcall_interactively): Use strchr, strrchr instead of
+       index, rindex.
+       * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
+       * editfns.c (Fuser_full_name, Fformat): Likewise.
+       * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
+       * fileio.c (Ffile_symlink_p): Likewise.
+       * filelock.c (current_lock_owner): Likewise.
+       * font.c (font_parse_name, font_parse_family_registry): Likewise.
+       * fontset.c (fontset_pattern_regexp): Likewise.
+       * lread.c (read1): Likewise.
+       * sysdep.c (init_system_name): Likewise.
+       * xfns.c (select_visual): Likewise.
+       * s/hpux10-20.h (index, rindex): Don't define.
+       * s/ms-w32.h (index): Likewise.
+       * s/usg5-4.h: Likewise.
+
+       * callproc.c (relocate_fd): Use F_DUPFD if defined.
+
+       * alloc.c (pending_malloc_warning, malloc_warning): Add const.
+       * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
+       (egetenv): Likewise.
+       * doprnt.c (doprnt): Likewise.
+       * editfns.c (set_time_zone_rule, format2): Likewise.
+       * emacs.c (decode_env_path): Likewise.
+       * eval.c (signal_error, error): Likewise.
+       * insdel.c (replace_range_2): Likewise.
+       * keyboard.c (cmd_error_internal): Likewise.
+       * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
+       * print.c (write_string, write_string_1, print_error_message):
+       Likewise.
+       * vm-limit.c (warn_function, memory_warnings): Likewise.
+       * xdisp.c (message1, message1_nolog, message_with_string)
+       (vmessage, message, message_nolog): Likewise.
+       * emacs.c: Remove duplicate declaration.
+       * keyboard.h: Likewise.
+       * lisp.h: Update prototypes.
+
+       * eval.c: Fix indentation problem.
+
+       * keyboard.c: Include "process.h"
+
+       * eval.c: Remove obsolete noinline declaration.
+       * fns.c: Likewise.
+
+2010-07-11  Ken Raeburn  <raeburn@raeburn.org>
+
+       * doprnt.c (doprnt): Take a va_list argument instead of count and
+       pointer.
+       * eval.c (error): Change to a standard-C variadic function.
+       * xdisp.c (vmessage): Renamed from message, made static, and
+       changed to take a va_list argument.
+       (message): New variadic wrapper.
+       (message_nolog): Now a variadic function, calling vmessage.
+       * lisp.h: Include stdarg.h for va_list.
+       (doprnt, error, message, message_nolog): Decls updated.
+
+2010-07-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * process.c (syms_of_process) <delete-exited-processes>: Define
+       even if !subprocesses.
+       (delete_exited_processes): Ditto.
+
+       * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
+       (delete_exited_processes): Don't define.
+
+2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frame.c (make_frame): Initialize menu_bar_lines and
+       tool_bar_lines members.
+       (make_initial_frame, make_terminal_frame): Initialize
+       menu_bar_lines using value of menu-bar-mode.
+
+       * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
+
+2010-07-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * process.c: Reshuffle #include's.  Condition some of the global
+       and static variables on `subprocesses'.
+       (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
+       Leave only one implementation.
+       (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
+       (kill_buffer_processes, Flist_system_processes)
+       (Fprocess_attributes, init_process, syms_of_process): Unify the
+       implementations for with subprocesses and without them.
+
+2010-07-09  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
+       correct size for Motif.
+       (free_frame_menubar): Call x_set_window_size to update frame size.
+
+       * xfns.c (x_window): Set borderWidth to 0 for pane and
+       EmacsFrame.  Frame size calculation is wrong otherwise.
+
+2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
+       allows to suppress errors when polling in Emacs' main loop.
+       (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
+       (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
+       (Fdbus_method_error_internal, Fdbus_send_signal)
+       (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
+       (Fdbus_register_method): Use it.  (Bug#6579)
+
+2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * alloc.c: Convert DEFUNs to standard C.
+       * buffer.c:
+       * bytecode.c:
+       * callint.c:
+       * callproc.c:
+       * casefiddle.c:
+       * casetab.c:
+       * category.c:
+       * character.c:
+       * charset.c:
+       * chartab.c:
+       * cmds.c:
+       * coding.c:
+       * composite.c:
+       * data.c:
+       * dbusbind.c:
+       * dired.c:
+       * dispnew.c:
+       * doc.c:
+       * dosfns.c:
+       * editfns.c:
+       * emacs.c:
+       * eval.c:
+       * fileio.c:
+       * filelock.c:
+       * floatfns.c:
+       * fns.c:
+       * font.c:
+       * fontset.c:
+       * frame.c:
+       * fringe.c:
+       * image.c:
+       * indent.c:
+       * insdel.c:
+       * keyboard.c:
+       * keymap.c:
+       * lread.c:
+       * macros.c:
+       * marker.c:
+       * menu.c:
+       * minibuf.c:
+       * msdos.c:
+       * nsfns.m:
+       * nsmenu.m:
+       * nsselect.m:
+       * print.c:
+       * process.c:
+       * search.c:
+       * sound.c:
+       * syntax.c:
+       * term.c:
+       * terminal.c:
+       * textprop.c:
+       * undo.c:
+       * w16select.c:
+       * w32console.c:
+       * w32fns.c:
+       * w32font.c:
+       * w32menu.c:
+       * w32proc.c:
+       * w32select.c:
+       * window.c:
+       * xdisp.c:
+       * xfaces.c:
+       * xfns.c:
+       * xmenu.c:
+       * xselect.c:
+       * xsettings.c:
+       * xsmfns.c: Likewise.
+
+
+2010-07-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * process.c (kbd_is_on_hold, hold_keyboard_input)
+       (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
+
+2010-07-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
+       (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
+       unless USE_LUCID.
+
+2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative declaration.
+
+       Clean up include guards.
+       * tparam.c: Remove include guards for config.h, string.h and code
+       that assumes #ifndef emacs.
+       * termcap.c:
+       * unexalpha.c:
+       * sysdep.c:
+       * filemode.c:
+       * filelock.c:
+       * bidi.c: Likewise.
+
+       Remove prefix-args.c
+       * prefix-args.c: Remove file.
+       * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
+       * Makefile.in (temacs${EXEEXT}): Remove references to
+       PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
+       (mostlyclean): Remove reference to prefix-args.
+       (prefix-args): Remove.
+
+       Simplify cstart_of_data, start_of_code and related code.
+       * mem-limits.h: Remove !emacs and _LIBC conditional code.
+       (start_of_data): Merge into start_of_data function.
+       * sysdep.c (start_of_text): Remove.  Move simplified versions of
+       it in the only users: unexaix.c and unexec.c.
+       (read_input_waiting): Remove local declaration of quit_char.
+       (start, etext): Remove declarations.
+       (start_of_data): Merge with the version in mem-limits.h and move
+       to vm-limits.c.
+       * vm-limit.c (start_of_data): Merged and simplified version of the
+       code formerly in mem-limits.h and sysdep.c.
+       * unexec.c (start): New declaration, moved from sysdep.c.
+       (start_of_text): Simplified version of the code formerly in sysdep.c.
+       * unexaix.c (start_of_text): Simplified version of the code
+       formerly in sysdep.c.
+       * m/alpha.h (HAVE_TEXT_START): Remove.
+       (TEXT_START): Move ...
+       * unexalpha.c (TEXT_START): ... here.
+       * s/hpux10-20.h (TEXT_START): Remove.
+       * s/darwin.h (TEXT_START):
+       * m/mips.h (TEXT_START):
+       * m/macppc.h (HAVE_TEXT_START):
+       * m/m68k.h (TEXT_START):
+       * m/iris4d.h (TEXT_START):
+       * m/intel386.h (TEXT_START):
+       * m/ibmrs6000.h (TEXT_START):
+       * m/ia64.h (HAVE_TEXT_START):
+       * s/msdos.h (TEXT_START): Likewise.
+
+2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * alloc.c (overrun_check_malloc, overrun_check_realloc)
+       (overrun_check_free, xstrdup, allocate_string)
+       (allocate_string_data, compact_small_strings, Fmake_string)
+       (make_unibyte_string, make_multibyte_string)
+       (make_string_from_bytes, make_specified_string, make_float)
+       (Fcons, allocate_terminal, allocate_frame, make_pure_string)
+       (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
+       memcpy, memmove, memset, memcmp.
+       * atimer.c (start_atimer, set_alarm): Likewise.
+       * buffer.c (clone_per_buffer_values, report_overlay_modification)
+       (mmap_realloc, init_buffer_once): Likewise.
+       * callint.c (Fcall_interactively): Likewise.
+       * callproc.c (Fcall_process, Fcall_process_region, child_setup)
+       (getenv_internal_1): Likewise.
+       * casefiddle.c (casify_object): Likewise.
+       * ccl.c (ccl_driver): Likewise.
+       * character.c (str_as_multibyte, str_to_multibyte): Likewise.
+       * charset.c (load_charset_map_from_file)
+       (load_charset_map_from_file, load_charset_map_from_vector)
+       (Fdefine_charset_internal): Likewise.
+       * cm.c (Wcm_clear): Likewise.
+       * coding.c (decode_eol, decode_coding_object)
+       (Fset_coding_system_priority, make_subsidiaries): Likewise.
+       * data.c (Faset): Likewise.
+       * dired.c (directory_files_internal, file_name_completion_stat):
+       Likewise.
+       * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
+       (clear_glyph_row, copy_row_except_pointers)
+       (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
+       (save_current_matrix, restore_current_matrix)
+       (build_frame_matrix_from_leaf_window, mirrored_line_dance)
+       (mirror_line_dance, scrolling_window): Likewise.
+       * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
+       Likewise.
+       * doprnt.c (doprnt): Likewise.
+       * editfns.c (Fuser_full_name, make_buffer_string_both)
+       (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
+       * emacs.c (sort_args): Likewise.
+       * eval.c (Fapply, Ffuncall): Likewise.
+       * fileio.c (Ffile_name_directory, make_temp_name)
+       (Fexpand_file_name, search_embedded_absfilename)
+       (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
+       (auto_save_error): Likewise.
+       * fns.c (Fstring_equal, Fcopy_sequence, concat)
+       (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
+       (internal_equal, Fclear_string, larger_vector, copy_hash_table)
+       (Fmake_hash_table): Likewise.
+       * fringe.c (Fdefine_fringe_bitmap): Likewise.
+       * ftfont.c (ftfont_text_extents): Likewise.
+       * getloadavg.c (getloadavg): Likewise.
+       * image.c (define_image_type, make_image, make_image_cache)
+       (x_create_x_image_and_pixmap, xbm_image_p)
+       (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
+       (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
+       (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
+       (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
+       (tiff_image_p, tiff_read_from_memory, gif_image_p)
+       (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
+       Likewise.
+       * indent.c (scan_for_column, compute_motion): Likewise.
+       * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
+       (insert_1_both, insert_from_gap, replace_range_2): Likewise.
+       * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
+       * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
+       (kbd_buffer_store_event_hold, apply_modifiers_uncached)
+       (store_user_signal_events, menu_bar_items, tool_bar_items)
+       (process_tool_bar_item, append_tool_bar_item)
+       (read_char_minibuf_menu_prompt, read_key_sequence)
+       (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
+       Likewise.
+       * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
+       Likewise.
+       * lisp.h (STRING_COPYIN): Likewise.
+       * lread.c (Fload, read1, oblookup): Likewise.
+       * msdos.c (Frecent_doskeys): Likewise.
+       * nsfns.m (Fx_create_frame): Likewise.
+       * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
+       Likewise.
+       * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
+       (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
+       Likewise.
+       * nsmenu.m (ns_update_menubar): Likewise.
+       * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
+       * print.c (print_unwind, printchar, strout, print_string)
+       (print_error_message): Likewise.
+       * process.c (conv_lisp_to_sockaddr, set_socket_option)
+       (Fmake_network_process, Fnetwork_interface_list)
+       (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
+       (init_process): Likewise.
+       * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
+       * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
+       Likewise.
+       * scroll.c (do_scrolling, do_direct_scrolling)
+       (scrolling_max_lines_saved): Likewise.
+       * search.c (search_buffer, wordify, Freplace_match): Likewise.
+       * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
+       * syntax.c (skip_chars, skip_syntaxes): Likewise.
+       * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
+       (emacs_set_tty): Likewise.
+       * term.c (encode_terminal_code, calculate_costs)
+       (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
+       Likewise.
+       * termcap.c (tgetst1, gobble_line): Likewise.
+       * termhooks.h (EVENT_INIT): Likewise.
+       * tparam.c (tparam1): Likewise.
+       * unexalpha.c (unexec): Likewise.
+       * unexec.c (write_segment): Likewise.
+       * unexmacosx.c (unexec_write_zero): Likewise.
+       * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
+       (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
+       * w32font.c (w32font_list_family, w32font_text_extents)
+       (w32font_list_internal, w32font_match_internal)
+       (w32font_open_internal, compute_metrics, Fx_select_font):
+       Likewise.
+       * w32menu.c (set_frame_menubar, add_menu_item)
+       (w32_menu_display_help, w32_free_submenu_strings): Likewise.
+       * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
+       * w32uniscribe.c (uniscribe_list_family): Likewise.
+       * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
+       * window.c (make_window, replace_window, set_window_buffer)
+       (Fsplit_window): Likewise.
+       * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
+       (add_to_log, message3, x_consider_frame_title)
+       (append_space_for_newline, extend_face_to_end_of_line)
+       (decode_mode_spec_coding, init_glyph_string): Likewise.
+       * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
+       (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
+       (face_attr_equal_p, make_realized_face, make_face_cache)
+       (free_realized_faces, lookup_named_face, smaller_face)
+       (face_with_height, lookup_derived_face)
+       (x_supports_face_attributes_p, Finternal_set_font_selection_order)
+       (Finternal_set_font_selection_order, realize_default_face)
+       (compute_char_face, face_at_buffer_position)
+       (face_for_overlay_string, face_at_string_position, merge_faces):
+       Likewise.
+       * xfns.c (xic_create_fontsetname, Fx_create_frame)
+       (Fx_window_property, x_create_tip_frame)
+       (Fx_backspace_delete_keys_p): Likewise.
+       * xfont.c (xfont_list, xfont_match, xfont_list_family)
+       (xfont_text_extents): Likewise.
+       * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
+       * xrdb.c (magic_file_p, x_get_resource): Likewise.
+       * xselect.c (x_queue_event, x_get_window_property)
+       (receive_incremental_selection): Likewise.
+       * xsmfns.c (x_session_check_input): Likewise.
+       * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
+       (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
+       Likewise.
+       * character.h (BCOPY_SHORT): Removed.
+       * config.in: Regenerate.
+       * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
+       * emacs.c (main) [PROFILING]: Don't declare
+       dump_opcode_frequencies.
+       * lisp.h (safe_bcopy): Remove declaration.
+       (memset) [!HAVE_MEMSET]: Declare.
+       (memcpy) [!HAVE_MEMCPY]: Likewise.
+       (memmove) [!HAVE_MEMMOVE]: Likewise.
+       (memcmp) [!HAVE_MEMCMP]: Likewise.
+       * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
+       (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
+       Don't define.
+       (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
+       * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
+       (BCOPY_DOWNWARD_SAFE): Don't define.
+       * sysdep.c (memset) [!HAVE_MEMSET]: Define.
+       (memcpy) [!HAVE_MEMCPY]: Define.
+       (memmove) [!HAVE_MEMMOVE]: Define.
+       (memcmp) [!HAVE_MEMCMP]: Define.
+
+2010-07-07  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * process.c (kbd_is_on_hold): New variable.
+       (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p): New
+       functions.
+       (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
+       select on empty input mask.
+       (init_process): Initialize kbd_is_on_hold to 0.
+
+       * process.h (hold_keyboard_input, unhold_keyboard_input)
+       (kbd_on_hold_p): Declare.
+
+       * keyboard.c (input_available_signal): Declare.
+       (kbd_buffer_nr_stored): New function.
+       (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
+       more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
+       (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
+       returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
+       (tty_read_avail_input): If input is on hold, return.
+       Don't read more that free slots in kbd_buffer (Bug#6571).
+
+2010-07-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdos.h:
+       * msdos.c:
+       * dosfns.c:
+       * w16select.c: Convert function definitions to ANSI C.
+
+       * msdos.h (ctrl_break_func, install_ctrl_break_check): Remove
+       unused prototypes.
+
+2010-07-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * coding.c, sysdep.c: Convert some more functions to standard C.
+
+2010-07-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
+       (encode_coding_object): Use SPECPDL_INDEX.
+       (syms_of_coding): Use DOS_NT.
+
+2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
+
+       Make the function member of Lisp_Subr use standard C prototypes.
+       * lisp.h (struct Lisp_Subr): Use a union for the function member.
+       (DECL_ALIGN): Add a cast for the function.
+       * eval.c (Feval, Ffuncall): Use the proper type for each type
+       function call.
+
+2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
+       fringe face id, so face-remapping-alist works (Bug#6091).
+
+2010-07-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
+       * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
+       * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
+
+2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * xterm.c (x_get_keysym_name): Change type of parameter to int.
+       * lisp.h: Declare x_get_keysym_name.
+       * keyboard.c (modify_event_symbol): Don't declare
+       x_get_keysym_name here.
+
+2010-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * ecrt0.c: Revert conversion to standard C.
+
+2010-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vm-limit.c (memory_warnings):
+       * keyboard.c (modify_event_symbol):
+       * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
+       (round2, emacs_rint):
+       * process.c (send_process, old_sigpipe): Convert function
+       definitions and declarations to standard C.
+
+2010-07-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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*.
+
+2010-07-05  James Cloos  <cloos@jhcloos.com>
+
+       * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
+
+       * xterm.c (x_term_init): Intern the _NET_WM_NAME and
+       _NET_WM_ICON_NAME atoms.
+
+       * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
+       and _NET_WM_ICON_NAME properties, too, matching what is
+       done in the Gtk+ case.
+
+2010-07-05  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
+
+       * xsmfns.c (SSDATA): New macro.
+       (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
+       passed to strlen/strcpy/strcat.
+       (create_client_leader_window): Surround with #ifndef USE_GTK.  Cast
+       7:th arg to XChangeProperty to (unsigned char *)
+
+       * xsettings.c (something_changedCB, parse_settings)
+       (apply_xft_settings): Reformat prototype.
+       (something_changedCB, init_gconf): Remove unused variable i.
+       (read_settings): Remove unused variable long_len.
+
+       * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
+       (xg_get_image_for_pixmap, create_dialog)
+       (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
+       (menuitem_highlight_callback, make_menu_item)
+       (xg_create_one_menuitem, create_menus, xg_update_menu_item)
+       (xg_create_scroll_bar, xg_update_scrollbar_pos)
+       (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
+       (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
+       (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
+       (xg_tool_bar_item_expose_callback): Reformat prototype.
+       (xg_update_menubar): GList *group => GSList *group.
+       (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
+       before use.
+       (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
+       to GTK_IMAGE (wimage).
+
+2010-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * atimer.c: Use "" instead of <> for local includes for
+       consistency with the rest of the code.
+
+       * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
+       * xrdb.c (get_system_name):
+       * window.c (shrink_windows):
+       * syntax.c (forw_comment):
+       * scroll.c (calculate_scrolling, calculate_direct_scrolling)
+       (ins_del_costs):
+       * mem-limits.h (start_of_data):
+       * lread.c (readevalloop):
+       * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
+       (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
+       * frame.c (x_get_focus_frame):
+       * floatfns.c (fmod_float):
+       * fileio.c (choose_write_coding_system):
+       * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
+       (malloc_initialize_hook, sort_args, synchronize_locale):
+       * doprnt.c (doprnt):
+       * dired.c (compile_pattern):
+       * data.c (fmod_float):
+       * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
+       (map_char_table_for_charset):
+       * charset.c (define_charset_internal):
+       * alloc.c (Fgarbage_collect): Convert declarations or definitions
+       to standard C.
+
+2010-07-04  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
+            Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * lread.c (read1): Fix up last change to not mess up `c'.
+
+2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
+
+2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       Fix prototypes.
+
+       * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
+       * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
+       * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
+       arg, as required by internal_condition_case_1.
+       * print.c (strout): Use const char* for arg PTR.
+       * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
+       (analyse_first): Fix "const const".
+       * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
+       * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
+       * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
+
+2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * alloc.c: Convert function definitions to standard C.
+       * atimer.c:
+       * bidi.c:
+       * bytecode.c:
+       * callint.c:
+       * callproc.c:
+       * casefiddle.c:
+       * casetab.c:
+       * category.c:
+       * ccl.c:
+       * character.c:
+       * charset.c:
+       * chartab.c:
+       * cmds.c:
+       * coding.c:
+       * composite.c:
+       * data.c:
+       * dbusbind.c:
+       * dired.c:
+       * dispnew.c:
+       * doc.c:
+       * doprnt.c:
+       * ecrt0.c:
+       * editfns.c:
+       * fileio.c:
+       * filelock.c:
+       * filemode.c:
+       * fns.c:
+       * font.c:
+       * fontset.c:
+       * frame.c:
+       * fringe.c:
+       * ftfont.c:
+       * ftxfont.c:
+       * gtkutil.c:
+       * indent.c:
+       * insdel.c:
+       * intervals.c:
+       * keymap.c:
+       * lread.c:
+       * macros.c:
+       * marker.c:
+       * md5.c:
+       * menu.c:
+       * minibuf.c:
+       * prefix-args.c:
+       * print.c:
+       * ralloc.c:
+       * regex.c:
+       * region-cache.c:
+       * scroll.c:
+       * search.c:
+       * sound.c:
+       * strftime.c:
+       * syntax.c:
+       * sysdep.c:
+       * termcap.c:
+       * terminal.c:
+       * terminfo.c:
+       * textprop.c:
+       * tparam.c:
+       * undo.c:
+       * unexelf.c:
+       * window.c:
+       * xfaces.c:
+       * xfns.c:
+       * xfont.c:
+       * xftfont.c:
+       * xgselect.c:
+       * xmenu.c:
+       * xrdb.c:
+       * xselect.c:
+       * xsettings.c:
+       * xsmfns.c:
+       * xterm.c: Likewise.
+
+2010-07-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdos.c (IT_set_frame_parameters): Fix setting of colors in
+       frames other than the initial one.  Fix reversal of colors when
+       `reverse' is specified in the frame parameters.  Call
+       update_face_from_frame_parameter instead of
+       internal-set-lisp-face-attribute.  Initialize screen colors from
+       initial_screen_colors[] when f->default_face_done_p is zero,
+       instead of depending on being called with default-frame-alist as
+       the alist argument.
+
+       * xfaces.c (update_face_from_frame_parameter): Move out of
+       HAVE_WINDOW_SYSTEM portion.  Condition window-system only parts
+       with HAVE_WINDOW_SYSTEM.
+
+       * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
+       to menu-bar-mode, if not set in the frame parameters or in
+       default-frame-alist.
+
+       * w32console.c (sys_tputs): Adjust argument list to prototype in
+       term.c.
+
+2010-07-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lisp.h (memory_warnings): Fix prototype.
+
+       * cm.h (evalcost): Fix prototype.
+
+       * cm.c (evalcost): Fix arg type.
+
 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * term.c (term_clear_mouse_face, Fidentity):
+       * syssignal.h (signal_handler_t):
+       * lisp.h (memory_warnings):
+       * coding.h (preferred_coding_system):
+       * cm.h (evalcost):
+       * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
+
+2010-07-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
+       from prototypes.
+
+       * msdos.h (load_pixmap): Don't define away.
+
+2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * lisp.h:
+       * atimer.h: Remove define for P_.
+
+       * alloc.c: Remove __P and P_ from .c and .m files.
+       * atimer.c:
+       * buffer.c:
+       * callint.c:
+       * category.c:
+       * charset.c:
+       * chartab.c:
+       * cm.c:
+       * coding.c:
+       * composite.c:
+       * data.c:
+       * dired.c:
+       * dispnew.c:
+       * doc.c:
+       * editfns.c:
+       * emacs.c:
+       * eval.c:
+       * fileio.c:
+       * filelock.c:
+       * fns.c:
+       * font.c:
+       * fontset.c:
+       * frame.c:
+       * ftfont.c:
+       * ftxfont.c:
+       * gmalloc.c:
+       * gtkutil.c:
+       * image.c:
+       * indent.c:
+       * intervals.c:
+       * keyboard.c:
+       * keymap.c:
+       * lread.c:
+       * marker.c:
+       * menu.c:
+       * minibuf.c:
+       * print.c:
+       * process.c:
+       * scroll.c:
+       * search.c:
+       * sound.c:
+       * strftime.c:
+       * syntax.c:
+       * sysdep.c:
+       * term.c:
+       * terminal.c:
+       * textprop.c:
+       * unexalpha.c:
+       * w32console.c:
+       * w32fns.c:
+       * w32font.c:
+       * w32menu.c:
+       * w32term.c:
+       * w32uniscribe.c:
+       * window.c:
+       * xdisp.c:
+       * xfaces.c:
+       * xfns.c:
+       * xfont.c:
+       * xftfont.c:
+       * xmenu.c:
+       * xselect.c:
+       * xterm.c: Likewise.
+
+       Remove P_ and __P macros.
+       * atimer.h: Remove P_ and __P macros.
+       * buffer.h:
+       * category.h:
+       * ccl.h:
+       * character.h:
+       * charset.h:
+       * cm.h:
+       * coding.h:
+       * composite.h:
+       * dispextern.h:
+       * disptab.h:
+       * dosfns.h:
+       * font.h:
+       * fontset.h:
+       * frame.h:
+       * gtkutil.h:
+       * indent.h:
+       * intervals.h:
+       * keyboard.h:
+       * keymap.h:
+       * lisp.h:
+       * macros.h:
+       * md5.h:
+       * menu.h:
+       * msdos.h:
+       * nsterm.h:
+       * puresize.h:
+       * region-cache.h:
+       * syntax.h:
+       * syssignal.h:
+       * systime.h:
+       * termhooks.h:
+       * w32font.h:
+       * w32term.h:
+       * widget.h:
+       * window.h:
+       * xgselect.h:
+       * xsettings.h:
+       * xterm.h: Likewise.
+
+2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
+
        Cleanup old code.
        * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
        * syssignal.h: Remove code for Lynx, not supported anymore.
        Improve documentation.  Return font regardless of use_system_font.
        (syms_of_xsettings): Improve documentation for font-use-system-font.
 
-2009-06-17  Naohiro Aota  <naota@elisp.net>  (tiny change)
+2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xfaces.c (realize_face): Garbage the frame if a face is removed
+       (Bug#6593).
+
+2010-07-05  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * keyboard.c: Remove duplicate <setjmp.h>.
+       (read_key_sequence): Remove volatile qualifiers.
+
+2010-07-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * dispextern.h (FRINGE_HEIGHT_BITS): New define.
+       (struct glyph_row): New members left_fringe_offset and
+       right_fringe_offset.
+
+       * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
+       specially.
+       * w32term.c (w32_draw_fringe_bitmap): Likewise.
+       * nsterm.m (ns_draw_fringe_bitmap): Likewise.
+
+       * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
+       Take account of bitmap offset.
+       (draw_window_fringes): Take account of window vscroll.
+       (update_window_fringes): Likewise.  Extend top-aligned top indicator
+       or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
+       in one row.  Don't set redraw_fringe_bitmaps_p outside row comparison.
+       Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
+
+2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32fns.c (Qtooltip): Declare.
+       Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
+
+2010-07-03  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
+       grab on just Press (Bug#6499).
+
+2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frame.c (Qtooltip): New var.
+       (delete_frame): Use it.  Fix faulty if statement.  Don't update
+       mode line for tooltip frames.  Suggested by Martin Rudalics.
+
+       * xfns.c (x_create_tip_frame):
+       * w32fns.c (x_create_tip_frame): Use it.
+
+2010-06-17  Naohiro Aota  <naota@elisp.net>  (tiny change)
 
        * xftfont.c (xftfont_open): Check font width one by one also when
        spacing is dual.
 
        * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
 
+2010-06-26  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * alloc.c (Fmake_byte_code): Don't access undefined argument
+       (Bug#6517).
+
+2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xdisp.c (next_element_from_image): Ensure that after-strings are
+       read the next time we hit handle_stop (Bug#1336).
+
+2010-06-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * lread.c (read1): Signal error if #s is not followed by paren.
+
+2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image.c (free_image): Mark frame as garbaged (Bug#6426).
+
+       * keymap.c (Fdefine_key): Doc fix (Bug#6460).
+
+2010-06-15  Glenn Morris  <rgm@gnu.org>
+
+       * editfns.c (Fbyte_to_string): Pacify compiler.
+
 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.