pybliographer r1287 - in trunk: . Pyblio/Format doc/C
- From: fredgo svn gnome org
- To: svn-commits-list gnome org
- Subject: pybliographer r1287 - in trunk: . Pyblio/Format doc/C
- Date: Sun, 30 Nov 2008 14:13:50 +0000 (UTC)
Author: fredgo
Date: Sun Nov 30 14:13:49 2008
New Revision: 1287
URL: http://svn.gnome.org/viewvc/pybliographer?rev=1287&view=rev
Log:
Revision: gobry pybliographer org--2007/pyblio--stable--1.2--patch-27
Creator: Frederic Gobry <gobry puck ch>
merged from Zoltan
Patches applied:
* kota pybliographer org--2007/pyblio--stable--1.2--patch-16
merged patch-25..26 from Frederic
* kota pybliographer org--2007/pyblio--stable--1.2--patch-17
fix the ovid author field writer
* kota pybliographer org--2007/pyblio--stable--1.2--patch-18
release 1.2.12 again, after fixing some bugs
Modified:
trunk/NEWS
trunk/Pyblio/Format/OvidLike.py
trunk/doc/C/preface.xml
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Nov 30 14:13:49 2008
@@ -1,7 +1,9 @@
-*- text -*-
-New in 1.2.12 - 2008-10-07
+New in 1.2.12 - 2008-11-26
+ * Fixed the Ovid writer
+ * Fixed a bug in latexutils
* Fixed an escaping bug
* Added a --disable-depchecks configure option to let packagers
avoid failing checks when running under fakeroot (gnomevfs
Modified: trunk/Pyblio/Format/OvidLike.py
==============================================================================
--- trunk/Pyblio/Format/OvidLike.py (original)
+++ trunk/Pyblio/Format/OvidLike.py Sun Nov 30 14:13:49 2008
@@ -316,7 +316,7 @@
def write_author_field(output, value):
# Initials are grouped together in Ovid (ie I. E. becomes IE.)
auths = []
- for auth in auths:
+ for auth in value:
parts = [auth.last]
if auth.first:
parts.append(''.join(word[0].upper()
Modified: trunk/doc/C/preface.xml
==============================================================================
--- trunk/doc/C/preface.xml (original)
+++ trunk/doc/C/preface.xml Sun Nov 30 14:13:49 2008
@@ -86,7 +86,8 @@
<term>Bugfixes</term>
<listitem>
<para>
- Fixed an escaping bug and a bug related to native editing.
+ Fixed an escaping bug and bugs related to native editing,
+ latexutils and the Ovid writer.
</para>
</listitem>
</varlistentry>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]