aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-06-02 22:12:28 +0000
committerJason Rumney2007-06-02 22:12:28 +0000
commit159ab0d5e91b307e4db2c56e93f164f27c97d824 (patch)
treeb56b9c35be38a5cb3832e75db74ce75b9f460d0b /src
parent27d3d69368a5f39cd72b88b4eb8f699f1823dac3 (diff)
downloademacs-159ab0d5e91b307e4db2c56e93f164f27c97d824.tar.gz
emacs-159ab0d5e91b307e4db2c56e93f164f27c97d824.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.unicode16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 4929b5f415e..47f181c488f 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,3 +1,19 @@
12007-06-02 Jason Rumney <jasonr@gnu.org>
2
3 * font.c (font_pixel_size): Reverse assq_no_quit args.
4
5 * w32term.h (FONT_WIDTH): Report max width, not average.
6 (FONT_MAX_WIDTH): Remove.
7 (FONT_AVG_WIDTH): New macro.
8
9 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
10 redefinition of FONT_WIDTH.
11
12 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
13 (w32_cache_char_metrics): Use FONT_WIDTH.
14
15 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16
12007-06-01 Jason Rumney <jasonr@gnu.org> 172007-06-01 Jason Rumney <jasonr@gnu.org>
2 18
3 * w32font.c (w32font_open): Make lfHeight negative. 19 * w32font.c (w32font_open): Make lfHeight negative.