Release Name: 1.0.4
Notes:
El4r enables you to write Emacs programs in Ruby(EmacsRuby) as well as in EmacsLisp.
It also enables you to unit-test Emacs programs automatically both in EmacsLisp and in EmacsRuby.
== How to install
ruby -ropen-uri -e 'URI("http://www.rubyist.net/~rubikitch/archive/el4r-1.0.4.tar.gz").read.display' > el4r-1.0.4.tar.gz
tar xzf el4r-1.0.4.tar.gz
cd el4r-1.0.4
ruby setup.rb
ruby -S el4r-rctool -p
ruby -S el4r-rctool -i
== How to use
See the files below testing/ and doc/.
Changes:
== What's new
=== [2006/09/21] 1.0.4 released
* Smart-defun: defun within ElApp subclass.
=== [2006/03/12] 1.0.3 released
* Interactive specification by Proc objects
* .xemacs/init.el support.
* manpages.
=== [2005/12/11] 1.0.2 released
* Fixed `el4r-rctool' bug on Windows. No changes except installer.
=== [2005/12/02] 1.0.1 released
* Adjusted to Emacs-snapshot.
=== [2005/12/01] 1.0.0 released
* Installer.
* Packaging policy.
* Fixed fatal error bug.
* Fixed defun-GC problem.
* Renamed: el4r-runtest.rb -> el4r-runtest
* New command: el4r
* New EmacsRuby functions.
* define_minor_mode
* define_derived_mode
* eval_after_load
|