comparison src/ChangeLog @ 96831:47bb47a5494d

restore ability under NS to change font size from font panel (lost during some recent font backend refactoring)
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Sun, 20 Jul 2008 00:47:28 +0000
parents be932007d518
children c06568fd3844
comparison
equal deleted inserted replaced
96830:a8aac59d9c7a 96831:47bb47a5494d
1 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * font.c (font_open_by_name): Under NS, default lface height to zero.
4 (font_open_for_lface): Under NS, set size based on frame fontsize.
5 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
6 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
7
8 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9
10 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
11 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
12 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
13 YES/NO.
14 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
15 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
16 * Makefile.in (clean): Clear out build destination dir.
17
1 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> 18 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2 19
3 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns, 20 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
4 xterm, xselect. 21 xterm, xselect.
5 * lisp.h: Remove declaration of hash_remove. 22 * lisp.h: Remove declaration of hash_remove.