# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--gobry@pybliographer.org--public/python-bibtex--stable--1.2
#

2003-10-05 19:04:56 GMT	Frederic Gobry <gobry@puck.ch>	patch-13

    Summary:
      prepare 1.1.93
    Revision:
      python-bibtex--stable--1.2--patch-13

    - fixed version number
    - distribute the changelog

    modified files:
     ChangeLog MANIFEST.in setup.py


2003-10-03 09:31:09 GMT	Frederic Gobry <gobry@puck.ch>	patch-12

    Summary:
      merged preliminary bibtex checks
    Revision:
      python-bibtex--stable--1.2--patch-12

    Patches applied:
    
     * gobry@puck.ch--2003/python-bibtex--development--1.2--base-0
       tag of gobry@pybliographer.org--public/python-bibtex--stable--1.2--patch-10
    
     * gobry@puck.ch--2003/python-bibtex--development--1.2--patch-1
       added a first trivial check for _bibtex
    
     * gobry@puck.ch--2003/python-bibtex--development--1.2--patch-2
       removed C test program
    
     * gobry@puck.ch--2003/python-bibtex--development--1.2--patch-3
       check for unfinished entries
    
     * gobry@puck.ch--2003/python-bibtex--development--1.2--patch-4
       check for incomplete entries
    
     * gobry@puck.ch--2003/python-bibtex--development--1.2--patch-5
       abort when some test fails
    

    new files:
     tests/.arch-ids/eof.bib-ok.id tests/.arch-ids/eof.bib.id
     tests/.arch-ids/simple.bib-ok.id tests/.arch-ids/simple.bib.id
     tests/eof.bib tests/eof.bib-ok tests/simple.bib
     tests/simple.bib-ok

    removed files:
     .arch-ids/testparser.c.id testparser.c

    modified files:
     ChangeLog bibtexmodule.c setup.py testsuite.py

    new patches:
     gobry@puck.ch--2003/python-bibtex--development--1.2--base-0
     gobry@puck.ch--2003/python-bibtex--development--1.2--patch-1
     gobry@puck.ch--2003/python-bibtex--development--1.2--patch-2
     gobry@puck.ch--2003/python-bibtex--development--1.2--patch-3
     gobry@puck.ch--2003/python-bibtex--development--1.2--patch-4
     gobry@puck.ch--2003/python-bibtex--development--1.2--patch-5


2003-10-01 07:47:18 GMT	Frederic Gobry <frederic.gobry@smartdata.ch>	patch-11

    Summary:
      fix handling of bibtex_error as python exceptions
    Revision:
      python-bibtex--stable--1.2--patch-11

    - The definition of G_LOG_DOMAIN=BibTeX was missing from the setup.py. 
    - use the macro in the module file too.

    modified files:
     ./ChangeLog ./bibtexmodule.c ./setup.py


2003-09-24 07:46:34 GMT	Frederic Gobry <frederic.gobry@smartdata.ch>	patch-10

    Summary:
      even more verbose messages
    Revision:
      python-bibtex--stable--1.2--patch-10

    - point to the Troubleshooting when a known problem is detected.
    - provide additional help in the README.

    modified files:
     ./ChangeLog ./README ./setup.py


2003-09-23 21:00:34 GMT	Frederic Gobry <frederic.gobry@smartdata.ch>	patch-9

    Summary:
      explicit error message for recode import problem
    Revision:
      python-bibtex--stable--1.2--patch-9

    When recode is compiled under certain circumstances (notably recode 3.5
    with gcc-3.3), recode_outer_new () can return NULL. This causes the module
    not to be loaded, but silentely. This patch adds a warning for this case.

    modified files:
     ./ChangeLog ./README ./recodemodule.c ./testsuite.py


2003-09-21 20:33:27 GMT	Frederic Gobry <gobry@puck.ch>	patch-8

    Summary:
      removed the "module" suffix
    Revision:
      python-bibtex--stable--1.2--patch-8

    the generated python extensions do not need to be called _recodemodule.so,
    _recode.so is enough.

    modified files:
     ./ChangeLog ./setup.py


2003-09-19 15:04:57 GMT	Frederic Gobry <gobry@puck.ch>	patch-7

    Summary:
      explicit help for recode
    Revision:
      python-bibtex--stable--1.2--patch-7

    - the error message is cleaner for broken recode
    - the README explains this specific error message

    modified files:
     ./ChangeLog ./README ./setup.py ./testsuite.py


2003-09-19 14:46:51 GMT	Frederic Gobry <gobry@puck.ch>	patch-6

    Summary:
      forbid installation of broken recode
    Revision:
      python-bibtex--stable--1.2--patch-6

    the test suite checks that recode is not broken.

    modified files:
     ./ChangeLog ./testsuite.py


2003-09-19 14:19:49 GMT	Frederic Gobry <gobry@puck.ch>	patch-5

    Summary:
      .py[co] are precious
    Revision:
      python-bibtex--stable--1.2--patch-5

    accept pyc files in the tree

    modified files:
     ./ChangeLog ./{arch}/=tagging-method


2003-09-19 14:14:59 GMT	Frederic Gobry <gobry@puck.ch>	patch-4

    Summary:
      test suite skeleton
    Revision:
      python-bibtex--stable--1.2--patch-4

    added a testsuite that is automatically run before the module can be installed.
    

    new files:
     ./.arch-ids/testsuite.py.id ./tests/.arch-ids/=id
     ./testsuite.py

    modified files:
     ./ChangeLog ./setup.py

    new directories:
     ./tests ./tests/.arch-ids


2003-09-18 13:51:58 GMT	Frederic Gobry <gobry@puck.ch>	patch-3

    Summary:
      release 1.1.92
    Revision:
      python-bibtex--stable--1.2--patch-3

    - fixed setup.py to be declared as 1.1.92

    modified files:
     ./ChangeLog ./setup.py


2003-09-17 20:03:34 GMT	Frederic Gobry <frederic.gobry@smartdata.ch>	patch-2

    Summary:
      project bookkeeping
    Revision:
      python-bibtex--stable--1.2--patch-2

    - handling of build directories
    - added a changelog

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

    modified files:
     ./{arch}/=tagging-method


2003-09-17 20:01:45 GMT	Frederic Gobry <frederic.gobry@smartdata.ch>	patch-1

    Summary:
      fixed a memory leak
    Revision:
      python-bibtex--stable--1.2--patch-1

    fixed a leak when the request is invalid.

    modified files:
     ./recodemodule.c


2003-09-16 12:07:11 GMT	Frederic Gobry <gobry@puck.ch>	base-0

    Summary:
      initial import
    Revision:
      python-bibtex--stable--1.2--base-0

    
    (automatically generated log message)

    new files:
     ./MANIFEST.in ./README ./accents.c ./author.c ./biblex.l
     ./bibparse.y ./bibtex.c ./bibtex.h ./bibtexmodule.c
     ./debugging.h ./entry.c ./field.c ./logging.h ./recodemodule.c
     ./reverse.c ./setup.py ./source.c ./stringutils.c ./struct.c
     ./testparser.c


