Mon Jan 30 20:39:17 2012 Masayoshi Takahashi * Version bump to 1.0.0. Sat Jan 28 00:28:34 2012 Kenshi Muto * //raw supports to indicate builder(s) by using //raw[|builder,builder| ...] * merge kdmsnr's branch. commit 207c787c961d61bbc517e160effadf417f05e28e unescape in inline_raw: refs #54 Sun Jan 22 19:49:42 2012 Kenshi Muto * revert 17b0deb55b599deb1bdfbd6c61957d6edd5977ed change. It caused a bug that '#@#' was included in paragraphs when '#@#' was located just after paragraph line. Sat Jan 14 23:24:52 2012 Kenshi Muto * lib/review/builder.rb, lib/review/htmlbuilder.rb, lib/review/i18n.yaml, lib/review/idgxmlbuilder.rb, lib/review/topbuilder.rb: show only counter on image/list/table caption, if chapter number is undefined. Sat Jan 14 22:33:04 2012 Kenshi Muto * lib/review/tocparser.rb: remove BOM (\xEF\xBB\xBF) from line head to avoid review-index error. Closes #72. Sat Jan 14 22:02:29 2012 Kenshi Muto * lib/review/compiler.rb, lib/review/preprocessor.rb, test/test_preprocessor.rb: fix difference of line# between error output and source file which has comments. Closes #73. Mon Jan 2 01:09:58 2012 Kenshi Muto * lib/review/idgxmlbuilder: put to codelist element (//list) as same as list (//emlist). Fri Dec 16 01:01:31 2011 Masayoshi Takahashi * lib/review/latexbuilder.rb: LATEXBuilder: fix dlist(dd) bug Sat Nov 12 18:42:24 2011 Masayoshi Takahashi * bin/review-pdfmaker: LATEXBuilder: appendix and backmatter should be able to redefine Fri Nov 11 02:45:50 2011 Masayoshi Takahashi * lib/review/latexbuilder.rb: LATEXBuilder: use \url instead of \href if label is empty Sat Nov 5 15:37:58 2011 Masayoshi Takahashi * bin/review-epubmaker, bin/review-pdfmaker: fixes #50; make name of files generated in review-{epub|pdf}maker same as source filenames Fri Nov 4 22:39:23 2011 Masayoshi Takahashi * bin/review-pdfmaker: Force to execute platex command 3 times. Executing only 2 times, some documents convert into PDF with invalid page number :-( Thu Oct 27 16:30:08 2011 Kenshi Muto * lib/review/topbuilder.rb: trivial bug fixes around //raw. Sun Oct 9 00:43:51 2011 Masayoshi Takahashi * lib/review/latexbuilder.rb, lib/review/latexutils.rb: LATEXBuilder: fix escape in URL (use special method) Tue Sep 27 21:44:13 2011 Masayoshi Takahashi * bin/review-epubmaker: default author should be nil Tue Sep 27 21:36:00 2011 Masayoshi Takahashi * bin/review-epubmaker: fix Issue #43: fix generating invalid EPUB toc.html file Tue Sep 27 18:51:27 2011 Masayoshi Takahashi * lib/review/book.rb, bin/review-pdfmaker: support *.pdf file for images in LATEXBuilder Tue Sep 27 18:19:20 2011 Masayoshi Takahashi * bin/review-pdfmaker: support customizing coverfile in LATEXBuilder (same as HTMLBuilder) Fri Sep 23 22:06:26 2011 Masayoshi Takahashi * lib/review/latexutils.rb: support MARUSUJI(number in circle) 0-10 Wed Sep 21 19:51:57 2011 Masayoshi Takahashi * lib/review/compiler.rb: fix slow regexp (cf. [ruby-list:48379]) Thu Sep 15 00:28:05 2011 Kenshi Muto * lib/review/builder.rb, lib/review/htmlbuilder.rb, lib/review/texbuilder.rb, lib/review/idgxmlbuilder.rb, test/test_htmlbuilder.rb, test/test_latexbuilder.rb, test/test_idgxmlbuilder.rb: handle metric parameter of //image and //indepimage more portable. Builder specific parameter can be specified with prefix html::, latex::, and idgxml::. Thu Sep 1 13:21:16 2011 Kenshi Muto * lib/review/htmlbuilder.rb: support --draft flag. add @. //comment and @ will show in the output when --draft flag is specified. Without this flag (default), they will be converted to ''. Thu Sep 1 12:39:54 2011 Kenshi Muto * lib/review/htmlbuilder.rb: escape html in @. Mon Aug 29 10:59:15 2011 Masayoshi Takahashi * bin/review-pdfmaker: add translater in okuduke and titlepage if values["trl"] has value * bin/review-epubmaker: add translater in okuduke if values["trl"] has value Fri Aug 26 14:57:35 2011 Masayoshi Takahashi * bin/review-pdfmaker: fix some style broken in TeXLive 2011 * bin/review-pdfmaker: use extractbb instead of ebb Sat Aug 13 11:06:17 2011 Masayoshi Takahashi * bin/review-epubmaker: fix Issue #34: generating stylesheet with appropriate filename Sat Aug 11 01:23:00 2011 Masayoshi Takahashi * test/test_latexbuilder.rb, lib/review/latexbuilder.rb: fix //noindent in LATEXBuilder Sat Jul 2 13:34:00 2011 Masayoshi Takahashi * lib/review/latexbuilder.rb, lib/review/compiler.rb, bin/review-compile: support //comment and @ as PDF Annotation in LATEXBuilder Sat Jul 2 11:22:53 2011 Masayoshi Takahashi * bin/review-epubmaker, lib/review/htmlbuilder.rb: fix @ and bib.re support in EPUB Sun Jun 26 22:38:09 2011 KADO Masanori * lib/review/builder.rb, lib/review/compiler.rb, lib/review/index.rb, lib/review/latexbuilder.rb, lib/review/idgxmlbuilder.rb, lib/review/htmlbuilder.rb: support //graph Thu Jun 16 15:59:35 2011 Kenshi Muto * lib/review/idgxmlbuilder.rb, test/test_idgxmlbuilder.rb: has xyh attribution to point cell location and a number of header lines. Wed Jun 1 23:32:06 2011 Kenshi Muto * lib/review/idgxmlbuilder.rb: uses full width blank instead of tab, because tab breaks a table element. Wed Jun 1 18:42:52 2011 Masayoshi Takahashi * support caption as optional in //cmd{..} and //emlist{..}. Tue May 24 12:57:37 2011 Kenshi Muto * lib/review/idgxmlbuilder.rb: Use element for //lead and //read by default, to avoid nested

elements. Wed May 11 14:54:50 2011 Kenshi Muto * merge Yutaka HARA's branch. commit b4cf87a791f7dcca475cec9a5e838cc0da09de3b Author: Yutaka HARA Date: Wed May 11 14:28:41 2011 +0900 bin/review-vol: review-vol should accept --directory Mon Apr 25 07:22:39 2011 Kenshi Muto * bin/review-compile, lib/review/htmlbuilder.rb: add --htmlversion option. This parameter takes the HTML version value 4 or 5. * bin/review-epubmaker-ng: now works. It gets an ability to produce EPUB3 book. * lib/epubmaker/epubv3.rb. lib/epubmaker/producer.rb: support EPUB3. * lib/epubmaker/epubv2.rb: fix indents. Sat Apr 23 12:15:46 2011 Kenshi Muto * Cherry-pick from Kouji Takao's branch. commit 133c44c61da8b1057a6883e95a9165815f163cb4 Author: Kouji Takao Date: Sun Jan 2 20:42:40 2011 +0900 display chapter name. commit 35b65a3e13463c54e696c71b6ec92d9c04a036df Author: Kouji Takao Date: Sun Jan 2 20:38:47 2011 +0900 supported book configuration in config.rb. commit 0c493c434bda7bc5b58d5927cc8caedb8da5105c Author: Kouji Takao Date: Sun Jan 2 20:37:56 2011 +0900 supported comment in CHAPS file. Mon Apr 11 18:41:26 2011 Masayoshi Takahashi * bin/review-pdfmaker: add texdocumentclass option in config.yml Wed Mar 16 16:09:42 2011 Kenshi Muto * Mege nari's branch. - use compile_inline() to caption on //bibpaper. Fri Feb 25 22:40:18 2011 Kenshi Muto * Merge nari's branch. - add maxwidth for latex indepimage. Thu Feb 3 23:29:07 2011 Kenshi Muto * lib/review/book.rb, lib/review/index.rb: workaround for inline icon file support. (it still exports duplicate ID warning...) Sat Jan 29 23:03:37 2011 Kenshi Muto * Merge nari's branch. - add @ //bib to latexbuilder. Sat Jan 29 19:00:07 2011 Kenshi Muto * lib/epubmaker/epubv2.rb: add dc:publisher value in opf file (same value of prt). Wed Jan 12 23:49:05 2011 Kenshi Muto * lib/epubmaker/epubv2.rb: fix level handling of mytoc. Mon Dec 20 23:41:04 2010 Kenshi Muto * lib/epubmaker/epubv2.rb: fix indent. * test/test_epubmaker.rb: initial test codes. Mon Dec 20 00:12:41 2010 Kenshi Muto * lib/epubmaker.rb: separate files to content, epubv2, epubv3, producer, and resource. Sat Dec 18 10:50:24 2010 Kenshi Muto * bin/review-compile, lib/review/htmlbuilder.rb, lib/review/idgxmlbuilder.rb: unify block coding styles and regexp coding styles. * bin/review-compile: accept multiple stylesheets. set default values for language and htmlext. use YAML file by passing --yaml=YAMLFILE option. * lib/review/htmlbuilder.rb: support htmlext and language parameter. support multiple stylesheets. * lib/epubmaker.rb: new EPUB support library. Not only ReVIEW can use this library. This library is experimental. * bin/review-epubmaker-ng: experimental alternative implementation for review-epubmaker using epubmaker.rb. This tools is under construction and may be changed widely. * doc/libepubmaker/sample.yaml: sample YAML file for epubmaker.rb library. Sat Dec 12 09:30:28 2010 KADO Masanori * lib/review/compiler.rb: add [/column] notation * test/test_htmlbuilder.rb, test/test_idgxmlbuilder.rb, test/test_latexbuilder.rb: add test for [/column] notation * lib/review/tocparser.rb: ignore [/column] notation for review-index * doc/format.rdoc: add [/column] notation Sat Dec 11 08:49:48 2010 KADO Masanori * bin/review-pdfmaker, lib/review/latexbuilder.rb: add maxwidth for latex image * bin/review-pdfmaker: include image subdir for ebb Sat Dec 11 02:39:37 2010 Masayoshi Takahashi * lib/review/htmlbuilder.rb: remove empty line after

 tag

Thu Dec  9 11:15:11 2010  Masayoshi Takahashi  

	* lib/review/compiler.rb: fix slow regexp for compiling inline
	  (ex. '@{http://very.long.name/and/missing/close/curly/brace')

Sat Dec  4 00:18:45 2010  Kenshi Muto  

	* doc/quickstart.rdoc: created.
	* lib/review/textbuilder.rb: provide a wrapper of topbuilder.rb.
	  'review-compile --target text' (or review2text) makes a plain
	  text file with pseudo tags.

Thu Dec  2 08:23:14 2010  Kenshi Muto  

	* lib/review/compiler.rb, lib/review/htmlbuilder.rb,
	  lib/review/latexbuilder.rb: move core tag @ to
	  compiler.rb.
	* lib/review/topbuilder.rb, test/test_topbuilder.rb: supports
          same tags with other builders.

Wed Dec  1 16:41:40 2010  Masayoshi Takahashi  

	* VERSION: Version bump to 0.9.0

Wed Dec  1 16:38:34 2010  Masayoshi Takahashi  

	* doc/format.txt, doc/format_idg.txt, doc/format_sjis.txt, doc/memo-reviewspec.txt:
	  delete old docs; see format.rdoc, format_idg.rdoc and
	  Wiki pages on github.com (https://github.com/kmuto/review/wiki)

Sun Nov 28 14:12:50 2010  Kenshi Muto  

	* lib/review/idgxmlbuilder.rb: partially support for metric.
	* test/test_htmlbuilder.rb, test/idg_xmlbuilder.rb,
	  test/test_latexbuilder.rb: add test for //indepimage and //image.

Sun Nov 28 01:28:06 2010  Masayoshi Takahashi  

	* lib/review/latexbuilder.rb, lib/review/idgxmlbuilder.rb,
	  lib/review/htmlbuilder.rb, lib/review/builder.rb:
	   - support metric option of //image

Sat Nov 27 22:59:24 2010  Kenshi Muto  

	* lib/review/compiler.rb: accept space/tab before :
	  (description list).

Sat Nov 27 22:27:56 2010  Kenshi Muto  

	* lib/review/htmlbuilder.rb: use 

for //noindent. use

for //flushright (for backward compatibility, it can be reverted to older

and
 style by setting --deprecated-blocklines.)
	* test/test_latexbuilder.rb, test/test_htmlbuilder.rb,
	  test/test_idgbuilder.rb: add flushright and noindent tests.
	* doc/sample.css: add p, p.noindent, p.flushright, and p.caption.

Sat Nov 27 22:00:20 2010  Kenshi Muto  

	* bin/review-index: deprecate --html option.
	* bin/review-check: deprecate -s option.
	* bin/review-preproc: deprecate --final option.

Sat Nov 27 21:40:42 2010  Kenshi Muto  

	* merge kdmsnr's branch.
	  - add inline_table/list ref to another chapter.

Sat Nov 27 14:58:05 2010  Kenshi Muto  

	* Clean up.
	  - bin/setup.rb: remove obsolete file. use gem or git.
	  - lib/review/book.rb, test/test_book.rb: remove PARAMS.
	  - lib/review/compiler.rb, lib/review/htmlbuilder.rb,
	    lib/review/idgxmlbuilder.rb, lib/review/latexbuilder.rb:
	    support caption in //indepimage.
	    //numberlessimage aliases of //indepimage.
	  - bin/review-compile, lib/review/compiler.rb: --hdnumberingmode
	    is deprecated. use --level option.
	  - lib/review/book.rb: remove nocode_file and index_file because
	    they aren't used anymore.
	  - bin/review-epubmaker: print usage if argument isn't defined.

Sat Nov 27 04:00:01 2010  Masayoshi Takahashi  

	* bin/review-pdfmaker: make default LaTeX style much simpler.
	  - add \reviewmainfont and \reviewtitlefont (you can redifine with \renewcomamnd{})
	  - delete header/footer definition (you can do it with config.yml)

Mon Nov 22 00:44:20 2010  Masayoshi Takahashi  

	* lib/review/latexbuilder.rb: support @{} in LATEXBuilder

Sun Nov 21 21:50:32 2010  Masayoshi Takahashi  

	* test/test_uuid.rb: reduce slow tests. If we use original
	  uuid.rb without any changes, it's no problem.

Sun Nov 21 15:02:00 2010  Kenshi Muto  

	* lib/review/book.rb: add 'ai' to acceptable image file.
	* lib/review/builder.rb: move find_pathes() and entries() here
	  from HTMLBuilder.
	* lib/review/compiler.rb: rescue string() error for TestUnit.
	* lib/review/htmlbuilder.rb: cleanup.
	* lib/review/idgxmlbuilder.rb: support both 1.8 and 1.9 in
	  inline_maru. use find_pathes() of builder for @icon and
	  //indepimage.

Sun Nov 21 14:22:55 2010  Kenshi Muto  

	* lib/review/idgxmlbuilder.rb, test/test_idgxmlbuilder.rb:
	  refactoring. add some tests.

Wed Nov 17 09:36:50 2010  Kenshi Muto  

	* merge KADO's patch and modify.
	  - lib/review/idgxmlbuilder.rb, lib/review/htmlbuilder.rb,
	    lib/review/latexbuilder.rb: //lead, //read, //quote, //note,
	    //memo, //tip, //info, //planning, //best, //important,
	    //security, //caution, //term, //link, //notice, //point,
	    //shoot, //reference, //practice: use normal paragraph
	    syntax; splitted by empty line.
	  - bin/review-compile: For backward compatibilty, add
	    --deprecated-blocklines option.

Wed Nov 17 17:55:42 2010  Masayoshi Takahashi  

	* lib/review/latexutils.rb, bin/review-pdfmaker,
	  test/test_latexbuilder.rb:
	  - \textbackslash -> \reviewbackslash(to replace into yensign) in LATEXBuilder
          - allow to overwrite review* macro in LATEXBuilder

Sat Nov 13 23:19:25 2010  Kenshi Muto  

	* test/test_builder.rb, test/test_htmlbuilder.rb,
	  test/test_idgxmlbuilder.rb, test/test_latexbuilder.rb:
	  add some block test codes.
	* Fix //quote handling of LATEXBuilder.

Sun Nov 14 05:19:53 2010  Masayoshi Takahashi  

	* merge KADO's patch.
	  - test/test_latexbuilder.rb, lib/review/latexbuilder.rb:
	    //quote allow newlines in LATEXBuilder.

Sat Nov 13 10:33:13 2010  Kenshi Muto  

	* lib/review/idgxmlbuilder.rb: round float value for
	  the compatibility between 1.8 and 1.9.

Thu Nov 11 08:16:10 2010  Masayoshi Takahashi  

	* test/test_latexbuilder.rb: test tagged header.

Thu Nov 11 21:34:39 2010  Kenshi Muto  

	* lib/review/compiler.rb, lib/review/htmlbuilder.rb,
	  lib/review/idgxmlbuilder.rb, lib/review/latexbuilder.rb:
	  allow inline tags in captions and headers.
	* test/test_htmlbuilder.rb: test tagged header.

Mon Nov  8 21:58:27 2010  Kenshi Muto  

	* merge KADO's patch.
	- lib/review/htmlbuilder.rb: add chap to tabel_header.

Mon Nov  8 21:51:43 2010  Kenshi Muto  

	* lib/review/compiler.rb, lib/review/htmlbuilder.rb,
	  lib/review/idgxmlbuilder.rb, lib/review/latexbuilder.rb:
	  move @, @, @, @, @, and @ to
	  base op.
	* lib/review/htmlbuilder.rb, lib/review/latexbuilder.rb:
	  support @ op.
	* test/test_htmlbuilder.rb, test/test_latexbuilder.rb,
	  test/test_idgxmlbuilder.rb: add test for @.

Sun Nov  7 17:23:12 2010  Kenshi Muto  

	* lib/review/latexbuilder.rb: support //indepimage.
	* lib/review/htmlbuilder.rb, lib/review/idgxmlbuilder.rb: accept
	  (though just ignore) metric option of //indepimage.

Sun Nov  7 15:20:16 2010  Kenshi Muto  

	* lib/review/htmlbuilder.rb: use  instead of  for underline.

Sun Nov  7 13:20:37 2010  Masayoshi Takahashi  

	* lib/review/latexbuilder.rb: support @ and @ for LATEXBuilder

Sun Nov  7 12:35:11 2010  Kenshi Muto  

	* lib/review/idgxmlbuilder.rb: ad-hoc support for //texequation
	  and @.

Sun Nov  7 12:01:03 2010  Kenshi Muto  

	* merge KADO's branch.
	 - lib/review/htmlbuilder.rb, lib/review/idgxmlbuilder.rb:
	   add @ttb op.

Thu Nov  4 20:48:41 2010  Masayoshi Takahashi  

	* bin/review-pdfmaker: update colophon in LATEXBuilder.

Thu Nov  4 19:58:20 2010  Masayoshi Takahashi  

	* bin/review-pdfmaker, lib/review/latexbuilder.rb:
	  use \reviewkw{} for @, and \reviewkw{} use \textbf{}
	  and \textgt{} as default

Thu Nov  4 17:29:17 2010  Masayoshi Takahashi  

	* bin/review-pdfmaker: only use coverimage file if 'converimage'
	  attributes has a value(but ignore coverfile).

Thu Nov  4 17:11:56 2010  Masayoshi Takahashi  

	* test/test_htmlbuilder.rb, test/test_latexbuilder.rb:
	  add some inline tests.

Thu Nov  4 17:11:04 2010  Masayoshi Takahashi  

	* lib/review/latexbuilder.rb: escape inline_m's content.

Thu Nov  4 07:27:09 2010  Kenshi Muto  

	* bin/review-compile, lib/review/compiler.rb,
	  lib/review/htmlbuilder.rb, lib/review/htmlutils.rb,
	  lib/review/latexbuilder.rb, lib/review/latexutils.rb,
	  doc/format.rdoc, doc/format.re, doc/format.txt:
	  add experimental TeX block equation/inline equation support.
	  add //texequation in LATEXBuilder and HTMLBuilder.
	  add @ op in HTMLBuilder.
	  add --mathml option to use math_ml.rb library
	  (http://www.hinet.mydns.jp/?mathml.rb) in HTMLBuilder.

Wed Nov  3 23:44:37 2010  Kenshi Muto  

	* merge KADO's branch.
	- bin/review-index: add chapter option

Tue Nov  2 19:11:51 2010  Kenshi Muto  

	* merge KADO's branch.
	- lib/review/htmlbuilder.rb: add chap to image_header
	- doc/format.rdoc: initial document file for GitHub.

Fri Oct 29 06:23:56 2010  Kenshi Muto  

	* lib/uuid.rb, test/test_uuid.rb, doc/ruby-uuid/README,
	  doc/ruby-uuid/README.ja: uuid library, imported from
	  git://github.com/shyouhei/ruby-uuid.git
	  Copyright 2007 URABE, Shyouhei.
	  (At this time, I prefer to import third party libraries
	  rather than using gems, to let ReVIEW work on essential
	  Ruby environments.)
	* bin/review-epubmaker: use time-based random urnid when
	  urnid isn't defined.
	  write  only if mytoc is defined.
	* doc/sample.yaml: modify descriptions of urnid, stylesheet,
	  colophon, and debug.

Wed Oct 27 02:39:40 2010  Masayoshi Takahashi  

	* lib/review/latexbuilder.rb: do not use \begin{table}...\end{table}
	  if caption is empty (because we cannot use {table} in column section)

Tue Oct 26 12:26:01 2010  Masayoshi Takahashi  

	* bin/review-pdfmaker: fix all characters in rightside header are uppercase.

Sun Oct 24 04:26:54 2010  Masayoshi Takahashi  

	* bin/review-pdfmaker, lib/review/latexbuilder.rb:
	  fix caption of //list and //table in LATEXBuilder

Tue Oct 19 15:48:44 2010  Masayoshi Takahashi  

	* lib/review/latexbuilder.rb: add //tsize and //latextsize for table in LATEXBuilder

Tue Oct 19 12:54:40 2010  Masayoshi Takahashi  

	* lib/review/latexbuilder.rb: not use shortstack without @
Sun Oct 17 01:03:43 2010 Masayoshi Takahashi * bin/review-pdfmaker: LATEXBuilder supports //memo command Wed Oct 13 21:03:25 2010 Kenshi Muto * lib/review/compiler.rb: drop support for multichoice and singlechoice. They need more sophisticated symbols (don't use misleading multibyte characters). Wed Oct 13 20:54:39 2010 Kenshi Muto * support ruby 1.9. Sat Sep 11 19:15:59 2010 Kenshi Muto * lib/review/book.rb, lib/review/htmlbuilder.rb, lib/review/index.rb: support //indepimage. Sat Sep 11 18:29:39 2010 Kenshi Muto * bin/review-compile, bin/review-vol, lib/review/book.rb, lib/review/compiler.rb, lib/review/htmlbuilder.rb, lib/review/idgxmlbuilder.rb, lib/review/index.rb, lib/review/latexbuilder.rb, test/*.rb: manage parameters by ReVIEW.book.param. * bin/review-preproc, lib/review/preprocessor.rb: manage preprocessor parameters by Preprocessor.param. * lib/review/buildedr.rb: handle encoding conversions by Builder#convert_outencoding. Sat Sep 11 16:28:32 2010 Kenshi Muto * lib/review/latexbuilder.rb, lib/review/htmlbuilder.rb: support [nonum] in headlines. Fri Sep 10 19:33:27 2010 Kenshi Muto * lib/review/htmlbuilder.rb, test/test_htmlbuilder.rb: revert to use double quote for element attributes. Thu Sep 9 22:21:22 2010 Kenshi Muto * lib/review/htmlbuilder.rb: - use single quote for element attributes. - use 'caption' for the class name of all captions. - surround //source by div class='source-code' instead of div class='caption-code'. - surround //emlist and //emlistnum by div class='emlist-code' instead of div class='code'. - surround //cmd by div class='cmd-code' instead of div class='code'. - surround table by div class='table'. - use b (bold) for @ instead of span class='kw'. - use tt (typewriter) for @ instead of span class='inline-code'. * test/test_htmlbuilder.rb: follow single quote changes. Wed Sep 8 22:24:49 2010 Kenshi Muto * lib/review/htmlbuilder.rb: import all of epubbuilder.rb. - CSS name changed. //list caption: toplabel -> listcaption //source caption: toplabel -> sourcecaption //image caption: botlabel -> imagecaption //table caption: toplabel -> tablecaption - //comment is converted as instead of

. - //image and //numberlessimage are converted as

instead of

- Produce XHTML header/footer contents by default. - Insert orderded numbers in headers by default. Specifing --secnolevel=0 prevents all of them. * bin/review-compile, doc/memo-reviewspec.txt, bin/review-epubmaker: Replace string EPUB with HTML to follow HTMLBuilder changes. Sat Sep 4 11:53:31 2010 Masayoshi Takahashi * lib/review/latexbuilder.rb: add bloks: emlistnum, listnum, reviewlistcaption, source, flushright Sat Sep 4 11:45:36 2010 Masayoshi Takahashi * lib/review/latexbuilder.rb: add inlines: @,@,@,@,@, @,@,@,@,@,@,@ Fri Sep 3 22:50:56 2010 Masayoshi Takahashi * bin/review-pdfmaker: make background color of //cmd black Fri Sep 3 01:01:19 2010 Masayoshi Takahashi * lib/review/latexbuilder.rb, bin/review-pdfmaker: use {alltt} instead of {verbatim} to allow inline in lists and cmds. Thu Sep 2 23:38:01 2010 Masayoshi Takahashi * bin/review-pdfmaker: add command bin/review-pdfmaker for generating PDF document by LaTeX Thu Sep 2 13:24:24 2010 Masayoshi Takahashi * lib/review/latexbuilder.rb, test/test_latexbuilder.rb: add op @
{} into LaTeXBuilder. Thu Sep 2 12:05:58 2010 Kenshi Muto * add op @
{}. Wed Sep 1 14:43:13 2010 Kenshi Muto * Merge git://github.com/akira/review. 52db533ba53a8d9416a17773fdfcf97044f858f0 - added tests for ReVIEW.book - added tests for ReVIEW::Parameters - moved get_instance_variables to the Helper module - added tests for ReVIEW::Book.{load,load_default} - added tests for ReVIEW::Book.update_rubyenv - added tests for ReVIEW::ChapterSet - added tests for ReVIEW::Chapter.intern_pathes - added tests for index methods of ReVIEW::Chapter - added tests for ReVIEW::Chapter#on_CHAPS? - added tests for ReVIEW::Part - added/modifed ext of contents of CHAPS/PREDEF Can we omit ext of files? - added a test for ReVIEW::Book#volume - added a test for ReVIEW::Book#{chapters,chapter,each_chapter} - added a test for ReVIEW::Book#{part,each_part} - added a test for ReVIEW::Book#parts - added a test for ReVIEW::Book#basedir - added tests for ReVIEW::Book#postscripts - added tests for ReVIEW::Book#prefaces - added tests for ReVIEW::Book#{setParameter,parse_chapters} - added tests for ReVIEW::Book#read_{CHPAS,PART,bib} - added a test for Book.load_default - added a test for ReVIEW::Chapter#volume - added some tests for ReVIEW::Chapter - added some tests for Builder - added test for ReVIEW::HTMLUtils - removed unused setup - added tests for LineInput - added rcov task Sun Aug 22 23:25:44 2010 Kenshi Muto * Merge git://github.com/moro/review into moro - map* from git blob object with @mapfile(git|).example: #@mapfile(git|2e725159:src/codes/features/signup_and_login.feature) Sun Aug 22 23:08:59 2010 Kenshi Muto * lib/review/epubbuilder.rb: remove escape_html from table to avoid double escaping. add @ op. * test/test_epubbuilder.rb: add test for table to avoid double escaping. * test/test_idgxmlbuilder.rb: add test unit for IDGXML builder. Fri Aug 20 14:20:03 2010 Masayoshi Takahashi * doc/memo-reviewspec.txt: add document for design of review format. Sun Aug 8 17:18:03 2010 Kenshi Muto * Merge nari's branch. 27a35652ecb5a94d5b36 - lib/review/htmlbuilder.rb: add @, @ - lib/review/htmlbuilder.rb: support @. - lib/review/builder.rb: move param parameter to global. - lib/review/compiler.rb: replace @@hdnumberingmode by @strategy.param. * lib/review/epubbuilder.rb: add @, @, @. * lib/review/compiler.rb, lib/review/index.rb: unify coding styles. fix a typo. Sun Aug 8 17:01:48 2010 Kenshi Muto * lib/review/compiler.rb, lib/review/epubbuilder.rb: support //box as global environment. * lib/review/epubbuilder.rb: support @. Mon Jul 5 14:42:49 2010 Kenshi Muto * lib/review/idgxmlbuilder.rb, lib/review/epubbuilder.rb: add =[xcolumn] column. Sun Jul 4 22:28:44 2010 Kenshi Muto * lib/review/idgxmlbuilder.rb: support --listinfo in //box and //insn. Sat Jul 3 22:50:40 2010 Kenshi Muto * bin/review-compile, lib/review/idgxmlbuilder.rb: add --listinfo parameter to make decorating program list easier. Tue Jun 22 21:49:10 2010 Kenshi Muto * lib/review/compiler.rb: ignore invalid inline op error when it is in @ op. * test/test_epubbuilder.rb: add @ op test. Mon Jun 21 12:12:43 2010 Kenshi Muto * lib/review/builder.rb, lib/review/compiler.rb, lib/review/idgxmlbuilder.rb, lib/review/epubbuilder.rb: Tue Jun 15 16:34:55 2010 Kenshi Muto * lib/review/preprocessor.rb, bin/review-preproc: support input/output encoding. Tue Jun 15 13:24:07 2010 Kenshi Muto * bin/review-epubmaker, doc/sample.yaml: add mytoc flag to control whether making own toc or not. * bin/review-epubmaker add takahashim to copyright holder. Tue Jun 15 12:52:12 2010 Kenshi Muto * bin/review-epubmaker: use copy instead of link. Tue Jun 15 12:48:36 2010 Kenshi Muto * bin/review-epubmaker, doc/sample.yaml: handle debug flag by YAML file. Wed Jun 9 16:19:57 2010 Kenshi Muto * lib/review/epubbuilder.rb: support @ and @. Thu Jun 3 00:45:16 2010 Masayoshi Takahashi * bin/review-epubmake: support secnolevel * doc/sample.yaml: add secnolevel sample Tue Jun 1 13:37:09 2010 Kenshi Muto * test/test_epubbuilder.rb: fix test string. Tue Jun 1 13:29:55 2010 Kenshi Muto * lib/review/topbuilder.rb: add @ op. modify some strings. Tue Jun 1 07:24:47 2010 Kenshi Muto * merge takahashim's branch (5842b55c130e1f33fb58350e9c4778ac46a87e0f). - add coverimage attribute in YAML file (to use it as iTunes artwork) Sun May 30 11:18:55 2010 Kenshi Muto * merge takahashim's branch (2d7e0036d1311c8d1ca5) - use id, not name in element (for valid XHTML 1.1) - fix zip format (from epubcheck) - lang attr should not be used in xhtml 1.1 (use only xml:lang attr) - fix invalid