diff options
| author | Joakim Verona | 2011-07-17 23:57:23 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-17 23:57:23 +0200 |
| commit | b0ec5b0839c3f2687b4dddc385ae22b72f96db99 (patch) | |
| tree | d35d3789847cbdd287e9ffec4ea53a0ac63fc988 /src/ChangeLog | |
| parent | 32b1b66b26662eb2dd46657cbd292063691bfc79 (diff) | |
| parent | 6265325e6bc5ed7da0e049f1b6e148932ea69e34 (diff) | |
| download | emacs-b0ec5b0839c3f2687b4dddc385ae22b72f96db99.tar.gz emacs-b0ec5b0839c3f2687b4dddc385ae22b72f96db99.zip | |
merge upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 57 |
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 @@ | |||
| 1 | 2011-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 | |||
| 9 | 2011-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 | |||
| 17 | 2011-07-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 18 | |||
| 19 | * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059). | ||
| 20 | |||
| 21 | 2011-07-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 22 | |||
| 23 | * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002) | ||
| 24 | |||
| 25 | 2011-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 | |||
| 33 | 2011-07-09 Lawrence Mitchell <wence@gmx.li> | ||
| 34 | |||
| 35 | * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable. | ||
| 36 | (Fgnutls_boot): Use it. | ||
| 37 | |||
| 38 | 2011-07-15 Andreas Schwab <schwab@linux-m68k.org> | ||
| 39 | |||
| 40 | * doc.c (Fsubstitute_command_keys): Revert last change. | ||
| 41 | |||
| 42 | 2011-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 | |||
| 52 | 2011-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 | |||
| 1 | 2011-07-14 Paul Eggert <eggert@cs.ucla.edu> | 58 | 2011-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. |