aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-10 14:59:42 -0700
committerPaul Eggert2012-04-10 14:59:42 -0700
commit1530927cb9a3dca7c0f41975f2e9e62ef8be92a2 (patch)
tree698ded24fc8f63cbbde51a4a5953ea6220e8acb3 /src/ChangeLog
parent271e61eb60721546bf373531852a88f14b840d12 (diff)
parent2a718f6fbc7c06bed37d0c8441014b90f9c06b0e (diff)
downloademacs-1530927cb9a3dca7c0f41975f2e9e62ef8be92a2.tar.gz
emacs-1530927cb9a3dca7c0f41975f2e9e62ef8be92a2.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 16 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5abf92bc4e1..2b6a0b2246e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12012-04-09 Paul Eggert <eggert@cs.ucla.edu> 12012-04-10 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 configure: new option --enable-gcc-warnings (Bug#11207) 3 configure: new option --enable-gcc-warnings (Bug#11207)
4 * Makefile.in (C_WARNINGS_SWITCH): Remove. 4 * Makefile.in (C_WARNINGS_SWITCH): Remove.
@@ -11,6 +11,17 @@
11 the Emacs and Gnulib regex code is merged. 11 the Emacs and Gnulib regex code is merged.
12 (xmalloc, xrealloc): Now static. 12 (xmalloc, xrealloc): Now static.
13 13
142012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change)
15
16 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
17 (force_quit_count): New var.
18 (handle_interrupt): Use it.
19
202012-04-10 Juanma Barranquero <lekktu@gmail.com>
21
22 * w32.c (w32_delayed_load): Record the full path of the library
23 being loaded (bug#10424).
24
142012-04-09 Glenn Morris <rgm@gnu.org> 252012-04-09 Glenn Morris <rgm@gnu.org>
15 26
16 * doc.c (Fsnarf_documentation): Check variables, functions are bound, 27 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
@@ -25,8 +36,8 @@
25 * process.h: Add integer `gnutls_handshakes_tried' member to 36 * process.h: Add integer `gnutls_handshakes_tried' member to
26 process struct. 37 process struct.
27 38
28 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit. Add 39 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
29 convenience `GNUTLS_LOG2i' macro. 40 Add convenience `GNUTLS_LOG2i' macro.
30 41
31 * gnutls.c (gnutls_log_function2i): Convenience log function. 42 * gnutls.c (gnutls_log_function2i): Convenience log function.
32 (emacs_gnutls_read): Use new log functions, 43 (emacs_gnutls_read): Use new log functions,
@@ -112,8 +123,8 @@
112 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser. 123 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
113 Calls xmlCleanupParser only if libxml2 was loaded (or statically 124 Calls xmlCleanupParser only if libxml2 was loaded (or statically
114 linked in). 125 linked in).
115 (Flibxml_parse_html_region, Flibxml_parse_xml_region): Call 126 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
116 init_libxml2_functions before calling libxml2 functions. 127 Call init_libxml2_functions before calling libxml2 functions.
117 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it. 128 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
118 129
119 * emacs.c: Don't include libxml/parser.h. 130 * emacs.c: Don't include libxml/parser.h.