diff options
| author | Kenichi Handa | 2012-08-22 18:03:03 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-08-22 18:03:03 +0900 |
| commit | 4ff819d728960bf5e52b72501c606f4bb3fde028 (patch) | |
| tree | d8f0d96db0215f253bd0a4bbf7b9cda177e662ce /lisp/ChangeLog | |
| parent | d75ffb4ed0b2e72a9361a07d16a5c884a9459728 (diff) | |
| parent | 8223e9280fa69afeeae1a8b51735cbb8393f2e8d (diff) | |
| download | emacs-4ff819d728960bf5e52b72501c606f4bb3fde028.tar.gz emacs-4ff819d728960bf5e52b72501c606f4bb3fde028.zip | |
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c67bb1b5b2..6be54850414 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,36 @@ | |||
| 1 | 2012-08-17 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-sh.el (tramp-sh-handle-start-file-process): Eliminate | ||
| 4 | superfluous prompt. (Bug#12203) | ||
| 5 | |||
| 6 | 2012-08-17 Chong Yidong <cyd@gnu.org> | ||
| 7 | |||
| 8 | * mouse.el (mouse-appearance-menu): If x-select-font returns a | ||
| 9 | font spec, set the font directly (Bug#3228). | ||
| 10 | |||
| 11 | 2012-08-17 Martin Rudalics <rudalics@gmx.at> | ||
| 12 | |||
| 13 | * window.el (delete-window): Fix last fix. | ||
| 14 | |||
| 1 | 2012-08-16 Martin Rudalics <rudalics@gmx.at> | 15 | 2012-08-16 Martin Rudalics <rudalics@gmx.at> |
| 2 | 16 | ||
| 3 | * window.el (window-valid-p): Move to window.c. | 17 | * window.el (window-valid-p): Move to window.c. |
| 18 | (window-child, window-child-count, window-last-child) | ||
| 19 | (window-normalize-window, window-combined-p) | ||
| 20 | (window-combinations, window-atom-root, window-min-size) | ||
| 21 | (window-sizable, window-sizable-p, window-size-fixed-p) | ||
| 22 | (window-min-delta, window-max-delta, window--resizable) | ||
| 23 | (window--resizable-p, window-resizable, window-total-size) | ||
| 24 | (window-full-height-p, window-full-width-p, window-body-size) | ||
| 25 | (window-at-side-p, adjust-window-trailing-edge, maximize-window) | ||
| 26 | (minimize-window, window-deletable-p, delete-window) | ||
| 27 | (delete-other-windows, set-window-buffer-start-and-point) | ||
| 28 | (next-buffer, previous-buffer, split-window, balance-windows-2) | ||
| 29 | (set-window-text-height, window-buffer-height) | ||
| 30 | (fit-window-to-buffer, shrink-window-if-larger-than-buffer) | ||
| 31 | (truncated-partial-width-window-p): Minor code adjustments. In | ||
| 32 | doc-strings state whether the argument window has to denote a | ||
| 33 | live, valid or any window. | ||
| 4 | 34 | ||
| 5 | 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change) | 35 | 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change) |
| 6 | 36 | ||