All releases of newfile


Release Notes: The -section option was removed from the call to pod2man since it was causing some people trouble with various versions of Perl.


Release Notes: Some incorrect Rubyisms have been removed.


Release Notes: The directory separator metacharacter for projects was changed to "^". The Ruby template was updated. Minor documentation changes were also made.


Release Notes: Templates were renamed from %s@xx to tmpl@xx. There were other template changes and minor bugfixes to both the program and the build process.


Release Notes: A nasty bug in parsing %define statements has been fixed. %include now allows variable expansion. Extensions were made to the mgp template.


Release Notes: The ability to get documentation on project templates is now supported. That documentation is not yet completed, however. Minor changes were made to the Ruby template and the Makefile template.


Release Notes: File template filenames were changed from %s@type to tmpl@type. A call to split() using nil as a separator string was changed to use a regular expression to be compatible with an older version of Ruby.


Release Notes: Documentation has been added to all file templates, and the -d{template} commandline option has been added to access that documentation.


Release Notes: This version rearranges the template files, and introduces some strict conventions on naming, in order to combat directory sprawl. The man page was updated to document some hidden features, and to explain the rules and internals a bit better. The code size was also cut down (3 source files instead of 6). Because of these changes, it should be faster than before.


Release Notes: This release fixes a critical error in acinclude.m4 and the acinclude.m4.tmpl template used in the auto project template. It is possible to fix existing projects by copying acinclude.m4 from the source directory to the project directory.