diff options
| author | Paul Eggert | 2012-04-09 12:51:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-09 12:51:06 -0700 |
| commit | 9f46df23a3d01f82a24f2a3dd8730f0263fa9fde (patch) | |
| tree | e10467a42658a374d5cdb7bb25fc94016abdad7a /src/ChangeLog | |
| parent | b8df54ffbefc5ddf40ddcda68a2a682769c5833d (diff) | |
| parent | a130c2afed5e7d5ec10efa1a57f4de2461a9c778 (diff) | |
| download | emacs-9f46df23a3d01f82a24f2a3dd8730f0263fa9fde.tar.gz emacs-9f46df23a3d01f82a24f2a3dd8730f0263fa9fde.zip | |
Merge from trunk; add Bug#.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 34 |
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 @@ | |||
| 1 | 2012-04-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-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 | ||
| 14 | 2012-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 | |||
| 29 | 2012-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 | |||
| 38 | 2012-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 | |||
| 14 | 2012-04-09 Paul Eggert <eggert@cs.ucla.edu> | 46 | 2012-04-09 Paul Eggert <eggert@cs.ucla.edu> |
| 15 | 47 | ||
| 16 | composite.c: use 'double' consistently | 48 | composite.c: use 'double' consistently |