aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 280077c3844..7bc69b2894e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,20 @@
6 (Fframe_font_cache) [FONT_DEBUG]: New function. 6 (Fframe_font_cache) [FONT_DEBUG]: New function.
7 (syms_of_font) [FONT_DEBUG]: Defsubr it. 7 (syms_of_font) [FONT_DEBUG]: Defsubr it.
8 8
9 Avoid crashes when X fonts are erroneously freed on reused X
10 'Display *' connection data (Bug#16069). Note that X font
11 resources still may be leaked, but currently there is no way
12 to completely avoid it.
13 * xterm.h (struct x_display_info): New member x_id. Add comments.
14 * xterm.c (x_display_id): New variable.
15 (x_term_init): Assign identifier to each opened X connection.
16 * xfont.c (struct xfont): New member x_display_id.
17 (xfont_open): Initialize it with frame's display id.
18 (xfont_close): Check whether font's display id matches the one
19 recorded for the given display. Adjust comment.
20 * xftfont.c (struct xftfont_info):
21 (xftfont_open, xftfont_close): Exactly as above with xfont stuff.
22
92014-03-01 Martin Rudalics <rudalics@gmx.at> 232014-03-01 Martin Rudalics <rudalics@gmx.at>
10 24
11 Consider Vother_window_scroll_buffer valid iff it's a live buffer. 25 Consider Vother_window_scroll_buffer valid iff it's a live buffer.