diff options
| author | Martin Rudalics | 2013-12-04 15:22:50 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2013-12-04 15:22:50 +0100 |
| commit | 456760a5b4595b84f230e527ab148d296e7f8252 (patch) | |
| tree | 97164245d0cd54d7734fd1a37392d33bf39d778b | |
| parent | 2db4a1b6341b756b73fbdd996b3f6b119360ac99 (diff) | |
| download | emacs-456760a5b4595b84f230e527ab148d296e7f8252.tar.gz emacs-456760a5b4595b84f230e527ab148d296e7f8252.zip | |
Add ChangeLog for last commit: In windmove-other-window-loc handle navigation between windows (Bug#16017).
* windmove.el (windmove-other-window-loc): Handle navigation
between windows (excluding the minibuffer window - Bug#16017).
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ead2f963a1..69d3d75e1b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-12-04 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * windmove.el (windmove-other-window-loc): Handle navigation | ||
| 4 | between windows (excluding the minibuffer window - Bug#16017). | ||
| 5 | |||
| 1 | 2013-12-04 Michael Albinus <michael.albinus@gmx.de> | 6 | 2013-12-04 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays | 8 | * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays |