aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2009-11-27 17:27:04 +0000
committerJan Djärv2009-11-27 17:27:04 +0000
commitece2d4ed181649ebdac464f8149527a9ce75d4ad (patch)
tree431a9fb9ebf71d7ee10aab9ea8a801304ca2cd51 /src/ChangeLog
parent59ffcfc485671bea907b4b8353bd0b8f5e75dc41 (diff)
downloademacs-ece2d4ed181649ebdac464f8149527a9ce75d4ad.tar.gz
emacs-ece2d4ed181649ebdac464f8149527a9ce75d4ad.zip
Don't crash if an X terminal is deleted with force == t.
* xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display is NULL. * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL. * frame.c (frame_make_pointer_invisible) (frame_make_pointer_visible): Just return if there isn't any selected frame.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 495e712c646..5d385e6b412 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12009-11-27 Jan Djärv <jan.h.d@swipnet.se> 12009-11-27 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
4 is NULL.
5
6 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
7
8 * frame.c (frame_make_pointer_invisible)
9 (frame_make_pointer_visible): Just return if there isn't any selected
10 frame.
11
3 * search.c (simple_search): Remove warning by making *p const. 12 * search.c (simple_search): Remove warning by making *p const.
4 13
52009-11-26 Dan Nicolaescu <dann@ics.uci.edu> 142009-11-26 Dan Nicolaescu <dann@ics.uci.edu>