# HG changeset patch # User Steven Tamm # Date 1105835944 0 # Node ID 10f083976969f6a190bfae7735bbc5937baf3a13 # Parent a4a748516aa777dce129297773f45e1216664071 Changed name from mac-use-core-graphics to mac-allow-anti-aliasing diff -r a4a748516aa7 -r 10f083976969 src/ChangeLog --- a/src/ChangeLog Sun Jan 16 00:31:53 2005 +0000 +++ b/src/ChangeLog Sun Jan 16 00:39:04 2005 +0000 @@ -1,9 +1,10 @@ 2005-01-15 Steven Tamm - * macterm.c (Vmac_use_core_graphics): defined - (syms_of_macterm): Added mac-use-core-graphics + * macterm.c (Vmac_use_core_graphics): defined for + mac-allow-anti-aliasing + (syms_of_macterm): Added mac-allow-anti-aliasing (mac_draw_string_common): Use core graphics text rendering if - mac-use-core-graphics is enabled. + mac-allow-anti-aliasing is enabled. * macfns.c (Fx_file_dialog): Save As dialog includes only the file name in the text box. diff -r a4a748516aa7 -r 10f083976969 src/macterm.c --- a/src/macterm.c Sun Jan 16 00:31:53 2005 +0000 +++ b/src/macterm.c Sun Jan 16 00:39:04 2005 +0000 @@ -9923,7 +9923,7 @@ Vmac_pass_control_to_system = Qt; #endif - DEFVAR_LISP ("mac-use-core-graphics", &Vmac_use_core_graphics, + DEFVAR_LISP ("mac-allow-anti-aliasing", &Vmac_use_core_graphics, doc: /* If non-nil, the text will be rendered using Core Graphics text rendering which may anti-alias the text. */); Vmac_use_core_graphics = Qnil;