Sha256: becc7d9b1fa1130dbebf55310f499f3bd06ca29fac1b7aeb172f8edbd224fe02

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

== 1.0.1 / 2009-09-09

* 1 tiny backwards-incompatible enhancement
  * 'relisp-start-slave' now takes an optional argument for the path
    to the ruby script, instead of relying on the variable
    'relisp-ruby-slave-path'.  That was stupid.
* 1 minor change
  * Better instructions for installing elisp component.
* 2 bug fixes
  * Relisp::Window#shrink
  * Relisp::Window#enlarge

== 1.0.0 / 2009-05-05

* Works on Windows
* Stable!
* Cinco de Mayo!

== 0.9.2 / 2009-03-09

* 3 minor enhancements
  * Added a 'ruby-exec' lisp function that executes ruby code taking
    the time to translate the result.
  * Improved the 'elisp_exec' ruby function.
  * Wrote test cases that cover a good chunk of a Relisp::Proxy
    classes.
  * Fixed whatever bugs that were found by writing the tests.

== 0.9.1 / 2009-01-28

* 2 major enhancements
  * Cons are now proxy objects.  If the cons is a list, it can be
    converted to a Relisp::List, a subclass of Array.
  * Editing types are now subclasses of a Relisp::Proxy class that
    takes care of creating the wrapping over the elisp variable.

== 0.9.0 / 2009-01-25

* 1 major enhancement
  * New! 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
relisp-1.0.1 CHANGELOG