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

2005-10-06 14:05:40 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-30

    Summary:
      oops, forgot the NEWS file in the manifest
    Revision:
      python-bibtex--stable--1.2--patch-30


    modified files:
     ChangeLog MANIFEST.in


2005-10-06 14:04:28 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-29

    Summary:
      ready for release 1.2.2
    Revision:
      python-bibtex--stable--1.2--patch-29


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

    modified files:
     ChangeLog setup.py


2005-09-25 20:20:25 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-28

    Summary:
      use the BIBTEX_VERBATIM type to specify no quoting in reverse ()
    Revision:
      python-bibtex--stable--1.2--patch-28

    
    

    modified files:
     ChangeLog bibtexmodule.c


2005-09-25 20:11:33 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-27

    Summary:
      added support for "verbatim" fields, like urls
    Revision:
      python-bibtex--stable--1.2--patch-27

    These fields have their ~ not escaped (so far, this overlaps the
    "quote" option of the reverse function)
    

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

    modified files:
     ChangeLog bibparse.y bibtex.h bibtexmodule.c field.c reverse.c
     struct.c testsuite.py


2005-08-24 20:50:06 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-26

    Summary:
      slight improvement in an error message
    Revision:
      python-bibtex--stable--1.2--patch-26

    For extra commas in entry keys, the error message was speaking
    about a preamble problem.
    

    modified files:
     ChangeLog bibparse.y


2005-06-29 21:03:25 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-25

    Summary:
      added a new parsing function next_unfiltered ()
    Revision:
      python-bibtex--stable--1.2--patch-25

    This function also returns @string and @preamble entries. Its return value
    is the same as next (), but encapsulated in an additional tuple, like:
    
      ('entry', ...)
      ('preamble', ...)
      ('string', ...)
    
    

    new files:
     tests/.arch-ids/preamble.bib-ok.id
     tests/.arch-ids/preamble.bib.id
     tests/.arch-ids/simple-2.bib-ok.id
     tests/.arch-ids/simple-2.bib.id
     tests/.arch-ids/string.bib-ok.id tests/.arch-ids/string.bib.id
     tests/preamble.bib tests/preamble.bib-ok tests/simple-2.bib
     tests/simple-2.bib-ok tests/string.bib tests/string.bib-ok

    modified files:
     ChangeLog bibtex.c bibtex.h bibtexmodule.c entry.c
     testsuite.py


2005-06-22 20:03:48 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-24

    Summary:
      applied patch from mh21 for bug #1224723
    Revision:
      python-bibtex--stable--1.2--patch-24

    encode II as \"{U}{II}
    

    modified files:
     ChangeLog reverse.c


2004-12-15 20:54:32 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-23

    Summary:
      added a test for () in record key
    Revision:
      python-bibtex--stable--1.2--patch-23


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

    modified files:
     ChangeLog testsuite.py


2004-08-13 08:32:14 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-22

    Summary:
      ready for release 1.2.1
    Revision:
      python-bibtex--stable--1.2--patch-22


    modified files:
     ChangeLog setup.py


2004-08-12 14:16:33 GMT	Frederic Gobry <frederic.gobry@epfl.ch>	patch-21

    Summary:
      compilation fixes for AMD64
    Revision:
      python-bibtex--stable--1.2--patch-21

    Fix provided by Thomas Philipp via Karl Eichwalder.
    

    modified files:
     ChangeLog entry.c source.c


2004-06-21 19:05:59 GMT	Frederic Gobry <gobry@pybliographer.org>	patch-20

    Summary:
      fixed the remaining HEAD_INIT ()
    Revision:
      python-bibtex--stable--1.2--patch-20


    modified files:
     ChangeLog recodemodule.c


2004-06-14 19:57:49 GMT	Frederic Gobry <gobry@pybliographer.org>	patch-19

    Summary:
      attempt to fix building on windows
    Revision:
      python-bibtex--stable--1.2--patch-19


    modified files:
     ChangeLog bibtexmodule.c recodemodule.c


2004-04-29 20:53:22 GMT	Frederic Gobry <gobry@pybliographer.org>	patch-18

    Summary:
      fink compliant
    Revision:
      python-bibtex--stable--1.2--patch-18

    With a patched recode from fink, it is now possible to build the extension
    with:
    
      python setup.py build_ext -I /sw/include -L /sw/lib
    

    modified files:
     ChangeLog biblex.l reverse.c


2004-04-16 10:06:47 GMT	Frederic Gobry <frederic.gobry@smartdata.ch>	patch-17

    Summary:
      be ready to release version 1.2.0
    Revision:
      python-bibtex--stable--1.2--patch-17


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

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


2004-04-16 09:59:01 GMT	Frederic Gobry <frederic.gobry@smartdata.ch>	patch-16

    Summary:
      fixed bug #932321
    Revision:
      python-bibtex--stable--1.2--patch-16

    Support  and .
    

    modified files:
     ChangeLog accents.c


2003-10-30 13:27:58 GMT	Frederic Gobry <gobry@pybliographer.org>	patch-15

    Summary:
      cosmetic fixes
    Revision:
      python-bibtex--stable--1.2--patch-15


    modified files:
     ChangeLog README


2003-10-08 05:20:47 GMT	Frederic Gobry <gobry@puck.ch>	patch-14

    Summary:
      fixed archive content
    Revision:
      python-bibtex--stable--1.2--patch-14

    The testsuite was missing from the archive

    modified files:
     ChangeLog MANIFEST.in setup.py


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


