aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-07-20 13:13:25 +0200
committerJuanma Barranquero2010-07-20 13:13:25 +0200
commita628ad9d974d15b9fbab527e0151377d23b5aeae (patch)
tree1e713b66b48e12f7ab96ca4b6aaa9a1422d6c05b /src
parentda040a16153051de6359361bcc9727f97782b350 (diff)
downloademacs-a628ad9d974d15b9fbab527e0151377d23b5aeae.tar.gz
emacs-a628ad9d974d15b9fbab527e0151377d23b5aeae.zip
Fix typos in ChangeLogs.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d508ccf68c8..43b4c08dd23 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -10,7 +10,7 @@
10 10
11 * gtkutil.c (xg_event_is_for_menubar): Also check that event window 11 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
12 is related to the menu bar (Bug#6499). 12 is related to the menu bar (Bug#6499).
13 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0 13 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
14 14
152010-07-16 Jan Djärv <jan.h.d@swipnet.se> 152010-07-16 Jan Djärv <jan.h.d@swipnet.se>
16 16
@@ -115,7 +115,8 @@
115 * process.c (add_keyboard_wait_descriptor) 115 * process.c (add_keyboard_wait_descriptor)
116 (delete_keyboard_wait_descriptor): Move to common section, do 116 (delete_keyboard_wait_descriptor): Move to common section, do
117 nothing when subprocesses is not defined. 117 nothing when subprocesses is not defined.
118 * term.c (Fsuspend_tty, Fresume_tty, init_tty): Remove subprocesses #ifdefs. 118 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
119 Remove subprocesses #ifdefs.
119 120
120 Convert maybe_fatal to standard C. 121 Convert maybe_fatal to standard C.
121 * lisp.h (verror): Declare. 122 * lisp.h (verror): Declare.
@@ -162,8 +163,7 @@
162 163
1632010-07-12 Andreas Schwab <schwab@linux-m68k.org> 1642010-07-12 Andreas Schwab <schwab@linux-m68k.org>
164 165
165 * dbusbind.c (xd_initialize): Don't compare boolean with a 166 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
166 constant.
167 167
1682010-07-12 Eli Zaretskii <eliz@gnu.org> 1682010-07-12 Eli Zaretskii <eliz@gnu.org>
169 169
@@ -454,7 +454,6 @@
454 * xsettings.c: 454 * xsettings.c:
455 * xsmfns.c: Likewise. 455 * xsmfns.c: Likewise.
456 456
457
4582010-07-08 Eli Zaretskii <eliz@gnu.org> 4572010-07-08 Eli Zaretskii <eliz@gnu.org>
459 458
460 * process.c (kbd_is_on_hold, hold_keyboard_input) 459 * process.c (kbd_is_on_hold, hold_keyboard_input)
@@ -468,7 +467,8 @@
468 467
4692010-07-08 Dan Nicolaescu <dann@ics.uci.edu> 4682010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
470 469
471 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative declaration. 470 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
471 declaration.
472 472
473 Clean up include guards. 473 Clean up include guards.
474 * tparam.c: Remove include guards for config.h, string.h and code 474 * tparam.c: Remove include guards for config.h, string.h and code
@@ -691,8 +691,8 @@
6912010-07-07 Jan Djärv <jan.h.d@swipnet.se> 6912010-07-07 Jan Djärv <jan.h.d@swipnet.se>
692 692
693 * process.c (kbd_is_on_hold): New variable. 693 * process.c (kbd_is_on_hold): New variable.
694 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p): New 694 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
695 functions. 695 New functions.
696 (wait_reading_process_output): If kbd_on_hold_p returns non-zero, 696 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
697 select on empty input mask. 697 select on empty input mask.
698 (init_process): Initialize kbd_is_on_hold to 0. 698 (init_process): Initialize kbd_is_on_hold to 0.
@@ -716,8 +716,8 @@
716 * dosfns.c: 716 * dosfns.c:
717 * w16select.c: Convert function definitions to ANSI C. 717 * w16select.c: Convert function definitions to ANSI C.
718 718
719 * msdos.h (ctrl_break_func, install_ctrl_break_check): Remove 719 * msdos.h (ctrl_break_func, install_ctrl_break_check):
720 unused prototypes. 720 Remove unused prototypes.
721 721
7222010-07-07 Juanma Barranquero <lekktu@gmail.com> 7222010-07-07 Juanma Barranquero <lekktu@gmail.com>
723 723
@@ -1128,16 +1128,16 @@
1128 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame 1128 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
1129 parameters, they are already absolute. 1129 parameters, they are already absolute.
1130 1130
1131 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed 1131 * nsterm.m (x_set_window_size, initFrameFromEmacs):
1132 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT. 1132 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
1133 1133
1134 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH 1134 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
1135 1135
1136 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update 1136 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
1137 FRAME_TOOLBAR_HEIGHT. 1137 Update FRAME_TOOLBAR_HEIGHT.
1138 1138
1139 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add 1139 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
1140 BLOCK/UNBLOCK_INPUT so asserts don't trigger. 1140 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1141 1141
11422010-06-30 Chong Yidong <cyd@stupidchicken.com> 11422010-06-30 Chong Yidong <cyd@stupidchicken.com>
1143 1143
@@ -1326,7 +1326,7 @@
1326 * xfns.c (x_default_font_parameter): Try to open font from system 1326 * xfns.c (x_default_font_parameter): Try to open font from system
1327 before using it (bug#6478). Rename got_from_gconf to got_from_system. 1327 before using it (bug#6478). Rename got_from_gconf to got_from_system.
1328 1328
13292010-06-22 Keith Packard <keithp@keithp.com> (tiny change) 13292010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
1330 1330
1331 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437). 1331 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
1332 1332
@@ -1498,8 +1498,8 @@
1498 1498
14992010-06-03 Andreas Schwab <schwab@linux-m68k.org> 14992010-06-03 Andreas Schwab <schwab@linux-m68k.org>
1500 1500
1501 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 1501 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
1502 address. (Bug#6346) 1502 (Bug#6346)
1503 1503
15042010-06-03 Juanma Barranquero <lekktu@gmail.com> 15042010-06-03 Juanma Barranquero <lekktu@gmail.com>
1505 1505