aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-15 16:55:52 -0700
committerPaul Eggert2012-04-15 16:55:52 -0700
commit20a14f94f6581d5c483a7df775cd129bdc9e20d5 (patch)
tree269ebf3b2752db0cb26bfdd0a8f6a7f47d5cd285 /src/ChangeLog
parent899b41b6e37a321e14559d2cf3c05ea3f8063811 (diff)
parentd55c12ed1f80711ef27a52fa0ba6e366f0b7a585 (diff)
downloademacs-20a14f94f6581d5c483a7df775cd129bdc9e20d5.tar.gz
emacs-20a14f94f6581d5c483a7df775cd129bdc9e20d5.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cfcb22b5e41..dfe694c71a3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12012-04-15 Andreas Schwab <schwab@linux-m68k.org>
2
3 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
4 (struct Lisp_Misc_Any): Likewise.
5 (struct Lisp_Free): Likewise.
6 * alloc.c (union aligned_Lisp_Symbol): Define.
7 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
8 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
9 (union aligned_Lisp_Misc): Define.
10 (MARKER_BLOCK_SIZE, struct marker_block): Use union
11 aligned_Lisp_Misc instead of union Lisp_Misc.
12 (Fmake_symbol, allocate_misc, gc_sweep): Adjust
13
12012-04-14 Paul Eggert <eggert@cs.ucla.edu> 142012-04-14 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 configure: new option --enable-gcc-warnings (Bug#11207) 16 configure: new option --enable-gcc-warnings (Bug#11207)
@@ -64,7 +77,7 @@
64 77
65 * alloc.c (lisp_align_malloc): Remove unneeded prototype. 78 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
66 79
672012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change) 802012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
68 81
69 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585). 82 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
70 (force_quit_count): New var. 83 (force_quit_count): New var.
@@ -1563,7 +1576,7 @@
1563 * xfns.c (unwind_create_frame): Fix comment. 1576 * xfns.c (unwind_create_frame): Fix comment.
1564 (Fx_create_frame, x_create_tip_frame): 1577 (Fx_create_frame, x_create_tip_frame):
1565 Move terminal->reference_count++ just before making the frame 1578 Move terminal->reference_count++ just before making the frame
1566 official. Move initialization of image_cache_refcount and 1579 official. Move initialization of image_cache_refcount and
1567 dpyinfo_refcount before calling init_frame_faces (Bug#9943). 1580 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
1568 1581
15692011-11-05 Eli Zaretskii <eliz@gnu.org> 15822011-11-05 Eli Zaretskii <eliz@gnu.org>
@@ -7336,7 +7349,7 @@
7336 * xfaces.c <Qunspecified>: Make extern again. 7349 * xfaces.c <Qunspecified>: Make extern again.
7337 7350
7338 * syntax.c: Include sys/types.h before including regex.h, as 7351 * syntax.c: Include sys/types.h before including regex.h, as
7339 required by Posix. 7352 required by POSIX.
7340 7353
7341 * doc.c (get_doc_string): Improve the format passed to `error'. 7354 * doc.c (get_doc_string): Improve the format passed to `error'.
7342 7355