]> git.lyx.org Git - features.git/commitdiff
adding abdelrazak younes to the credits.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 16 Mar 2006 14:15:51 +0000 (14:15 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 16 Mar 2006 14:15:51 +0000 (14:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13394 a592a061-630c-0410-9148-cb99ea01b6c8

lib/CREDITS
lib/generate_contributions.py

index d69d079b5b41a7e58bfc670cca7aa92ffcb5b26a..af3e501b0c715d764acb59cb5022b2d1f2c2a40a 100644 (file)
 @bXiaokun Zhu
 @iE-mail: xiaokun@aero.gla.ac.uk
    bug reports and small fixes
+@bAbdelrazak Younes
+@iE-mail: younes.a@free.fr
+   Qt4 frontend, editing optimisations
 
 
 If your name doesn't appear here although you've done
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__":