diff options
| author | Juanma Barranquero | 2010-07-20 13:13:25 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-20 13:13:25 +0200 |
| commit | a628ad9d974d15b9fbab527e0151377d23b5aeae (patch) | |
| tree | 1e713b66b48e12f7ab96ca4b6aaa9a1422d6c05b /src | |
| parent | da040a16153051de6359361bcc9727f97782b350 (diff) | |
| download | emacs-a628ad9d974d15b9fbab527e0151377d23b5aeae.tar.gz emacs-a628ad9d974d15b9fbab527e0151377d23b5aeae.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 40 |
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 | ||
| 15 | 2010-07-16 Jan Djärv <jan.h.d@swipnet.se> | 15 | 2010-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 | ||
| 163 | 2010-07-12 Andreas Schwab <schwab@linux-m68k.org> | 164 | 2010-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 | ||
| 168 | 2010-07-12 Eli Zaretskii <eliz@gnu.org> | 168 | 2010-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 | |||
| 458 | 2010-07-08 Eli Zaretskii <eliz@gnu.org> | 457 | 2010-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 | ||
| 469 | 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> | 468 | 2010-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 @@ | |||
| 691 | 2010-07-07 Jan Djärv <jan.h.d@swipnet.se> | 691 | 2010-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 | ||
| 722 | 2010-07-07 Juanma Barranquero <lekktu@gmail.com> | 722 | 2010-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 | ||
| 1142 | 2010-06-30 Chong Yidong <cyd@stupidchicken.com> | 1142 | 2010-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 | ||
| 1329 | 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change) | 1329 | 2010-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 | ||
| 1499 | 2010-06-03 Andreas Schwab <schwab@linux-m68k.org> | 1499 | 2010-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 | ||
| 1504 | 2010-06-03 Juanma Barranquero <lekktu@gmail.com> | 1504 | 2010-06-03 Juanma Barranquero <lekktu@gmail.com> |
| 1505 | 1505 | ||