comparison src/ChangeLog @ 58829:bf43c774d02c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 07 Dec 2004 16:52:54 +0000
parents 8da33d42472e
children 408c5135b0a2
comparison
equal deleted inserted replaced
58828:71aa1906226f 58829:bf43c774d02c
1 2004-12-07 Stefan <monnier@iro.umontreal.ca>
2
3 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
4
5 * config.in: Regenerate.
6
1 2004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 7 2004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 8
3 * xmenu.c (Fx_popup_menu): Correct documentation about position. 9 * xmenu.c (Fx_popup_menu): Correct documentation about position.
4 (xmenu_show): Do not call XTranslateCoordinates. Adjust position 10 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
5 if not given by a mouse click to correspond with x-popup-menu 11 if not given by a mouse click to correspond with x-popup-menu
98 104
99 * term.c (encode_terminal_code): Don't make it "static". 105 * term.c (encode_terminal_code): Don't make it "static".
100 106
101 2004-11-30 Kenichi Handa <handa@m17n.org> 107 2004-11-30 Kenichi Handa <handa@m17n.org>
102 108
103 * term.c (encode_terminal_buf, encode_terminal_bufsize): New 109 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
104 variables.
105 (encode_terminal_code): Argument changed. Encode all 110 (encode_terminal_code): Argument changed. Encode all
106 characters at once, and return a pointer to the result of 111 characters at once, and return a pointer to the result of encoding.
107 encoding. 112 (write_glyphs): Decide coding here. Adjusted for the above change.
108 (write_glyphs): Decide coding here. Adjusted for the above
109 change.
110 (insert_glyphs): Likewise. 113 (insert_glyphs): Likewise.
111 (term_init): Initialize encode_terminal_bufsize to 0. 114 (term_init): Initialize encode_terminal_bufsize to 0.
112 115
113 * coding.c (Vcode_conversion_workbuf_name): New variable. 116 * coding.c (Vcode_conversion_workbuf_name): New variable.
114 (syms_of_coding): Initialize and staticpro it. 117 (syms_of_coding): Initialize and staticpro it.