]> git.eshelyaron.com Git - emacs.git/commitdiff
Move branch-specific src/ChangeLog entry to src/ChangeLog.unicode
authorMiles Bader <miles@gnu.org>
Mon, 9 Jul 2007 08:01:05 +0000 (08:01 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 9 Jul 2007 08:01:05 +0000 (08:01 +0000)
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-228

src/ChangeLog
src/ChangeLog.unicode

index 05bb5c9e74a90e65bea1c04d99be9302738f0d7b..101dd489fb3ca9e1b52e95126de88324039b0f38 100644 (file)
@@ -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'
index 65773504d1530c1bc4851600fc62a6a9ff50ce0b..3a739bf77249f79538111cd204e21f0aaeebb35f 100644 (file)
@@ -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