comparison lisp/ChangeLog @ 36578:0d1790ee53af

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Tue, 06 Mar 2001 13:43:45 +0000
parents aef209909f26
children 0fbbfc439d37
comparison
equal deleted inserted replaced
36577:9b798a01680c 36578:0d1790ee53af
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.
4 (sql-interbase-program): New option. 17 (sql-interbase-program): New option.
5 (sql-interbase-options): New option. 18 (sql-interbase-options): New option.