aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2008-07-20 00:47:28 +0000
committerAdrian Robert2008-07-20 00:47:28 +0000
commited96cde8e90c813ca6714b92bb5a0a6dc5eff27d (patch)
tree529d474ca33020d3fa11d139dca72bcd6686a086 /src/ChangeLog
parentd5e4dda5f6fbc60eb57727d3b93fb0ef6f74868e (diff)
downloademacs-ed96cde8e90c813ca6714b92bb5a0a6dc5eff27d.tar.gz
emacs-ed96cde8e90c813ca6714b92bb5a0a6dc5eff27d.zip
restore ability under NS to change font size from font panel (lost during some recent font backend refactoring)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dd015342bc9..b1f1d027ef8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,22 @@
12008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> 12008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2 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
82008-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
182008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
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.