diff options
| author | Juanma Barranquero | 2009-12-29 02:57:40 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2009-12-29 02:57:40 +0100 |
| commit | 5ce6e4f452e31c2eebc12e6f1e7146d2352f22e2 (patch) | |
| tree | 0a4a7ee5287d09c29db0311b2419691683e28adb /src/ChangeLog | |
| parent | 96c834b62ad63c11281d0c104091a2278fcc20ed (diff) | |
| download | emacs-5ce6e4f452e31c2eebc12e6f1e7146d2352f22e2.tar.gz emacs-5ce6e4f452e31c2eebc12e6f1e7146d2352f22e2.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 02034e61d49..92f4fe45f35 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,9 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | 2009-12-26 Eli Zaretskii <eliz@gnu.org> | 5 | 2009-12-26 Eli Zaretskii <eliz@gnu.org> |
| 6 | 6 | ||
| 7 | * .gdbinit (pgx): Fix display of composite glyphs. Display | 7 | * .gdbinit (pgx): Fix display of composite glyphs. |
| 8 | cmp.from and cmp.to as well. | 8 | Display cmp.from and cmp.to as well. |
| 9 | (pitx) Fix last change. | 9 | (pitx): Fix last change. |
| 10 | 10 | ||
| 11 | 2009-12-25 Kenichi Handa <handa@m17n.org> | 11 | 2009-12-25 Kenichi Handa <handa@m17n.org> |
| 12 | 12 | ||
| @@ -25,8 +25,8 @@ | |||
| 25 | 25 | ||
| 26 | 2009-12-19 Eli Zaretskii <eliz@gnu.org> | 26 | 2009-12-19 Eli Zaretskii <eliz@gnu.org> |
| 27 | 27 | ||
| 28 | * .gdbinit (pitx): Don't use enum names, use their values. Remove | 28 | * .gdbinit (pitx): Don't use enum names, use their values. |
| 29 | reference to non-existing value GET_FROM_COMPOSITION. | 29 | Remove reference to non-existing value GET_FROM_COMPOSITION. |
| 30 | (pgx): Don't use enum names, use their values. | 30 | (pgx): Don't use enum names, use their values. |
| 31 | (pitmethod): New helper command. | 31 | (pitmethod): New helper command. |
| 32 | (pitx): Use it to display iteration method. | 32 | (pitx): Use it to display iteration method. |
| @@ -141,7 +141,7 @@ | |||
| 141 | * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19) | 141 | * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19) |
| 142 | in 8-bit encoding. | 142 | in 8-bit encoding. |
| 143 | 143 | ||
| 144 | 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change) | 144 | 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change) |
| 145 | 145 | ||
| 146 | * xfns.c (x_create_tip_frame): Set the extended window manager hint for | 146 | * xfns.c (x_create_tip_frame): Set the extended window manager hint for |
| 147 | tooltip windows. | 147 | tooltip windows. |
| @@ -156,7 +156,7 @@ | |||
| 156 | 156 | ||
| 157 | * xterm.c (my_log_handler): New function. | 157 | * xterm.c (my_log_handler): New function. |
| 158 | (x_term_init): Set my_log_handler as log handler during gtk_init | 158 | (x_term_init): Set my_log_handler as log handler during gtk_init |
| 159 | so we can filter out buggy messages. (bug #5120). | 159 | so we can filter out buggy messages. (Bug #5120). |
| 160 | 160 | ||
| 161 | * xterm.c (xg_scroll_callback): Parameter list changed, | 161 | * xterm.c (xg_scroll_callback): Parameter list changed, |
| 162 | use parameter GtkScrollType to determine scroll/line/page. | 162 | use parameter GtkScrollType to determine scroll/line/page. |
| @@ -200,7 +200,7 @@ | |||
| 200 | 200 | ||
| 201 | 2009-12-12 Jan Djärv <jan.h.d@swipnet.se> | 201 | 2009-12-12 Jan Djärv <jan.h.d@swipnet.se> |
| 202 | 202 | ||
| 203 | * gtkutil.c (scroll_end_callback): New function (bug #5177) | 203 | * gtkutil.c (scroll_end_callback): New function (bug #5177). |
| 204 | (xg_create_scroll_bar): Call scroll_end_callback on button release | 204 | (xg_create_scroll_bar): Call scroll_end_callback on button release |
| 205 | event (bug #5177). | 205 | event (bug #5177). |
| 206 | (xg_event_is_for_scrollbar): != replaced with ==. | 206 | (xg_event_is_for_scrollbar): != replaced with ==. |
| @@ -327,7 +327,7 @@ | |||
| 327 | 327 | ||
| 328 | * term.c (delete_tty): Remove check for last terminal (bug#4970). | 328 | * term.c (delete_tty): Remove check for last terminal (bug#4970). |
| 329 | 329 | ||
| 330 | * xsettings.c: Revert changes from 2009-11-23. Just use Xft | 330 | * xsettings.c: Revert changes from 2009-11-23. Just use Xft |
| 331 | defaults (bug #5025). | 331 | defaults (bug #5025). |
| 332 | 332 | ||
| 333 | 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca> | 333 | 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -380,7 +380,7 @@ | |||
| 380 | * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer) | 380 | * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer) |
| 381 | (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback) | 381 | (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback) |
| 382 | (scroll_bar_button_cb): Remove. | 382 | (scroll_bar_button_cb): Remove. |
| 383 | (create_menus): C++ comments => C comments. Don't bind grab-notify | 383 | (create_menus): C++ comments => C comments. Don't bind grab-notify |
| 384 | event. | 384 | event. |
| 385 | (xg_create_scroll_bar): Don't bind button-press-event and | 385 | (xg_create_scroll_bar): Don't bind button-press-event and |
| 386 | button-release-event. | 386 | button-release-event. |
| @@ -542,7 +542,7 @@ | |||
| 542 | has a parent. | 542 | has a parent. |
| 543 | 543 | ||
| 544 | * Makefile.in: If AUTO_DEPEND is defined, make gcc generate | 544 | * Makefile.in: If AUTO_DEPEND is defined, make gcc generate |
| 545 | dependency files in deps/. Include those files into Makefile. | 545 | dependency files in deps/. Include those files into Makefile. |
| 546 | 546 | ||
| 547 | * config.in: Generated (AUTO_DEPEND). | 547 | * config.in: Generated (AUTO_DEPEND). |
| 548 | 548 | ||