Commit info for scoop/lib/Scoop/Comments:

Modified Files:
      Tag: CURRENT
	Format.pm Post.pm 
Log Message:
Syncing up CURRENT with my changes to STABLE. --hulver


Index: Format.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Comments/Format.pm,v
retrieving revision 1.47.2.1
retrieving revision 1.47.2.2
diff -r1.47.2.1 -r1.47.2.2
253a254,257
> 	if (exists($S->{UI}->{VARS}->{use_macros}) && $S->{UI}->{VARS}->{use_macros}) {
> 		$this_comment = $S->process_macros($this_comment);
> 	}
> 

Index: Post.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Comments/Post.pm,v
retrieving revision 1.64.2.1
retrieving revision 1.64.2.2
diff -r1.64.2.1 -r1.64.2.2
675a676,684
> 
>     # if using macros, and 'render on save' is on, then render the macro(s) before saving.
> 
>     if (exists($S->{UI}->{VARS}->{use_macros}) && $S->{UI}->{VARS}->{use_macros}
>               && defined($S->{UI}->{VARS}->{macro_render_on_save})
>               && $S->{UI}->{VARS}->{macro_render_on_save}) {
>         $comment = $S->process_macros($comment);
>     }
>