svn+ssh://bugman@.../svn/relax/1.3
........
r8436 | semor | 2009-01-13 20:23:13 +0100 (Tue, 13 Jan 2009) | 7 lines
Corrected a typo.
This was discussed in a thread starting at:
https://mail.gna.org/public/relax-devel/2009-01/msg00087.html
(Message-id: <496CD419.9020908@...>)
........
r8470 | bugman | 2009-01-15 13:52:12 +0100 (Thu, 15 Jan 2009) | 6 lines
Modified parse_token() to allow for '-' characters in molecule names (derived from file names, etc.)
Instead of throwing a RelaxError if an invalid range is found, it is assumed that the '-' character
does not signify a range and is treated as a string character which is part of the token.
........
r8471 | bugman | 2009-01-15 14:01:40 +0100 (Thu, 15 Jan 2009) | 6 lines
Deletion of the test_parse_token_range_failx() unit test.
parse_token() no longer raises RelaxErrors with invalid range tokens (as they are assumed to be
standard string characters instead).
........
r8492 | semor | 2009-01-15 20:10:18 +0100 (Thu, 15 Jan 2009) | 3 lines
Corrected mistakes in English.
........
r8501 | bugman | 2009-01-17 12:36:47 +0100 (Sat, 17 Jan 2009) | 3 lines
Updated the relax intro copyright notice for the relax development team to 2009!
........