Revert the addition of the alias "sansserif". The correct name is PANGO_1_20_3
authorTor Lillqvist <tml@novell.com>
Fri, 23 May 2008 17:37:44 +0000 (17:37 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 23 May 2008 17:37:44 +0000 (17:37 +0000)
2008-05-23  Tor Lillqvist  <tml@novell.com>

* pango/pango-utils.c: Revert the addition of the alias
"sansserif". The correct name is "sans-serif", and "sans" should
also be accepted. If something uses "sansserif" it is wrong. (I
saw it in some sample svg files in librsvg.)

svn path=/trunk/; revision=2632

ChangeLog
pango/pango-utils.c

index ae769c3..fb174c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-23  Tor Lillqvist  <tml@novell.com>
+
+       * pango/pango-utils.c: Revert the addition of the alias
+       "sansserif". The correct name is "sans-serif", and "sans" should
+       also be accepted. If something uses "sansserif" it is wrong. (I
+       saw it in some sample svg files in librsvg.)
+
 2008-05-20  Tor Lillqvist  <tml@novell.com>
 
        * pango/pango-utils.c: Add alias "sansserif" to the builtin
index 9814cfa..ca7549d 100644 (file)
@@ -1228,7 +1228,6 @@ static const char *builtin_aliases[] = {
    * that are popular on Linux. They are listed here first.
    */
   "sans = \"dejavu sans,tahoma,arial unicode ms,lucida sans unicode,browallia new,mingliu,simhei,gulimche,ms gothic,sylfaen,kartika,latha,mangal,raavi\"",
-  "sansserif = \"dejavu sans,tahoma,arial unicode ms,lucida sans unicode,browallia new,mingliu,simhei,gulimche,ms gothic,sylfaen,kartika,latha,mangal,raavi\"",
   "sans-serif = \"dejavu sans,tahoma,arial unicode ms,lucida sans unicode,browallia new,mingliu,simhei,gulimche,ms gothic,sylfaen,kartika,latha,mangal,raavi\"",
   "serif = \"dejavu serif,georgia,angsana new,mingliu,simsun,gulimche,ms gothic,sylfaen,kartika,latha,mangal,raavi\"",
   "mono = \"dejavu sans mono,courier new,lucida console,courier monothai,mingliu,simsun,gulimche,ms gothic,sylfaen,kartika,latha,mangal,raavi\"",