Mercurial > emacs
comparison src/ChangeLog @ 48385:dca7e9772ba0
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 17 Nov 2002 23:54:10 +0000 |
parents | 4d7b83cc03aa |
children | 3b84595b24b5 |
comparison
equal
deleted
inserted
replaced
48384:acfaa904eb56 | 48385:dca7e9772ba0 |
---|---|
1 2002-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 | |
1 2002-11-17 Ben Key <BKey1@tampabay.rr.com> | 13 2002-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 |
5 purposes: | 18 purposes: |
6 1. They ensure that the wrapped function can never be called | 19 1. They ensure that the wrapped function can never be called |
63 WinMM.lib. | 76 WinMM.lib. |
64 | 77 |
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 |
70 2002-11-16 Jason Rumney <jasonr@gnu.org> | 82 2002-11-16 Jason Rumney <jasonr@gnu.org> |
71 | 83 |
72 * w32fns.c (w32_load_system_font): Don't disable Cleartype. | 84 * w32fns.c (w32_load_system_font): Don't disable Cleartype. |
73 | 85 |