aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2002-11-17 23:54:10 +0000
committerMiles Bader2002-11-17 23:54:10 +0000
commit6ae2cd571572e3a1b503caed67e3760e9e1d7c0d (patch)
tree9c94f7929fe9a749dc466f5e2925b92f1cc4dca7 /src/ChangeLog
parentfce134490974b60d08188228b8e7d7289fd88de0 (diff)
downloademacs-6ae2cd571572e3a1b503caed67e3760e9e1d7c0d.tar.gz
emacs-6ae2cd571572e3a1b503caed67e3760e9e1d7c0d.zip
(load_face_font): Set `face->overstrike' based on result from
choose_face_font. (best_matching_font, choose_face_font): Add `needs_overstrike' argument, and use it to return whether overstriking is desirable for this face/font combo. (set_font_frame_param: Pass new argument to choose_face_font.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b174d8d6ab1..9531520ea3e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,17 @@
12002-11-18 Miles Bader <miles@gnu.org>
2
3 * dispextern.h (struct face): Add `overstrike' field.
4 * xterm.c (x_draw_glyph_string_foreground)
5 (x_draw_composite_glyph_string_foreground): Implement overstriking.
6 * xfaces.c (load_face_font): Set `face->overstrike' based on
7 result from choose_face_font.
8 (best_matching_font, choose_face_font): Add `needs_overstrike'
9 argument, and use it to return whether overstriking is desirable
10 for this face/font combo.
11 (set_font_frame_param: Pass new argument to choose_face_font.
12
12002-11-17 Ben Key <BKey1@tampabay.rr.com> 132002-11-17 Ben Key <BKey1@tampabay.rr.com>
14
2 * w32.c: Added wrapper functions around the win32 API functions 15 * w32.c: Added wrapper functions around the win32 API functions
3 OpenProcessToken, GetTokenInformation, LookupAccountSid, and 16 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
4 GetSidIdentifierAuthority. These wrapper functions serve two 17 GetSidIdentifierAuthority. These wrapper functions serve two
@@ -65,7 +78,6 @@
65 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly 78 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
66 added support for play-sound-internal under Windows would be 79 added support for play-sound-internal under Windows would be
67 included in the build of Emacs. 80 included in the build of Emacs.
68
69 81
702002-11-16 Jason Rumney <jasonr@gnu.org> 822002-11-16 Jason Rumney <jasonr@gnu.org>
71 83