2002-10-28 Francis J. Wright * woman.el: Update comments. (woman-version): Update to 0.551 (beta). (woman-parse-colon-path): Add support for current Cygwin mount conventions. (woman-Cyg-to-Win): New function to convert absolute filename from Cygwin to Windows form by executing external program cygpath if possible. (woman-man.conf-path): Update default to current common locations and to support Cygwin; update documentation. (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to match possible names of man.conf file; tidy code and documentation. (woman-manpath): Simplify default and documentation; essentially move code that was here into `woman-parse-colon-path'. (woman-default-indent): Change Linux to GNU in documentation. (woman-addition-face): Make documentation consistent with other WoMan faces. (woman-emulate-tbl): New variable, determines whether tbl emulation is required. (woman-decode-region): Add check for preprocessor requests. (woman0-process-escapes, woman-special-characters) (woman-get-next-char, woman-parse-numeric-value): Add support for long groff names of the form [xxx]. (woman-match-name): New function to match and move over names of the form x, (xx or [xxx...]. (woman-strings, woman-change-fonts): Now call `woman-match-name'. (woman2-PD, woman2-na): Add \ before ( in documentation. (woman2-TS): New function to provide minimal emulation of the tbl preprocessor between .TS and .TE requests. (woman2-TE): New alias for `woman2-fi' to process table end requests.