diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 85931f7abd1..df8c4b524be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-06-28 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer. | ||
| 4 | (pfnSetLayeredWindowAttributes): New function pointer. | ||
| 5 | (w32_initialize): Initialize it when supported. | ||
| 6 | (x_set_frame_alpha): New function. | ||
| 7 | |||
| 8 | * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'. | ||
| 9 | (w32_frame_parm_handlers): Set alpha handler. | ||
| 10 | |||
| 11 | * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha. | ||
| 12 | |||
| 1 | 2008-06-27 Jason Rumney <jasonr@gnu.org> | 13 | 2008-06-27 Jason Rumney <jasonr@gnu.org> |
| 2 | 14 | ||
| 3 | * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight) | 15 | * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight) |