aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-06-28 23:54:27 +0000
committerJason Rumney2008-06-28 23:54:27 +0000
commit8b61a891130e081faa91a897e17c4cc26efdfb41 (patch)
tree1b4e5d6394798a8ee63412eb9be75f724d8acd20 /src/ChangeLog
parenta7d545207891622ea4a90de96b994bf10d25ab3c (diff)
downloademacs-8b61a891130e081faa91a897e17c4cc26efdfb41.tar.gz
emacs-8b61a891130e081faa91a897e17c4cc26efdfb41.zip
* w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
(pfnSetLayeredWindowAttributes): New function pointer. (w32_initialize): Initialize it when supported. (x_set_frame_alpha): New function. * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'. (w32_frame_parm_handlers): Set alpha handler. * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
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 @@
12008-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
12008-06-27 Jason Rumney <jasonr@gnu.org> 132008-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)