aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2013-12-07 18:48:52 +0100
committerMartin Rudalics2013-12-07 18:48:52 +0100
commit947003b598285cf9cbc4878524167cd98d718994 (patch)
tree8142f13b25f41675029f93882120d62b2b88c1e2 /src/ChangeLog
parentc4142a830206e97d2d793c2ad73c5d51d9bf1bf0 (diff)
downloademacs-947003b598285cf9cbc4878524167cd98d718994.tar.gz
emacs-947003b598285cf9cbc4878524167cd98d718994.zip
Fix int/Lisp_Object type mixup in w32_read_socket.
* w32term.c (w32_read_socket): Fix int/Lisp_Object type mixup.
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 950938f43df..3072e2dcdec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-12-07 Martin Rudalics <rudalics@gmx.at>
2
3 * w32term.c (w32_read_socket): Fix int/Lisp_Object type mixup.
4
12013-12-07 Jan Djärv <jan.h.d@swipnet.se> 52013-12-07 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * gtkutil.c (tb_size_cb): Call xg_height_or_width_changed. 7 * gtkutil.c (tb_size_cb): Call xg_height_or_width_changed.