aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 32d0017d7ef..19a9ace0728 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2
3 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
4 instead of union.
5 (XLI, XIL): Define.
6 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG): Use
7 them.
8 * emacs.c (gdb_use_struct): Renamed from gdb_use_union.
9 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
10 * alloc.c (widen_to_Lisp_Object): Removed.
11 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
12 * frame.c (delete_frame): Remove outdated comment.
13 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
14 USE_LISP_UNION_TYPE.
15 (Fw32_unregister_hot_key): Likewise.
16 (Fw32_toggle_lock_key): Likewise.
17 * w32menu.c (add_menu_item): Likewise.
18 (w32_menu_display_help): Use XIL instead of checking
19 USE_LISP_UNION_TYPE.
20 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
21 (init_heap): Likewise.
22 * w32term.c (w32_read_socket): Update comment.
23
12012-06-13 Glenn Morris <rgm@gnu.org> 242012-06-13 Glenn Morris <rgm@gnu.org>
2 25
3 * s/usg5-4-common.h, src/s/unixware.h: 26 * s/usg5-4-common.h, src/s/unixware.h: