2009-02-05  Thomas Link (micathom at gmail com)
	* formatter.rb (clean_tags): Moved from html.rb and docbook.rb.
	* core.rb (clean_filename): Encode special characters with =
	* makefile.rb (deplate_initialize_makefile): Escape $ characters.
	* core.rb (set_top_heading): Don't escape special characters twice 
	when autoFileNames is used.
	* core.rb (parse_and_format): Excluded elements are now passed as 
	key arguments.
	* particles.rb (process): Extended wiki names: Don't format URLs as 
	plain text -- uniform behaviour with URL links.
	* latex.rb (format_url): Don't escape ''&'' in URLs.
	* messages.rb (initialize): Get ''canonic_enc_name'' from 
	''Deplate::Encoding'' if @deplate.formatter hasn't been set up yet.

2009-02-04  Thomas Link (micathom at gmail com)
	* encoding.rb (ruby_enc_name): Ruby encoding names.
	* variables.rb ([]=): Set Encoding.default_external (ruby19+).

2009-02-02  Thomas Link (micathom at gmail com)
	* html.rb (format_list_item): Removed the "" character from the 
	standard characters for itemized lists.
	* several files: Set script-encoding to ASCII whenever possible.

2009-01-31  Thomas Link (micathom at gmail com)
	* elements.rb (Deplate::List::Itemize): Removed the "" character 
	from the standard characters for itemized lists.
	* several files: The paragraph charachter  was removed from the 
	list of special symbols in order to keep most source files in ASCII.

2009-01-28  Thomas Link (micathom at gmail com)
	* messages.rb (initialize): FIX: 
	@deplate.formatter.canonic_enc_name()
	* formatter.rb (plain_text): @special_symbols[x] = :identity

2009-01-25  Thomas Link (micathom at gmail com)
	* regions.rb (finish): FIX nil.split

2009-01-22  Thomas Link (micathom at gmail com)
	* compat.rb (Deplate::Compat): check for ruby19
	* parsedate.rb (ParseDate): ruby19 bridge class
	* formatter.rb (wrap_text): Use String#each_line (ruby19 
	compatibility)
	* structured.rb (get_cited): flatten (ruby19)
	* core.rb (clean_name): text[0] => unpack (ruby19)

2009-01-17  Thomas Link (micathom at gmail com)
	* sweave.rb (img_R): ''float'' option: If false, don't format the 
	image as figure.
	* regions.rb (setup): Don't lose global options defined as 
	"$Regions#{NAME}".
	* core.rb (canonic_args): Properly handle boolean hash variables.

2009-01-16  Thomas Link (micathom at gmail com)
	* xhtml10t.rb (include_image_svg): Reference svg files as object.
	* formatter.rb (include_image): Generic method
	* html.rb, latex.rb ... (include_image_general): Default 
	include_image method -- if the image type doesn't require special 
	handling.
	* xhtml10t.rb (include_image_svg): include! argument (include the 
	svg xml)

2009-01-15  Thomas Link (micathom at gmail com)
	* imgurl.rb (Deplate::HyperLink::ImgUrl): AbstractImgUrl -> ImgUrl

2009-01-14  Thomas Link (micathom at gmail com)
	* regions.rb (register_caption): Make sure images (eg when generated 
	via sweave) don't lose the caption.
	* regions.rb (finish): imgCmd variable: default command for ''#Img'' 
	regions.

2008-12-21  Thomas Link (micathom at gmail com)
	* formatter.rb (indent_text): each_line (ruby19)

2008-12-14  Thomas Link (micathom at gmail com)
	* regions.rb: Defined #Latex, #LaTeX as synomyms for #Ltx.
	* regions.rb: Defined latex as synomym for ltx.
	* external.rb, ps2ppm.rb: Moved ps2ppm.rb to deplate/ps2ppm.rb; 
	disabled command line usage due to missing getopts library in 
	ruby19.

2008-11-30  Thomas Link (micathom at gmail com)
	* core.rb (canonic_args): Strip parentheses from arguments.
	!!! This could cause problems. In earlier versions, the value of foo 
		in ''foo=(x y)' was set to "(x y)" but is now set to "x y". In order 
		to set it to "(x y)", you'd have to use ''foo=((x y))'' or 
		''foo="(x y)"''.

2008-11-28  Thomas Link (micathom at gmail com)
	* regions.rb (do_R): R regions: swallow as synonym for drop
	* regions.rb (Deplate::Regions::Swallow): #Drop as synonym for 
	#Swallow

2008-11-24  Thomas Link (micathom at gmail com)
	* sweave.rb: Sweave/LaTeX output format (Rnw).

2008-11-01  Thomas Link (micathom at gmail com)
	* latex.rb (float_options): If here == H or floatHere == H, use the 
	float package to place a float really right here.

2008-10-28  Thomas Link (micathom at gmail com)
	* latex.rb (block_postfix): inlay! parameter also works for lists 
	and some more.

2008-10-24  Thomas Link (micathom at gmail com)
	* latex.rb (format_environment): inlay! parameter (don't add a 
	newline after the environment; reported by Brett Calcott)

2008-08-27  Thomas Link (micathom at gmail com)
	* html.rb (format_heading): htmlHeading(Pre|Post)
	* formatter.rb (close_headings): moved from structured.rb

2008-07-27  Thomas Link (micathom at gmail com)
	* elements.rb (format_contained): Propagate @postponed_format, 
	@postponed_preformat
	* regions.rb (format_compound): Call format_contained instead of 
	format_current (footnotes in Abstracts & similar block elements were 
	not printed)

2008-07-20  Thomas Link (micathom at gmail com)
	* gem, zip: Fixed packaging problem

2008-07-18  Thomas Link (micathom at gmail com)
	* html.rb (head_css): When the css was defined as in "FILE|MEDIA" 
	the ".css" suffix was added to the media.
	* html.rb (head_css): Limit split in FILE|MEDIA to 2

2008-07-16  Thomas Link (micathom at gmail com)
	* guesslanguage.rb (guesslanguage): Don't set the language, if the 
	lang variable is already set.

# vim: ft=changelog:tw=72
