aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-08-06 14:35:00 +0200
committerJuanma Barranquero2010-08-06 14:35:00 +0200
commit686b968e01ce0e5f3a87416af11bf27cd7892d12 (patch)
treefb0e69f5a67f704d1c548b22ccc14149f164666d
parentda7e2be68aa2704f6d9bcb847b71f270a86bc7cb (diff)
downloademacs-686b968e01ce0e5f3a87416af11bf27cd7892d12.tar.gz
emacs-686b968e01ce0e5f3a87416af11bf27cd7892d12.zip
src/ChangeLog: Fix typos.
-rw-r--r--src/ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 834c6e115fd..d4df4268578 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -23,9 +23,9 @@
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)
@@ -41,7 +41,7 @@
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.
@@ -310,7 +310,7 @@
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.
@@ -488,7 +488,7 @@
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.
@@ -3890,8 +3890,8 @@
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
@@ -5693,7 +5693,7 @@
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):