# HG changeset patch # User Miles Bader # Date 1183968065 0 # Node ID 2ce74303d30330821dcbff52e0a9ea882d209ce4 # Parent 988f1edc9674e126093ab6675e09422496807d89 Move branch-specific src/ChangeLog entry to src/ChangeLog.unicode Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-228 diff -r 988f1edc9674 -r 2ce74303d303 src/ChangeLog --- a/src/ChangeLog Mon Jul 09 08:00:55 2007 +0000 +++ b/src/ChangeLog Mon Jul 09 08:01:05 2007 +0000 @@ -1,43 +1,3 @@ -2007-06-29 Stefan Monnier - - * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change - its type. - (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns): - Update to the new type of weak_hash_tables and next_weak. - - * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to - a plain C pointer to Lisp_Hash_Table. - - * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP) - (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP) - (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP) - (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP) - (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP) - (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP) - (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP) - (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP) - (GC_EQ): Remove since they've been identical to their non-GC_ - alter-egos ever since the markbit was eradicated. - - * src/alloc.c: - * src/buffer.c: - * src/buffer.h: - * src/data.c: - * src/fileio.c: - * src/filelock.c: - * src/fns.c: - * src/frame.h: - * src/lisp.h: - * src/macterm.c: - * src/print.c: - * src/process.c: - * src/w32fns.c: - * src/w32menu.c: - * src/w32term.c: - * src/xfns.c: - * src/xmenu.c: - * src/xterm.c: Replace uses of GC_* macros with the non-GC_ versions. - 2007-07-01 Stefan Monnier * minibuf.c (Fcompleting_read): New value `confirm-only' diff -r 988f1edc9674 -r 2ce74303d303 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Mon Jul 09 08:00:55 2007 +0000 +++ b/src/ChangeLog.unicode Mon Jul 09 08:01:05 2007 +0000 @@ -1,3 +1,43 @@ +2007-06-29 Stefan Monnier + + * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change + its type. + (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns): + Update to the new type of weak_hash_tables and next_weak. + + * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to + a plain C pointer to Lisp_Hash_Table. + + * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP) + (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP) + (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP) + (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP) + (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP) + (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP) + (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP) + (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP) + (GC_EQ): Remove since they've been identical to their non-GC_ + alter-egos ever since the markbit was eradicated. + + * src/alloc.c: + * src/buffer.c: + * src/buffer.h: + * src/data.c: + * src/fileio.c: + * src/filelock.c: + * src/fns.c: + * src/frame.h: + * src/lisp.h: + * src/macterm.c: + * src/print.c: + * src/process.c: + * src/w32fns.c: + * src/w32menu.c: + * src/w32term.c: + * src/xfns.c: + * src/xmenu.c: + * src/xterm.c: Replace uses of GC_* macros with the non-GC_ versions. + 2007-06-25 Kenichi Handa * chartab.c (map_sub_char_table): Make it work for the top-level