aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-06-27 19:50:50 +0000
committerChong Yidong2009-06-27 19:50:50 +0000
commit4e23bedbfa150e4b93add54e11ee06e0e6ebc6e1 (patch)
tree14c6083e5f5fdeb8df1d331e35617637ed302331 /src/ChangeLog
parentf5594f039ff931d6f3071848f03513c6afd5733b (diff)
downloademacs-4e23bedbfa150e4b93add54e11ee06e0e6ebc6e1.tar.gz
emacs-4e23bedbfa150e4b93add54e11ee06e0e6ebc6e1.zip
* frame.c (x_get_arg): Check if dpyinfo is non-NULL.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 65cd4fa62b6..d0130c73474 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12009-06-27 Chong Yidong <cyd@stupidchicken.com> 12009-06-27 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
4
3 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of 5 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
4 truncation glyphs (Bug#3686). 6 truncation glyphs (Bug#3686).
5 7