comparison src/ChangeLog @ 109657:c77053470716

src/ChangeLog: Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Aug 2010 14:35:00 +0200
parents 3d743c819850
children f0037b96cd03
comparison
equal deleted inserted replaced
109656:3d743c819850 109657:c77053470716
21 (unexec_regions_merge, read_load_commands, dump_it) 21 (unexec_regions_merge, read_load_commands, dump_it)
22 (unexec_init_emacs_zone): Convert to ANSI C prototypes. 22 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
23 23
24 * term.c: Check HAVE_SYS_IOCTL_H. 24 * term.c: Check HAVE_SYS_IOCTL_H.
25 25
26 * sysdep.c: Check HAVE_TERM_H 26 * sysdep.c: Check HAVE_TERM_H.
27 27
28 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS. 28 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
29 29
30 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool) 30 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
31 (ns_ring_bell, ns_defined_color, hide_hourglass) 31 (ns_ring_bell, ns_defined_color, hide_hourglass)
32 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm): 32 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
33 Convert to ANSI C prototypes. 33 Convert to ANSI C prototypes.
39 (x_set_mouse_pixel_position, x_make_frame_visible) 39 (x_set_mouse_pixel_position, x_make_frame_visible)
40 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height) 40 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
41 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines) 41 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
42 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select) 42 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
43 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect): 43 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
44 Declare 44 Declare.
45 45
46 * nsmenu.m (popup_activated, name_is_separator) 46 * nsmenu.m (popup_activated, name_is_separator)
47 (syms_of_nsmenu): Convert to ANSI C prototypes. 47 (syms_of_nsmenu): Convert to ANSI C prototypes.
48 (runMenuAt): Prototypes and move declarations before code. 48 (runMenuAt): Prototypes and move declarations before code.
49 49
308 (xg_pack_tool_bar): POS is a new parameter. 308 (xg_pack_tool_bar): POS is a new parameter.
309 Set orientation of tool bar based on pos. 309 Set orientation of tool bar based on pos.
310 Only make handlebox_widget if NULL. 310 Only make handlebox_widget if NULL.
311 Check if tool bar goes to vbox or hbox depending on pos. 311 Check if tool bar goes to vbox or hbox depending on pos.
312 (xg_update_tool_bar_sizes): New function. 312 (xg_update_tool_bar_sizes): New function.
313 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar 313 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
314 height, call xg_update_tool_bar_sizes instead. 314 height, call xg_update_tool_bar_sizes instead.
315 (free_frame_tool_bar): Remove from hbox or vbox depending on 315 (free_frame_tool_bar): Remove from hbox or vbox depending on
316 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero. 316 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
317 (xg_change_toolbar_position): New function. 317 (xg_change_toolbar_position): New function.
318 318
486 (x_defined_color, xic_set_xfontset): Use const. 486 (x_defined_color, xic_set_xfontset): Use const.
487 (Fx_hide_tip): Remove local extern declaration. 487 (Fx_hide_tip): Remove local extern declaration.
488 488
489 * xfaces.c (Qmouse_face): Remove declaration. 489 * xfaces.c (Qmouse_face): Remove declaration.
490 (face_color_gray_p, tty_defined_color, defined_color) 490 (face_color_gray_p, tty_defined_color, defined_color)
491 (face_color_gray_p, face_color_supported_p). Add const. 491 (face_color_gray_p, face_color_supported_p): Add const.
492 492
493 * xdisp.c (do_mouse_tracking): Remove declaration. 493 * xdisp.c (do_mouse_tracking): Remove declaration.
494 (add_to_log): Use const. 494 (add_to_log): Use const.
495 495
496 * minibuf.c (Qmouse_face): Remove declaration. 496 * minibuf.c (Qmouse_face): Remove declaration.
3888 (Ffont_get_system_normal_font, xsettings_get_system_normal_font): 3888 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
3889 New functions. 3889 New functions.
3890 (syms_of_xsettings): Initialize current_font. 3890 (syms_of_xsettings): Initialize current_font.
3891 defsubr Sfont_get_system_normal_font. 3891 defsubr Sfont_get_system_normal_font.
3892 3892
3893 * xsettings.h (Ffont_get_system_normal_font, 3893 * xsettings.h (Ffont_get_system_normal_font)
3894 xsettings_get_system_normal_font): Declare. 3894 (xsettings_get_system_normal_font): Declare.
3895 3895
3896 * xfns.c (extern xlwmenu_default_font): Remove. 3896 * xfns.c (extern xlwmenu_default_font): Remove.
3897 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved 3897 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
3898 to xlwmenu.c. 3898 to xlwmenu.c.
3899 3899
5691 any more. 5691 any more.
5692 (Ftype_of): Use case_Lisp_Int. 5692 (Ftype_of): Use case_Lisp_Int.
5693 (store_symval_forwarding): Take into account the fact that Ints can 5693 (store_symval_forwarding): Take into account the fact that Ints can
5694 now have more than one tag. 5694 now have more than one tag.
5695 * buffer.c (syms_of_buffer): Use LISP_INT_TAG. 5695 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
5696 buffer_slot_type_mismatch): 5696 (buffer_slot_type_mismatch):
5697 * xfaces.c (face_attr_equal_p): 5697 * xfaces.c (face_attr_equal_p):
5698 * print.c (print_object): 5698 * print.c (print_object):
5699 * alloc.c (mark_maybe_object, mark_object, survives_gc_p): 5699 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
5700 Use case_Lisp_Int. 5700 Use case_Lisp_Int.
5701 5701