aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2009-02-12 14:39:17 +0000
committerJason Rumney2009-02-12 14:39:17 +0000
commitcb4a3e4288f6f1e606fead5542f8be3973d5f0f9 (patch)
treee2e19c1dedc5d54b1f8970db74dccd4c750cf2ae /src/ChangeLog
parent7fed8996b49693ff7c4cbc62f554d52d57e8909e (diff)
downloademacs-cb4a3e4288f6f1e606fead5542f8be3973d5f0f9.tar.gz
emacs-cb4a3e4288f6f1e606fead5542f8be3973d5f0f9.zip
(x_display_pixel_height, x_display_pixel_width):
Release DC when finished. Use NULL window to refer to desktop. (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bcbf87f1683..5b6f0a6016a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12009-02-12 Jason Rumney <jasonr@gnu.org> 12009-02-12 Jason Rumney <jasonr@gnu.org>
2 2
3 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4 Release DC when finished. Use NULL window to refer to desktop.
5 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
6
3 * w32font.c (add_font_entity_to_list): Fix check for substituted 7 * w32font.c (add_font_entity_to_list): Fix check for substituted
4 raster fonts. (Bug#2219) 8 raster fonts. (Bug#2219)
5 9