diff options
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76ec40702d4..c217528505a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * man.el (Man-hyphenated-reference-regexp): New variable. | ||
| 4 | (Man-build-references-alist): Use it to search for referenced | ||
| 5 | manpages. If hyphenated is non-nil, record a concatenated word in | ||
| 6 | Man-refpages-alist only if it matches Man-reference-regexp. | ||
| 7 | Update word's length when it is concatenated. Reverse the list, | ||
| 8 | to get the first manpage at the head. | ||
| 9 | (Man-possibly-hyphenated-word): New function. | ||
| 10 | (Man-follow-manual-reference): Use it instead of current-word to | ||
| 11 | find a manpage at point, in a way that accounts for hyphenated | ||
| 12 | references. | ||
| 13 | |||
| 1 | 2001-03-06 Alex Schroeder <alex@gnu.org> | 14 | 2001-03-06 Alex Schroeder <alex@gnu.org> |
| 2 | 15 | ||
| 3 | * sql.el (sql-interbase): New function. | 16 | * sql.el (sql-interbase): New function. |