From 0c2cd6b1947ca2aeef5769bf431e9b5677872d04 Mon Sep 17 00:00:00 2001 From: Lyle Johnson <lyle@lylejohnson.name> Date: Fri, 20 Feb 2009 15:51:29 -0600 Subject: [PATCH] Started release notes for 1.6.19 --- doc/changes.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/changes.xml b/doc/changes.xml index 80c3c07..bd2ff0b 100755 --- a/doc/changes.xml +++ b/doc/changes.xml @@ -2,6 +2,26 @@ <chapter id="changes"> <title>Change History</title> + <simplesect> + <title>Changes For Version 1.6.19 (February 28, 2009)</title> + + <itemizedlist mark="bullet"> + <listitem> + <para>The current release of FXRuby couldn't be built from source against Ruby 1.9.1 final + due to a change in some of the file-related utility libraries + (see <ulink + url="http://rubyforge.org/tracker/index.php?func=detail&aid=23786&group_id=300&atid=1223">RubyForge + Bug #23786</ulink>). This problem has been corrected.</para> + </listitem> + <listitem> + <para>The <methodname>addAccel</methodname> method for the <classname>FXAccelTable</classname> class + now accepts lambda functions (or any other objects that respond to <methodname>call</methodname>). See + the <ulink url="http://www.fxruby.org/doc/api/classes/Fox/FXAccelTable.html">API documentation</ulink> + for <classname>FXAccelTable</classname> for examples of how this works.</para> + </listitem> + </itemizedlist> + </simplesect> + <simplesect> <title>Changes For Version 1.6.18 (December 29, 2008)</title> -- GitLab