annotate vendor/plugins/rfpdf/.svn/text-base/CHANGELOG.svn-base @ 285:fa07572ee073
bug_95
Layout changes: indent as block instead of just first line; loosen spacing at bottom of explanatory labels
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Wed, 23 Mar 2011 11:31:14 +0000 |
parents |
513646585e45 |
children |
cbce1fd3b1b7 |
rev |
line source |
Chris@0
|
1 1.00 Added view template functionality
|
Chris@0
|
2 1.10 Added Chinese support
|
Chris@0
|
3 1.11 Added Japanese support
|
Chris@0
|
4 1.12 Added Korean support
|
Chris@0
|
5 1.13 Updated to fpdf.rb 1.53d.
|
Chris@0
|
6 Added makefont and fpdf_eps.
|
Chris@0
|
7 Handle \n at the beginning of a string in MultiCell.
|
Chris@0
|
8 Tried to fix clipping issue in MultiCell - still needs some work.
|
Chris@0
|
9 1.14 2006-09-26
|
Chris@0
|
10 * Added support for @options_for_rfpdf hash for configuration:
|
Chris@0
|
11 * Added :filename option in this hash
|
Chris@0
|
12 If you're using the same settings for @options_for_rfpdf often, you might want to
|
Chris@0
|
13 put your assignment in a before_filter (perhaps overriding :filename, etc in your actions).
|