diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec3ecb56660..e352ada73a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters). | ||
| 4 | |||
| 1 | 2005-07-25 Jason Rumney <jasonr@gnu.org> | 5 | 2005-07-25 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * w32menu.c (w32_menu_display_help): Suppress tooltip when | 7 | * w32menu.c (w32_menu_display_help): Suppress tooltip when |
| @@ -22,7 +26,7 @@ | |||
| 22 | (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold | 26 | (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold |
| 23 | instead of gc_cons_combined_threshold. | 27 | instead of gc_cons_combined_threshold. |
| 24 | 28 | ||
| 25 | * lisp.h (gc_cons_threshold, gc_relative_threshold): Declared. | 29 | * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare. |
| 26 | (gc_cons_combined_threshold): Declaration deleted. | 30 | (gc_cons_combined_threshold): Declaration deleted. |
| 27 | 31 | ||
| 28 | 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 32 | 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |