aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog34
1 files changed, 33 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index df3336b52e1..7027e9e5a95 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
12012-04-09 Paul Eggert <eggert@cs.ucla.edu> 12012-04-09 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 configure: new option --enable-gcc-warnings 3 configure: new option --enable-gcc-warnings (Bug#11207)
4 * Makefile.in (C_WARNINGS_SWITCH): Remove. 4 * Makefile.in (C_WARNINGS_SWITCH): Remove.
5 (WARN_CFLAGS, WERROR_CFLAGS): New macros. 5 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
6 (ALL_CFLAGS): Use new macros rather than old. 6 (ALL_CFLAGS): Use new macros rather than old.
@@ -11,6 +11,38 @@
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-09 Teodor Zlatanov <tzz@lifelogs.com>
15
16 * process.c (make_process):
17 * process.h: Add integer `gnutls_handshakes_tried' member to
18 process struct.
19
20 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit. Add
21 convenience `GNUTLS_LOG2i' macro.
22
23 * gnutls.c (gnutls_log_function2i): Convenience log function.
24 (emacs_gnutls_read): Use new log functions,
25 `gnutls_handshakes_tried' process member, and
26 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
27 attempts per process (connection).
28
292012-04-09 Chong Yidong <cyd@gnu.org>
30
31 * eval.c (Fuser_variable_p, user_variable_p_eh)
32 (lisp_indirect_variable): Functions deleted.
33 (Fdefvar): Caller changed.
34
35 * callint.c (Finteractive, Fcall_interactively):
36 * minibuf.c (Fread_variable): Callers changed.
37
382012-04-09 Eli Zaretskii <eliz@gnu.org>
39
40 * xdisp.c (set_cursor_from_row): If the display string appears in
41 the buffer at position that is closer to point than the position
42 after the display string, display the cursor on the first glyph of
43 the display string. Fixes cursor display when a 'display' text
44 property immediately follows invisible text. (Bug#11094)
45
142012-04-09 Paul Eggert <eggert@cs.ucla.edu> 462012-04-09 Paul Eggert <eggert@cs.ucla.edu>
15 47
16 composite.c: use 'double' consistently 48 composite.c: use 'double' consistently