[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian/patches: 906



906_debian_xfs
--------------
* Hunk 1 (the Imakefile diff) is upstream
* Hunk 2 is mostly present in the new 906_debian_xfs.diff
* However, the font 'catalogue' paths have changed (particularly in their
ordering).  Probably this is at least partly intentional, but it's worth
making sure.

Old:
+XCOMM paths to search for fonts
+catalogue = /usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/CID/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/

Old order: Type1, CID, Speedo, misc, cyrillic, 100, 75

New:
+XCOMM paths to search for fonts
+catalogue = /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/CID,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/

New order:
misc, cyrillic, 100 unscaled, 75 unscaled, Type1, CID, Speedo, 100, 75

I understand putting 100 unscaled and 75 unscaled ahead of the scalable fonts
while leaving the scaled-bitmap versions after the scalable fonts.  But what's
up with moving misc and cyrillic first?  I suppose there's a reason.

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html



Reply to: