- Introduce popwin-mode. You can now toggle the mode by
M-x popwin-mode
.
-
Using
display-buffer-function
is deprecated since GNU Emacs 24.3. You should fix the configuration in.emacs
like(setq display-buffer-function 'popwin:display-buffer)
to
(popwin-mode 1)
- GNU Emacs 24.3 support
- Zombie timers
- Restore
window-start
incorrectly
- GNU Emacs trunk (24.3) support
- Restore
window-start
popwin:switch-to-last-buffer
popwin:popup-last-buffer
popwin:original-display-last-buffer
popwin:original-pop-to-last-buffer
popwin:reuse-window
- ARISAWA Yuuki added a lot of test cases (test/popwin-test.el)
- Restore
window-point
more correctly
popwin:onw-window
: Temporarily enlarge a popup window
tail
: Display a popup window with showing the buffer tail contents
- Restore
window-point
more correctly
- Yuuki Arisawa: Amazingly improve automatic regression tests
- GNU Emacs 24 support
- Dedicated popup windows
- Stacked popup windows
- Universal displaying
popwin:pop-to-buffer
popwin:before-popup-hook
popwin:after-popup-book
- Keep minibuffer window selected when closing popup windows
- Restore
window-point
when closing popup windows - Fixed corrupted popup windows in some situations
- Added
misc/popwin-pp.el
- Added
misc/popwin-term.el
- Added
misc/popwin-browse-kill-ring.el
- Deprecated
popwin:special-display-buffer
- IRIE Shinsuke
- rubikitch