From 4e8c85a7fa218fc538aaf3a4e08ffa9fd6017a3d Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 24 Apr 2002 18:29:35 +0000 Subject: [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 [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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 0d8dbbf..b4cc689 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.67 2002/04/09 14:45:58 ukai Exp $ +# $Id: configure,v 1.68 2002/04/24 18:29:35 ukai Exp $ # Configuration. # @@ -775,7 +775,7 @@ else fi ### only use config.param -def_param use_dict n +def_param use_dict y def_param use_history y def_param use_bg_color y def_param format_nice n -- cgit v1.2.3