aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-12-08 22:21:07 +0000
committerKaroly Lorentey2004-12-08 22:21:07 +0000
commitb3be62d4c924fd8aa8b6fdfa96b03a015c586285 (patch)
tree84d262494fc16e4a13f68dad39f2bbcd566a98d4 /src/ChangeLog
parentfad2f6858075f49c4c8fd16f0535c287e3f14ac3 (diff)
parent3073399bdafd5283661fae867983d0d30c7f2536 (diff)
downloademacs-b3be62d4c924fd8aa8b6fdfa96b03a015c586285.tar.gz
emacs-b3be62d4c924fd8aa8b6fdfa96b03a015c586285.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-717 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718 RCS keyword removal * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-719 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-272
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 19 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3064999717f..28030aef0e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,21 @@
12004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
4 reset_malloc_hooks.
5
6 * keyboard.c (handle_async_input, input_available_signal): Add
7 ! defined (SYSTEM_MALLOC) around thread code.
8
9 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
10
112004-12-07 Stefan <monnier@iro.umontreal.ca>
12
13 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
14
15 * config.in: Regenerate.
16
172004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
18
3 * xmenu.c (Fx_popup_menu): Correct documentation about position. 19 * xmenu.c (Fx_popup_menu): Correct documentation about position.
4 (xmenu_show): Do not call XTranslateCoordinates. Adjust position 20 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
5 if not given by a mouse click to correspond with x-popup-menu 21 if not given by a mouse click to correspond with x-popup-menu
@@ -100,13 +116,10 @@
100 116
1012004-11-30 Kenichi Handa <handa@m17n.org> 1172004-11-30 Kenichi Handa <handa@m17n.org>
102 118
103 * term.c (encode_terminal_buf, encode_terminal_bufsize): New 119 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
104 variables.
105 (encode_terminal_code): Argument changed. Encode all 120 (encode_terminal_code): Argument changed. Encode all
106 characters at once, and return a pointer to the result of 121 characters at once, and return a pointer to the result of encoding.
107 encoding. 122 (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. 123 (insert_glyphs): Likewise.
111 (term_init): Initialize encode_terminal_bufsize to 0. 124 (term_init): Initialize encode_terminal_bufsize to 0.
112 125