diff options
| author | Gerd Moellmann | 2000-04-24 14:01:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-24 14:01:22 +0000 |
| commit | cc181e9561a8f667658fb386a17b7c50e158b3b9 (patch) | |
| tree | 253f40d0b953aa317e09fa65d3895920a7f38d2f /src | |
| parent | 9ff6bda1f3dc40081273fdd61ee027c375377a35 (diff) | |
| download | emacs-cc181e9561a8f667658fb386a17b7c50e158b3b9.tar.gz emacs-cc181e9561a8f667658fb386a17b7c50e158b3b9.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b04c003a479..dfd2a897790 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2000-04-24 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (init_iterator): Set iterator's extra_line_spacing | ||
| 4 | from buffer or frame. | ||
| 5 | (automatic_hscrolling_p): New variable. | ||
| 6 | (hscroll_windows): Scroll windows horizontally only if automatic | ||
| 7 | hscrolling is allowed. | ||
| 8 | (syms_of_xdisp): New variable `automatic-hscrolling'. | ||
| 9 | |||
| 10 | * frame.h (struct frame): Add member extra_line_spacing. | ||
| 11 | |||
| 12 | * xfns.c (x_set_line_spacing): New function. | ||
| 13 | (Fx_create_frame): Set line spacing from resources. | ||
| 14 | (Qline_spacing): New variable. | ||
| 15 | (syms_of_xfns): Initialize Qline_spacing. | ||
| 16 | |||
| 17 | * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'. | ||
| 18 | |||
| 19 | * buffer.c (init_buffer_once): Handle extra_line_spacing. | ||
| 20 | (syms_of_buffer): Add `default-line-spacing' and `line-spacing'. | ||
| 21 | (reset_buffer): Don't initialize extra2 and extra3. Intialize | ||
| 22 | extra_line_spacing from default value. | ||
| 23 | (init_buffer_once): Initialize default value of extra_line_spacing. | ||
| 24 | |||
| 25 | * buffer.h (struct buffer): Add extra_line_spacing, remove extra2 | ||
| 26 | and extra3. | ||
| 27 | |||
| 28 | * xterm.c (x_produce_glyphs): Remove reference to struct it's | ||
| 29 | prompt_width. Add extra line spacing. | ||
| 30 | |||
| 31 | * term.c (produce_glyphs): Remove reference to struct it's | ||
| 32 | prompt_width. | ||
| 33 | |||
| 34 | * dispextern.h (struct it): Remove member prompt_width, add | ||
| 35 | extra_line_spacing. | ||
| 36 | |||
| 1 | 2000-04-22 Gerd Moellmann <gerd@gnu.org> | 37 | 2000-04-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 38 | ||
| 3 | * dispnew.c (update_frame_line): When writing a whole line, make | 39 | * dispnew.c (update_frame_line): When writing a whole line, make |