aboutsummaryrefslogtreecommitdiffstats
path: root/history.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-30Treat textlist item number as int instead of shortTatsuya Kinoshita1-3/+6
cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952
2015-08-11Check return value of renameDavid Crosby1-1/+6
2013-04-08Support the siteconf featureTatsuya Kinoshita1-1/+1
Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+223
2003-09-26add commentsFumitoshi UKAI1-1/+4
2003-07-22[w3m-dev 03942] Save historyFumitoshi UKAI1-2/+5
* history.c (saveHistory): check tmpfile write error From: Takahashi Youichirou <nikuq@hk.airnet.ne.jp>
2003-02-05[w3m-dev 03730] display decoded URLFumitoshi UKAI1-3/+7
* anchor.c (link_list_panel): support DecodeURL * display.c (make_lastline_link): support DecodeURL * etc.c (url_unquote_conv): added * fm.h (DecodeURL): added * history.c (historyBuffer): support DecodeURL * indep.c (QUOTE_MAP): added (HTML_QUOTE_MAP): added (html_quote_char): deleted (url_quote): use is_url_quote (file_quote): use is_file_quote (is_url_safe): deleted (Str_form_quote): use is_url_unsafe (Str_url_unquote): add safe args (is_shell_safe): delete (shell_quote): use is_shell_unsafe * indep.h (QUOTE_MAP): added (HTML_QUOTE_MAP): added (HTML_QUOTE_MASK): added (SHELL_UNSAFE_MASK): added (URL_QUOTE_MASK): added (FILE_QUOTE_MASK): added (URL_UNSAFE_MASK): added (GET_QUOTE_TYPE): added (is_html_quote): added (is_shell_unsafe): added (is_url_quote): added (is_file_quote): added (is_url_unsafe): added (html_quote_char): added (html_quote_char): deleted (Str_url_unquote): added safe (form_unquote): Str_url_unquote changes * linein.c (_prev): support DecodeURL (_next): ditto * main.c (goURL0): support DecodeURL (_peekURL): ditto (curURL): ditto * map.c (follow_map_panel): support DecodeURL (append_map_info): ditto (append_link_info): ditto (append_frame_info): ditto (page_info_panel): ditto * menu.c (initSelectMenu): delete SCM_LOCAL_CGI support DecodeURL (initSelTabMenu): delete SCM_LOCAL_CGI support DecodeURL (link_menu): support DecodeURL * parsetagx.c (parse_tag): is_html_quote * proto.h (url_unquote_conv): added * rc.c (CMT_DECODE_URL): added (params1): add decode_url * url.c (openURL): Str_url_unquote non safe From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-12-05[w3m-dev 03530] save historyFumitoshi UKAI1-2/+5
* history.c (saveHistory): save tmpfile and rename From: Takahashi Youichirou <nikuq@hk.airnet.ne.jp>
2002-01-26[w3m-dev 02914]Fumitoshi UKAI1-1/+15
* history.c (copyHist): added * history.h (copyHist): ditto * main.c (goURL0): copyHist(URLHist), push current and anchor URLs default set by DefaultURLString From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
2001-12-10[w3m-dev 02651] search keymap using hashFumitoshi UKAI1-5/+5
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
2001-12-02[w3m-dev 02605]Fumitoshi UKAI1-3/+3
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2001-11-24run make indentFumitoshi UKAI1-19/+19
2001-11-20add rcsidsFumitoshi UKAI1-1/+1
2001-11-09Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5Akinori Ito1-2/+2