aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cfcb74cf782..11cb240890a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -197,6 +197,18 @@ command `frame-configuration-to-register' still exists, but is unbound.
197These are normal hooks run when an Emacs frame gains or loses input focus. 197These are normal hooks run when an Emacs frame gains or loses input focus.
198 198
199--- 199---
200*** Emacs can now draw dividers between adjacent windows. To put
201dividers between side-by-side windows customize the frame parameter
202right-divider-width to some positive integer. To put dividers between
203vertically stacked windows set the frame parameter bottom-divider-width
204to some positive integer. Dividers can be dragged with the mouse and
205show a corresponding cursor when the mouse hovers over them. The
206appearance of dividers can be changed by customizing the basic faces
207window-divider, window-divider-first-pixel and window-divider-last-pixel
208where the latter two are useful to provide a 3D effect or to better set
209dividers apart from surrounding display objects.
210
211---
200*** `split-window' is now a non-interactive function, not a command. 212*** `split-window' is now a non-interactive function, not a command.
201As a command, it was a special case of `C-x 2' (`split-window-below'), 213As a command, it was a special case of `C-x 2' (`split-window-below'),
202and as such superfluous. After being reimplemented in Lisp, its 214and as such superfluous. After being reimplemented in Lisp, its