From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 397e316: Add option `calendar-weekend-days' Date: Mon, 03 Aug 2015 11:44:22 -0400 Message-ID: References: <20150802153051.8158.16904@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438616672 20415 80.91.229.3 (3 Aug 2015 15:44:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Aug 2015 15:44:32 +0000 (UTC) Cc: Ingo Lohmar To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 03 17:44:32 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZMHug-0006IC-SD for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2015 17:44:31 +0200 Original-Received: from localhost ([::1]:59615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMHug-0002fP-2I for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2015 11:44:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMHub-0002fF-Kx for emacs-devel@gnu.org; Mon, 03 Aug 2015 11:44:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMHua-00005i-Jg for emacs-devel@gnu.org; Mon, 03 Aug 2015 11:44:25 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMHua-00005e-GI; Mon, 03 Aug 2015 11:44:24 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZMHuY-0006By-M9; Mon, 03 Aug 2015 11:44:22 -0400 X-Spook: Execution codes Denial of service beanpole Reynosa X-Ran: 9gN@s/xj2 (Ingo Lohmar's message of "Sun, 02 Aug 2015 15:30:51 +0000") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188349 Archived-At: ChangeLog files are auto-generated. Please do not commit to them directly when you make a change. Instead, make your commit messages in the ChangeLog style. See CONTRIBUTE; or almost any recent change, eg http://lists.gnu.org/archive/html/emacs-diffs/2015-08/msg00012.html The next time ChangeLog.2 is updated there will be duplicate entries for your change, one in the wrong format. Maybe you can remember to remove it. Please also add a NEWS entry for this. Thanks! Ingo Lohmar wrote: > branch: master > commit 397e316b28f74d4b96ccb86203a3996fdd4755f9 > Author: Ingo Lohmar > Commit: Ingo Lohmar > > Add option `calendar-weekend-days' > > Previously, the face `calendar-weekend-header' was invariably applied to > Sundays and Saturdays, although weekend days differ by region/culture. > Making the days freely customizable, independent of > `calendar-week-start-day', should cover all possible scenarios. > --- > ChangeLog.2 | 6 ++++++ > lisp/calendar/calendar.el | 12 +++++++++++-