aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 12b4fa97c33..5a376c4ad5b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,49 @@
12012-02-22 Chong Yidong <cyd@gnu.org>
2
3 * xterm.c (x_draw_image_relief): Add missing type check for
4 Vtool_bar_button_margin (Bug#10743).
5
62012-02-21 Chong Yidong <cyd@gnu.org>
7
8 * fileio.c (Vfile_name_handler_alist): Doc fix.
9
10 * buffer.c (Fget_file_buffer): Protect against invalid file
11 handler return value.
12
132012-02-20 Paul Eggert <eggert@cs.ucla.edu>
14
15 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
16 when computing $valmask.
17
18 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
19 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
20 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
21 It's useless in that case, and it can cause problems on hosts
22 that allocate halves of EMACS_INT values separately.
23 Reported by Dan HorĂ¡k. Diagnosed by Andreas Schwab in
24 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
25 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
26 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
27 it avoids undefined behavior on hosts where shifting right by more
28 than the word width has undefined behavior.
29
302012-02-19 Chong Yidong <cyd@gnu.org>
31
32 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
33 (Funhandled_file_name_directory, Ffile_name_as_directory)
34 (Fdirectory_file_name, Fexpand_file_name)
35 (Fsubstitute_in_file_name): Protect against invalid file handler
36 return values (Bug#10845).
37
382012-02-18 Eli Zaretskii <eliz@gnu.org>
39
40 * .gdbinit (pitx): Fix incorrect references to fields of the
41 iterator stack.
42
432012-02-17 Chong Yidong <cyd@gnu.org>
44
45 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
46
12012-02-15 Paul Eggert <eggert@cs.ucla.edu> 472012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2 48
3 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see 49 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see