diff options
| author | Stefan Monnier | 2005-07-26 16:28:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-07-26 16:28:44 +0000 |
| commit | 1c9916a1f9dc944ee733f5c77db39013123da8da (patch) | |
| tree | be7363eeed845d8e48e03f98d9e3385d8e64fe3f /src/ChangeLog | |
| parent | a34ed813d1c8fa8305c07dbcb14492c041131c88 (diff) | |
| download | emacs-1c9916a1f9dc944ee733f5c77db39013123da8da.tar.gz emacs-1c9916a1f9dc944ee733f5c77db39013123da8da.zip | |
(Fdefvar): Allow (defvar enable-multibyte-characters).
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> |