comparison src/ChangeLog @ 89958:0bdb5a16ae51

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-478 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 03 Aug 2004 00:03:00 +0000
parents c08afac24467 612b6e5acada
children 3fd4a5c21153
comparison
equal deleted inserted replaced
89957:c08afac24467 89958:0bdb5a16ae51
1 2004-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
7 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
8
9 * data.c (Finteractive_form): Doc fix.
10
11 2004-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
23 2004-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
28 2004-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
36 2004-07-30 Kim F. Storm <storm@cua.dk>
37
38 * editfns.c (Fformat): Allocate extra (dummy) element in info.
39
40 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
41
42 * eval.c (Fdefvar, Fdefconst): Doc fixes.
43
1 2004-07-27 Kim F. Storm <storm@cua.dk> 44 2004-07-27 Kim F. Storm <storm@cua.dk>
2 45
3 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after 46 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
4 we have ensured that the glyph fits on the current line (or returned 47 we have ensured that the glyph fits on the current line (or returned
5 MOVE_LINE_CONTINUED otherwise). 48 MOVE_LINE_CONTINUED otherwise).