summaryrefslogtreecommitdiff
path: root/lisp/woman.el
Commit message (Collapse)AuthorAgeFilesLines
* (WoMan-log-1): Make the log buffer writable. FromEli Zaretskii2001-01-291-0/+1
| | | | Markus Rost <rost@math.ohio-state.edu>.
* (woman-italic-face, woman-bold-face, woman-unknown-face):Miles Bader2000-10-231-25/+27
| | | | | | | | | | | | Add dark-background variants. (woman-default-faces): Renamed from `woman-colour-faces'. Set using the stored defaults, rather than using hard-wired colors. (woman-monochrome-faces): Renamed from `woman-black-faces'. Just make the foreground `unspecified' rather than "black". (woman-menu): Rename menu entries accordingly.
* (woman-man.conf-path): Explicitly include the debian man-db config fileMiles Bader2000-07-041-5/+9
| | | | | | | "/etc/manpath.config". (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as are present in `manpath.config'. (woman-manpath): Include "/usr/share/man".
* (woman-man-buffer): Fix bold and underlined CJKEli Zaretskii2000-06-151-1/+15
| | | | characters, which use series of two ^H characters instead of one.
* New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:Eli Zaretskii2000-05-241-61/+57
| | | | | | | | (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file names in environment variables regardless of the path separator. (woman-topic-all-completions-1): Don't call file-name-directory-p on all files, since woman-file-regexp already filters out any directories.
* (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)Eli Zaretskii2000-05-221-284/+451
| | | | | | | | | | | | | | | | | (woman-mapcan, woman-parse-man.conf) (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) (woman-reset-emulation): New functions. (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin path syntax better. (woman-man.conf-path, woman-use-own-frame): New defcustoms. (woman-manpath): Call woman-parse-man.conf. (woman-emulation): New defcustom, defaults to nroff. (woman-font-support): New defconst. (woman-select-symbol-fonts): New function. (woman-use-symbol-font): New defcustom. (woman-menu): Add new menu items: "Colored/BW", "Advanced", "Emulation". Many functions: Doc fix.
* New file.Eli Zaretskii2000-05-081-0/+4314