diff options
| author | Paul Eggert | 2011-07-16 17:37:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-16 17:37:57 -0700 |
| commit | 4f8a4547454e24304b4182fbf4ae4b34a7bdc92b (patch) | |
| tree | d03d6d6cdd4b10a62633ed5f9da42d60dac016d0 /src/ChangeLog | |
| parent | f0eb61e99dce9005dc94c909046f6130b3d4a97c (diff) | |
| parent | 64a465b2d97d00f27ed74513047ced07b798b9fd (diff) | |
| download | emacs-4f8a4547454e24304b4182fbf4ae4b34a7bdc92b.tar.gz emacs-4f8a4547454e24304b4182fbf4ae4b34a7bdc92b.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 46 |
1 files changed, 42 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 493b3277f52..b3d9eca469e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-07-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Integer signedness and overflow and related fixes. (Bug#9079) | 3 | Integer signedness and overflow and related fixes. (Bug#9079) |
| 4 | 4 | ||
| @@ -197,6 +197,47 @@ | |||
| 197 | Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally | 197 | Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally |
| 198 | well either way, and we prefer signed to unsigned. | 198 | well either way, and we prefer signed to unsigned. |
| 199 | 199 | ||
| 200 | 2011-07-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 201 | |||
| 202 | * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059). | ||
| 203 | |||
| 204 | 2011-07-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 205 | |||
| 206 | * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002) | ||
| 207 | |||
| 208 | 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 209 | |||
| 210 | * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since | ||
| 211 | it's used from the C level. | ||
| 212 | |||
| 213 | * process.c: Use the same condition for POLL_FOR_INPUT in both | ||
| 214 | keyboard.c and process.c (bug#1858). | ||
| 215 | |||
| 216 | 2011-07-09 Lawrence Mitchell <wence@gmx.li> | ||
| 217 | |||
| 218 | * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable. | ||
| 219 | (Fgnutls_boot): Use it. | ||
| 220 | |||
| 221 | 2011-07-15 Andreas Schwab <schwab@linux-m68k.org> | ||
| 222 | |||
| 223 | * doc.c (Fsubstitute_command_keys): Revert last change. | ||
| 224 | |||
| 225 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 226 | |||
| 227 | * doc.c (Fsubstitute_command_keys): Clarify that \= really only | ||
| 228 | quotes the next character, and doesn't affect other longer | ||
| 229 | sequences (bug#8935). | ||
| 230 | |||
| 231 | * lread.c (syms_of_lread): Clarify that is isn't only | ||
| 232 | `eval-buffer' and `eval-defun' that's affected by | ||
| 233 | `lexical-binding' (bug#8460). | ||
| 234 | |||
| 235 | 2011-07-15 Eli Zaretskii <eliz@gnu.org> | ||
| 236 | |||
| 237 | * xdisp.c (move_it_in_display_line_to): Fix vertical motion with | ||
| 238 | bidi redisplay when a line includes both an image and is | ||
| 239 | truncated. | ||
| 240 | |||
| 200 | 2011-07-14 Paul Eggert <eggert@cs.ucla.edu> | 241 | 2011-07-14 Paul Eggert <eggert@cs.ucla.edu> |
| 201 | 242 | ||
| 202 | Fix minor problems found by static checking. | 243 | Fix minor problems found by static checking. |
| @@ -211,9 +252,6 @@ | |||
| 211 | 252 | ||
| 212 | 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | 253 | 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 213 | 254 | ||
| 214 | * data.c (Fcdr, Fcar): Revert the last change, since it didn't | ||
| 215 | really clarify much. | ||
| 216 | |||
| 217 | * search.c (Fre_search_backward): Mention `case-fold-search' in | 255 | * search.c (Fre_search_backward): Mention `case-fold-search' in |
| 218 | all the re_search_* functions (bug#8138). | 256 | all the re_search_* functions (bug#8138). |
| 219 | 257 | ||