aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 854c4987be5..c3926f6024b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,36 @@
12011-10-27 Chong Yidong <cyd@gnu.org>
2
3 * process.c (make_process): Set gnutls_state to NULL.
4
5 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
6 non-NULL, regardless of GNUTLS_INITSTAGE.
7 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
8 an error. Set process slots as soon as we allocate them.
9
10 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
11
122011-10-27 Chong Yidong <cyd@gnu.org>
13
14 * gnutls.c (emacs_gnutls_deinit): New function. Deallocate
15 credentials structures as well as calling gnutls_deinit.
16 (Fgnutls_deinit, Fgnutls_boot): Use it.
17
18 * process.c (make_process): Initialize GnuTLS credentials to NULL.
19 (deactivate_process): Call emacs_gnutls_deinit.
20
212011-10-27 Juanma Barranquero <lekktu@gmail.com>
22
23 * image.c (x_create_x_image_and_pixmap):
24 * w32.c (sys_rename, w32_delayed_load):
25 * w32font.c (fill_in_logfont):
26 * w32reg.c (x_get_string_resource): Silence compiler warnings.
27
282011-10-26 Juanma Barranquero <lekktu@gmail.com>
29
30 * w32fns.c (w32_default_color_map): New function,
31 extracted from Fw32_default_color_map.
32 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
33
12011-10-25 Paul Eggert <eggert@cs.ucla.edu> 342011-10-25 Paul Eggert <eggert@cs.ucla.edu>
2 35
3 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2). 36 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).