Mercurial > emacs
changeset 58829:bf43c774d02c
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 07 Dec 2004 16:52:54 +0000 |
parents | 71aa1906226f |
children | 27baac8434ba |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Dec 07 16:52:39 2004 +0000 +++ b/src/ChangeLog Tue Dec 07 16:52:54 2004 +0000 @@ -1,3 +1,9 @@ +2004-12-07 Stefan <monnier@iro.umontreal.ca> + + * eval.c (init_eval_once): Increase max_specpdl_size to 1000. + + * config.in: Regenerate. + 2004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xmenu.c (Fx_popup_menu): Correct documentation about position. @@ -100,13 +106,10 @@ 2004-11-30 Kenichi Handa <handa@m17n.org> - * term.c (encode_terminal_buf, encode_terminal_bufsize): New - variables. + * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables. (encode_terminal_code): Argument changed. Encode all - characters at once, and return a pointer to the result of - encoding. - (write_glyphs): Decide coding here. Adjusted for the above - change. + characters at once, and return a pointer to the result of encoding. + (write_glyphs): Decide coding here. Adjusted for the above change. (insert_glyphs): Likewise. (term_init): Initialize encode_terminal_bufsize to 0.