From athas at sigkill.dk Mon Apr 14 17:22:08 2008 From: athas at sigkill.dk (Troels Henriksen) Date: Mon, 14 Apr 2008 19:22:08 +0200 Subject: [mcclim-devel] McCLIM 0.9.6 release Message-ID: <87iqykfj27.fsf@lambda.athas.dyndns.dk> I fixed the abomination that was MCCLIM-IMAGES, so I think we can do a release very soon. Since there has been so few changes as of late, a relatively short freeze period would be preferable. Can anyone think of a holiday we can use? -- \ Troels /\ Henriksen From asf at boinkor.net Wed Apr 16 09:40:59 2008 From: asf at boinkor.net (Andreas Fuchs) Date: Wed, 16 Apr 2008 11:40:59 +0200 Subject: [mcclim-devel] McCLIM 0.9.6 release In-Reply-To: <87iqykfj27.fsf@lambda.athas.dyndns.dk> References: <87iqykfj27.fsf@lambda.athas.dyndns.dk> Message-ID: <4EC8E915-D65C-427D-9409-A4CF15C692A1@boinkor.net> On Apr 14, 2008, at 19:22, Troels Henriksen wrote: > I fixed the abomination that was MCCLIM-IMAGES, so I think we can do a > release very soon. Since there has been so few changes as of late, a > relatively short freeze period would be preferable. Very well. On IRC, Patriots' day (April 21) was suggested, and I think that should work. I would like to declare McCLIM frozen starting tomorrow (April 17). Cheers, -- Andreas Fuchs, (http://|im:asf@|mailto:asf@)boinkor.net, antifuchs From ahefner at gmail.com Tue Apr 22 05:09:50 2008 From: ahefner at gmail.com (Andy Hefner) Date: Tue, 22 Apr 2008 01:09:50 -0400 Subject: [mcclim-devel] McCLIM 0.9.6 release In-Reply-To: <4EC8E915-D65C-427D-9409-A4CF15C692A1@boinkor.net> References: <87iqykfj27.fsf@lambda.athas.dyndns.dk> <4EC8E915-D65C-427D-9409-A4CF15C692A1@boinkor.net> Message-ID: <31ffd3c40804212209w2cef2aa1k41d045c99bca1cf5@mail.gmail.com> On Wed, Apr 16, 2008 at 5:40 AM, Andreas Fuchs wrote: > Very well. On IRC, Patriots' day (April 21) was suggested, and I think that > should work. I would like to declare McCLIM frozen starting tomorrow (April > 17). How about April 22 "Earth Day"? From athas at sigkill.dk Tue Apr 22 12:32:28 2008 From: athas at sigkill.dk (Troels Henriksen) Date: Tue, 22 Apr 2008 14:32:28 +0200 Subject: [mcclim-devel] McCLIM 0.9.6 release In-Reply-To: <31ffd3c40804212209w2cef2aa1k41d045c99bca1cf5@mail.gmail.com> (Andy Hefner's message of "Tue, 22 Apr 2008 01:09:50 -0400") References: <87iqykfj27.fsf@lambda.athas.dyndns.dk> <4EC8E915-D65C-427D-9409-A4CF15C692A1@boinkor.net> <31ffd3c40804212209w2cef2aa1k41d045c99bca1cf5@mail.gmail.com> Message-ID: <878wz6hxyb.fsf@lambda.athas.dyndns.dk> "Andy Hefner" writes: > On Wed, Apr 16, 2008 at 5:40 AM, Andreas Fuchs wrote: > >> Very well. On IRC, Patriots' day (April 21) was suggested, and I think that >> should work. I would like to declare McCLIM frozen starting tomorrow (April >> 17). > > How about April 22 "Earth Day"? Unless the esteemed release manager can perform some convincing timestamp forgery, I think this is a good idea. -- \ Troels /\ Henriksen From mcclim-devel at common-lisp.net Wed Apr 23 12:04:00 2008 From: mcclim-devel at common-lisp.net (McCLIM maintainers) Date: Wed, 23 Apr 2008 14:04:00 +0200 Subject: [mcclim-devel] McCLIM 0.9.6 "St. George's Day" is released! Message-ID: <480F25B0.7020409@common-lisp.net> The McCLIM developers are happy to release version 0.9.6 of McCLIM, code-named "St. George's Day". This release includes several bug and specification compliance fixes, as well as improvements to the anti-aliased text drawing facility and to the Drei text editing substrate. When testing this release, we found that it works on these implementations: * SBCL * CMUCL 19d * Clozure CL 1.2 (RC 1) * CLISP 2.41 (requires "Telent" CLX) * Allegro Common Lisp 8.1 in ANSI Mode For compatibility with Mac OS X 10.5 "Leopard", please see the included release notes. Get the tarball at . Alternatively, you can install McCLIM via asdf-install. We are looking forward to your comments and bug reports. Please send them to mcclim-devel at common-lisp.net. The list of currently known bugs can be found at . Have fun using McCLIM, The McCLIM developers. RELEASE NOTES FOR McCLIM 0.9.6, "St. George's Day": Compatibility ============= This release was tested and found to work on the following implementations: * SBCL * CMUCL 19d * Clozure CL 1.2 (RC 1) * CLISP 2.41 (requires "Telent" CLX) * Allegro Common Lisp 8.1 in ANSI Mode McCLIM currently does not support lisps with case-sensitive readers (Allegro CL "modern mode" and lower-case Scieneer CL). To run McCLIM on Mac OS X 10.5, it is currently necessary to pass an explicit DISPLAY argument to work around incompatibility between Leopard's X11 auto-start facility and CLX. Changes in mcclim-0.9.6 "St. George's Day" relative to 0.9.5: ============================================================== From the NEWS file: * New extension: mcclim-truetype: provides a 100% lisp path for AA fonts with CLX using cl-vectors and zpb-ttf, as an alternative to mcclim-freetype. * Improvement: Faster drawing and AA text rendering. AA text requires a fix to the Xrender support of CLX, available in Christophe Rhodes's current CLX distribution from darcs. * Improvement: Look up arbitrary truetype fonts by name via fontconfig. * Drei improvements ** New redisplay engine that is faster and has more features. ** Support for "views" concept. ** Support for modes a la Emacs "mini-modes". ** Improvement: Goal-columns for line movement. ** Improvement: More Emacs-like expression movement for Lisp syntax. ** Bug fix: Input prompting now works for directly recursive calls to ACCEPT. * Specification compliance: READ-BITMAP-FILE and MAKE-PATTERN-FROM-BITMAP-FILE from CLIM 2.2. Includes new example program, IMAGE-VIEWER. * Specification compliance: The :inherit-menu keyword argument to DEFINE-COMMAND-TABLE and MAKE-COMMAND-TABLE is now implemented with CLIM 2.2 semantics. The :keystrokes value is not handled yet. * Specification compliance: :PRINTER functions for MENU-CHOOSE are now called with the menu item, not the display object. * Bug fix: ESA's help commands are better at finding bindings and describing them * Bug fix: Some missing methods and functions have been implemented for the Null backend, allowing headless operation for many applications. * Bug fix: correct computation of bounding rectangle after clear-output-record and recompute-extent-for-new-child. * Bug fix: label panes no longer have a restrictive maximum width. * Bug fix: ellipses with a zero radius no longer cause errors. * Bug fix: bezier drawing in CLIM-FIG less likely to cause errors. * Bug fix: restored somewhat working undo in CLIM-FIG. From nik at fo.am Mon Apr 28 10:31:36 2008 From: nik at fo.am (nik gaffney) Date: Mon, 28 Apr 2008 12:31:36 +0200 Subject: [mcclim-devel] McCLIM 0.9.6 asdf-install bug In-Reply-To: <480F25B0.7020409@common-lisp.net> References: <480F25B0.7020409@common-lisp.net> Message-ID: <4815A788.1010508@fo.am> > . > Alternatively, you can install McCLIM via asdf-install. ive just tried asdf-installing McClim on a fresh sbcl setup, and it gives a download error for cl-jpeg (package cl-jpeg, required by mcclim-jpeg-bitmaps). looks like there isn't the relevant page for cl-jpeg on cliki, nor an asdf-installable package at common-lisp.net