From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Release 6.30 Date: Wed, 02 Sep 2009 10:11:33 +0200 Message-ID: <87pra9n4ui.fsf@thinkpad.tsdh.de> References: <6EB1B1C1-9DD4-434B-9D48-1027CD60F4A7@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MikwX-0000JR-6L for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 04:11:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MikwS-0000GR-02 for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 04:11:48 -0400 Received: from [199.232.76.173] (port=42937 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MikwR-0000GL-ML for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 04:11:43 -0400 Received: from mx20.gnu.org ([199.232.41.8]:12889) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MikwR-00012T-9i for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 04:11:43 -0400 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MikwQ-00068V-Mf for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 04:11:42 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MikwP-0000iN-62 for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 10:11:41 +0200 Received: from 141.26.94.70 ([141.26.94.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Sep 2009 10:11:41 +0200 Received: from tassilo by 141.26.94.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Sep 2009 10:11:41 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik writes: > it is this commit: > > bbc27c011ab5d44d37dca662d1a393d429dbe4b3 That commit is in, but grepping for separate-frame in all *.el files gives no result and the docs don't mention it, too. ,----[ C-h v org-agenda-window-setup RET ] | org-agenda-window-setup is a variable defined in `org-agenda.el'. | Its value is reorganize-frame | | Documentation: | How the agenda buffer should be displayed. | Possible values for this option are: | | current-window Show agenda in the current window, keeping all other windows. | other-frame Use `switch-to-buffer-other-frame' to display agenda. | other-window Use `switch-to-buffer-other-window' to display agenda. | reorganize-frame Show only two windows on the current frame, the current | window and the agenda. | See also the variable `org-agenda-restore-windows-after-quit'. `---- Looking at "git show bbc27c011ab5d44d37dca662d1a393d429dbe4b3" it seems to me, that there's no new value, but that other-frame now uses a dedicated window. Bye, Tassilo