# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--ero@dkbza.org--2004/pydot--main--0.1
#

2004-07-18 17:13:12 GMT	Ero Carrera <ero@dkbza.org>	patch-28

    Summary:
      Added dot_parser module
    Revision:
      pydot--main--0.1--patch-28


    modified files:
     MANIFEST setup.py


2004-07-18 08:22:24 GMT	Ero Carrera <ero@dkbza.org>	patch-27

    Summary:
      Added DOT parsing module
    Revision:
      pydot--main--0.1--patch-27


    new files:
     .arch-ids/dot_parser.py.id dot_parser.py


2004-07-18 08:20:37 GMT	Ero Carrera <ero@dkbza.org>	patch-26

    Summary:
      Some bugfixing and new features
    Revision:
      pydot--main--0.1--patch-26

    Thanks to a great contribution from Michael Krause, pydot is now able to load DOT files. The loader has been tested against plethora of test DOT files, and the results written to PS files, which ended up being identical to the ones obtained straight from running them through dot. Functions 'graph_from_dot_file' and 'graph_from_dot_data' have been added. This feature requires the pyparsing module.
    Note that if using pyparsing <1.2 the tabs in labels are converted to whitespaces. 1.2 fixed that.
    
    Adrian Heilbut noticed that there was no way of telling pydot to create HTML labels. Starting from this version, if the label's first character is '<' and last is '>', the label will be treated as HTML. If this is not the desired behaviour it suffices with adding a whitespace before the first '<' character or after the last '>'.
    
    Version bumped to 0.9.9

    modified files:
     pydot.py


2004-07-11 11:16:32 GMT	Ero Carrera <ero@dkbza.org>	patch-25

    Summary:
      Minor bugfix
    Revision:
      pydot--main--0.1--patch-25

    Added check to add_node() avoid creating nodes with the same names.

    modified files:
     pydot.py


2004-07-11 10:27:05 GMT	Ero Carrera <ero@dkbza.org>	patch-24

    Summary:
      Version 0.9.6
    Revision:
      pydot--main--0.1--patch-24

    Bumped version to 0.9.6

    removed files:
     .arch-ids/ChangeLog.id ChangeLog


2004-07-11 09:55:25 GMT	Ero Carrera <ero@dkbza.org>	patch-23

    Summary:
      Added missing feature
    Revision:
      pydot--main--0.1--patch-23

    When adding an edge through add_edge() the correspoding Node objects were not being created. While the graph was correctly displayed it was not possible to modify the node attributes, as it did not exist. Thus now, everytime an edge is added, the corresponding nodes are created if they did not previously exist.

    modified files:
     pydot.py


2004-07-10 20:59:24 GMT	Ero Carrera <ero@dkbza.org>	patch-22

    Summary:
      cscvs to tla changeset 23
    Revision:
      pydot--main--0.1--patch-22

    Author: carrer
    Date: 2004/07/07 22:44:01
    Fixed bug reported by Hector Villafuerte.

    modified files:
     pydot.py


2004-07-10 20:59:24 GMT	Ero Carrera <ero@dkbza.org>	patch-21

    Summary:
      cscvs to tla changeset 22
    Revision:
      pydot--main--0.1--patch-21

    Author: carrer
    Date: 2004/07/07 21:11:09
    Fixed bug reported by Colin Gillespie regarding the problem creating clusters due to the 'simplify' attribute missing.

    modified files:
     pydot.py


2004-07-10 20:59:24 GMT	Ero Carrera <ero@dkbza.org>	patch-20

    Summary:
      cscvs to tla changeset 21
    Revision:
      pydot--main--0.1--patch-20

    Author: carrer
    Date: 2004/07/07 20:51:06
    Set default program with which to process the output and added some minor enhacement enabling to pass non-str objects as Node names, which will be converted to str by retrieving their string representation with str()

    modified files:
     pydot.py


2004-07-10 20:59:24 GMT	Ero Carrera <ero@dkbza.org>	patch-19

    Summary:
      cscvs to tla changeset 20
    Revision:
      pydot--main--0.1--patch-19

    Author: carrer
    Date: 2004/05/20 07:47:28
    Bumped version to 0.9.4

    modified files:
     pydot.py


2004-07-10 20:59:23 GMT	Ero Carrera <ero@dkbza.org>	patch-18

    Summary:
      cscvs to tla changeset 19
    Revision:
      pydot--main--0.1--patch-18

    Author: carrer
    Date: 2004/05/20 07:41:19
    Minor bugfix

    modified files:
     pydot.py


2004-07-10 20:59:23 GMT	Ero Carrera <ero@dkbza.org>	patch-17

    Summary:
      cscvs to tla changeset 18
    Revision:
      pydot--main--0.1--patch-17

    Author: carrer
    Date: 2004/05/03 20:45:23
    Merged fixes by Ramon Felciano:
    -Better handling of default 'node' and 'edge' definitions.
    -Subgraph class now accepts the same parametes as Graph.

    modified files:
     pydot.py


2004-07-10 20:59:23 GMT	Ero Carrera <ero@dkbza.org>	patch-16

    Summary:
      cscvs to tla changeset 17
    Revision:
      pydot--main--0.1--patch-16

    Author: carrer
    Date: 2004/05/01 11:24:20
    Changed license from GPL to MIT.

    modified files:
     README setup.py


2004-07-10 20:59:23 GMT	Ero Carrera <ero@dkbza.org>	patch-15

    Summary:
      cscvs to tla changeset 16
    Revision:
      pydot--main--0.1--patch-15

    Author: carrer
    Date: 2004/05/01 11:00:04
    Minor bugfix.
    Added methods to retrieve an edge's source and destination.

    modified files:
     pydot.py


2004-07-10 20:59:23 GMT	Ero Carrera <ero@dkbza.org>	patch-14

    Summary:
      cscvs to tla changeset 15
    Revision:
      pydot--main--0.1--patch-14

    Author: carrer
    Date: 2004/05/01 10:49:18
    Minor bugfixes.
    License has been changed from GPL to MIT.
    The following features have been implemented, as suggested by Ramon Felciano:
    -Ability to retrieve nodes/subgraphs (by name) and edges (by src+target) from a graph.
    -Ability to get the graph's node/edge/subgraph lists.
    -Ability to get the attributes from the objects, not only set them.

    modified files:
     pydot.py


2004-07-10 20:59:22 GMT	Ero Carrera <ero@dkbza.org>	patch-13

    Summary:
      cscvs to tla changeset 14
    Revision:
      pydot--main--0.1--patch-13

    Author: carrer
    Date: 2004/05/01 10:34:03
    Changed license from GPL to MIT.

    modified files:
     LICENSE


2004-07-10 20:59:22 GMT	Ero Carrera <ero@dkbza.org>	patch-12

    Summary:
      cscvs to tla changeset 13
    Revision:
      pydot--main--0.1--patch-12

    Author: carrer
    Date: 2004/04/28 18:52:23
    *** empty log message ***

    modified files:
     ChangeLog


2004-07-10 20:59:22 GMT	Ero Carrera <ero@dkbza.org>	patch-11

    Summary:
      cscvs to tla changeset 12
    Revision:
      pydot--main--0.1--patch-11

    Author: carrer
    Date: 2004/04/28 18:50:44
    Some of the changes already made should allow pydot to run on OSX.
    Bumped version to 0.9.2

    modified files:
     pydot.py


2004-07-10 20:59:22 GMT	Ero Carrera <ero@dkbza.org>	patch-10

    Summary:
      cscvs to tla changeset 11
    Revision:
      pydot--main--0.1--patch-10

    Author: carrer
    Date: 2004/04/24 14:52:09
    Added more metainformation to the distribution.

    modified files:
     setup.py


2004-07-10 20:59:22 GMT	Ero Carrera <ero@dkbza.org>	patch-9

    Summary:
      cscvs to tla changeset 10
    Revision:
      pydot--main--0.1--patch-9

    Author: carrer
    Date: 2004/04/24 14:51:24
    Added support for circo and fdp. Fixed piping mechanism to not to capture stderr.

    modified files:
     pydot.py


2004-07-10 20:59:21 GMT	Ero Carrera <ero@dkbza.org>	patch-8

    Summary:
      cscvs to tla changeset 9
    Revision:
      pydot--main--0.1--patch-8

    Author: carrer
    Date: 2004/04/24 10:26:20
    Adding to CVS suplementary files to the distribution.

    new files:
     .arch-ids/ChangeLog.id .arch-ids/LICENSE.id
     .arch-ids/MANIFEST.id .arch-ids/README.id
     .arch-ids/setup.py.id ChangeLog LICENSE MANIFEST README
     setup.py


2004-07-10 20:59:21 GMT	Ero Carrera <ero@dkbza.org>	patch-7

    Summary:
      cscvs to tla changeset 8
    Revision:
      pydot--main--0.1--patch-7

    Author: carrer
    Date: 2004/04/24 09:57:48
    Bumped version to 0.9.1

    modified files:
     pydot.py


2004-07-10 20:59:21 GMT	Ero Carrera <ero@dkbza.org>	patch-6

    Summary:
      cscvs to tla changeset 7
    Revision:
      pydot--main--0.1--patch-6

    Author: carrer
    Date: 2004/04/23 22:36:19
    Implemented tweaks suggested by John B. Cole to handle non-str nodes, converting
    them to strings.

    modified files:
     pydot.py


2004-07-10 20:59:21 GMT	Ero Carrera <ero@dkbza.org>	patch-5

    Summary:
      cscvs to tla changeset 6
    Revision:
      pydot--main--0.1--patch-5

    Author: carrer
    Date: 2004/04/23 22:10:12
    Applied patch for Windows support by Kent Johnson.

    modified files:
     pydot.py


2004-07-10 20:59:21 GMT	Ero Carrera <ero@dkbza.org>	patch-4

    Summary:
      cscvs to tla changeset 5
    Revision:
      pydot--main--0.1--patch-4

    Author: carrer
    Date: 2004/04/23 22:05:05
    Fixed to properly handle unicode strings in attributes.

    modified files:
     pydot.py


2004-07-10 20:59:20 GMT	Ero Carrera <ero@dkbza.org>	patch-3

    Summary:
      cscvs to tla changeset 4
    Revision:
      pydot--main--0.1--patch-3

    Author: carrer
    Date: 2004/04/19 21:06:51
    
    Fixed silly error in graph_from_edges. When pasting the function into the code,
    the references to the pydot module were not removed, which are no longer needed
    since we now are _in_ the module.

    modified files:
     pydot.py


2004-07-10 20:59:20 GMT	Ero Carrera <ero@dkbza.org>	patch-2

    Summary:
      cscvs to tla changeset 3
    Revision:
      pydot--main--0.1--patch-2

    Author: carrer
    Date: 2004/04/19 20:33:06
    
    Added support to write files with the desired output format with write_[format]

    modified files:
     pydot.py


2004-07-10 20:59:20 GMT	Ero Carrera <ero@dkbza.org>	patch-1

    Summary:
      cscvs to tla changeset 2
    Revision:
      pydot--main--0.1--patch-1

    Author: carrer
    Date: 2004/04/19 19:53:48
    
    Done some clean up, no major changes.

    modified files:
     pydot.py


2004-07-10 20:59:13 GMT	Ero Carrera <ero@dkbza.org>	base-0

    Summary:
      cscvs to tla changeset 1
    Revision:
      pydot--main--0.1--base-0

    Author: carrer
    Date: 2004/04/07 21:22:30
    Initial revision

    new files:
     pydot.py


