comparison lisp/ChangeLog @ 45848:39cdf9669519

In src/: 2002-06-16 Andrew Choi <akochoi@shaw.ca> * 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 <akochoi@shaw.ca> * term/mac-win.el (scalable-fonts-allowed): Set to t.
author Andrew Choi <akochoi@shaw.ca>
date Sun, 16 Jun 2002 23:08:57 +0000
parents 8f6690e26fe4
children 31950ed3be11
comparison
equal deleted inserted replaced
45847:b8222731ac88 45848:39cdf9669519
1 2002-06-16 Andrew Choi <akochoi@shaw.ca>
2
3 * term/mac-win.el (scalable-fonts-allowed): Set to t.
4
1 2002-06-15 Colin Walters <walters@debian.org> 5 2002-06-15 Colin Walters <walters@debian.org>
2 6
3 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify): 7 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
4 Delete defvars. 8 Delete defvars.
5 (cvs-highlight): Delete. 9 (cvs-highlight): Delete.
292 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il> 296 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
293 297
294 * select.el (xselect-convert-to-string): If VALUE is a string, 298 * select.el (xselect-convert-to-string): If VALUE is a string,
295 return a cons of TYPE and the string. 299 return a cons of TYPE and the string.
296 300
297 2002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 301 2002-06-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
298 302
299 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): 303 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
300 Fix the table to contain correct characters. 304 Fix the table to contain correct characters.
301 305
302 2002-06-04 Richard M. Stallman <rms@gnu.org> 306 2002-06-04 Richard M. Stallman <rms@gnu.org>