Pybliographer version 1.2.6 has been released (2005-01-29).
This is essentially a bug-fix release.
Summary of changes:=20=20=20=20=20=20=20=20=20
* Fixed parsing of .aux files in pybcompact script (Peter)
* Miscellaneous fixes in the Ovid import, closes=20
bugs # 1081186, 1078811, 1043582 (Peter)
* All the popups can be closed with escape (Fr=E9d=E9ric)
* Parentheses are now allowed in BibTeX keys, closes=20
bug # #600394 (Fr=E9d=E9ric)
* Fixed crossref handling in pybcompact script (Fr=E9d=E9ric)
* Restored Search as you type (Fr=E9d=E9ric)
* German translation update (Frank Arnold)
* Sort code reworked (partially, Peter)
* Iterator code reworked for __iter__ compatibility
(partially, Peter)=20=20
* Added a check for an (approximately ?) valid bibtex field=20
name to GnomeUI.Editor, closes bug 744086 (Peter).
* Updated translations from CVS (Fr=E9d=E9ric)
* Added PYBLIOGRAPHER_DATABASE environment variable to
specify a default database for pybliographic (Peter)
New, undocumented feature:
-------------------------
It is now possible to set the PYBLIOGRAPHER_DATABASE
environment variable to an admissible bibliography file in
order to open it always on startup, if no files are
specified on the command line.=20
Example:
-------
$ export PYBLIOGRAPHER_DATABASE=3Dmy/database.bib
$ pybliographic &
is thus essentially equivalent to
$ pybliographic my/database.bib &
|