aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2011-06-26 21:52:37 -0400
committerStefan Monnier2011-06-26 21:52:37 -0400
commitc9d29fb8b5ce38c9fd7222f2309b068ee1bc72c1 (patch)
tree2dd46bda3ab2113d07bec1c09d5de7a3dd8b7ef7
parentd8e4b68b086e71d0429de73a88767fdb32e9a970 (diff)
downloademacs-c9d29fb8b5ce38c9fd7222f2309b068ee1bc72c1.tar.gz
emacs-c9d29fb8b5ce38c9fd7222f2309b068ee1bc72c1.zip
* lisp/bs.el (bs-cycle-next): Complete last change.
-rw-r--r--lisp/ChangeLog44
-rw-r--r--lisp/bs.el7
2 files changed, 27 insertions, 24 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3c070251bad..384d558c3ab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,11 +1,15 @@
12011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * bs.el (bs-cycle-next): Complete last change.
4
12011-06-27 Drew Adams <drew.adams@oracle.com> 52011-06-27 Drew Adams <drew.adams@oracle.com>
2 6
3 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939). 7 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
4 8
52011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org> 92011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6 10
7 * net/network-stream.el (network-stream-open-starttls): Don't 11 * net/network-stream.el (network-stream-open-starttls):
8 re-get capabilities unless we've reestablished connection. 12 Don't re-get capabilities unless we've reestablished connection.
9 (network-stream-open-starttls): Fix stupid typo with gnutls-clii. 13 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
10 14
11 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-* 15 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
@@ -35,13 +39,13 @@
35 39
362011-06-26 Ken Manheimer <ken.manheimer@gmail.com> 402011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
37 41
38 * allout-widgets.el (allout-widgets-post-command-business): Stop 42 * allout-widgets.el (allout-widgets-post-command-business):
39 decorating intermediate isearch matches. They're not being 43 Stop decorating intermediate isearch matches. They're not being
40 undecorated when an isearch is continued past, and isearch 44 undecorated when an isearch is continued past, and isearch
41 automatically collapses them. This leads to "widget leaks", where 45 automatically collapses them. This leads to "widget leaks", where
42 decorated items accumulate in collapsed areas. Lines with lots of 46 decorated items accumulate in collapsed areas. Lines with lots of
43 hidden widgets can slow down cursor travel, substantially. Too 47 hidden widgets can slow down cursor travel, substantially.
44 much complicated machinery would be needed to ensure undecoration, 48 Too much complicated machinery would be needed to ensure undecoration,
45 so we're doing without this nicety. 49 so we're doing without this nicety.
46 50
47 (allout-widgets-tally-string): Don't try to do a hash-table-count 51 (allout-widgets-tally-string): Don't try to do a hash-table-count
@@ -56,8 +60,8 @@
56 LABEL argument. Respect special-display-function when popping up 60 LABEL argument. Respect special-display-function when popping up
57 a new frame. Fix code searching for a window showing the buffer 61 a new frame. Fix code searching for a window showing the buffer
58 on another frame. 62 on another frame.
59 (display-buffer-normalize-specifiers): Call 63 (display-buffer-normalize-specifiers):
60 display-buffer-normalize-arguments. 64 Call display-buffer-normalize-arguments.
61 (display-buffer-in-window): Don't undedicate the window if its 65 (display-buffer-in-window): Don't undedicate the window if its
62 buffer remains the same. 66 buffer remains the same.
63 Reported by Drew Adams <drew.adams@oracle.com>. 67 Reported by Drew Adams <drew.adams@oracle.com>.
@@ -79,16 +83,16 @@
79 83
802011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org> 842011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
81 85
82 * net/network-stream.el (network-stream-open-starttls): Use 86 * net/network-stream.el (network-stream-open-starttls):
83 built-in TLS support if `gnutls-available-p' is true. 87 Use built-in TLS support if `gnutls-available-p' is true.
84 (network-stream-open-tls): Ditto. 88 (network-stream-open-tls): Ditto.
85 89
862011-06-26 Leo Liu <sdl.web@gmail.com> 902011-06-26 Leo Liu <sdl.web@gmail.com>
87 91
88 * register.el (registerv): New struct. 92 * register.el (registerv): New struct.
89 (registerv-make): New function. 93 (registerv-make): New function.
90 (jump-to-register, describe-register-1, insert-register): Support 94 (jump-to-register, describe-register-1, insert-register):
91 the jump-func, print-func and insert-func slot of a registerv 95 Support the jump-func, print-func and insert-func slot of a registerv
92 struct. (Bug#8415) 96 struct. (Bug#8415)
93 97
942011-06-26 Chong Yidong <cyd@stupidchicken.com> 982011-06-26 Chong Yidong <cyd@stupidchicken.com>
@@ -266,8 +270,8 @@
266 270
2672011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org> 2712011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
268 272
269 * mail/smtpmail.el (smtpmail-via-smtp): Set 273 * mail/smtpmail.el (smtpmail-via-smtp):
270 :use-starttls-if-possible so that we always use STARTTLS if the 274 Set :use-starttls-if-possible so that we always use STARTTLS if the
271 server supports it. SMTP servers that support STARTTLS commonly 275 server supports it. SMTP servers that support STARTTLS commonly
272 require it. 276 require it.
273 277
@@ -279,13 +283,13 @@
279 upgrades with `open-network-stream', and rely solely on 283 upgrades with `open-network-stream', and rely solely on
280 auth-source for all credentials. Big changes throughout the file, 284 auth-source for all credentials. Big changes throughout the file,
281 but in particular: 285 but in particular:
282 (smtpmail-auth-credentials): Removed. 286 (smtpmail-auth-credentials): Remove.
283 (smtpmail-starttls-credentials): Removed. 287 (smtpmail-starttls-credentials): Remove.
284 (smtpmail-via-smtp): Check for servers saying they want AUTH after 288 (smtpmail-via-smtp): Check for servers saying they want AUTH after
285 MAIL FROM, too. 289 MAIL FROM, too.
286 290
287 * net/network-stream.el (network-stream-open-starttls): Provide 291 * net/network-stream.el (network-stream-open-starttls):
288 support for client certificates both for external and built-in 292 Provide support for client certificates both for external and built-in
289 STARTTLS. 293 STARTTLS.
290 (auth-source): Require. 294 (auth-source): Require.
291 (open-network-stream): Document the :client-certificate keyword. 295 (open-network-stream): Document the :client-certificate keyword.
@@ -325,8 +329,8 @@
325 options more faithfully. 329 options more faithfully.
326 (pop-to-buffer): Don't rely on `display-buffer' selecting the 330 (pop-to-buffer): Don't rely on `display-buffer' selecting the
327 window if it is on another frame. 331 window if it is on another frame.
328 (display-buffer-alist, display-buffer-default-specifiers): Don't 332 (display-buffer-alist, display-buffer-default-specifiers):
329 make new frame unsplittable by default. 333 Don't make new frame unsplittable by default.
330 (display-buffer-normalize-argument): Fix doc-string typo and use 334 (display-buffer-normalize-argument): Fix doc-string typo and use
331 'same-frame-other-window instead of 'other-window when associating 335 'same-frame-other-window instead of 'other-window when associating
332 with display-buffer-macro-specifiers. 336 with display-buffer-macro-specifiers.
diff --git a/lisp/bs.el b/lisp/bs.el
index 73f8d0bf52a..94fbd0e04f9 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -1212,10 +1212,9 @@ by buffer configuration `bs-cycle-configuration-name'."
1212 bs--cycle-list))) 1212 bs--cycle-list)))
1213 (next (car tupel)) 1213 (next (car tupel))
1214 (cycle-list (cdr tupel))) 1214 (cycle-list (cdr tupel)))
1215 (unless (window-dedicated-p (selected-window)) 1215 ;; We don't want the frame iconified if the only window in the frame
1216 ;; We don't want the frame iconified if the only window in the frame 1216 ;; happens to be dedicated.
1217 ;; happens to be dedicated 1217 (bury-buffer (current-buffer))
1218 (bury-buffer (current-buffer)))
1219 (switch-to-buffer next) 1218 (switch-to-buffer next)
1220 (setq bs--cycle-list (append (cdr cycle-list) 1219 (setq bs--cycle-list (append (cdr cycle-list)
1221 (list (car cycle-list)))) 1220 (list (car cycle-list))))