Mercurial > emacs
comparison src/ChangeLog @ 106676:cf3b293aa85d
Fix typos in ChangeLogs.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 29 Dec 2009 02:57:40 +0100 |
| parents | 7b4423169356 |
| children | 554599f8828c |
comparison
equal
deleted
inserted
replaced
| 106675:72ee8229ccc7 | 106676:cf3b293aa85d |
|---|---|
| 2 | 2 |
| 3 * minibuf.c (Fall_completions): Minor optimization. | 3 * minibuf.c (Fall_completions): Minor optimization. |
| 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 |
| 13 * composite.h (composition_adjust_point): Update prototype. | 13 * composite.h (composition_adjust_point): Update prototype. |
| 14 | 14 |
| 23 (adjust_point_for_property): Don't adjust point for automatic | 23 (adjust_point_for_property): Don't adjust point for automatic |
| 24 composition when called after buffer modification. | 24 composition when called after buffer modification. |
| 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. |
| 33 (pgrowit): New command. | 33 (pgrowit): New command. |
| 34 | 34 |
| 139 2009-12-14 Kenichi Handa <handa@m17n.org> | 139 2009-12-14 Kenichi Handa <handa@m17n.org> |
| 140 | 140 |
| 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. |
| 148 | 148 |
| 149 2009-12-13 Jan Djärv <jan.h.d@swipnet.se> | 149 2009-12-13 Jan Djärv <jan.h.d@swipnet.se> |
| 154 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and | 154 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and |
| 155 Xatom_net_window_type. | 155 Xatom_net_window_type. |
| 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. |
| 163 Only allow dragging if a button < 4 is grabbed (bug #5177). | 163 Only allow dragging if a button < 4 is grabbed (bug #5177). |
| 164 (xg_end_scroll_callback): New function. | 164 (xg_end_scroll_callback): New function. |
| 198 iterator_stack_entry.end_charpos and | 198 iterator_stack_entry.end_charpos and |
| 199 iterator_stack_entry.stop_charpos. | 199 iterator_stack_entry.stop_charpos. |
| 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 ==. |
| 207 | 207 |
| 208 2009-12-12 Kenichi Handa <handa@m17n.org> | 208 2009-12-12 Kenichi Handa <handa@m17n.org> |
| 325 | 325 |
| 326 2009-11-25 Jan Djärv <jan.h.d@swipnet.se> | 326 2009-11-25 Jan Djärv <jan.h.d@swipnet.se> |
| 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> |
| 334 | 334 |
| 335 * insdel.c (adjust_markers_for_delete): Move it in the | 335 * insdel.c (adjust_markers_for_delete): Move it in the |
| 378 does that now. | 378 does that now. |
| 379 | 379 |
| 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. |
| 387 | 387 |
| 388 * process.c: Include xgselect.h if defined (USE_GTK) || | 388 * process.c: Include xgselect.h if defined (USE_GTK) || |
| 540 | 540 |
| 541 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already | 541 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already |
| 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 |
| 549 2009-11-13 Michael Albinus <michael.albinus@gmx.de> | 549 2009-11-13 Michael Albinus <michael.albinus@gmx.de> |
| 550 | 550 |
