diff options
| author | Gerd Moellmann | 2001-02-16 14:57:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-16 14:57:10 +0000 |
| commit | dad75588920ec315906b694315d343a27ad96a45 (patch) | |
| tree | ff372c647882b826ee3c9082e05ad7c7ebb91406 /src/ChangeLog | |
| parent | b09646e35abf98a343d3cd359e2c9300fc8605b3 (diff) | |
| download | emacs-dad75588920ec315906b694315d343a27ad96a45.tar.gz emacs-dad75588920ec315906b694315d343a27ad96a45.zip | |
(coordinates_in_window): Increase width of area
where the vertical line can be dragged.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c8e26c3d18f..a30ce50fa2d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-02-16 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-02-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * window.c (coordinates_in_window): Increase width of area | ||
| 4 | where the vertical line can be dragged. | ||
| 5 | |||
| 3 | * xterm.c (x_set_glyph_string_background_width): Extend the | 6 | * xterm.c (x_set_glyph_string_background_width): Extend the |
| 4 | background face to the end of the drawing area in the text | 7 | background face to the end of the drawing area in the text |
| 5 | area, only. | 8 | area, only. |