Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable --with-cafile by default to use OpenSSL default paths | Tatsuya Kinoshita | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | Add auto-detection for configure --with-migemo | Tatsuya Kinoshita | 2021-02-16 | 1 | -3/+24 |
| | |||||
* | Prefer Imlib2 over GTK2 by default | Tatsuya Kinoshita | 2021-02-16 | 1 | -21/+21 |
| | | | | | Bug-Debian: https://github.com/tats/w3m/issues/95 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672121 | ||||
* | Indentation and wording fixes for configure --help | Tatsuya Kinoshita | 2021-02-16 | 1 | -53/+51 |
| | |||||
* | Wording fixes for configure --help | Tatsuya Kinoshita | 2021-02-15 | 1 | -10/+10 |
| | |||||
* | Accept configure --with-cafile without filename | Tatsuya Kinoshita | 2021-02-15 | 1 | -15/+19 |
| | |||||
* | Minor fixes for ./configure --help | Tatsuya Kinoshita | 2021-02-13 | 1 | -7/+7 |
| | |||||
* | Add auto-detection of ssl_ca_file by configure | Tatsuya Kinoshita | 2021-02-13 | 1 | -0/+33 |
| | | | | | cf. gnutls-trustfiles in Emacs 27.1 <https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/gnutls.el?h=emacs-27.1#n106> | ||||
* | Update configure by autoconf 2.69 | Tatsuya Kinoshita | 2020-11-24 | 1 | -303/+345 |
| | |||||
* | Define X_DISPLAY_MISSING when configure --without-x for Imlib2 | Tatsuya Kinoshita | 2020-11-24 | 1 | -0/+698 |
| | | | | cf. https://github.com/NixOS/nixpkgs/commit/3cad8fba2958981307f94b865c2b970b95e10789 | ||||
* | Drop HAVE_SYS_ERRLIST | Tatsuya Kinoshita | 2020-11-22 | 1 | -24/+0 |
| | |||||
* | Enable Gopher support by default | Tatsuya Kinoshita | 2020-10-24 | 1 | -2/+2 |
| | |||||
* | Drop bug report address | Tatsuya Kinoshita | 2020-09-06 | 1 | -10/+4 |
| | |||||
* | Make temporary directory safely when ~/.w3m is unwritable | Tatsuya Kinoshita | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Install German manpages | Tatsuya Kinoshita | 2016-08-08 | 1 | -1/+2 |
| | |||||
* | Support German translated help messages (translation is in progress) | Tatsuya Kinoshita | 2016-04-01 | 1 | -1/+1 |
| | | | | Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765682 | ||||
* | Set firefox instead of mozilla to default browser | Tatsuya Kinoshita | 2016-03-13 | 1 | -2/+2 |
| | |||||
* | Merge branch 'feature/debian-version' | Tatsuya Kinoshita | 2015-01-23 | 1 | -1/+2 |
|\ | |||||
| * | Update to 0.5.3+gitYYYYMMDD (generate from ChangeLog) | Tatsuya Kinoshita | 2015-01-23 | 1 | -1/+2 |
| | | |||||
* | | Support FreeBSD framebuffer | Yusuke Baba | 2014-12-03 | 1 | -1/+1 |
| | | | | | | | | | | Origin: http://www.ac.auone-net.jp/~baba/w3m-img/index.html Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=122673 | ||||
* | | Depend on gdk-pixbuf instead of gtk when gtk2 | Naohiro Aota | 2014-12-01 | 1 | -4/+4 |
| | | | | | | | | 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 | ||||
* | | Add tinfo to with_termlib | Jeroen Roovers | 2014-12-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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 | ||||
* | | Assume defined PKG_CONFIG points right location when gtk2 | OBATA Akio | 2014-12-01 | 1 | -2/+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/imlib2-config' | Tatsuya Kinoshita | 2014-01-03 | 1 | -2/+5 |
|\ \ | |||||
| * | | Use pkg-config to build with imlib2 1.4.6 | Tatsuya Kinoshita | 2014-01-03 | 1 | -2/+5 |
| | | | |||||
* | | | Merge branch 'bug/605761' | Tatsuya Kinoshita | 2013-10-15 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Explicitly add -lX11 to IMGX11LDFLAGS only when gtk2 | Tatsuya Kinoshita | 2013-10-15 | 1 | -1/+1 |
| |/ | |||||
* / | Appease gcc -Werror=format-security. (closes: #646321) | Tatsuya Kinoshita | 2011-10-30 | 1 | -1/+1 |
|/ | | | | | Patch from 0.5.3-3ubuntu1 to appease gcc -Werror=format-security, provided by Colin Watson. | ||||
* | Adding upstream version 0.5.3upstream/0.5.3 | Tatsuya Kinoshita | 2011-05-04 | 1 | -6349/+4657 |
| | |||||
* | Adding upstream version 0.5.2upstream/0.5.2 | Tatsuya Kinoshita | 2011-05-04 | 1 | -3950/+4537 |
| | |||||
* | Adding upstream version 0.5.1upstream/0.5.1 | Tatsuya Kinoshita | 2011-05-04 | 1 | -0/+11638 |