diff options
| author | Jason Rumney | 2008-12-13 17:56:27 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-12-13 17:56:27 +0000 |
| commit | e6df5336489bdb73c6e9b1c72b27d190ce8aa224 (patch) | |
| tree | 8e0833deeeab72dccc9110ea833cab6f5f23634f /src/ChangeLog | |
| parent | ebbbc028abed83c5199092327c735aa38bf6250e (diff) | |
| download | emacs-e6df5336489bdb73c6e9b1c72b27d190ce8aa224.tar.gz emacs-e6df5336489bdb73c6e9b1c72b27d190ce8aa224.zip | |
* w32font.c (intern_font_name): New function.
(add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
(w32font_open_internal, Fx_select_font): Decode font name.
(fill_in_logfont, list_all_matching_fonts): Encode font name.
* w32font.h (intern_font_name): Declare new function.
* w32uniscribe.c (add_opentype_font_name_to_list):
Use intern_font_name.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f73e6d3f72a..47922061be2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-12-13 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32font.c (intern_font_name): New function. | ||
| 4 | (add_font_name_to_list, w32_enumfont_pattern_entity): Use it. | ||
| 5 | (w32font_open_internal, Fx_select_font): Decode font name. | ||
| 6 | (fill_in_logfont, list_all_matching_fonts): Encode font name. | ||
| 7 | |||
| 8 | * w32font.h (intern_font_name): Declare new function. | ||
| 9 | |||
| 10 | * w32uniscribe.c (add_opentype_font_name_to_list): | ||
| 11 | Use intern_font_name. | ||
| 12 | |||
| 1 | 2008-12-13 Chong Yidong <cyd@stupidchicken.com> | 13 | 2008-12-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 14 | ||
| 3 | * frame.c (Fdelete_frame): Call free_font_driver_list. | 15 | * frame.c (Fdelete_frame): Call free_font_driver_list. |
| @@ -32,6 +44,11 @@ | |||
| 32 | 44 | ||
| 33 | * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame. | 45 | * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame. |
| 34 | 46 | ||
| 47 | 2008-12-12 Jason Rumney <jasonr@gnu.org> | ||
| 48 | |||
| 49 | * w32fns.c (x_display_info_for_name, Fx_open_connection): Set | ||
| 50 | Vwindow_system_version to the real w32 major version. | ||
| 51 | |||
| 35 | 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu> | 52 | 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu> |
| 36 | 53 | ||
| 37 | * term.c (init_tty): Move setting the terminal name before the | 54 | * term.c (init_tty): Move setting the terminal name before the |