diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 39 |
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 @@ | |||
| 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 | |||
| 1 | 2004-07-28 Luc Teirlinck <teirllm@auburn.edu> | 40 | 2004-07-28 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 41 | ||
| 3 | * eval.c (Fdefvar, Fdefconst): Doc fixes. | 42 | * eval.c (Fdefvar, Fdefconst): Doc fixes. |