aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'bug/uninitialized'Tatsuya Kinoshita2014-12-064-2/+4
|\ \
| * | Fix a few harmless uninitialized variablesOlaf Hering2014-12-064-2/+4
|/ / | | | | | | Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-uninitialized.patch?expand=1
* | Merge branch 'bug/textarea-segfault'Tatsuya Kinoshita2014-12-061-1/+2
|\ \
| * | Prevent segfault when editing a textarea field with viPeter Poeml2014-12-061-1/+2
|/ / | | | | | | | | | | | | | | add fix for segfault that can occur when editing a textarea field with vi, and returning to w3m (it seems to happen if the terminal is not writable, as when using w3m after 'su - some_user') Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-0.4.1-textarea-segfault.dif?expand=1
* | Merge branch 'feature/w3m-img-freebsd'Tatsuya Kinoshita2014-12-031-1/+1
|\ \
| * | Follow updated configureTatsuya Kinoshita2014-12-031-1/+1
| | |
* | | Merge branch 'feature/w3m-img-freebsd'Tatsuya Kinoshita2014-12-034-2/+431
|\| |
| * | Support FreeBSD framebufferYusuke Baba2014-12-034-2/+431
|/ / | | | | | | | | Origin: http://www.ac.auone-net.jp/~baba/w3m-img/index.html Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=122673
* | Merge branch 'bug/gdk-pixbuf'Tatsuya Kinoshita2014-12-014-10/+10
|\ \
| * | Depend on gdk-pixbuf instead of gtk when gtk2Naohiro Aota2014-12-014-10/+10
|/ / | | | | | | Origin: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-gdk-pixbuf.patch?revision=1.1
* | Merge branch 'bug/tinfo'Tatsuya Kinoshita2014-12-012-4/+4
|\ \
| * | Add tinfo to with_termlibJeroen Roovers2014-12-012-4/+4
|/ / | | | | | | | | | | | | Fix building against sys-libs/ncurses[tinfo]. Origin: https://504588.bugs.gentoo.org/attachment.cgi?id=372650 Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=504588
* | Merge branch 'bug/gtk2-pkg-config'Tatsuya Kinoshita2014-12-012-4/+0
|\ \
| * | Assume defined PKG_CONFIG points right location when gtk2OBATA Akio2014-12-012-4/+0
|/ / | | | | | | | | Origin: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/w3m/patches/patch-aa?rev=1.13&content-type=text/x-cvsweb-markup Origin: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/w3m/patches/patch-ak?rev=1.1&content-type=text/x-cvsweb-markup
* | Merge branch 'bug/libressl'Tatsuya Kinoshita2014-12-011-1/+1
|\ \
| * | Disable USE_EGD for LibreSSLVsevolod Stakhov2014-12-011-1/+1
|/ / | | | | | | | | | | | | | | | | Disable use of RAND_egd as it is absent in FreeBSD. This also fixes build error with LibreSSL. Origin: https://bz-attachments.freebsd.org/attachment.cgi?id=144635 Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191852 Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191956
* | Merge branch 'bug/lang-ja'Tatsuya Kinoshita2014-12-011-1/+1
|\ \
| * | Set Language tag properly for Japanese translationzimous2014-12-011-1/+1
|/ / | | | | | | | | Origin: https://512722.bugs.gentoo.org/attachment.cgi?id=378452 Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=512722
* | Merge branch 'bug/lang-en'Tatsuya Kinoshita2014-11-291-142/+146
|\ \
| * | Typo fixTatsuya Kinoshita2014-11-291-2/+2
| | |
| * | Miscellaneous changes to improve English manpageMarkus Hiereth2014-11-291-142/+146
| | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30
* | | Merge branch 'bug/lang-en'Tatsuya Kinoshita2014-11-292-46/+92
|\| |
| * | Improve FILESMarkus Hiereth2014-11-291-22/+25
| | | | | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403634
| * | Improve EXAMPLESMarkus Hiereth2014-11-291-13/+54
| | | | | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380560
| * | Improve explanation about option -NMarkus Hiereth2014-11-291-1/+2
| | | | | | | | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345084 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530468
| * | Note that -cols only affects when HTML is renderedMarkus Hiereth2014-11-291-2/+2
| | | | | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285251
| * | Add more info on configurationMarkus Hiereth2014-11-291-2/+2
| | | | | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268211
| * | Tweak for W3MMAN_W3MJustin B Rye2014-11-291-0/+1
| | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771003#5
| * | English fixesJustin B Rye2014-11-291-7/+7
| | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#25
* | | Merge branch 'bug/w3mman2html-utf8'Tatsuya Kinoshita2014-11-291-3/+2
|\ \ \
| * | | Fix Perl warningsJustin B Rye2014-11-291-3/+2
| | | | | | | | | | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771004
* | | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2014-11-291-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Update to 0.5.3+debian-19+Tatsuya Kinoshita2014-11-291-1/+1
| | |
* | | Merge branch 'bug/changelog'v0.5.3+debian-19Tatsuya Kinoshita2014-10-211-0/+11
|\ \ \
| * | | Update ChangeLogTatsuya Kinoshita2014-10-211-0/+11
|/ / /
* | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2014-10-211-1/+1
|\| |
| * | Update to 0.5.3+debian-19Tatsuya Kinoshita2014-10-211-1/+1
| | |
* | | Merge branch 'feature/lang-de'Tatsuya Kinoshita2014-10-212-1/+904
|\ \ \
| * | | Correct LINGUAS to a whitespace separated listTatsuya Kinoshita2014-10-211-2/+1
| | | |
| * | | Add German translationMarkus Hiereth2014-10-212-0/+904
| | | | | | | | | | | | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763964
* | | | Merge branch 'bug/changelog'Tatsuya Kinoshita2014-10-151-0/+25
|\ \ \ \
| * | | | Update ChangeLogTatsuya Kinoshita2014-10-151-0/+25
|/ / / /
* | | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2014-10-151-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Update to 0.5.3+debian-18Tatsuya Kinoshita2014-10-151-1/+1
| | | |
* | | | Merge branch 'bug/ssl-init'Tatsuya Kinoshita2014-10-151-2/+2
|\ \ \ \
| * | | | Update README.SSL to follow default valuesTatsuya Kinoshita2014-10-151-2/+2
| | | | |
* | | | | Merge branch 'bug/autotools-config'Tatsuya Kinoshita2014-10-151-2/+7
|\ \ \ \ \
| * | | | | Update config.sub with autotools-dev 20140911.1Tatsuya Kinoshita2014-10-151-2/+7
| | | | | |
* | | | | | Merge branch 'bug/ssl-init'Tatsuya Kinoshita2014-10-151-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Disable SSLv3 by default [CVE-2014-3566]Tatsuya Kinoshita2014-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | cf. https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/