diff options
author | obache <obache@pkgsrc.org> | 2011-07-15 14:28:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-07-15 14:28:07 +0000 |
commit | 8694b6fdd23a6c5f8fe8e1a2dec8e0711e15cd26 (patch) | |
tree | 146aa033b3405a70b91966536b3303a909532cf4 /cross | |
parent | 0508825f6bea3a3a175600f782b4f114c38c8f7b (diff) | |
download | pkgsrc-8694b6fdd23a6c5f8fe8e1a2dec8e0711e15cd26.tar.gz |
Update rabbit to 1.0.2.
== 1.0.2: 2011-07-15
RubyKaigi2011 release.
=== Improvements
==== Core
* Re-supported GTK+ 2.20. (For Debian GNU/Linux squeeze)
[Reported by akira yamada]
==== Theme
* title-slide-background-image: Added. It shows background
image with title slide slide.
* table: Supported font color customize.
* rubykaigi2011: Added. It's for RubyKaigi2011.
=== Fixes
==== Theme
* default-item-mark-setup: Fixed duplicated font name
specified error.
* edge-info-toolkit: Fixed duplicated font name
specified error.
=== Thanks
* yamada akira
== 1.0.1: 2011-07-15
A bug fix release of 1.0.0.
=== Fixes
==== Core
* Removed needless albino gem dependency.
== 1.0.0: 2011-07-15
The first major release! We spent seven years for it!
=== Improvements
==== Core
* Made Twitter related gems optional not required.
* Disabled Clutter by default. --use-gl is required to
enable it.
[Reported by OBATA Akio]
* Supported ((<blockdiag|URL:http://blockdiag.com/blockdiag/build/html/>)).
RD:
# blockdiag
# relative_width = 90
# fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
{
fontsize = 25;
RD -> Rabbit;
Hiki -> Rabbit;
PDF -> Rabbit;
group {
Rabbit -> Display;
}
}
Hiki:
{{blockdiag("
{
fontsize = 25;
RD -> Rabbit;
Hiki -> Rabbit;
PDF -> Rabbit;
group {
Rabbit -> Display;
}
}",
{
:relative_width => 90,
# :antialias => true,
:fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf",
"/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"],
})}}
* Removed Anthy support.
* Supported syntax highlighting by CodeRay.
* Supported syntax highlighting by Emacs.
* Improved "run from console" detection.
[Reported by OBATA Akio]
* Supported non-blocking mode for Twitter connection.
[Reported by OBATA Akio]
* Improved the default logger detection.
[Reported by OBATA Akio]
* Supported Nokogiri and dropped HTree.
* Added --allotted-time option to specify presentation
allotted time.
* Added --comment-theme option to specify a theme for
comment.
For example, use --comment-theme stream-comment to
stream comment on your slide.
* Removed RWiki support.
==== Rabbiter
* Added --log-status option to log streamed information
for debug.
==== Rabbirack
* Added. It is a new Web interface for Rabbit. It will
deprecate Rabrick.
==== Theme
* Added shadow-color, shadow-x and shadow-y properties to
text element.
* syntax-highlighting: Added. It specifies colors for
syntax highlighting.
* footer-comment:
* Improved image-timer support.
* Disabled the last comment remaining by default.
* rabbit-powered-by: Disabled banner.
* pdf-tortoise-and-hare: Removed because it's merged to
pdf theme.
* pdf:
* Supported hare and tortoise.
* Supported comment.
* base: Added foreground color, background color and
shadow color configurations.
* default-comment: Added. It specifies a theme for comment.
=== Fixes
==== Core
* Fixed a problem that .mo are missing in package.
[Reported by OBATA Akio]
* Fixed a problem that appending comment from rabbiter
crashes Rabbit.
* Fixed a problem that PDF file detection is failed in
Ruby 1.9.
==== Documentation
* Fixed link URL.
[Reported znz]
=== Thanks
* OBATA Akio
* znz
Diffstat (limited to 'cross')
0 files changed, 0 insertions, 0 deletions