# HG changeset patch # User Eli Zaretskii # Date 983886225 0 # Node ID 0d1790ee53af9291bc507840457ed5a77e811447 # Parent 9b798a01680c0a407a86cb5541440decef39278e *** empty log message *** diff -r 9b798a01680c -r 0d1790ee53af lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 06 13:43:43 2001 +0000 +++ b/lisp/ChangeLog Tue Mar 06 13:43:45 2001 +0000 @@ -1,3 +1,16 @@ +2001-03-06 Eli Zaretskii + + * man.el (Man-hyphenated-reference-regexp): New variable. + (Man-build-references-alist): Use it to search for referenced + manpages. If hyphenated is non-nil, record a concatenated word in + Man-refpages-alist only if it matches Man-reference-regexp. + Update word's length when it is concatenated. Reverse the list, + to get the first manpage at the head. + (Man-possibly-hyphenated-word): New function. + (Man-follow-manual-reference): Use it instead of current-word to + find a manpage at point, in a way that accounts for hyphenated + references. + 2001-03-06 Alex Schroeder * sql.el (sql-interbase): New function.