svn+ssh://bugman@.../svn/relax/trunk
........
r17856 | bugman | 2012-10-16 13:57:37 +0200 (Tue, 16 Oct 2012) | 3 lines
  PDB format fix for the atom numbers of zero - the atom number should be consecutive and unique.
........
r17858 | bugman | 2012-10-16 14:14:20 +0200 (Tue, 16 Oct 2012) | 5 lines
  Python 3 fix for the generic_fns.structure.geometric.angles_regular() function.
  Integer divisions no longer produce integers.
........
r17861 | bugman | 2012-10-16 14:55:24 +0200 (Tue, 16 Oct 2012) | 3 lines
  The python print statements in the user manual are now function calls to be Python 3 compatible.
........
r17862 | bugman | 2012-10-16 14:56:56 +0200 (Tue, 16 Oct 2012) | 3 lines
  Another print statement to function Python 3 fix for the user manual.
........
r17863 | bugman | 2012-10-16 14:58:50 +0200 (Tue, 16 Oct 2012) | 6 lines
  Python 3 fixes for the script for generating plots of magnetic field lines.
  The command used was:
  2to3 -w graphics/wizards/dipole_pair/VectorFieldPlot.py
........
r17864 | bugman | 2012-10-16 15:01:03 +0200 (Tue, 16 Oct 2012) | 3 lines
  Python 3 fixes for non-used Python code - converted print statements to function calls.
........
r17865 | bugman | 2012-10-16 15:02:16 +0200 (Tue, 16 Oct 2012) | 3 lines
  Python 3 fixes for one of the test data scripts - print statement with function call replacements.
........
r17866 | bugman | 2012-10-16 15:07:07 +0200 (Tue, 16 Oct 2012) | 3 lines
  Removed a debugging printout.
........
r17869 | bugman | 2012-10-16 18:07:12 +0200 (Tue, 16 Oct 2012) | 3 lines
  Fixes for weird print statements with double brackets generated by the 2to3 Python conversion script.
........
r17870 | bugman | 2012-10-16 18:09:35 +0200 (Tue, 16 Oct 2012) | 6 lines
  Added the public domain LaTeX nth.sty style file for the user manual.
  Some LaTeX distributions do not have this style file and, as it is public domain, it can be
  legally distributed with relax allowing the PDF manual to compile on more systems.
........
r17871 | bugman | 2012-10-16 18:12:04 +0200 (Tue, 16 Oct 2012) | 5 lines
  Added a file with the relax user functions used for the prompt screenshots.
  This is for the manual and the website.
........