aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
| * | Update README.cookieMike2018-03-231-9/+9
|/ /
* | Update ChangeLogTatsuya Kinoshita2018-03-041-0/+2
| |
* | Update ChangeLogTatsuya Kinoshita2018-03-041-0/+11
| |
* | Merge pull request #96 from ZhouyangJia/masterTatsuya Kinoshita2018-03-043-3/+14
|\ \ | | | | | | Fix crashes when some external APIs fail
| * | Add error handling code for fopenJia Zhouyang2018-03-041-0/+4
| | | | | | | | | Check the return code of fopen, and return when it fails.
| * | Add error handling code for fopenJia Zhouyang2018-03-041-2/+6
| | | | | | | | | Check the return value of fopen, and add proper error handling code.
| * | Add error handling for chdirJia Zhouyang2018-03-041-1/+4
|/ / | | | | When chdir fails, print error message and exit.
* | Update ChangeLogv0.5.3+git20180125Tatsuya Kinoshita2018-01-251-0/+5
| |
* | Add CVE IDsTatsuya Kinoshita2018-01-252-6/+8
| | | | | | | | cf. https://security-tracker.debian.org/tracker/source-package/w3m
* | Update ChangeLogTatsuya Kinoshita2018-01-211-0/+12
| |
* | Update NEWSTatsuya Kinoshita2018-01-211-0/+13
| |
* | Do not remove w3mdict.cgi when "make distclean"Tatsuya Kinoshita2018-01-211-3/+3
| |
* | Make temporary directory safely when ~/.w3m is unwritableTatsuya Kinoshita2018-01-216-2/+16
| |
* | Suppress error messages when ~/.w3m is unwritableTatsuya Kinoshita2018-01-211-4/+4
| | | | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871425
* | Update ChangeLogTatsuya Kinoshita2018-01-201-0/+8
| |
* | Update config.* with autotools-dev 20171216.1Tatsuya Kinoshita2018-01-202-90/+132
| |
* | Prevent negative indent value in feed_table_block_tag()Tatsuya Kinoshita2018-01-201-0/+4
| | | | | | | | Bug-Debian: https://github.com/tats/w3m/issues/88
* | Update ChangeLogTatsuya Kinoshita2018-01-061-0/+18
| |
* | Doc fix for ssl_forbid_methodTatsuya Kinoshita2018-01-061-1/+1
| |
* | Fix multi-character character constant for ssl_forbid_methodTatsuya Kinoshita2018-01-067-13/+13
| |
* | Extend ssl_forbid_method to disable TLSv1.1se2018-01-067-10/+14
| | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874218#5
* | Accept TERM=fbtermTatsuya Kinoshita2018-01-061-2/+2
| | | | | | | | cf. https://bushowhige.blogspot.jp/2015/01/fbterm-w3m-img.html
* | Update ChangeLogTatsuya Kinoshita2017-12-261-0/+11
| |
* | Prevent invalid columnPos() call in formUpdateBuffer()Tatsuya Kinoshita2017-12-261-0/+2
| | | | | | | | Bug-Debian: https://github.com/tats/w3m/issues/89
* | Typo fix in fusage()Tatsuya Kinoshita2017-12-261-1/+1
| | | | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878106
* | English fixTatsuya Kinoshita2017-12-263-3/+3
| | | | | | | | cf. [emacs-w3m:12706], http://emacs-w3m.namazu.org/ml/msg12598.html
* | Update ChangeLogTatsuya Kinoshita2017-12-241-1/+5
| |
* | Merge branch 'master-dai'Tatsuya Kinoshita2017-12-242-5/+5
|\ \