aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 21563806ece..c06c98c5418 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,60 @@
12011-07-17 Andreas Schwab <schwab@linux-m68k.org>
2
3 * lread.c (read_integer): Unread even EOF character.
4 (read1): Likewise. Properly record start position of symbol.
5
6 * lread.c (read1): Read `#:' as empty uninterned symbol if no
7 symbol character follows.
8
92011-07-17 Paul Eggert <eggert@cs.ucla.edu>
10
11 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
12 This works around a problem with the previous change to Fcopy_file.
13 Recent glibc declares fchown with __attribute__((warn_unused_result)),
14 and without this change, GCC might complain about discarding
15 fchown's return value.
16
172011-07-16 Juanma Barranquero <lekktu@gmail.com>
18
19 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
20
212011-07-16 Paul Eggert <eggert@cs.ucla.edu>
22
23 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
24
252011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
26
27 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
28 it's used from the C level.
29
30 * process.c: Use the same condition for POLL_FOR_INPUT in both
31 keyboard.c and process.c (bug#1858).
32
332011-07-09 Lawrence Mitchell <wence@gmx.li>
34
35 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
36 (Fgnutls_boot): Use it.
37
382011-07-15 Andreas Schwab <schwab@linux-m68k.org>
39
40 * doc.c (Fsubstitute_command_keys): Revert last change.
41
422011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
43
44 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
45 quotes the next character, and doesn't affect other longer
46 sequences (bug#8935).
47
48 * lread.c (syms_of_lread): Clarify that is isn't only
49 `eval-buffer' and `eval-defun' that's affected by
50 `lexical-binding' (bug#8460).
51
522011-07-15 Eli Zaretskii <eliz@gnu.org>
53
54 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
55 bidi redisplay when a line includes both an image and is
56 truncated.
57
12011-07-14 Paul Eggert <eggert@cs.ucla.edu> 582011-07-14 Paul Eggert <eggert@cs.ucla.edu>
2 59
3 Fix minor problems found by static checking. 60 Fix minor problems found by static checking.