[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/ChangeLog
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/ChangeLog |
Date: |
Sat, 23 Jul 2005 15:15:47 -0400 |
Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4534 emacs/src/ChangeLog:1.4535
*** emacs/src/ChangeLog:1.4534 Sat Jul 23 07:50:27 2005
--- emacs/src/ChangeLog Sat Jul 23 19:15:47 2005
***************
*** 1,3 ****
--- 1,25 ----
+ 2005-07-23 Richard M. Stallman <address@hidden>
+
+ * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
+
+ * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
+ gc_relative_threshold, one by one.
+
+ * keyboard.c (read_char): Test gc_cons_threshold.
+ (syms_of_keyboard): staticpro Qecho_area_clear_hook.
+
+ * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
+ gc_relative_threshold, one by one.
+
+ * alloc.c (gc_cons_threshold): Not static.
+ (gc_cons_combined_threshold): Var deleted.
+ (gc_relative_threshold): New variable.
+ (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
+ instead of gc_cons_combined_threshold.
+
+ * lisp.h (gc_cons_threshold, gc_relative_threshold): Declared.
+ (gc_cons_combined_threshold): Declaration deleted.
+
2005-07-23 YAMAMOTO Mitsuharu <address@hidden>
* mac.c: Don't include stdlib.h or string.h.
- [Emacs-diffs] Changes to emacs/src/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Stefan Monnier, 2005/07/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/19
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2005/07/19
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/20
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/07/20
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2005/07/20
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Andreas Schwab, 2005/07/21
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2005/07/21
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/07/23
- [Emacs-diffs] Changes to emacs/src/ChangeLog,
Richard M . Stallman <=
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Jason Rumney, 2005/07/25
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Stefan Monnier, 2005/07/26
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Paul Eggert, 2005/07/26
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2005/07/28
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2005/07/28
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2005/07/30