diff options
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1886,6 +1886,15 @@ scroll bars on the selected frame. | |||
| 1886 | 'scroll-bar-height' to set horizontal scroll bars and their height | 1886 | 'scroll-bar-height' to set horizontal scroll bars and their height |
| 1887 | for individual frames and in 'default-frame-alist'. | 1887 | for individual frames and in 'default-frame-alist'. |
| 1888 | 1888 | ||
| 1889 | ***** The 'horizontal-scroll-bars' parameter was already present and non-nil | ||
| 1890 | by default in Emacs 24 (although it didn't have any effect). This | ||
| 1891 | could cause a problem if you share your desktop files with Emacs 24: | ||
| 1892 | saving desktop in v24, then restoring it in v25.1 would turn on | ||
| 1893 | horizontal scroll bars in all buffers. To resolve this issue, put | ||
| 1894 | this in your ~/.emacs init file | ||
| 1895 | |||
| 1896 | (modify-all-frames-parameters '((horizontal-scroll-bars . nil))) | ||
| 1897 | |||
| 1889 | **** New functions 'frame-scroll-bar-height' and | 1898 | **** New functions 'frame-scroll-bar-height' and |
| 1890 | 'window-scroll-bar-height' return the height of horizontal scroll | 1899 | 'window-scroll-bar-height' return the height of horizontal scroll |
| 1891 | bars on a specific frame or window. | 1900 | bars on a specific frame or window. |