]> 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 0a437cf624b5769fc9f72d838ce885377b5668f8..74729121e810b088083805eaa2fbe6f8f67bdc00 100755 (executable)
@@ -447,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",
@@ -470,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",
@@ -1236,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__":