From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: org.el 4.10 Date: Wed, 15 Mar 2006 20:52:51 -0800 Message-ID: <20060316045250.GA76269@flame.pc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142534060 32600 80.91.229.2 (16 Mar 2006 18:34:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Mar 2006 18:34:20 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 16 19:34:18 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FJxIc-0005JV-BJ for ged-emacs-devel@m.gmane.org; Thu, 16 Mar 2006 19:34:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FJxIb-0004gY-Nh for ged-emacs-devel@m.gmane.org; Thu, 16 Mar 2006 13:34:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FJxIN-0004g2-GJ for emacs-devel@gnu.org; Thu, 16 Mar 2006 13:33:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FJxIL-0004fl-8e for emacs-devel@gnu.org; Thu, 16 Mar 2006 13:33:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FJxIL-0004fi-46 for emacs-devel@gnu.org; Thu, 16 Mar 2006 13:33:57 -0500 Original-Received: from [62.1.205.36] (helo=igloo.linux.gr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FJxN2-0004B1-CV for emacs-devel@gnu.org; Thu, 16 Mar 2006 13:38:48 -0500 Original-Received: from flame.pc (igloo.linux.gr [62.1.205.36]) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k2GIXWrJ004308; Thu, 16 Mar 2006 20:33:33 +0200 Original-Received: by flame.pc (Postfix, from userid 1001) id 2FC7E6F; Wed, 15 Mar 2006 20:52:51 -0800 (PST) Original-To: cdominik@gnu.org, emacs-devel@gnu.org Content-Disposition: inline X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.987, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL -0.69, BAYES_20 -0.74, DATE_IN_PAST_12_24 1.25) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51710 Archived-At: | @@ -5,7 +5,7 @@ | ;; Author: Carsten Dominik | ;; Keywords: outlines, hypermedia, calendar, wp | ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/ | -;; Version: 4.09 | +;; Version: 4.10 | ;; | ;; This file is part of GNU Emacs. | ;; | [...] | @@ -1739,10 +1742,11 @@ | :type 'boolean) | | (defface org-hide | - '((((type tty) (class color)) (:foreground "blue" :weight bold)) | + '( | + (((type tty) (class color)) (:foreground "white")) | (((class color) (background light)) (:foreground "white")) | (((class color) (background dark)) (:foreground "black")) | -; (((class color) (background light)) (:foreground "grey90")) | +; (((class color) (backgro6und light)) (:foreground "grey90")) | ; (((class color) (background dark)) (:foreground "grey10")) | (t (:inverse-video nil))) | "Face used for level 1 headlines." `backgro6und' looks like a typo in org.el 4.10, right?