]> 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 65ac5d264effa47214616a34ec5ee3b2d67562db..74729121e810b088083805eaa2fbe6f8f67bdc00 100755 (executable)
@@ -1244,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__":