[DRE-commits] [ruby-org] annotated tag upstream/0.9.1 created (now 4af2bd7)

Jonas Genannt jonas at brachium-system.net
Sun Feb 23 20:58:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a change to annotated tag upstream/0.9.1
in repository ruby-org.

        at  4af2bd7   (tag)
   tagging  2c0e472a647024f7961fe3c5c542d6fcf415e595 (commit)
 tagged by  Jonas Genannt
        on  Sun Feb 23 21:38:58 2014 +0100

- Log -----------------------------------------------------------------
Upstream version 0.9.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJTClxiAAoJEPBM7/YBbP/QgwoP/A8KBK7lELXFf1oHMiiQt7TO
30vQRHKrYi7NU/pfoyCF4alJoVcCtPbWxE41Z0C64dDj5qQUM577PdGIMWkj7y4y
zOYNeRFsdTBu0Bsdnsn8vYD427ixmiEZnvgmydPIRzaadSzvDpTo9lX7rg369SUo
c2N2OlkNrP2rmC8sI3wMGmsQy7guTlIb5WbUeToyqrSztQ6gwwdzjpIgDsN2nh7e
/OlQ4fQgIk28PgieUPNZ55CeyrLlCWmWCkBqLOiFK3HvzsObQJvr9F5xljhL42I6
ZedtYD6DSlIhNW0whVhN4SrXmSY03qJuw5NIblKIjz3ZfpCVgTZxFjGIJeAMwf5g
EIi4TdxJPYuQoJGwpoUztDot3/eVV2zOtXD8G0rp19+2ms/VW0eEwMgZBi//upJh
KM5q+QOw5GN0qVtggr6+6S1dMfS6pHip9T78vwnfZo/vff94/2wjfT1RZWl/jok3
os9w7omNqwkXCg/zRcrd/6AnHjK15bx7e3D1iFsPxVFURhRbuNavjzeXUFXIXCni
054ELlt8jYRVnpzmq8yaKdvZfZTNcRzOW7BRsbWf5vjhyoQiu8SwytnlFTnER68J
E+wuvKBWpdInWbPJdPi7x3hPN/E2y9QY0ywwHuc9GPwsjj/3fckLW9kYVcgXBNUJ
nuHOv9rbyWjkKmGh4e6Y
=Ok3b
-----END PGP SIGNATURE-----

Brian Dewey (81):
      Loads file and extracts headlines
      Added line class, some refactoring
      Checkpoint: rudimentary paragraph and list recognition
      Handle some classes of links
      Can now make a parser without a file; needed for Webby integration
      Big cleanup and bug fixing in textile output
      Added simple table support. Table headers don't yet work.
      Added simple table support. No table headers yet.
      Added support for blockquotes.
      Recognize simple headline keywords
      First stable package
      Added 0.1 packages
      Final refactor before html?
      Passing my first HTML test case
      Pass my next test -- simple lists
      Added Emphasis class to help with inline formatting
      Starting to use new emphasis class
      Moved to regular expressions in textile output
      Added inline formatting support. REMOVED support of asterisk as a plain list identifier. It's not recommended in ORG.
      SIMPLE html table support. No table headers (yet)
      Added blockquote support
      Added block code support. HTML export should now be as buggy as textile export.
      Refactor: Rename class and methods
      Added TAGS file
      Version 0.2
      HTML output is now indented, two spaces per scope.
      Ah, need "require 'rubygems'" to properly resolve the gem when running things via
      Added multi-paragraph list item support.
      Added very simple title decoration: The first paragraph or heading that gets output
      Version 0.4.0 gem.
      Renamed README.txt to README.rdoc to get prettier formatting on GitHub.
      Fixed bug: HTML literals are now escaped in org text, at least in HTML output. I haven't tested this in textile.
      Added support for exporting comments inside code blocks.
      Added new gem
      Fixed regression in smart quotes.
      Preparing to improve lexer. Added assigned_paragraph_type property to lines.
      Everything now shows up in code blocks, even org-mode metadata.
      Got rid of the extraneous newline at the start of code blocks.
      Version 0.4.2 of the gem.
      Parse and store in-buffer settings. Still need to handle OPTIONS hash.
      Simple option parsing.
      Started supporting the #+TITLE: directive. Better handling of links between ORG files.
      Now supports the option for exporting todo keywords.
      Now numbers headlines on demand.
      Fixed bug; Orgmode::Parser.to_html was no longer idempotent, and that messed up my rake testcase:accept task.
      Changed the parser spec to dynamically generate a different rspec
      Added table header support
      Got a little ahead of myself thinking I'd be at a 1.0 version by the end of tonight.
      Supports option skip:t
      Supports option skip:nil. WAAY harder than it should have been.
      Added support for in-buffer TODO keywords
      More test cases for custom keywords. Fixed bug: HTML not escaped in headings.
      Support EXPORT_SELECT_TAGS and EXPORT_EXLUDE_TAGS for controlling parts of the tree to export
      Version 0.5.0 gem.
      Updated announcement file.
      Updated documentation.
      Updated gem with latest documentation.
      Updated timestamp on history.
      Recognizes ":" at the beginning of the line as a signal for preformatted text.
      Added CSS tags to SRC and EXAMPLE blocks
      Version 0.5.1
      Checkpoint
      Big layering/refactoring
      Checked in 0.5.2 gem.
      Make it easier to get debugging output.
      Added support for inline images
      Version 0.5.3 package created
      Merge branch 'master' of github.com:bdewey/org-ruby
      Bumped version to 0.5.4. Made block commands case-insensitive.
      Merge pull request #13 from punchagan/lists
      Make inline images clickable.
      Checking in current test cases for invalid list recognizer.
      Merge pull request #11 from leathekd/spurious-table-headers
      Updated tests to catch the fixed list behavior.
      Merge pull request #14 from punchagan/image-links
      Fixed bug in the new image link text code and updated test cases.
      Merge ruediger changes
      Packaged and submitted as a new Gem version.
      Added a clojure example to the export.
      Added tests for angle link and property drawer fixes.
      Merge pull request #18 from crnixon/master

Clinton R. Nixon (1):
      Add support for .org Tilt templates

David Leatherman (1):
      More accurate table header support.  Org allows divider-type lines

Jonas Genannt (1):
      Imported Upstream version 0.9.1

Neil Smithline (3):
      add support for "-----" to "<hr>"
      added 5 hyphens (horizontal rule) to line.rb and html output - missing textile output functionality
      added a comment to horizontal_rule test

Puneeth Chaganti (2):
      Fix bug Ordered and Unordered lists regexp.
      Allow pretty text in links to be images.

Ray Lehtiniemi (1):
      Correct handling of .org URIs in HTML markup routine.

Rüdiger Sonderfeld (11):
      Makes comment support compatible with org-mode: Only lines beginning with a # are comments. And begin_block/end_block are not comments (they can have spaces in front).
      added support for block comments (#+BEGIN_COMMENT/#+END_COMMENT)
      added support for subscript and superscript (foo_{sub} and foo^{sup})
      added support to deactivate subscript and superscript (#+OPTIONS: ^:nil). Works only for HTML export.
      Implemented definition lists (e.g., + a :: b). Only works with HTML (Textile does not support definition lists AFAIK).
      Implemented #+BEGIN/END_CENTER to center text (works with textile and HTML)
      Added textile support for definition lists.
      Added support for Footnotes (both HTML and Textile).
      Footnode export (for HTML) is controlled by #+OPTIONS: f:t (default off)
      Convert special symbols (e.g., \alpha) to corresponding html or utf8 for textile.
      Fixed regex for special symbol replacement (handle \alpha\s properly).

Tilmann Singer (1):
      Fix error when table starts with hline

Waldemar Quevedo (95):
      Added preliminar support for the property drawer from org-mode.
      Added support for angle links
      encode utf-8 comment to textile replace class
      Added encoding utf-8 directive to support Ruby 1.9
      Merge branch 'master' of git://github.com/bdewey/org-ruby
      Headlines marked with the COMMENT keyword are not exported
      Headlines marked with the COMMENT keyword are not exported
      Headlines marked with the COMMENT keyword are not exported
      Merge branch 'master' of git://github.com/bdewey/org-ruby
      Merge branch 'master' of git://github.com/bdewey/org-ruby
      Added code tags for #+BEGIN/END_SRC blocks and specify code language
      Updating rake task to run rspec tests
      Modified History.txt to prepare for minor version up of the gem
      Fixed issue with InlineExampleRegexp when a colon was at the beginning of line (fixes #21 and #6)
      Fixed bug when angle links and normal links are on the same paragraph
      Added Gemfile
      Added test for Tilt support
      More than five dashes create an horizontal rule in html output (fixes #20)
      Included credits for Neil-Smithline
      Updated gem version
      Packaged new gem version
      Releasing version 0.6.1
      Releasing version 0.6.2 of gem
      Merge 'rayl/org-ruby' (Fixes #25)
      Updated specs for link-features.org
      Bumped gem to 0.6.3 for patch release
      Add feature to colorize #+BEGIN_SRC blocks with Pygments or CodeRay
      Added tests for code syntax highlight feature
      Property drawer items can include hyphens (e.g. :noweb-ref:)
      Whitespace cleanup
      Remove require "rubygems"
      Organize requires within the gem
      Adding some benchmarks using org-babel
      Merge branch 'organize-requires'
      Change the tags used when colorizing code syntax:
      Fix indentation
      Lists with code fragments should work (fixes #27)
      Remove pkg and doc directories from repo
      Remove code tags and use pre block with src-:lang class like org exporter
      Merge latest features from master
      Modify properties_drawer example to use begin_example
      Merge branch 'master' into code-syntax-highlight
      Include tests for code lists with src blocks
      Print version of the gem with --version of option
      Bumping version to 0.6.4
      Bump version to 0.7.0. This version starts supporting syntax highlight
      Merge branch 'master' into release-v0.7.0
      Merge branch 'master' into code-syntax-highlight
      Check first for Pygments support
      Merge branch 'code-syntax-highlight' into release-v0.7.0
      Only change ending of file: links like org exporter
      Merge branch 'master' into code-syntax-highlight
      Merge branch 'master' into release-v0.6.4
      Update gemspec
      Release 0.6.4 version of the gem
      Merge master
      Merge branch 'code-syntax-highlight' into release-v0.7.0
      Support syntax highlight using Pygments (or Coderay) when available
      Modify tests content and remove test/ directory.
      Normalize language used in block for Pygments and CodeRay.
      Small bugfix release, bump version to 0.7.1.
      Asterisk can also be used for bullet lists (Fixes #29)
      Add more complex tests for emphasis markup
      Fix emphasis test to not use pygments
      Update emphasis markup test to reflect improved regex
      Add --format and --colour options to rspec output
      Stop catching RubyPython error from pygments
      Use text lexer when source block does not specify lang
      Fix error when table starts with hline (fixes #34)
      Merge branch 'table-with-hline'
      Bump version of gem to 0.7.2
      Update syntax highlight testcases
      Fix typo
      Add test for code-blocks inside of lists
      Update tests
      Update case of broken lists and improved indentation
      Modify paragraph_type symbol returned for list_item
      Mark assigned_paragraph_type test as pending
      Merge branch 'vonavi/list_indentation' into master (Fixes #38)
      Add unit test for angle link in regexp helper
      Add test for raw html input when using #+html in line.
      Add test for entities that are supported in HTML output
      Update test about definition lists support for HTML output
      Merge pull request #41 from vonavi/regexp
      Change implementation of footnotes in textile_output.
      Merge branch 'fix-textile-footnote-test'
      Remove bones dependency
      Use Travis to test the build
      Remove .bnsignore file
      Merge branch 'use-travis'
      Add test for the fix of definition lists
      Merge pull request #43 from vonavi/defi_list
      Fix the testcase:* rake tasks
      Update README
      Bump version to 0.8.0

Waldemar Quevedo Salinas (6):
      Merge pull request #32 from vonavi/master
      Merge pull request #33 from vonavi/master
      Merge pull request #36 from vonavi/master
      Merge pull request #39 from vonavi/buffer_flush
      Merge pull request #40 from vonavi/parser
      Merge pull request #42 from vonavi/html_block

niku (1):
      Added support header offset.

unknown (18):
      Initial checkin: Skeleton
      Headlines now parse tags
      Started work on textile export
      Can handle line wraps inside list items
      Partial checkin: Starting to de-spaghetti. need to add logging -- blank lines don't work
      Fixed bug in blank lines. Spaghetti factor reduced!!
      Getting ready to finish version 0.1
      Renamed gem to org-ruby
      Added a mode stack to OutputBuffer
      Tests pass in spite of new mode stack
      Refactor: Created TextileOutputBuffer
      Remove intermediate pkg output
      Checkpoint
      Fixed: Tables/lists not closed at end of file; no inline formatting in table cells
      Now escape HTML in PRE blocks
      Now use rubypants for typographically better html output
      Windows consoles won't colorize!
      Version 0.3 gem package created

vonavi (67):
      Correct parsing of org-mode emphasis
      Merge three methods 'to_textile' into that one
      Produce Textile and HTML outputs keeping newlines. RegexpHelper is modified, now it works better.
      Textile and HTML examplesupdated in accordance with the last commit.
      Assign the paragraph type to a variable.
      New pretty indentation of HTML output done, code essentially simplified. Currently, supports ordered and unordered lists, can broke Textile output.
      Example outputs which satisfy me at the moment.
      More carefully does the accumulation of output.
      Corrects HTML output for definition lists and tables.
      Updates examples with tables and lists.
      Correction of HTML output for code blocks.
      Examles of correct HTML outputs with code blocks.
      Correction of HTML output for general blocks.
      Examples of HTML output with correct general blocks.
      Corrects the rest of HTML examples.
      The rest of HTML examples corrected.
      Corrects code syntax highlighting.
      Code syntax highlight examples corrected.
      Corrects Textile output.
      Updates Textile examples.
      Slight code refactoring was done, which improves accumulating block contents.
      Suppresses to pop mode for a blank line.
      Fixes the translation of inline example.
      Assigning a CSS class for HTML output was modified a little bit.
      Simplifies adding lines to output buffer.
      Newlines are handled carefully.
      Updates examples in accordance with the previous commit.
      Handles an inline example without the need of a major mode.
      No major mode is needed for blocks from now, block contents is accumulated much carefully.
      Line translating was moved to "output_buffer.rb", and needless accessors were removed.
      Indentation of ordinary lines was done.
      Updates all examples in accordance with the previous commit.
      Refactoring of method "flush!" from HTML output buffer.
      Adds a newline at the end of HTML file. Updates corresponding examples.
      Closes a horizontal-rule tag.
      Fixes handling definition lists.
      Refactoring of method "flush!" from Textile output buffer.
      Slight changes.
      Adds method "add_paragraph".
      Refactoring of parser was done. Fixes parsing headlines within quote and center blocks.
      No need buffered lines from now.
      Quote and center blocks can include tables.
      Proper indentation of code blocks done.
      Updates the examples in accordance with the last commit.
      Fixes the title for HTML output. Updates the examples.
      Code syntax highlight examples updated.
      Slight changes.
      Simplifies determining the indent of code block.
      Fix regexps for replacing Org-mode entities.
      Fix for nonexistent Org-mode entity.
      Keep text within a code emphasis as is.
      Adds option #+html: to incorporate raw HTML text.
      Fix for definition lists.
      Slight changes in definition lists.
      Fixes regexps for links and images.
      Just changes util/gen-special-replace.el.
      Slight change for accumulating raw HTML.
      Cosmetic change in regexps.
      Support of HTML source blocks.
      Skip blocks of unsupported type.
      Skip a HTML code block for non-HTML output.
      Transfers @<text> into <text> for HTML output.
      Switches the formatting of image links to default Org-mode behavior.
      Updates the examples in accordance with the last commit.
      Fixes regexps for preparing links.
      Slight modifies headline attributes.
      Fix for definition lists.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list