From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ELPA update Newsgroups: gmane.emacs.devel,gmane.emacs.sources Subject: [GNU ELPA] Xpm version 1.0.5 Date: Wed, 24 Apr 2024 05:07:13 -0400 Message-ID: <85a5ljw2m6.fsf@elpa.gnu.org> Reply-To: help-gnu-emacs@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36947"; mail-complaints-to="usenet@ciao.gmane.io" Cc: nil To: gnu-emacs-sources@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 24 11:07:48 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rzYbS-0009Mc-Fq for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Apr 2024 11:07:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rzYax-0007yR-Ix; Wed, 24 Apr 2024 05:07:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rzYav-0007vG-O1; Wed, 24 Apr 2024 05:07:13 -0400 Original-Received: from elpa.gnu.org ([2001:470:142::89]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rzYav-000775-En; Wed, 24 Apr 2024 05:07:13 -0400 Original-Received: by elpa.gnu.org (Postfix, from userid 1002) id 63CDA610B7; Wed, 24 Apr 2024 05:07:13 -0400 (EDT) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:318022 gmane.emacs.sources:9149 Archived-At: Version 1.0.5 of package Xpm has just been released in GNU ELPA. You can now find it in M-x list-packages RET. Xpm describes itself as: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D edit XPM images =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D More at https://elpa.gnu.org/packages/xpm.html ## Summary: This package makes editing XPM images easy (and maybe fun). Editing is done directly on the (textual) image format, for maximal cohesion w/ the Emacs Way. Coordinates have the form (X . Y), with X from 0 to (width-1), and Y from 0 to (height-1), inclusive, in the 4th quadrant; i.e., X grows left to right, Y top to bottom, origin top-left. (0,0) =E2=80=A6 (width-1,0) =E2=8B=AE =E2=8B=AE (0,height-1) =E2=80=A6 (width-1,height-1) In xpm.el (et al), "px" stands for "pixel", a non-empty string in the external representation of the image. The px length is the image's "cpp" (characters per pixel). The "palette" is a set of associations between a px and its "color", which is an alist with symbolic TYPE and and string CVALUE. TYPE is one of: ## Recent NEWS: NEWS for xpm.el (et al) See the end for copying conditions. - 1.0.5 | 2021-12-19 - use U+2018, U+2019 more - use https for URLs (including homepage) - 1.0.4 | 2017-02-17 - fixed syntax error in =E2=80=98defstruct=E2=80=99 usage (how did it wor= k before?!) - new THANKS file - 1.0.3 | 2014-06-13 - improved docstrings - 1.0.2 | 2014-05-30 - new homepage: https://www.gnuvola.org/software/xpm/ - 1.0.1 | 2014-05-21 - byte-compilation bugfix - 1.0.0 | 2014-05-18 - initial release Local Variables: mode: outline outline-regexp: "\\([ ][ ]\\)*- " End: _____________________________________________________________________ Copyright (C) 2014-2021 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.