[w3m-dev-en 00730] Re: Patch for a more flexible dictionary lookup
* NEWS: rc: use_dictcommand, dictcommand * main.c (execdict): use url_quote_conv() instead of cURLcode() * proto.h (cURLcode): deleted * doc-jp/README.dict: updated From: Fumitoshi UKAI <ukai@debian.or.jp> [w3m-dev-en 00729] Re: Patch for a more flexible dictionary lookup * config.h.dist (DICT): define * configure (use_dict): default y * fm.h (DICTCMD): deleted (UseDictCommand): added (DictCommand): added * main.c (execdict): rewrite to use DictCommand, loadGeneralFile() * rc.c (CMT_USE_DICTCOMMAND): added (CMT_DICTCOMMAND): added (params1): use_dictcommand, dictcommand added * doc/README.dict: updated From: Tushar Samant <scribble@pobox.com>
This commit is contained in:
7
proto.h
7
proto.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: proto.h,v 1.40 2002/03/19 16:06:52 ukai Exp $ */
|
||||
/* $Id: proto.h,v 1.41 2002/04/24 18:29:35 ukai Exp $ */
|
||||
/*
|
||||
* This file was automatically generated by version 1.7 of cextract.
|
||||
* Manual editing not recommended.
|
||||
@@ -559,11 +559,6 @@ extern void reMark(void);
|
||||
#define prevMk nulcmd
|
||||
#define reMark nulcmd
|
||||
#endif /* not USE_MARK */
|
||||
#ifdef JP_CHARSET
|
||||
extern char *cURLcode(char *url, char code);
|
||||
#else
|
||||
#define cURLcode(url,buf) (url)
|
||||
#endif
|
||||
|
||||
#ifdef USE_MOUSE
|
||||
extern void mouse(void);
|
||||
|
||||
Reference in New Issue
Block a user