aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-10-09 15:19:30 +0200
committerLars Magne Ingebrigtsen2010-10-09 15:19:30 +0200
commitb845653dc0892fed76b7056f130ce9d4999d104d (patch)
tree5663c1bbbc387573516821f8c6c5baeaba77f7e6 /src/ChangeLog
parent1736ad36f82bb498307b6a853a96254253c3e9c0 (diff)
downloademacs-b845653dc0892fed76b7056f130ce9d4999d104d.tar.gz
emacs-b845653dc0892fed76b7056f130ce9d4999d104d.zip
Make emacs_gnutls_read() return the expected on errors.
Also interface cleanups.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b3f20fb737..b147ab2d01f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
4 (emacs_gnutls_write): Remove the debuggin fsync() call.
5 (emacs_gnutls_read): Return -1 if we got an error from
6 gnutls_read(). This allows us to actually read lots of data from
7 the GnuTLS stream.
8
12010-10-09 Chong Yidong <cyd@stupidchicken.com> 92010-10-09 Chong Yidong <cyd@stupidchicken.com>
2 10
3 * xterm.c (x_draw_relief_rect): Clear corner pixels. 11 * xterm.c (x_draw_relief_rect): Clear corner pixels.