From f00691a3e4e5b7997ee7efe6e745d1158a439b21 Mon Sep 17 00:00:00 2001 From: Andrew Choi Date: Sun, 16 Jun 2002 23:08:57 +0000 Subject: In src/: 2002-06-16 Andrew Choi * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of Vdefault_fontset to Monaco with mac-roman coding. * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine init_process before and after inclusion of Carbon/Carbon.h, resp. * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and cursor_gc. (add_font_name_table_entry): New function. (init_font_name_table): Use add_font_name_table_entry; add italic, bold, and bold-italic entries for truetype fonts. * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces for Mac too. (try_font_list) [MAC_OS]: If no font matches given registry, try fonts with any registry matching face_family. (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here. * s/darwin.h: If autoconf detects the Ncurses library, define LIBS_TERMCAP to -lncurses to use it. In lisp/: 2002-06-16 Andrew Choi * term/mac-win.el (scalable-fonts-allowed): Set to t. --- src/fontset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fontset.c') diff --git a/src/fontset.c b/src/fontset.c index b79010e7bc2..f2df1c63774 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -1413,7 +1413,7 @@ syms_of_fontset () #if defined (MAC_OS) FONTSET_ASCII (Vdefault_fontset) = Fcons (make_number (0), - build_string ("-ETL-fixed-medium-r-*--*-160-*-*-*-*-iso8859-1")); + build_string ("-apple-monaco-medium-r-*--*-120-*-*-*-*-mac-roman")); #elif defined (WINDOWSNT) FONTSET_ASCII (Vdefault_fontset) = Fcons (make_number (0), -- cgit v1.2.1