diff options
| author | Paul Eggert | 2012-04-15 16:55:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-15 16:55:52 -0700 |
| commit | 20a14f94f6581d5c483a7df775cd129bdc9e20d5 (patch) | |
| tree | 269ebf3b2752db0cb26bfdd0a8f6a7f47d5cd285 /src/ChangeLog | |
| parent | 899b41b6e37a321e14559d2cf3c05ea3f8063811 (diff) | |
| parent | d55c12ed1f80711ef27a52fa0ba6e366f0b7a585 (diff) | |
| download | emacs-20a14f94f6581d5c483a7df775cd129bdc9e20d5.tar.gz emacs-20a14f94f6581d5c483a7df775cd129bdc9e20d5.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-04-14 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2012-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 | ||
| 67 | 2012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change) | 80 | 2012-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 | ||
| 1569 | 2011-11-05 Eli Zaretskii <eliz@gnu.org> | 1582 | 2011-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 | ||