changes since 6.x-1.1:
* documentation: warn users from combining tokens with php evaluation
* #379666 fixed applying the node title for PHP4 users
* #371559 : updating french translation (fr.po)
* by Zoltan Balogh: Updated Hungarian translation
describe how to batch update nodetitles in the README
#321611 add support for batch updating node titles
#327168 backport from 6.x: added the previously missing implementation of hook_node_type() and uninstallation precodure
#344987: fixed the docs to mention that the field is only hidden in the form.
#348860 backported from d6: Also operate during node submit.
#224390 patch by mooffie and me: Make it possible to access $node in PHP code.
describe how to batch update nodetitles in the README
#360359 patch by GeraldMengisen and me: Allow batch updating nodetitles
#371559 adding french translation (fr.po)
#327168 added the previously missing implementation of hook_node_type() and uninstallation precodure
#344987: fixed the docs to mention that the field is only hidden in the form.
#348860 patch by moshe and me: Also operate during nodeapi('presave')
Hungarian translation of Auto Nodetitles module. Zoltan Balogh's work.
changes since 5.x-1.0:
#187203 patch by zostay: Fixed usage instructions in the README
#173614 patch by Rob Loach: added the possibility to make automatic title generation optional
changes since 4.7.x 1.1:
* added token module support for title replacements
* #126171 Added some php examples to the README and changed execution order: now first tokens are replaced then php is evaluated, and then tags are stripped. This enables one to combine token replacement with php evaluation.