aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog46
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 @@
12011-07-14 Paul Eggert <eggert@cs.ucla.edu> 12011-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
2002011-07-16 Juanma Barranquero <lekktu@gmail.com>
201
202 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
203
2042011-07-16 Paul Eggert <eggert@cs.ucla.edu>
205
206 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
207
2082011-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
2162011-07-09 Lawrence Mitchell <wence@gmx.li>
217
218 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
219 (Fgnutls_boot): Use it.
220
2212011-07-15 Andreas Schwab <schwab@linux-m68k.org>
222
223 * doc.c (Fsubstitute_command_keys): Revert last change.
224
2252011-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
2352011-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
2002011-07-14 Paul Eggert <eggert@cs.ucla.edu> 2412011-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
2122011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 2532011-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