diff options
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a4a9e041879..2bf7617b4e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -243,7 +243,7 @@ | |||
| 243 | (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb) | 243 | (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb) |
| 244 | (xg_create_tool_bar): Remove unused variables. | 244 | (xg_create_tool_bar): Remove unused variables. |
| 245 | (x_wm_set_size_hint): Move declarations before statements. | 245 | (x_wm_set_size_hint): Move declarations before statements. |
| 246 | (xg_create_frame_widgets): Remove variable grav, | 246 | (xg_create_frame_widgets): Remove variable grav. |
| 247 | 247 | ||
| 248 | 2010-02-21 Chong Yidong <cyd@stupidchicken.com> | 248 | 2010-02-21 Chong Yidong <cyd@stupidchicken.com> |
| 249 | 249 | ||
| @@ -361,7 +361,7 @@ | |||
| 361 | 361 | ||
| 362 | * xfns.c (Fx_create_frame): Remove window size matching code from | 362 | * xfns.c (Fx_create_frame): Remove window size matching code from |
| 363 | 2010-01-15. | 363 | 2010-01-15. |
| 364 | (x_get_current_desktop, x_get_desktop_workarea): Remove | 364 | (x_get_current_desktop, x_get_desktop_workarea): Remove. |
| 365 | 365 | ||
| 366 | 2010-01-27 Jason Rumney <jasonr@gnu.org> | 366 | 2010-01-27 Jason Rumney <jasonr@gnu.org> |
| 367 | 367 | ||
| @@ -1198,7 +1198,7 @@ | |||
| 1198 | fontconfig settings like hinting. | 1198 | fontconfig settings like hinting. |
| 1199 | (font_load_for_lface): If spec had a name in it, store it in entity. | 1199 | (font_load_for_lface): If spec had a name in it, store it in entity. |
| 1200 | 1200 | ||
| 1201 | * emacs.c (main): Call syms_of_xsettings | 1201 | * emacs.c (main): Call syms_of_xsettings. |
| 1202 | 1202 | ||
| 1203 | * config.in: HAVE_GCONF is new. | 1203 | * config.in: HAVE_GCONF is new. |
| 1204 | 1204 | ||
| @@ -6783,7 +6783,7 @@ | |||
| 6783 | (composition_adjust_point, Fcomposition_get_gstring): New functions. | 6783 | (composition_adjust_point, Fcomposition_get_gstring): New functions. |
| 6784 | (syms_of_composite): Initialize gstring_hash_table, gstrint_work, | 6784 | (syms_of_composite): Initialize gstring_hash_table, gstrint_work, |
| 6785 | and gstring_work_headers. DEFVAR_LISP composition-function-table. | 6785 | and gstring_work_headers. DEFVAR_LISP composition-function-table. |
| 6786 | Defsubr compostion_get_gstring. | 6786 | Defsubr composition_get_gstring. |
| 6787 | 6787 | ||
| 6788 | * dispextern.h (struct glyph): New union u.cmp. Delete the member | 6788 | * dispextern.h (struct glyph): New union u.cmp. Delete the member |
| 6789 | cmp_id. | 6789 | cmp_id. |