aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-06-13 14:29:47 +0000
committerJason Rumney2008-06-13 14:29:47 +0000
commit6fe9826d7586a4e6dedb0c567553f70c92161da3 (patch)
tree35f618c1ff63908d519c51e85e0e03730df839fc /src/ChangeLog
parentc652498926fd5444559bc9065067b17c85a55c4a (diff)
downloademacs-6fe9826d7586a4e6dedb0c567553f70c92161da3.tar.gz
emacs-6fe9826d7586a4e6dedb0c567553f70c92161da3.zip
* w32fns.c (Fw32_select_font): Removed old font API function.
* w32font.c (logfont_to_fcname): New function. (Fx_select_font): New font dialog function compatible with GTK/fontconfig version. * font.c (font_style_symbolic_from_value): New function. (font_style_symbolic): Use it. * font.h (font_style_symbolic_from_value): Declare new function.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 88aa859b8e0..5d47aa03a3b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12008-06-13 Jason Rumney <jasonr@gnu.org>
2
3 * w32fns.c (Fw32_select_font): Removed old font API function.
4
5 * w32font.c (logfont_to_fcname): New function.
6 (Fx_select_font): New font dialog function compatible with
7 GTK/fontconfig version.
8
9 * font.c (font_style_symbolic_from_value): New function.
10 (font_style_symbolic): Use it.
11
12 * font.h (font_style_symbolic_from_value): Declare new function.
13
12008-06-13 Juanma Barranquero <lekktu@gmail.com> 142008-06-13 Juanma Barranquero <lekktu@gmail.com>
2 15
3 * font.c (syms_of_font) <font-weight-table, font-slant-table>: 16 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
@@ -39,7 +52,6 @@
39 (font_update_lface): Don't parse "foundry-family" form here. 52 (font_update_lface): Don't parse "foundry-family" form here.
40 Handle FONT_FOUNDRY_INDEX. 53 Handle FONT_FOUNDRY_INDEX.
41 (font_find_for_lface): Likewise. Handle alternate families here. 54 (font_find_for_lface): Likewise. Handle alternate families here.
42 If registry is nil, try iso8859-1 and ascii-0.
43 (font_open_for_lface): Pay attention to size in ENTITY. 55 (font_open_for_lface): Pay attention to size in ENTITY.
44 (font_open_by_name): Simplify by calling font_load_for_lface. 56 (font_open_by_name): Simplify by calling font_load_for_lface.
45 (free_font_driver_list): Delete it. 57 (free_font_driver_list): Delete it.