diff options
| author | Martin Rudalics | 2015-07-07 08:45:21 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2015-07-07 08:45:21 +0200 |
| commit | f844c020ca0f70f041a5e617db885bd44bef626e (patch) | |
| tree | ce38309c2d21e336a62e203520ddabd4e822b47c /etc | |
| parent | 59b5723c9b613f14cd60cd3239cfdbc0d2343b18 (diff) | |
| download | emacs-f844c020ca0f70f041a5e617db885bd44bef626e.tar.gz emacs-f844c020ca0f70f041a5e617db885bd44bef626e.zip | |
Have `x-show-tip' handle `right' and `bottom' frame parameters.
* src/nsfns.m (compute_tip_xy, Fx_show_tip)
* src/w32fns.c (compute_tip_xy, Fx_show_tip)
* src/xfns.c (compute_tip_xy, Fx_show_tip): Allow aligning
tooltips also via `right' and `bottom' frame parameters.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1093,8 +1093,8 @@ windows without "fixing" it. It's supported by `fit-window-to-buffer', | |||
| 1093 | 1093 | ||
| 1094 | +++ | 1094 | +++ |
| 1095 | ** New minor mode `window-divider-mode' and options | 1095 | ** New minor mode `window-divider-mode' and options |
| 1096 | `window-divider-default-bottom-width' and | 1096 | `window-divider-default-places', `window-divider-default-bottom-width' |
| 1097 | `window-divider-default-right-width'. | 1097 | and `window-divider-default-right-width'. |
| 1098 | 1098 | ||
| 1099 | +++ | 1099 | +++ |
| 1100 | ** New option `switch-to-buffer-in-dedicated-window' allows to customize | 1100 | ** New option `switch-to-buffer-in-dedicated-window' allows to customize |