diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4fa4dfc5700..b4b95fb4074 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,77 @@ | |||
| 1 | 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 2 | |||
| 3 | * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391) | ||
| 4 | |||
| 5 | 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change) | ||
| 6 | |||
| 7 | * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408) | ||
| 8 | |||
| 9 | 2011-08-31 Richard Stallman <rms@gnu.org> | ||
| 10 | |||
| 11 | * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account | ||
| 12 | of the separation of rmail-view-buffer from rmail-buffer. | ||
| 13 | If you say no to "replace original", the decrypt is in the | ||
| 14 | view buffer. If you say yes, the decrypt goes into the | ||
| 15 | rmail buffer also. | ||
| 16 | |||
| 17 | 2011-08-31 Martin Rudalics <rudalics@gmx.at> | ||
| 18 | |||
| 19 | * window.el (display-buffer-window): Rewrite doc-string. | ||
| 20 | (display-buffer-record-window): New function. | ||
| 21 | (display-buffer-macro-specifiers) | ||
| 22 | (display-buffer-even-window-sizes, display-buffer-set-height) | ||
| 23 | (display-buffer-set-width, display-buffer-in-window) | ||
| 24 | (display-buffer-reuse-window, display-buffer-split-specifiers) | ||
| 25 | (display-buffer-side-specifiers, display-buffer-split-window-1) | ||
| 26 | (display-buffer-split-window, display-buffer-split-atom-window) | ||
| 27 | (display-buffer-pop-up-window, display-buffer-pop-up-frame) | ||
| 28 | (display-buffer-pop-up-side-window, display-buffer-in-side-window) | ||
| 29 | (display-buffer-other-window-means-other-frame) | ||
| 30 | (display-buffer-normalize-special) | ||
| 31 | (display-buffer-normalize-default) | ||
| 32 | (display-buffer-normalize-argument) | ||
| 33 | (display-buffer-normalize-alist-1, display-buffer-normalize-alist) | ||
| 34 | (display-buffer-normalize-specifiers, display-buffer-frame) | ||
| 35 | (display-buffer-same-window, display-buffer-same-frame) | ||
| 36 | (display-buffer-other-window) | ||
| 37 | (display-buffer-same-frame-other-window) | ||
| 38 | (display-buffer-other-frame, pop-to-buffer-same-window) | ||
| 39 | (pop-to-buffer-same-frame, pop-to-buffer-other-window) | ||
| 40 | (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame) | ||
| 41 | (switch-to-buffer-same-frame) | ||
| 42 | (switch-to-buffer-other-window-same-frame) | ||
| 43 | (display-buffer-alist-of-strings-p, display-buffer-alist-add) | ||
| 44 | (display-buffer-alist-set-1, display-buffer-alist-set-2) | ||
| 45 | (display-buffer-alist-set): Remove. | ||
| 46 | (display-buffer-function, special-display-buffer-names) | ||
| 47 | (special-display-regexps, special-display-function): In | ||
| 48 | doc-string refer to display-buffer-window and quit-restore | ||
| 49 | parameter. | ||
| 50 | (pop-up-frame-alist, pop-up-frame-function, special-display-p) | ||
| 51 | (special-display-frame-alist, special-display-popup-frame) | ||
| 52 | (same-window-buffer-names, same-window-regexps, same-window-p) | ||
| 53 | (pop-up-frames, display-buffer-reuse-frames, pop-up-windows) | ||
| 54 | (split-window-preferred-function, split-height-threshold) | ||
| 55 | (split-width-threshold, window-splittable-p) | ||
| 56 | (split-window-sensibly, window--try-to-split-window) | ||
| 57 | (window--frame-usable-p, even-window-heights) | ||
| 58 | (window--even-window-heights, window--display-buffer-1) | ||
| 59 | (window--display-buffer-2, display-buffer-other-frame): Restore | ||
| 60 | old Emacs 23 code, order and doc-strings where applicable. | ||
| 61 | (display-buffer-default, display-buffer-assq-regexp): New functions. | ||
| 62 | (display-buffer-alist): Rewrite doc-string. | ||
| 63 | (display-buffer-default-action) | ||
| 64 | (display-buffer-overriding-action): New variables. | ||
| 65 | (display-buffer, switch-to-buffer): Rewrite. | ||
| 66 | (pop-to-buffer): Restore Emacs 23 behavior but use | ||
| 67 | window-normalize-buffer-to-display. | ||
| 68 | (switch-to-buffer-other-window, switch-to-buffer-other-frame): | ||
| 69 | Restore Emacs 23 behavior but use | ||
| 70 | window-normalize-buffer-to-switch-to. | ||
| 71 | (pop-to-buffer-same-window): Rewrite. | ||
| 72 | (pop-to-buffer-other-window, pop-to-buffer-other-frame): Rewrite | ||
| 73 | using Emacs 23 options. | ||
| 74 | |||
| 1 | 2011-08-31 Michael Albinus <michael.albinus@gmx.de> | 75 | 2011-08-31 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 76 | ||
| 3 | * net/tramp.el (tramp-root-regexp): Remove. | 77 | * net/tramp.el (tramp-root-regexp): Remove. |