# HG changeset patch # User Stefan Monnier # Date 1102438374 0 # Node ID bf43c774d02cd426609440291cfcfa3dbf3a2db3 # Parent 71aa1906226f222303f3f70b16a221997591b0bd *** empty log message *** diff -r 71aa1906226f -r bf43c774d02c src/ChangeLog --- 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 + + * eval.c (init_eval_once): Increase max_specpdl_size to 1000. + + * config.in: Regenerate. + 2004-12-07 Jan Dj,Ad(Brv * xmenu.c (Fx_popup_menu): Correct documentation about position. @@ -100,13 +106,10 @@ 2004-11-30 Kenichi Handa - * 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.