<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -59,8 +59,6 @@ module Prawn
     #
     # &lt;tt&gt;:page_size&lt;/tt&gt;:: One of the Document::PageGeometry::SIZES [LETTER]
     # &lt;tt&gt;:page_layout&lt;/tt&gt;:: Either &lt;tt&gt;:portrait&lt;/tt&gt; or &lt;tt&gt;:landscape&lt;/tt&gt;
-    # &lt;tt&gt;:on_page_start&lt;/tt&gt;:: Optional proc run at each page start
-    # &lt;tt&gt;:on_page_stop&lt;/tt&gt;:: Optional proc  run at each page stop   
     # &lt;tt&gt;:left_margin&lt;/tt&gt;:: Sets the left margin in points [ 0.5 inch]
     # &lt;tt&gt;:right_margin&lt;/tt&gt;:: Sets the right margin in points [ 0.5 inch]
     # &lt;tt&gt;:top_margin&lt;/tt&gt;:: Sets the top margin in points [ 0.5 inch]
@@ -77,9 +75,9 @@ module Prawn
     #   pdf = Prawn::Document.new(:page_size =&gt; &quot;A4&quot;, :page_layout =&gt; :landscape)    
     #
     def initialize(options={},&amp;block)   
-       Prawn.verify_options [:page_size, :page_layout, :on_page_start,
-         :on_page_stop, :left_margin, :right_margin, :top_margin,
-         :bottom_margin, :skip_page_creation, :compress, :skip_encoding, :text_options ], options
+       Prawn.verify_options [:page_size, :page_layout, :left_margin, 
+         :right_margin, :top_margin, :bottom_margin, :skip_page_creation, 
+         :compress, :skip_encoding, :text_options ], options
          
        @objects = []
        @info    = ref(:Creator =&gt; &quot;Prawn&quot;, :Producer =&gt; &quot;Prawn&quot;)</diff>
      <filename>lib/prawn/document.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>69ba7fa9435f0d803af4ff1fc99df4bde290bf80</id>
    </parent>
  </parents>
  <author>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/0199d0032fa01011bb2d4de974cdad2bf5a14b6d</url>
  <id>0199d0032fa01011bb2d4de974cdad2bf5a14b6d</id>
  <committed-date>2008-10-25T09:35:16-07:00</committed-date>
  <authored-date>2008-10-25T09:26:00-07:00</authored-date>
  <message>fix options</message>
  <tree>37685d30e457e941f35d25d0640a4b1340aaa81d</tree>
  <committer>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </committer>
</commit>
