aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-09-05 10:32:50 +0200
committerJoakim Verona2011-09-05 10:32:50 +0200
commitd47f8c5baeaa804548a73675077c8e37cdfe5142 (patch)
tree331e719c2f9d901e6baad46f40bc2fbd34fd7a76 /lisp/ChangeLog
parentfd1f30fdeb58128bbf606204260faed20933a0b3 (diff)
parent2a7bdc1a6f23854cbac90a29907367a1b8cd54d9 (diff)
downloademacs-d47f8c5baeaa804548a73675077c8e37cdfe5142.tar.gz
emacs-d47f8c5baeaa804548a73675077c8e37cdfe5142.zip
disabled cavas demo code by default since people have issues building. it can be enabled explicitly
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog52
1 files changed, 44 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b4b95fb4074..7ea1dffe1c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,39 @@
12011-09-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * window.el (display-buffer-alist): Doc fix.
4 (display-buffer): Add docstring. Don't treat
5 display-buffer-default specially.
6 (display-buffer-reuse-selected-window)
7 (display-buffer-same-window, display-buffer-maybe-same-window)
8 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9 (display-buffer-pop-up-window)
10 (display-buffer-reuse-or-pop-window)
11 (display-buffer-use-some-window): New functions.
12 (display-buffer-default-action): Use them.
13 (display-buffer-default): Deleted.
14 (pop-to-buffer-1): Fix choice of actions.
15
162011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * minibuffer.el (completion--insert-strings): Don't get confused by
19 completion entries that end with an LF char.
20
212011-09-01 Eli Zaretskii <eliz@gnu.org>
22
23 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
24
252011-09-01 Chong Yidong <cyd@stupidchicken.com>
26
27 * window.el (display-buffer): Restore interactive spec.
28 (display-buffer-same-window, display-buffer-other-window):
29 New functions.
30 (pop-to-buffer-1): New function. Use the above.
31 (pop-to-buffer, pop-to-buffer-same-window): Use it.
32 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
33
34 * view.el (view-buffer-other-window, view-buffer-other-frame):
35 Just use pop-to-buffer.
36
12011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com> 372011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2 38
3 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391) 39 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
@@ -44,8 +80,8 @@
44 (display-buffer-alist-set-1, display-buffer-alist-set-2) 80 (display-buffer-alist-set-1, display-buffer-alist-set-2)
45 (display-buffer-alist-set): Remove. 81 (display-buffer-alist-set): Remove.
46 (display-buffer-function, special-display-buffer-names) 82 (display-buffer-function, special-display-buffer-names)
47 (special-display-regexps, special-display-function): In 83 (special-display-regexps, special-display-function):
48 doc-string refer to display-buffer-window and quit-restore 84 In doc-string refer to display-buffer-window and quit-restore
49 parameter. 85 parameter.
50 (pop-up-frame-alist, pop-up-frame-function, special-display-p) 86 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
51 (special-display-frame-alist, special-display-popup-frame) 87 (special-display-frame-alist, special-display-popup-frame)
@@ -56,8 +92,8 @@
56 (split-window-sensibly, window--try-to-split-window) 92 (split-window-sensibly, window--try-to-split-window)
57 (window--frame-usable-p, even-window-heights) 93 (window--frame-usable-p, even-window-heights)
58 (window--even-window-heights, window--display-buffer-1) 94 (window--even-window-heights, window--display-buffer-1)
59 (window--display-buffer-2, display-buffer-other-frame): Restore 95 (window--display-buffer-2, display-buffer-other-frame):
60 old Emacs 23 code, order and doc-strings where applicable. 96 Restore old Emacs 23 code, order and doc-strings where applicable.
61 (display-buffer-default, display-buffer-assq-regexp): New functions. 97 (display-buffer-default, display-buffer-assq-regexp): New functions.
62 (display-buffer-alist): Rewrite doc-string. 98 (display-buffer-alist): Rewrite doc-string.
63 (display-buffer-default-action) 99 (display-buffer-default-action)
@@ -69,8 +105,8 @@
69 Restore Emacs 23 behavior but use 105 Restore Emacs 23 behavior but use
70 window-normalize-buffer-to-switch-to. 106 window-normalize-buffer-to-switch-to.
71 (pop-to-buffer-same-window): Rewrite. 107 (pop-to-buffer-same-window): Rewrite.
72 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Rewrite 108 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
73 using Emacs 23 options. 109 Rewrite using Emacs 23 options.
74 110
752011-08-31 Michael Albinus <michael.albinus@gmx.de> 1112011-08-31 Michael Albinus <michael.albinus@gmx.de>
76 112
@@ -79,8 +115,8 @@
79 (tramp-completion-file-name-regexp-separate) 115 (tramp-completion-file-name-regexp-separate)
80 (tramp-completion-file-name-regexp-url): Don't use leading volume 116 (tramp-completion-file-name-regexp-url): Don't use leading volume
81 letter on win32 systems. (Bug#5303, Bug#9311) 117 letter on win32 systems. (Bug#5303, Bug#9311)
82 (tramp-drop-volume-letter): Simplify definition. Suggested by 118 (tramp-drop-volume-letter): Simplify definition.
83 Stefan Monnier <monnier@iro.umontreal.ca>. 119 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
84 120
852011-08-30 Stefan Monnier <monnier@iro.umontreal.ca> 1212011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
86 122