aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-04-21 07:57:17 +0000
committerYAMAMOTO Mitsuharu2006-04-21 07:57:17 +0000
commita0c62ca2998a7daca34aac44186903959088f538 (patch)
tree637473beadbbd9829151e153ee861c633f000516 /src/ChangeLog
parentf1d7196a178d12d29238dee6d272fb85ff191a32 (diff)
downloademacs-a0c62ca2998a7daca34aac44186903959088f538.tar.gz
emacs-a0c62ca2998a7daca34aac44186903959088f538.zip
(x_per_char_metric): Return NULL if glyph width is 0.
(add_mac_font_name): New function. (init_font_name_table): Use it. Adopt the first found font from those having the same family name.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 392d0c97ab9..36aba44b8db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * image.c [MAC_OS] (xpm_load_image): Fill in background field
4 while we have ximg handy.
5
6 * macmenu.c (restore_menu_items, save_menu_items): New functions
7 from xmenu.c.
8 (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
9 changes for xmenu.c.
10
11 * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
12 (add_mac_font_name): New function.
13 (init_font_name_table): Use it. Adopt the first found font from
14 those having the same family name.
15
12006-04-21 Nick Roberts <nickrob@snap.net.nz> 162006-04-21 Nick Roberts <nickrob@snap.net.nz>
2 17
3 * xdisp.c (note_mouse_highlight): Use build_string. 18 * xdisp.c (note_mouse_highlight): Use build_string.
@@ -51,8 +66,8 @@
51 66
52 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create) 67 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
53 (init_font_name_table, init_font_name_table, mac_do_list_fonts) 68 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
54 (XLoadQueryFont, mac_store_apple_event): Don't check 69 (XLoadQueryFont, mac_store_apple_event): Don't check return value
55 return value of xmalloc. 70 of xmalloc.
56 71
572006-04-17 Kim F. Storm <storm@cua.dk> 722006-04-17 Kim F. Storm <storm@cua.dk>
58 73