Subject: CVS commit: pkgsrc/textproc/py-docutils
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 09/14/2003 17:46:56
Module Name:	pkgsrc
Committed By:	recht
Date:		Sun Sep 14 17:46:56 UTC 2003

Modified Files:
	pkgsrc/textproc/py-docutils: Makefile PLIST distinfo

Log Message:
update to 0.3

changes:
General:
* Renamed "attribute" to "option" for directives/extensions.
* Renamed transform method "transform" to "apply".
* Renamed "options" to "settings" for runtime settings (as set by
  command-line options).  Sometimes "option" (singular) became
  "settings" (plural).  Some variations below:
  - document.options -> document.settings (stored in other objects as
    well)
  - option_spec -> settings_spec (not directives though)
  - OptionSpec -> SettingsSpec
  - cmdline_options -> settings_spec
  - relative_path_options -> relative_path_settings
  - option_default_overrides -> settings_default_overrides
  - Publisher.set_options -> Publisher.get_settings

for the "Specific" changes see HISTORY.txt.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/py-docutils/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/py-docutils/PLIST \
    pkgsrc/textproc/py-docutils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.