diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | etc/TODO | 2 |
2 files changed, 8 insertions, 0 deletions
| @@ -667,6 +667,12 @@ Horizontal scrolling now happens automatically if | |||
| 667 | `automatic-hscrolling' is set (the default). This setting can be | 667 | `automatic-hscrolling' is set (the default). This setting can be |
| 668 | customized. | 668 | customized. |
| 669 | 669 | ||
| 670 | If a window is scrolled horizontally with set-window-hscroll, or | ||
| 671 | scroll-left/scroll-right (C-x <, C-x >), this serves as a lower bound | ||
| 672 | for automatic horizontal scrolling. Automatic scrolling will scroll | ||
| 673 | the text more to the left if necessary, but won't scroll the text more | ||
| 674 | to the right than the column set with set-window-hscroll etc. | ||
| 675 | |||
| 670 | +++ | 676 | +++ |
| 671 | ** Tool bar support. | 677 | ** Tool bar support. |
| 672 | 678 | ||
| @@ -143,3 +143,5 @@ | |||
| 143 | 143 | ||
| 144 | * Remove the limitation that window and frame widths and heights can | 144 | * Remove the limitation that window and frame widths and heights can |
| 145 | be only full columns/lines. | 145 | be only full columns/lines. |
| 146 | |||
| 147 | * Add horizontal scroll bars. | ||