aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2000-01-23 22:20:24 +0000
committerJason Rumney2000-01-23 22:20:24 +0000
commit9badad414d2265f01b26108dbfd966c9d384d70b (patch)
treebf2d24331646425b889dcafeee7cef6419296092 /src/ChangeLog
parent00fe468b0be661e3546dfe36efd5586ef753d12d (diff)
downloademacs-9badad414d2265f01b26108dbfd966c9d384d70b.tar.gz
emacs-9badad414d2265f01b26108dbfd966c9d384d70b.zip
(w32_defined_color): Apply gamma correction before trying to map to
the palette. (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame to w32_clear_rect.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 17cc9052c33..6f52fa04804 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12000-01-23 Jason Rumney <jasonr@gnu.org>
2
3 * w32fns.c (w32_defined_color): Apply gamma correction before
4 trying to map to the palette.
5 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
6 to w32_clear_rect.
7
8 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
9 here. Callers changed to always pass real device context.
10 (w32_draw_bitmap): Likewise.
11 (w32_get_glyph_overhangs): Likewise.
12 (w32_draw_box_rect): Make use of s->hdc rather than getting a new
13 one.
14 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
15 pfnSetScrollInfo and SetScrollRange.
16 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
17 back into MULE characters after decoding them.
18 (x_get_glyph_face_and_encoding): Likewise.
19 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
20 GetCharABCWidthsW fails, since this is defined on Windows 9x.
21 (x_produce_glyphs): Calculate per char metrics for a character
22 that we know exists in default font when font_not_found_p is true.
23
12000-01-22 Jason Rumney <jasonr@gnu.org> 242000-01-22 Jason Rumney <jasonr@gnu.org>
2 25
3 * makefile.nt (intervals.obj, composite.obj): New modules. 26 * makefile.nt (intervals.obj, composite.obj): New modules.