aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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>