summaryrefslogtreecommitdiff
path: root/www/w3m
AgeCommit message (Collapse)AuthorFilesLines
2000-11-23Update for new boehm-gcabs1-2/+2
2000-10-14upgrade to 0.1.11pre. mostly bugfixes. the most importantitojun5-29/+21
one is: segv on ftp transfer (with no proxy) is fixed.
2000-08-16repair IPv6 FTP. (patch sent to the original author)itojun2-1/+134
2000-08-15use USE_SSLitojun1-8/+2
2000-08-15more LANG/KANJI_SYMBOL mixupitojun2-5/+15
2000-08-15more config variable (mouse/color) - maybe we have too many of these.itojun1-2/+15
2000-08-15use "dmodel=6" and environment variable to configure w3m.itojun3-65/+15
need to synchronize CONFIGURE_ENV to w3m/configure carefully, on future upgrade. suggested by enami.
2000-08-15be more friendly to western users - use #ifdef KANJI_SYMBOL toitojun3-1/+40
determine configuration menu language (appears with "o")
2000-08-15add W3M_USE_{SSL,COOKIE} compilation switch.itojun3-27/+89
both are on by default. there can be some comment on what should be the defalult value, I'm open to your input...
2000-07-15two changes for non-japanese guys (as the pkgsrc is used by manyitojun1-2/+7
non-japanese people): - use ascii letters, instead of jisx0208, for screen output (like <LI> or <HR>). - set default help messages to english (not japanese).
2000-06-21Update to 0.1.10. Related changes are:itohy5-38/+31
* Bugfix: When a header by CGI POST method gives Location: header, the redirect can't be reloaded. * white spaces in URL are removed. * Bugfix: onA() doesn't work. * Improvement of 'Jump to label' behavior within a frame. * Bugfix: width of <li> * Bugfix: Line break occurs on &nbsp;. * Bugfix: single > in a document isn't analyzed properly. * Bugfix: <xmp>,<listing> in <textarea> * Screen shift bugfix. * Bugfix: <option> without <select> in table causes core dump. * Bugfix: CRs in <textarea>..</textarea> are replaced with white spaces. * Bugfix: After specifying non-text file in 'V' command, w3m dumps core. * BUFINFO related bugfix. * Bugfix: extbrowser setting in config desn't work. * Bugfix: pathname to invoke external viewer becomes like ``/home/okada/.w3m//w3mv6244-0..pdf''. * enhancement of [w3m-dev 00684]. * Bugfix; when CLEAR_BUF is defined, buffer size is displayed as [0 line]. * show_params() improvement. * when CLEAR_BUF is defined and reloading local file, that is overwritten. * When submitting data in textarea without editing them, CR charcters are sent instead of CRLF. * When CLEAR_BUF is defined, content of form disappears. * Improvement of Japanese coding-system decition algorithm. * Command line analysis enhancement. * Bugfix of PIPE_SHELL('#'), READ_SHELL('@') and EXEC_SHELL('!'). * Bugfix: When CLEAR_BUF is defined, anchors created by : disappears. * Enhancement of dirlist.cgi. * when -m option is used, continuation lines in header are not processed properly. * handling of Japanese character in HTTP header. * Bugfix: w3m dumps core after like w3m -T a -B and save command. * frameset related bugfix. * ID_EXT related bugfix. * Bugfix? handling of character-entity (&quot;) in attribute. * Enhancement: frame names are embedded as id attribute in the frame-table. * Bugfix: <STRONG> tags become comments in frame. * frame related bugfix. * Bugfix: as some file descriptors are not closed, file descriptors are exhausted on a certain condition. * Bugfix: a blank line is inserted when processing <title>...</title>. * <table> within <blockquote> in <table> corrupts. * Support of terminals which can't display &nbsp; (0xa0). * <!--comment --\n> like comment handling fix. * w3mhelperpanel.c fix. * Bugfix: personal_document_root doesn't work. * When opening file:///dir/, if index.html exists in that directory, open the file instead of displaying directory list. * w3m -num fix. * Bugfix: When using -dump option, temporary files don't be unlinked. * Bugfix: When <blockquote> exists outside of <tr>..</tr> in <table>, the table corrupts. * Bugfix: supports terminal without sr capability. * Kanji-code decision enhancement. * Bugfix: w3m can't handle cgi using <ISINDEX>. * Remove CR/LF within URL. * Layered frameset support. * id attribute support bugfix. * Enhancement: -o option parameter list * Security hole fix about I command. * Filename completion bugfix. * Color display bugfix. * When transmitting a string to form, it was made not to escape a safe character. * Bugfix: when displaying the page which has a link in the beginning of the screen, the first link doesn't get active. * proxy initialization bugfix. * free memory of hidden buffers. (CLEAR_BUF) * when file:// style local file access fails, don't retry as http://file://. * Enhancement: Save Buffer URL into file. * FTP proxy bugfix. * Bugfix: After window resize, reshapeBuffer() is called on each keyin.
2000-06-21Update dependency on boehm-gc.jlam1-2/+2
2000-05-19Update to 0.1.9.itohy6-55/+42
Mainly bug fixes, it seems....
2000-04-21Oops, gcmain.c is in the archive but not extracted.itohy3-13/+4
2000-04-21o Update to 0.1.8.itohy7-39/+99
o Fix suspend (^Z) behavior. Suspend the job w3m belongs to, not w3m only.
2000-04-20Sync with reality. Some of configuration variables now doesn'tenami1-7/+8
have def_ prefix and their value was conflict with dmodel=1.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-03-16Mode EXTRACT_USING_PAX test lower to make it work.pooka1-8/+8
install -> ${INSTALL}
2000-03-02add USE_INET6 for IPv6 supportitojun1-1/+3
2000-03-02upgrade to 0.1.6.itojun5-729/+31
2000-03-02upgrade to 0.1.6.itojun1-9/+27
summary of changes would be: stabilization, https support by openssl (not enabled for the pkgsrc at this moment), word fill, repaint, IPv6, user authentication, cgi emulation with local script (can be security-wise wrong)... we have > 500 lines of HISTORY file in the kit.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-28Remove unnecessary patch for gc.sakamoto5-219/+1
1999-09-28Use devel/boehm-gc instead of w3m/gc,sakamoto1-1/+14
suggested by Frederick Bruckman <fb@enteract.com>.
1999-09-27Regenerate, following the changes to the pathnames for the files beingagc1-3/+3
patched.
1999-09-27Don't rely on an Index field being able to pick the right file - useagc2-6/+6
the full pathname explicitly.
1999-09-27Simplify this Makefile somewhat, and only set default make variablesagc1-20/+10
if they weren't previously set in /etc/mk.conf. Change package name to be a "y2k compliant".
1999-09-27Initial import of w3m-990902 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.sakamoto12-0/+1097
A terminal-based WWW browser with HTML tables and frames support.