From: ja7 Date: Mon, 17 Jun 2002 14:57:34 +0000 (+0000) Subject: Added support for adding tab completions to any command with out a build in X-Git-Tag: YAZ.1.8.8~31 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=a2df70871ff2494610edf71f7c7c74b785a69cd6;hp=a2df70871ff2494610edf71f7c7c74b785a69cd6;p=yaz-moved-to-github.git Added support for adding tab completions to any command with out a build in completion function. add the folowing line to allow tab completion on element set name f2locations to the elements command register_tab elements f2locations som small clean up of the tabcompletions added completion on filenames to the set_apdufile set_marcdump . and ! commands now uses strncasecmp when findding stuff to complete on. eg format xml "tabcomplets to" format XML Extended authentication command to allow 2 arguments and send userid and password in the Z_IdAuthentication_idPass structure ---