aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6457fc2209b..cc112f4b5da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use Gnulib stdalign module (Bug#9772, Bug#9960).
4 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
5 Simplify by using alignof.
6 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
7 * lisp.h: Include <stdalign.h>.
8 (GCALIGNMENT): New macro and constant.
9 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
10 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
11 (stdalign): New macro, if not already defined.
12
12012-07-28 Eli Zaretskii <eliz@gnu.org> 132012-07-28 Eli Zaretskii <eliz@gnu.org>
2 14
3 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055) 15 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)