From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.devel Subject: Re: tree widget Date: Wed, 14 Apr 2004 08:41:54 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <8684740.1081924914542.JavaMail.www@wwinf0802> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1081925296 10559 80.91.224.253 (14 Apr 2004 06:48:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2004 06:48:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 14 08:48:12 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDeBw-00079p-00 for ; Wed, 14 Apr 2004 08:48:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDeBv-0004hn-00 for ; Wed, 14 Apr 2004 08:48:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDe6X-0003c9-G1 for emacs-devel@quimby.gnus.org; Wed, 14 Apr 2004 02:42:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDe6P-0003af-Hj for emacs-devel@gnu.org; Wed, 14 Apr 2004 02:42:29 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDe5r-0003MS-WC for emacs-devel@gnu.org; Wed, 14 Apr 2004 02:42:27 -0400 Original-Received: from [193.252.22.23] (helo=mwinf0804.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDe5r-0003L2-Ib for emacs-devel@gnu.org; Wed, 14 Apr 2004 02:41:55 -0400 Original-Received: from wwinf0802 (wwinf0802 [172.22.139.29]) by mwinf0804.wanadoo.fr (SMTP Server) with ESMTP id 86C7D1800369 for ; Wed, 14 Apr 2004 08:41:54 +0200 (CEST) Original-To: emacs-devel X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21616 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21616 Hi, > I would like David PONCE to explain the cutting edge version if such a > version is existing. The latest version of tree-widget.el is available from the SF CVS at: http://cvs.sf.net/viewcvs.py/*checkout*/emhacks/emhacks/tree-widget.el Last changes since released version 2.0 were mainly to improve portability and handling of images themes. Here is the relevant change log: 2003-11-24 David Ponce * tree-widget.el Add support for image properties by theme. Improve portability. (tree-widget-create-image): Add new optional argument for image properties. (tree-widget--image-properties): New variable. (tree-widget-set-image-properties): New function. (tree-widget-find-image): Use it. No depend of `locate-library'. 2003-10-06 David Ponce * tree-widget.el (tree-widget-image-type-available-p): Remove. (tree-widget-image-formats): Return supported formats. (tree-widget-find-image): Try each image file extension before searching in default theme. Thanks for your interest in tree-widget. Of course, I will be glad to contribute it to GNU Emacs, and maintain it too, as my free time will permit ;-) David