aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 76a8353b853..994b8d034ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change)
2
3 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
4 (force_quit_count): New var.
5 (handle_interrupt): Use it.
6
12012-04-10 Juanma Barranquero <lekktu@gmail.com> 72012-04-10 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * w32.c (w32_delayed_load): Record the full path of the library 9 * w32.c (w32_delayed_load): Record the full path of the library
@@ -17,8 +23,8 @@
17 * process.h: Add integer `gnutls_handshakes_tried' member to 23 * process.h: Add integer `gnutls_handshakes_tried' member to
18 process struct. 24 process struct.
19 25
20 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit. Add 26 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
21 convenience `GNUTLS_LOG2i' macro. 27 Add convenience `GNUTLS_LOG2i' macro.
22 28
23 * gnutls.c (gnutls_log_function2i): Convenience log function. 29 * gnutls.c (gnutls_log_function2i): Convenience log function.
24 (emacs_gnutls_read): Use new log functions, 30 (emacs_gnutls_read): Use new log functions,
@@ -104,8 +110,8 @@
104 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser. 110 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
105 Calls xmlCleanupParser only if libxml2 was loaded (or statically 111 Calls xmlCleanupParser only if libxml2 was loaded (or statically
106 linked in). 112 linked in).
107 (Flibxml_parse_html_region, Flibxml_parse_xml_region): Call 113 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
108 init_libxml2_functions before calling libxml2 functions. 114 Call init_libxml2_functions before calling libxml2 functions.
109 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it. 115 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
110 116
111 * emacs.c: Don't include libxml/parser.h. 117 * emacs.c: Don't include libxml/parser.h.