diff options
| author | Stefan Monnier | 2010-05-31 22:34:49 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-05-31 22:34:49 -0400 |
| commit | fd67a7000ee9e118b426df6ad779f3c86d4fe320 (patch) | |
| tree | 9f39d84fb5eeee28ec6670794980c075ebe51b32 /src/ChangeLog | |
| parent | 06ac62b4db7cf64c9d65ac55bdfcefdf478e20b5 (diff) | |
| parent | feceda26100f1b5712a85aadf0c428a1507b538d (diff) | |
| download | emacs-fd67a7000ee9e118b426df6ad779f3c86d4fe320.tar.gz emacs-fd67a7000ee9e118b426df6ad779f3c86d4fe320.zip | |
Merge from emacs-23
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb41750a62c..b656b0e7dc7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,11 @@ | |||
| 3 | * sysdep.c (child_setup_tty): Move the non-canonical initialization to | 3 | * sysdep.c (child_setup_tty): Move the non-canonical initialization to |
| 4 | the HAVE_TERMIO where it belongs (bug#6149). | 4 | the HAVE_TERMIO where it belongs (bug#6149). |
| 5 | 5 | ||
| 6 | 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread | ||
| 9 | of bug#6305). | ||
| 10 | |||
| 6 | 2010-05-30 Eli Zaretskii <eliz@gnu.org> | 11 | 2010-05-30 Eli Zaretskii <eliz@gnu.org> |
| 7 | 12 | ||
| 8 | * bidi.c (bidi_move_to_visually_next): Make sure the sentinel | 13 | * bidi.c (bidi_move_to_visually_next): Make sure the sentinel |
| @@ -123,6 +128,11 @@ | |||
| 123 | 128 | ||
| 124 | * dispextern.h (init_iterator): Sync prototype with changed definition. | 129 | * dispextern.h (init_iterator): Sync prototype with changed definition. |
| 125 | 130 | ||
| 131 | 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com> | ||
| 132 | |||
| 133 | * s/netbsd.h: If terminfo is found, use it in preference to | ||
| 134 | termcap. (Bug#6190) [Backport from trunk] | ||
| 135 | |||
| 126 | 2010-05-19 Eli Zaretskii <eliz@gnu.org> | 136 | 2010-05-19 Eli Zaretskii <eliz@gnu.org> |
| 127 | 137 | ||
| 128 | Redesign and reimplement bidi-aware edge positions of glyph rows. | 138 | Redesign and reimplement bidi-aware edge positions of glyph rows. |
| @@ -2270,7 +2280,7 @@ | |||
| 2270 | (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb) | 2280 | (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb) |
| 2271 | (xg_create_tool_bar): Remove unused variables. | 2281 | (xg_create_tool_bar): Remove unused variables. |
| 2272 | (x_wm_set_size_hint): Move declarations before statements. | 2282 | (x_wm_set_size_hint): Move declarations before statements. |
| 2273 | (xg_create_frame_widgets): Remove variable grav, | 2283 | (xg_create_frame_widgets): Remove variable grav. |
| 2274 | 2284 | ||
| 2275 | 2010-02-21 Chong Yidong <cyd@stupidchicken.com> | 2285 | 2010-02-21 Chong Yidong <cyd@stupidchicken.com> |
| 2276 | 2286 | ||
| @@ -2388,7 +2398,7 @@ | |||
| 2388 | 2398 | ||
| 2389 | * xfns.c (Fx_create_frame): Remove window size matching code from | 2399 | * xfns.c (Fx_create_frame): Remove window size matching code from |
| 2390 | 2010-01-15. | 2400 | 2010-01-15. |
| 2391 | (x_get_current_desktop, x_get_desktop_workarea): Remove | 2401 | (x_get_current_desktop, x_get_desktop_workarea): Remove. |
| 2392 | 2402 | ||
| 2393 | 2010-01-27 Jason Rumney <jasonr@gnu.org> | 2403 | 2010-01-27 Jason Rumney <jasonr@gnu.org> |
| 2394 | 2404 | ||
| @@ -3225,7 +3235,7 @@ | |||
| 3225 | fontconfig settings like hinting. | 3235 | fontconfig settings like hinting. |
| 3226 | (font_load_for_lface): If spec had a name in it, store it in entity. | 3236 | (font_load_for_lface): If spec had a name in it, store it in entity. |
| 3227 | 3237 | ||
| 3228 | * emacs.c (main): Call syms_of_xsettings | 3238 | * emacs.c (main): Call syms_of_xsettings. |
| 3229 | 3239 | ||
| 3230 | * config.in: HAVE_GCONF is new. | 3240 | * config.in: HAVE_GCONF is new. |
| 3231 | 3241 | ||
| @@ -8810,7 +8820,7 @@ | |||
| 8810 | (composition_adjust_point, Fcomposition_get_gstring): New functions. | 8820 | (composition_adjust_point, Fcomposition_get_gstring): New functions. |
| 8811 | (syms_of_composite): Initialize gstring_hash_table, gstrint_work, | 8821 | (syms_of_composite): Initialize gstring_hash_table, gstrint_work, |
| 8812 | and gstring_work_headers. DEFVAR_LISP composition-function-table. | 8822 | and gstring_work_headers. DEFVAR_LISP composition-function-table. |
| 8813 | Defsubr compostion_get_gstring. | 8823 | Defsubr composition_get_gstring. |
| 8814 | 8824 | ||
| 8815 | * dispextern.h (struct glyph): New union u.cmp. Delete the member | 8825 | * dispextern.h (struct glyph): New union u.cmp. Delete the member |
| 8816 | cmp_id. | 8826 | cmp_id. |