aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2004-12-07 16:52:54 +0000
committerStefan Monnier2004-12-07 16:52:54 +0000
commit19b1f29a2df4bcc0a3f738f9e04e949a4d88f534 (patch)
treef7b5f822ac9714fdb149e27f2fc37d69a73dbad0 /src/ChangeLog
parenta4547405f5d246a1fe97dd3ab52368dbf3e9729f (diff)
downloademacs-19b1f29a2df4bcc0a3f738f9e04e949a4d88f534.tar.gz
emacs-19b1f29a2df4bcc0a3f738f9e04e949a4d88f534.zip
Regenerate.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3064999717f..999dbf373d5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12004-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
12004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 72004-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.
@@ -100,13 +106,10 @@
100 106
1012004-11-30 Kenichi Handa <handa@m17n.org> 1072004-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