From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: libXpm version packaged with Windows binaries Date: Mon, 06 Feb 2012 05:55:24 +0200 Message-ID: <834nv4d39v.fsf@gnu.org> References: <86obtcykg2.fsf@googlemail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1328500531 9298 80.91.229.3 (6 Feb 2012 03:55:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 03:55:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 06 04:55:30 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuFft-0006hS-1A for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2012 04:55:29 +0100 Original-Received: from localhost ([::1]:59394 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuFfs-0000jj-Kp for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2012 22:55:28 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:37256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuFfp-0000jd-Sg for emacs-devel@gnu.org; Sun, 05 Feb 2012 22:55:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuFfo-00018y-Vv for emacs-devel@gnu.org; Sun, 05 Feb 2012 22:55:25 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:44440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuFfo-00018Y-O2 for emacs-devel@gnu.org; Sun, 05 Feb 2012 22:55:24 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LYY00H00DA7LS00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 06 Feb 2012 05:55:22 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.162.243]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LYY00HANDK9I030@a-mtaout22.012.net.il>; Mon, 06 Feb 2012 05:55:22 +0200 (IST) In-reply-to: <86obtcykg2.fsf@googlemail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 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:148232 Archived-At: > From: Christoph Scholtes > Date: Sun, 05 Feb 2012 15:38:53 -0700 > > >From README.W32: > > * Image support > > Emacs has built in support for XBM and PPM/PGM/PBM images, and the > libXpm library is bundled, providing XPM support (required for color > toolbar icons and splash screen). Source for libXpm should be available > on the same place as you got this binary distribution from. The version > of libXpm bundled with this version of Emacs is 3.5.7, based on x.org's > libXpm library from X11R7.3. > > > This is obviously not correct since we are packaging libXpm 3.5.8 with > the current Windows binary releases. The sources for 3.5.8 are provided > in the directory where the Windows binaries reside. > > I wanted to update the README.W32 file and was wondering where the 3.5.8 > version came from and why there was a need to update from 3.5.7. Please just remove version information from the file. It isn't important to say which version was used, and having this info there is nothing but a maintenance headache. Thanks.