aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change the encoding of the Japanese docs to UTF-8Shun Sakai2020-05-0649-5417/+5417
|
* Update ChangeLogv0.5.3+git20200502Tatsuya Kinoshita2020-05-021-0/+4
|
* Update NEWS for 0.5.3+git20200502Tatsuya Kinoshita2020-05-021-0/+11
|
* Update ChangeLogTatsuya Kinoshita2020-03-271-0/+6
|
* Fix -Wchar-subscriptsRoland Illig2020-03-271-2/+2
| | | | | Origin: http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/www/w3m/patches/patch-main.c?rev=1.1&content-type=text/plain Bug: https://sourceforge.net/p/w3m/patches/76/
* Update ChangeLogTatsuya Kinoshita2020-03-161-0/+8
|
* Update documents for GOTO_HOMETatsuya Kinoshita2020-03-162-0/+26
|
* Add GOTO_HOME to the help pageTatsuya Kinoshita2020-03-166-2/+7
|
* Update ChangeLogTatsuya Kinoshita2020-03-111-0/+7
|
* Update documents for ssl_forbid_methodTatsuya Kinoshita2020-03-117-11/+12
|
* Extend ssl_forbid_method for TLSv1.2 and TLSv1.3Tatsuya Kinoshita2020-03-111-0/+10
|
* Update ChangeLogTatsuya Kinoshita2020-01-131-0/+1
|
* Update ChangeLogTatsuya Kinoshita2020-01-131-0/+4
|
* Merge pull request #124 from butwerenotthereyet/go-homeTatsuya Kinoshita2020-01-133-1/+19
|\ | | | | Add command to go home.
| * Add command to go home.We're Yet2020-01-043-1/+19
|/ | | | | | | | | | When w3m is launched, if no other options are specified, it attempts to read HTTP_HOME and WWW_HOME from the environment and upon finding a value for one of these load the url specified. Once launched, though, w3m provides no convenience for navigating to the home page. Here, that ability is added. A new command GOTO_HOME is defined with a default key binding of C-_.
* Update ChangeLogTatsuya Kinoshita2019-11-101-0/+5
|
* Merge pull request #122 from mackyle/masterTatsuya Kinoshita2019-11-103-4/+6
|\ | | | | entities: support ' entity
| * entities: support ' entityKyle J. McKay2019-11-083-4/+6
|/ | | | | | | | | | | | | | | | | | | | | | | The XHTML standard encompasses the XML standard. From the beginning, the XML standard [1] has always included required support for five character entities: 1. the ampersand (&) as &amp; 2. the left angle bracket (<) as &lt; 3. the right angle bracket (>) as &gt; 4. the double-quote character (") as &quot; 5. the apostrophe or single-quote character (') as &apos; See section "2.4 Character Data and Markup" of the XML standard [1] for further details. Add support for the character single-quote character entity (&apos;) in order to fully support XHTML pages. [1]: https://www.w3.org/TR/REC-xml/ Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
* Update ChangeLogTatsuya Kinoshita2019-07-021-0/+6
|
* Update doc-jp for user_agent in siteconfTatsuya Kinoshita2019-07-021-0/+7
|
* Update ChangeLogTatsuya Kinoshita2019-07-011-0/+5
|
* Merge pull request #119 from adamemerson/siteconf-user-agentTatsuya Kinoshita2019-07-014-2/+26
|\ | | | | Allow setting User Agent in Siteconf
| * Allow setting User Agent in SiteconfAzure2019-06-304-2/+26
|/ | | | | | Since Google gives usable search results to Lynx but not to w3m, and many other sites block Lynx but /not/ w3m, we want to be able to set the User Agent string on a per-site basis.
* Update ChangeLogTatsuya Kinoshita2019-04-221-0/+4
|
* Merge pull request #113 from spk/allow-override-user-agentTatsuya Kinoshita2019-04-223-6/+11
|\ | | | | Allow to override UserAgent
| * Allow to override UserAgentLaurent Arnoud2019-04-213-6/+11
|/ | | | | | | | | | | | | | | | | | | | | | | Adding on command line the user agent add a duplicate header: ``` ./w3m -header "User-Agent: Mozilla" http://localhost:9999 GET / HTTP/1.0 User-Agent: w3m/0.5.3+git20190105 Accept: text/html, text/*;q=0.5, image/*, application/*, message/*, x-scheme-handler/*, audio/*, video/*, inode/* Accept-Encoding: gzip, compress, bzip, bzip2, deflate Accept-Language: en;q=1.0 Host: localhost:9999 Pragma: no-cache Cache-control: no-cache User-Agent: Mozilla ``` As a result most server will take the first given; the default w3m_version or the one defined on config `user_agent` With this patch we can now override `User-Agent` from command line
* Update ChangeLogv0.5.3+git20190105Tatsuya Kinoshita2019-01-051-0/+13
|
* Update NEWSTatsuya Kinoshita2019-01-051-0/+11
|
* Update config.* with autotools-dev 20180224.1Tatsuya Kinoshita2019-01-052-360/+330
|
* Fix dependency for Imlib2Akinori Hattori2019-01-051-1/+0
| | | | | Bug-Gentoo: https://bugs.gentoo.org/605930 Origin: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d6e3e6839898829e8cce211b97a7fa77f5d06e
* Update ChangeLogTatsuya Kinoshita2018-12-221-0/+12
|
* Fix square bracketsTatsuya Kinoshita2018-12-222-3/+3
|
* w3mman support for section number during keyword searchNemo Inis2018-12-213-13/+22
| | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916968#5
* Update ChangeLogTatsuya Kinoshita2018-10-261-0/+6
|
* Fix that the MarkAllPages option works as originally intendedBen Wong2018-10-262-0/+6
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911929
* Update ChangeLogTatsuya Kinoshita2018-10-261-0/+10
|
* Indentation fixTatsuya Kinoshita2018-10-262-2/+2
|
* Merge pull request #103 from Polynomial-C/openssl-1.1_disable_deprecatedTatsuya Kinoshita2018-10-262-1/+9
|\ | | | | Do not use deprecated features with openssl-1.1
| * Do not use deprecated features with openssl-1.1Mark Wright2018-10-242-1/+9
|/
* Update ChangeLogTatsuya Kinoshita2018-05-201-0/+5
|
* Merge pull request #99 from domainexpert/noop-checkTatsuya Kinoshita2018-05-201-1/+1
|\ | | | | Added check for : command not producing .gmo file in po/Makefile.in.in
| * Added check for : command not producing .gmo file in po/Makefile.in.inAndrew Santosa2018-05-151-1/+1
|/
* Update ChangeLogTatsuya Kinoshita2018-03-231-0/+5
|
* Respect simple_preserve_space for table cellsTatsuya Kinoshita2018-03-231-1/+2
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893902
* Update ChangeLogTatsuya Kinoshita2018-03-231-3/+14
|
* Merge pull request #97 from barbeque/patch-1Tatsuya Kinoshita2018-03-234-35/+35
|\ | | | | Update grammar & spelling in some English READMEs
| * Update README.imgMike2018-03-231-9/+9
| |
| * Update README.dictMike2018-03-231-5/+5
| |
| * Update README.pre_formMike2018-03-231-12/+12
| |
| * Update README.cookieMike2018-03-231-1/+1
| |