diff options
| author | Miles Bader | 2007-07-09 08:01:05 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-07-09 08:01:05 +0000 |
| commit | f9cba5bd88d78f971bfb57cac2ff7bcdf3d77a66 (patch) | |
| tree | 3209b378f6661b63e7dad3983b34eb9b30de5e12 /src/ChangeLog | |
| parent | 1011c48763982d02797a7058556d29f639f6efca (diff) | |
| download | emacs-f9cba5bd88d78f971bfb57cac2ff7bcdf3d77a66.tar.gz emacs-f9cba5bd88d78f971bfb57cac2ff7bcdf3d77a66.zip | |
Move branch-specific src/ChangeLog entry to src/ChangeLog.unicode
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-228
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 05bb5c9e74a..101dd489fb3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,43 +1,3 @@ | |||
| 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 | |||
| 41 | 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 42 | 2 | ||
| 43 | * minibuf.c (Fcompleting_read): New value `confirm-only' | 3 | * minibuf.c (Fcompleting_read): New value `confirm-only' |