aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-08-03 12:45:59 +0000
committerKaroly Lorentey2004-08-03 12:45:59 +0000
commit4fce8dfae60dce6a19bef88ce893bcc019576c66 (patch)
tree41dcfb7ebfda8af1faba9e2833283f3dd1fba472 /src/ChangeLog
parentd0e37e4839b378aa90ba6686013f9563cc3c0821 (diff)
parented5c373cab5483317a8b6fca3d8d4d52432934fc (diff)
downloademacs-4fce8dfae60dce6a19bef88ce893bcc019576c66.tar.gz
emacs-4fce8dfae60dce6a19bef88ce893bcc019576c66.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-473 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-474 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-475 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-476 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-477 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-478 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-225
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 282d422beb1..0194c4b8c6f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,42 @@
12004-08-03 Kim F. Storm <storm@cua.dk>
2
3 * indent.c (compute_motion): Fix check for full width window
4 in non-window case. Do not count left truncation glyph on
5 window systems.
6
72004-08-02 Luc Teirlinck <teirllm@auburn.edu>
8
9 * data.c (Finteractive_form): Doc fix.
10
112004-08-02 Kim F. Storm <storm@cua.dk>
12
13 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
14 properly accounting for continuation glyph on non-window systems.
15 (Fcompute_motion): Use actual window width if WIDTH is nil, and
16 actual window width/height if TOPOS is nil, properly accounting for
17 continuation glyphs on non-window systems, and optional header lines.
18 (vmotion): Let compute_motion calculate actual window width.
19
20 * window.c (window_scroll_line_based): Let compute_motion
21 calculate actual window width.
22
232004-08-02 Kim F. Storm <storm@cua.dk>
24
25 * process.c (read_process_output): Use whole read buffer.
26 Don't trigger adaptive read buffering on errors.
27
282004-07-31 Luc Teirlinck <teirllm@auburn.edu>
29
30 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
31
32 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
33
34 * callint.c (Fcall_interactively): Doc fix.
35
362004-07-30 Kim F. Storm <storm@cua.dk>
37
38 * editfns.c (Fformat): Allocate extra (dummy) element in info.
39
12004-07-28 Luc Teirlinck <teirllm@auburn.edu> 402004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2 41
3 * eval.c (Fdefvar, Fdefconst): Doc fixes. 42 * eval.c (Fdefvar, Fdefconst): Doc fixes.