Move branch-specific src/ChangeLog entry to src/ChangeLog.unicode
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-228
This commit is contained in:
parent
1011c48763
commit
f9cba5bd88
2 changed files with 40 additions and 40 deletions
|
@ -1,43 +1,3 @@
|
|||
2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* 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 <monnier@iro.umontreal.ca>
|
||||
|
||||
* minibuf.c (Fcompleting_read): New value `confirm-only'
|
||||
|
|
|
@ -1,3 +1,43 @@
|
|||
2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* 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 <handa@m17n.org>
|
||||
|
||||
* chartab.c (map_sub_char_table): Make it work for the top-level
|
||||
|
|
Loading…
Add table
Reference in a new issue