diff options
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 65773504d15..3a739bf7724 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,43 @@ | |||
| 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 |