Commit graph

17 commits

Author SHA1 Message Date
obache
3f02d45357 Upate rabbit to 0.6.2.
== Changes 0.6.2 from 0.6.1: 2009-10-03

=== Improvements

  * Rabbit became an official MacPorts package! [kimura wataru]
  * Supported '''strong''' Wiki markup [kdmsnr]
  * Ignored level 2 or larger section in Wiki markup [kdmsnr]
  * Theme
    * pdf-tortoise-and-hare: Added margin between slide edge,
      tortoise and hare.
    * clear-blue: Supported changing images of tortoise and hare.
    * Added set_font_resolution_ratio that can change
      character size in a lump.
  * rabbit-mode: Supported rabbit-command.
  * Updated prototype.js: 1.4.0 -> 1.6.0
  * Supported justify.
  * Added a command that gets the current slide content as
    RD format.
  * Added --geometry option.
  * Supported RubyGems.

=== Fixes

  * Fixed a problem that allotted-time is ignored in
    lightning-simple theme. [Kazuhiro NISHIYAMA]
  * Removed system DPI dependency. [Kazuhiro NISHIYAMA]
  * Fixed a problem that displayed slide and PDF slide is
    different. [Kazuhiro NISHIYAMA]
  * Fixed a problem that images aren't resized with GDK
    backend.
2009-10-12 02:28:12 +00:00
obache
714d666e3b Update rabbit to 0.6.1.
== Changes 0.6.1 from 0.6.: 2009-07-17

=== Improvements

  * Images are rendered after resized by Gdk::Pixbuf on
    display mode.
  * Theme
    * lightning-talk-toolkit: supported :hide-title
    * slide-show: timer is reset after each loop
    * slide-show: default slide show span is computed from
      allotted time and slide size.
  * "\n" is available by default.
  * Wiki format supports slide property.
  * RD format supports 'wait' in nested itemize. [Kazuhiro NISHIYAMA]

=== Fixes

  * Added missing GPL license file.
  * Fixed a problem that PDF isn't resized on display size change.
  * Fixed a problem that index mode doesn't work for title
    only slide. [rabbit-shockers:654] [OBATA Akio]
  * Fixed a problem that block wait doesn't work. [OBATA Akio]
2009-07-18 01:35:45 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
obache
edbd0efa9a Update rabbit to 0.6.0.
== Changes 0.6.0 from 0.5.9: 2009-05-23

=== Improvements

  * Supported Bonjour: [kimura wataru]
  * Added new mascot character "Tailavi": [MoMo]
    * ((<URL:http://www.cozmixng.org/repos/rabbit/trunk/sample/momo/tailavi/>))
  * Added subtitle to windows title.
  * Supported slide property.
  * Added alternative images for "rabbit and tortoise".
  * Original image is used for PDF embedding instead of
    resized image.

=== Fixes

  * Fixed a typo in sample/kof2005/gesture.rb: [#143][IWAI, Masaharu]
  * Fixed install document: [zunda]
  * Fixed English: [Eduardo Gonzalez]
2009-05-24 02:33:14 +00:00
obache
e02d90091c Update rabbit to 0.5.9.
== Changes 0.5.9 from 0.5.8: 2009-02-09

  * Improvements
    * HTML output: supported link to PDF.
    * added rabbit-command command line tool to control Rabbit.
    * supported reflected image effect (requested by kdmsnr)

      Example:
        http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-104.html
        http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-085.html

      How to write:
        # image
        # src = XXX.jpg
        # relative_height = 80
        # reflect_ratio = 0.5

  * Theme
    * New themes
      * pdf-tortoise-and-hare:
        uses tortoise and hare timer when PDF viewer
        mode. Allotted time is specified by
        RABBIT_ALLOTTED_TIME environment variable.

        Example:
          % RABBIT_ALLOTTED_TIME=4.5m rabbit --theme pdf-tortoise-and-hare XXX.pdf
      * lightning-clear-blue:
        uses large character slides in bluish clear-blue theme.
      * title-on-image-toolkit:
        superimposes title on image.

        Example:
          http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-036.html

        How to use:
          In slide:
            = Users Group

              # image
              # src = shocker.jpg
              # relative_height = 90

          In theme:
            include_theme("title-on-image-toolkit")

            match(Slide) do |slides|
              slides.each do |slide|
                slide.title_on_image if slide.title_on_image?
              end
            end

  * Bug fixes
    * fixed wrong Wiki format detection.
2009-02-09 08:33:32 +00:00
obache
9963456626 Update Rabbit to 0.5.8.
== Changes 0.5.8 from 0.5.7: 2008-10-18

  * Improvements
    * supported Clutter
      * supported page transition
      * supported new comment view that flow comments on a slide.
    * supported IRC backend
      * RabbIRC (akira yamada)
  * Theme
    * added shadow to quote marks
    * try to use Hiragino font if available
    * add a new theme
      * newline-in-slides: supports '\n' newline notation
  * Bug fixes
    * fixed too much grabbed problem on magnifier mode
    * reworked Tofu backend
    * fixed a problem that was reported on Asakusa.rb
2008-10-23 12:23:34 +00:00
obache
ddd4bad104 Update rabbit to 0.5.7.
== Changes 0.5.7 from 0.5.6: 2008-07-21

  * Bug fixes
    * fixed broken PDF generation
  * Improvements
    * supported GTK+/Quartz (Mac OS X native UI)
    * supported context menu with Control + left click
      (suggested by OBATA Akio)
    * align = XXX accepts :right or "left" too
    * supported nested labels in (('note:XXX:YYY:...')) form
    * added "Next" and "Previous" actions that consider pause.
    * added "ResetTimer" action
    * do fullscreen as first as possible when --fullscreen
      command line option is specified
    * supported {{wait}} and {{br}} markup on Wiki format
    * fixed dirty sample slide
  * Theme
    * added body margin
    * added "dash" item mark
    * stopped to use vivid colors for list item mark
    * added properties
    * added new themes:
      * newline-in-title: supports '\n' newline notation
      * edge-info-toolkit: displays information at the edge
        of slide
      * slide-header-info: displays information at the header
        of slide
      * slide-footer-info: displays information at the footer
        of slide
      * footer-logo: displays logo image at the footer of slide
      * blue-bar: a theme that displays bars at the top and
        bottom of slide
      * clear-blue: clear blue theme

== Changes 0.5.6 from 0.5.5: 2008-04-21

  * removed RTtool
  * supported Ruby 1.9 a bit
  * supported pause
2008-09-16 16:16:40 +00:00
taca
2828f5cf9c - Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 15:16:28 +00:00
jlam
91a4232f3d Fix the optional loading of rubygems at the head of the rabbit scripts.
If rubygems is not found, then just continue.  Bump the PKGREVISION
to 3.
2008-03-31 15:26:34 +00:00
jlam
901cec84ca Allow for loading libraries installed as gems. Bump PKGREVISION. 2008-03-18 06:14:31 +00:00
taca
9cd6e832a2 Instead of installing some duplicated files with ruby-rttool pacakge,
depends on ruby-rttool pacakge.

Bump PKGREVISION.
2008-03-11 15:56:10 +00:00
obache
ede4ad33ba Update rabbit to 0.5.5.
While here, marked as DESTDIR ready.

== Changes 0.5.5 from 0.5.4: 2008-03-01

  * Bug fixes
    * fixed tests (reported by OBATA Akio)
    * fixed --margin option
  * supported HikiDoc installed by RubyGems
  * removed Tgif related files (reported by OBATA Akio)
  * removed needless windows-adjust theme
  * stopped to show progress message when index page is generating
  * added --log-level option
  * added document for MacPorts
  * rabbit-mode.el:
    * removed a needless variable.
2008-03-01 12:08:44 +00:00
obache
3d3ba51982 Update rabbit to 0.5.4.
== Changes 0.5.4 from 0.5.3: 2007-12-15

  * Documentation update
    * fixed ruby.st's URL (kitaj)
    * updated document of MacPorts (kimura wataru)
  * Theme related
    * added some color configuration to night-black theme
    * added slide-logo theme
    * added slide-footer theme
  * Bug fixes
    * fixed cairo backend availability check
    * fixed Wiki parser loading bug (reported by OBATA Akio)
    * suppressed warnings on Windows
    * fixed "/" handling on Windows (JunichiNakai, OBATA Akio)
  * logged progress in background (suggested by OBATA Akio)
  * changed default print format to PDF
  * supported "check" for itemize mark
  * added --show-native-window-id option
  * supported <<< LANG\n...\n>>> with Wiki parser
  * added block quote sample
  * supported an image file as source (Rabbit can be an image viewer)
  * added as_large_as_possible image size option
  * removed config.rb on 'setup.rb clean' (Kobayashi Noritada)
  * removed Tgif support
  * added --man option (Kobayashi Noritada)
  * supported slideshare.net as source
  * supported DnD
2007-12-15 14:10:29 +00:00
obache
7c170e3e70 Fixed startup error occured on some filesystem situation.
Bump PKGREVISION.
2007-08-26 01:25:32 +00:00
obache
78200794ca ruby-gnome2-gnomeprint is no longer needed. 2007-08-17 12:30:48 +00:00
obache
23731a6458 Update Rabbit to 0.5.3.
Changes 0.5.3 from 0.5.2: 2006-08-04

    * Theme related
          o added Day White/Night Black themes (TADA Tadashi)
          o added a slide for benchmarking theme (suggested by TADA Tadashi)
          o added Green Circle theme.
          o renamed Auto Slide to Slide Show.
          o clean-upped (codes of) theme.
    * Documentation update
          o INSTALL.win32 (Masao Mutoh, zunda¡Ë
    * Bug fixes
          o escaped '_' in page name for page name list in menu. (reported by Shugo Maeda)
          o fixed a GRClosure related problem. (akira yamada)
          o fixed a crash bug when reloading source.
          o fixed a bug that occurs with --output-html without --output-index-html.
          o fixed a bug that font configurations are ignored in printing.
    * improved GIMP support (akira yamada)
    * removed libgnomeprint support.
    * supported Wiki notation (HikiDoc). (included hikidoc.rb only in this release)
    * marked quality of PS/PDF output is enough.
    * added a toggle Magnifier action to menu.
    * added a toggle Spotlight action to menu.
    * supported partial rendering. (syntax in source is not supported yet)
    * {start,stop}_reload_timer -> {start,stop}_redraw_timer ({start,stop}_reload_timer are still available for backward compatibility)
2007-08-04 16:32:16 +00:00
obache
e8b2ec0f6b Import rabbit version 0.5.2.
This is an application to do presentation with RD document.
2007-06-04 04:13:52 +00:00