Fix quit confirmations in daemon; add for frames

+ Add quit confirmation when closing a frame with real buffers
+ Ensure quit confirmations also work in daemon frames (tty or gui)
This commit is contained in:
Henrik Lissner 2017-06-11 14:05:14 +02:00
parent d8c7ce8c4e
commit 66cfbb2563
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 28 additions and 3 deletions

View file

@ -68,6 +68,9 @@
+ =tools/password-store= -- Emacs as a password manager, using [[https://www.passwordstore.org/][pass]] as a backend.
+ =app/irc= -- Emacs as an IRC client, using circe (contributed by [[https://github.com/bandresen][brandresen]])
+ =core=
+ =core-ui=
+ Add quit confirmation when trying to close a frame that contains real buffers.
+ Fix quit confirmations for clients connected to ~emacs --daemon~ with ~emacsclient~.
+ =core-packages=
+ When a quelpa package is deleted, its build repo (in ~quelpa-build-dir~) is now deleted with it.
+ =feature=