Mercurial > emacs
comparison src/ChangeLog.unicode @ 90980:2ce74303d303
Move branch-specific src/ChangeLog entry to src/ChangeLog.unicode
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-228
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 09 Jul 2007 08:01:05 +0000 |
parents | 33eea7233b42 |
children | 8cdd8b5fa891 |
comparison
equal
deleted
inserted
replaced
90979:988f1edc9674 | 90980:2ce74303d303 |
---|---|
1 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change | |
4 its type. | |
5 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns): | |
6 Update to the new type of weak_hash_tables and next_weak. | |
7 | |
8 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to | |
9 a plain C pointer to Lisp_Hash_Table. | |
10 | |
11 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP) | |
12 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP) | |
13 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP) | |
14 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP) | |
15 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP) | |
16 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP) | |
17 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP) | |
18 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP) | |
19 (GC_EQ): Remove since they've been identical to their non-GC_ | |
20 alter-egos ever since the markbit was eradicated. | |
21 | |
22 * src/alloc.c: | |
23 * src/buffer.c: | |
24 * src/buffer.h: | |
25 * src/data.c: | |
26 * src/fileio.c: | |
27 * src/filelock.c: | |
28 * src/fns.c: | |
29 * src/frame.h: | |
30 * src/lisp.h: | |
31 * src/macterm.c: | |
32 * src/print.c: | |
33 * src/process.c: | |
34 * src/w32fns.c: | |
35 * src/w32menu.c: | |
36 * src/w32term.c: | |
37 * src/xfns.c: | |
38 * src/xmenu.c: | |
39 * src/xterm.c: Replace uses of GC_* macros with the non-GC_ versions. | |
40 | |
1 2007-06-25 Kenichi Handa <handa@m17n.org> | 41 2007-06-25 Kenichi Handa <handa@m17n.org> |
2 | 42 |
3 * chartab.c (map_sub_char_table): Make it work for the top-level | 43 * chartab.c (map_sub_char_table): Make it work for the top-level |
4 char-table. Fix handling of parent char-table. | 44 char-table. Fix handling of parent char-table. |
5 (map_char_table): Adjusted for the above change. | 45 (map_char_table): Adjusted for the above change. |