sync with trunk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15168 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-09-27 13:56:32 +00:00
parent 8aa36f90ac
commit d78883dfe4
3 changed files with 49 additions and 1 deletions

View File

@ -109,6 +109,9 @@
@bBernard Hurley
@iE-mail: bernard@fong-hurley.org.uk
Fixes to literate programming support
@bMarius Ionescu
@iE-mail: felijohn@gmail.com
Romanian localization
@bBernhard Iselborn
@iE-mail: bernhard.iselborn@sap.com
Some minor bug-fixes, FAQ, linuxdoc sgml support
@ -141,6 +144,9 @@
@bPeter Kremer
@iE-mail: kremer@bme-tel.ttt.bme.hu
Hungarian translation and bind file for menu shortcuts
@bPeter Kümmel
@iE-mail: syntheticpp@gmx.net
Testing, clean ups and profiling
@bBernd Kümmerlen
@iE-mail: bkuemmer@gmx.net
Initial version of the koma-script textclasses
@ -316,6 +322,9 @@
@bMarko Vendelin
@iE-mail: markov@ioc.ee
Gnome frontend
@bJoost Verburg
@iE-mail: joostverburg@users.sourceforge.net
A new and improved Windows installer
@bMartin Vermeer
@iE-mail: martin.vermeer@hut.fi
support for optional argument in sections/captions svjour/svjog, egs and llncs document classes. Lot of bug hunting (and fixing!)
@ -349,6 +358,9 @@
@bHuang Ying
@iE-mail: huangy@sh.necas.nec.com.cn
Gtk frontend
@bAbdelrazak Younes
@iE-mail: younes.a@free.fr
Qt4 frontend, editing optimisations
@bHenner Zeller
@iE-mail: henner.zeller@freiheit.com
rotation of wysiwyg figures

View File

@ -1,3 +1,8 @@
2006-09-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* CREDITS:
* generate_contributions.py: sync with trunk.
2006-09-22 José Matos <jamatos@lyx.org>
* scripts/lyxpreview_tools.py

View File

@ -606,6 +606,14 @@ contributers = [
"30 March 2005",
u"Fixes to literate programming support"),
contributer(u"Marius Ionescu",
"felijohn () gmail ! com",
"GPL",
"permission to licence",
"m=115935958330941",
"27 September 2006",
u"Romanian localization"),
contributer(u"Bernhard Iselborn",
"bernhard.iselborn () sap ! com",
"GPL",
@ -694,6 +702,14 @@ contributers = [
"",
u"Hungarian translation and bind file for menu shortcuts"),
contributer(u"Peter Kümmel",
"syntheticpp () gmx ! net",
"GPL",
"License",
"m=114968828021007",
"7 June 2006",
u"Testing, clean ups and profiling"),
contributer(u"Bernd Kümmerlen",
"bkuemmer () gmx ! net",
"GPL",
@ -1158,6 +1174,14 @@ contributers = [
"22 February 2005",
u"Gnome frontend"),
contributer(u"Joost Verburg",
"joostverburg () users ! sourceforge ! net",
"GPL",
"Re: New Windows Installer",
"m=114957884100403",
"6 June 2006",
u"A new and improved Windows installer"),
contributer(u"Martin Vermeer",
"martin.vermeer () hut ! fi",
"GPL",
@ -1246,6 +1270,14 @@ contributers = [
"28 February 2005",
u"Gtk frontend"),
contributer(u"Abdelrazak Younes",
"younes.a () free ! fr",
"GPL",
"Re: [Patch] RFQ: ParagraphList Rewrite",
"m=113993670602439",
"14 February 2006",
u"Qt4 frontend, editing optimisations"),
contributer(u"Henner Zeller",
"henner.zeller () freiheit ! com",
"GPL",
@ -1262,6 +1294,5 @@ contributers = [
"",
u"bug reports and small fixes") ]
if __name__ == "__main__":
main(sys.argv, contributers)