aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ps-bdf.el
Commit message (Collapse)AuthorAgeFilesLines
* (bdf-read-bitmap): Initialize returned values toGerd Moellmann2001-09-191-2/+5
| | | | defaults.
* (bdf-cache-file) <ms-dos>: Use _bdfcache.el, sinceEli Zaretskii2001-09-161-1/+6
| | | | | convert-standard-filename doesn't guarantee that the .el extension is preserved.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-3/+3
|
* Make last change compatible with XEmacs. From Christoph WedlerEli Zaretskii2001-06-291-2/+4
| | | | <[email protected]>.
* (bdf-directory-list): Use the value relative toEli Zaretskii2001-06-291-4/+4
| | | | installation-directory for MS-Windows as well.
* XEmacs compatibility. Doc fix.Gerd Moellmann2001-04-021-12/+18
| | | | | | (installation-directory, coding-system-for-read): Declare vars if it's not declared yet. (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
* (bdf-read-font-info): Modify the kludgy code for fontsKenichi Handa2000-12-071-1/+1
| | | | of wrong SIZE record.
* Doc fix.Kenichi Handa1999-10-201-2/+2
|
* (bdf-directory-list): Doc fix.Karl Heuer1999-03-091-1/+1
|
* (bdf-directory-list): Fix last change.Eli Zaretskii1999-03-071-1/+7
|
* (bdf-directory-list): Different value for ms-dos.Eli Zaretskii1999-03-071-1/+4
|
* (bdf-directory-list): Initialize it to '("/usr/local/share/emacs/fonts/bdf").Kenichi Handa1999-02-271-4/+4
|
* (bdf-cache-file): Use convert-standard-filename.Eli Zaretskii1999-01-171-4/+24
| | | | | | | | | (bdf-find-font-info): New function, looks for the first readable file from a list of alternatives. (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info instead of bdf-get-font-info. (bdf-generate-glyphs): If font-name is a cons cell, pass its car to ps-mule-generate-bitmap-glyph.
* File name changed from bdf.el. Provide ps-bdfKenichi Handa1998-12-151-0/+413
| | | | | | | | | | | | | | | | | | instead of bdf. Require ps-mule instead of ps-print. (bdf-directory-list): Add autoload cookie. Programming uniformization and little code improvement. (bdf-search-and-read): New fun. (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) (bdf-info-relative-compose, bdf-info-baseline-offset) (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code improvement.
* Initial revisionKenichi Handa1998-12-151-0/+0