From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Improved w32 XBM image support Date: 03 Apr 2002 17:49:24 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: <2498CBF7.73409F4C.00A66750@netscape.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017859150 6271 127.0.0.1 (3 Apr 2002 18:39:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 18:39:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16spf3-0001d2-00 for ; Wed, 03 Apr 2002 20:39:09 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16sprH-00008D-00 for ; Wed, 03 Apr 2002 20:51:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16spEx-0003RH-00; Wed, 03 Apr 2002 13:12:11 -0500 Original-Received: from carbon.btinternet.com ([194.73.73.92] helo=carbon) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16so7i-0003jF-00 for ; Wed, 03 Apr 2002 12:00:38 -0500 Original-Received: from host62-7-42-138.in-addr.btopenworld.com ([62.7.42.138] helo=nyaumo.btinternet.com) by carbon with esmtp (Exim 3.22 #8) id 16so7g-0005av-00; Wed, 03 Apr 2002 18:00:36 +0100 Original-Received: from nyaumo.btinternet.com (localhost [127.0.0.1]) by nyaumo.btinternet.com (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id RAA00883; Wed, 3 Apr 2002 17:49:24 +0100 Original-To: ponced16@netscape.net (David Ponce) In-Reply-To: <2498CBF7.73409F4C.00A66750@netscape.net> Original-Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2358 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2358 Hi David, Thanks for your work on this. I see from the copyright assignment list that you have made separate assignments for ruler-mode and recentf, but I don't see a general assignment for Emacs (unless it was made more recently than the list I have). Would you like to make a general assignment that covers changes to Emacs? ponced16@netscape.net (David Ponce) writes: > Hi Jason, > > I worked a little bit on Emacs 21 image support on Windows (within > the limits of my competence ;-). > > Attached you will find a patch for w32fns.c which add support for XBM > in line images (via image :data property). This feature is required > in wid-edit.el for checkboxes :on-glyph, :off-glyph images. > > Here is a change log: > > (w32_create_pixmap_from_bitmap_data): New function. > (xbm_load_image): Use it. > (xbm_load): Ditto. > (xbm_read_bitmap_data): Reverted to xfns.c version. > > Hope this will help! > Sincerely, > David -- Jason Rumney