From: Eli Zaretskii Date: Tue, 6 Mar 2001 13:43:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.100~189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abaddb98cbf02cd567bc41b8fb0b3077d45d814f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76ec40702d4..c217528505a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.