]> git.lyx.org Git - lyx.git/blobdiff - lib/generate_contributions.py
src/insets/insettabular (doDispatch, insertAsciiString): fix insertion of \t- and...
[lyx.git] / lib / generate_contributions.py
index 7ef83d46293bdc3a888622a36813499d98a4a7ba..74729121e810b088083805eaa2fbe6f8f67bdc00 100755 (executable)
@@ -290,6 +290,8 @@ def main(argv, contributers):
                         .encode("latin1", "xmlcharrefreplace")
      # This is a fudge to give a 'reasonable' spelling of Matej's name.
      txt_credits_data = txt_credits_data.replace('ě', 'e')
+     # This is a fudge to give a 'reasonable' spelling of Tomasz' name.
+     txt_credits_data = txt_credits_data.replace('Ł', 'L')
      txt_credits = open(argv[1], "w")
      txt_credits.write(txt_credits_data)
 
@@ -445,11 +447,11 @@ contributers = [
                  u"Bug fixes"),
 
      contributer(u"Claudio Coco",
-                 "lacocio () iol ! it",
-                 "",
-                 "",
-                 "",
-                 "",
+                 "lacocio () libero ! it",
+                 "GPL",
+                 "Agreement to GNU General Public licence",
+                 "m=113749629514591",
+                 "17 January 2006",
                  u"Italian translation"),
 
      contributer(u"Jean-Pierre Chrétien",
@@ -468,6 +470,14 @@ contributers = [
                  "22 February 2005",
                  u"Qt2 port"),
 
+     contributer(u"Anders Ekberg",
+                 "anek () chalmers ! se",
+                 "GPL",
+                 "License agreement",
+                 "m=113725822602516",
+                 "14 January 2006",
+                 u"Improvements to the Swedish translation of the Windows Installer"),
+
      contributer(u"Matthias Ettrich",
                  "ettrich () trolltech ! com",
                  "GPL",
@@ -748,6 +758,14 @@ contributers = [
                  "28 March 2005",
                  u"Added native support for \makebox to mathed. Several bug fixes, both to the source code and to the llncs layout file"),
 
+     contributer(u"Tomasz Łuczak",
+                 "tlu () technodat ! com ! pl",
+                 "GPL",
+                 "Re: [Cvslog] lyx-devel po/: ChangeLog pl.po lib/: CREDITS",
+                 "m=113580483406067",
+                 "28 December 2005",
+                 u"Polish translation and mw* layouts files"),
+
      contributer(u"José Matos",
                  "jamatos () fc ! up ! pt",
                  "GPL",
@@ -1226,7 +1244,15 @@ contributers = [
                  "",
                  "",
                  "",
-                 u"bug reports and small fixes") ]
+                 u"bug reports and small fixes"),
+
+     contributer(u"Abdelrazak Younes",
+                 "younes.a () free ! fr",
+                 "GPL",
+                 "Re: [Patch] RFQ: ParagraphList Rewrite",
+                 "m=113993670602439",
+                 "14 February 2006",
+                 u"Qt4 frontend, editing optimisations") ]
 
 
 if __name__ == "__main__":