diff options
Diffstat (limited to 'src/ChangeLog.11')
| -rw-r--r-- | src/ChangeLog.11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 7c46dea675c..78639ef0c2b 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -12897,7 +12897,7 @@ | |||
| 12897 | * font.c (font_update_drivers): Sanity fallback to avoid disabling | 12897 | * font.c (font_update_drivers): Sanity fallback to avoid disabling |
| 12898 | all drivers. | 12898 | all drivers. |
| 12899 | 12899 | ||
| 12900 | * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep. | 12900 | * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUstep. |
| 12901 | 12901 | ||
| 12902 | 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12902 | 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 12903 | 12903 | ||
| @@ -23182,7 +23182,7 @@ | |||
| 23182 | * font.c (font_prop_validate_symbol, font_prop_validate_style) | 23182 | * font.c (font_prop_validate_symbol, font_prop_validate_style) |
| 23183 | (font_prop_validate_non_neg, font_prop_validate_spacing): | 23183 | (font_prop_validate_non_neg, font_prop_validate_spacing): |
| 23184 | Delete argument prop_index. | 23184 | Delete argument prop_index. |
| 23185 | (font_property_table): Change arguments to validater. Change Callers. | 23185 | (font_property_table): Change arguments to validator. Change Callers. |
| 23186 | (font_lispy_object): Delete. | 23186 | (font_lispy_object): Delete. |
| 23187 | (font_at): Use font_find_object instead fo font_lispy_object. | 23187 | (font_at): Use font_find_object instead fo font_lispy_object. |
| 23188 | 23188 | ||
| @@ -30657,7 +30657,7 @@ | |||
| 30657 | (display_buffer): Do not set split_height_threshold to twice the | 30657 | (display_buffer): Do not set split_height_threshold to twice the |
| 30658 | value of window_min_height to avoid changing the value of a | 30658 | value of window_min_height to avoid changing the value of a |
| 30659 | customizable variable. Rather explicitly check whether the | 30659 | customizable variable. Rather explicitly check whether the |
| 30660 | height of the window that shall be splitted is at least as large | 30660 | height of the window that shall be split is at least as large |
| 30661 | as split_height_threshold. | 30661 | as split_height_threshold. |
| 30662 | (Fwindow_full_width_p): New defun. | 30662 | (Fwindow_full_width_p): New defun. |
| 30663 | (syms_of_window): Defsubr it. | 30663 | (syms_of_window): Defsubr it. |