2003-06-19 FUJIMOTO Hisakuni
* release 0.2.3 (release-0_2_3)
* lib/osx/aeosa/ae_coreclass.rb,lib/osx/aeosa/aedesc.rb:
- remove every space characters between method name and '(' in ruby
code. This fix will suppress warning and Bus Error on 1.8 of
ruby. (thanks Rich Kilmer and Dave Thomas)
* lib/osx/aeosa/aedesc.rb:
- fix bug AEDesc.record.
2002-12-27 FUJIMOTO Hisakuni
* release 0.2.2 (release-0_2_2)
* install.rb:
update install.rb to Setup 3.1.0 for option 'install-prefix'
2002-09-13 FUJIMOTO Hisakuni
* release 0.2.1 (re-package)
2002-09-10 FUJIMOTO Hisakuni
* release 0.2.1
* sample/use_itunes.rb: *** empty log message ***
* sample/RubyCocoaApp_0.2.app, sample/RubyCocoaApp.app:
for RubyCocoa 0.2 and RubyCocoa 0.3
2002-09-06 FUJIMOTO Hisakuni
* lib/osx/aeosa/ae_constants.rb: define Types, Keys and kAE from
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/AE.framework/Headers/*.h
* lib/osx/aeosa/aedesc.rb:
AEDesc#to_rbobj - support TypeUnicodeText, TypeStyledUnicodeText,
TypeUTF8Text, TypeEncodedString, TypeCString, TypePString
2002-09-04 FUJIMOTO Hisakuni
* release 0.2.0
* doc, html:
move html documents to doc directory
2002-09-03 FUJIMOTO Hisakuni
* sample/RubyCocoaApp.app/Contents/MacOS/EmptyApp: RubyCocoa 0.3 aware
2002-09-02 FUJIMOTO Hisakuni
* now executable with pre-installed ruby in Mac OS X 10.2 (Jaguar).
* ext/osx_aeosa/Version.h, ext/osx_aeosa/osx_aeosa.c:
define OSX::RUBYAEOSA_VERSION constants
* post-config.rb: no need LibRuby.framework any more
* ext/osx_aeosa/post-clean.rb:
remove "ruby.h" and "intern.h" for OSX special version.
* ext/osx_aeosa/procmgr.c, ext/osx_aeosa/osx_aeosa.c, ext/osx_aeosa/osacomponent.c, ext/osx_aeosa/aedesc.c:
no need LibRuby.framework any more.
import "ruby.h" and "intern.h" for OSX special version.
* ext/osx_aeosa/extconf.rb: no need LibRuby.framework any more.
generate "ruby.h" and "intern.h" for OSX special version.
2002-08-22 FUJIMOTO Hisakuni
* ext/osx_aeosa/procmgr.c:
always initialize GetProcessInformation arguments.
2001-12-26 FUJIMOTO Hisakuni
* Documents are corrected according to the release of Ruby 1.6.6.
2001-12-24 FUJIMOTO Hisakuni
* ext/osx_aeosa/extconf.rb: remove '-no-precomp' form CFLAGS.
* lib/osx/aeosa: new directory and move some '.rb' files to the
directory.
2001-12-08 FUJIMOTO Hisakuni
* release 0.1.0