Tatsuya Kinoshita
ef44dab4cb
Fix printf format specifier mismatch when REGEX_DEBUG
2016-03-29 19:16:55 +09:00
Tatsuya Kinoshita
045aae709f
Fix invalid braces when not Linux or FreeBSD
2016-03-29 19:15:29 +09:00
Tatsuya Kinoshita
b5b25b5904
Fix uninitialized variable when not HAVE_PUTENV
2016-03-29 19:15:29 +09:00
Tatsuya Kinoshita
286aff8a81
Fix realloc mistake for DrawImage
2016-03-29 19:15:29 +09:00
Tatsuya Kinoshita
15b6fb04b9
Fix mistake of unescape spaces for _doFileCopy
...
cf. [w3m-dev-en 00751], [w3m-dev-en 00752] on 2002-06-09
2016-03-29 19:15:15 +09:00
Tatsuya Kinoshita
686a824dd4
Fix style of array index is used before limits check
...
Bug: https://sourceforge.net/p/w3m/feature-requests/25/
2016-03-29 19:12:56 +09:00
Tatsuya Kinoshita
96b17f987e
Update ChangeLog
2016-03-22 20:17:47 +09:00
Tatsuya Kinoshita
e27a95dabe
Fix build failure when not USE_MOUSE for sgrmouse
...
cf. https://twitter.com/naota344/status/711541592167854081
2016-03-22 20:09:26 +09:00
Tatsuya Kinoshita
2a7ddf6ac5
Update ChangeLog
2016-03-20 19:38:34 +09:00
Tatsuya Kinoshita
c010dd7a6b
Fix reverse ordered config parameters
2016-03-20 19:23:39 +09:00
Tatsuya Kinoshita
2e325b242f
Update ChangeLog
2016-03-19 19:04:21 +09:00
Tatsuya Kinoshita
1b386978d3
Update FAQ for extbrowser
2016-03-19 19:03:19 +09:00
Tatsuya Kinoshita
46915bbcd4
Update ChangeLog
2016-03-14 21:18:59 +09:00
Tatsuya Kinoshita
71421d977c
Update PO strings for extbrowser2..9
2016-03-14 19:54:54 +09:00
Tatsuya Kinoshita
baaa9be9af
Update ChangeLog
2016-03-13 22:22:09 +09:00
Tatsuya Kinoshita
ea985ff41a
Set firefox instead of mozilla to default browser
2016-03-13 21:46:22 +09:00
Tatsuya Kinoshita
640e003413
Update PO strings for extbrowser4..9
2016-03-13 20:13:48 +09:00
Tatsuya Kinoshita
06181fceff
Add extbrowser4, extbrowser5, ..., and extbrowser9
2016-03-13 20:06:18 +09:00
Tatsuya Kinoshita
692e2c04a0
Update ChangeLog
2016-02-28 08:52:35 +09:00
Tatsuya Kinoshita
1cc244ff7f
Fix SIGFPE for ACCESSKEY
...
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779092
2016-02-28 08:50:13 +09:00
Tatsuya Kinoshita
ff21632495
Typo fix for ACCESSKEY
...
cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779092#5
2016-02-28 08:48:56 +09:00
Tatsuya Kinoshita
e0b6e02281
Update ChangeLog
2015-12-20 16:10:28 +09:00
Franz Thoma
1dd6464be9
Fix semi-transparent artifacts in w3m-img when used with 32-bit color (e.g. urxvt)
...
imlib_render_image_on_drawable_at_size() tended to leave nasty
semi-transparent artifacts in 32-bit mode. Apparently, resizing an
image in 32-bit mode affects the alpha channel even if there is no
transparency in the image. With this patch, resizing is done in
24-bit mode (or whatever depth the original image has) before
converting the image to 32-bit and rendering it on the display.
Origin: https://gist.github.com/fmthoma/f76a1b44e00d5ca972bb
cf. https://github.com/hut/ranger/issues/86#issuecomment-166027119
2015-12-20 16:06:43 +09:00
Tatsuya Kinoshita
ffa29b4320
Update ChangeLog
2015-12-17 01:06:57 +09:00
Tatsuya Kinoshita
b51b027b52
Update ChangeLog
2015-12-17 00:44:56 +09:00
Tatsuya Kinoshita
88d3e7c679
Wrap render_pixbuf_to_pixmap_32() in USE_GTK2
2015-12-17 00:44:38 +09:00
arakiken
e50693f6dc
w3mimgdisplay supports 32 bit depth screen. (e.g. gnome-terminal)
2015-12-17 00:14:27 +09:00
Tatsuya Kinoshita
fb624e21fa
Revert "Fix handling visuals and colormaps incorrectly"
...
This reverts commit e24b4064da
.
2015-12-17 00:11:27 +09:00
Tatsuya Kinoshita
9cce622287
Update ChangeLog
2015-11-19 01:22:34 +09:00
Tatsuya Kinoshita
0782a7a817
Accept cookies by default
2015-11-19 01:21:42 +09:00
Tatsuya Kinoshita
e66ffbd316
Set argv_is_url to 1 by default
...
Bug-Arch: https://bugs.archlinux.org/task/47102
2015-11-19 00:24:25 +09:00
Tatsuya Kinoshita
258c438d59
Update ChangeLog
2015-11-18 22:11:36 +09:00
Tatsuya Kinoshita
b6bb88a02f
Update config.* with autotools-dev 20150820.1
2015-11-18 22:10:04 +09:00
Tatsuya Kinoshita
e0d123e101
Update ChangeLog
2015-11-11 23:56:29 +09:00
Mingye Wang (Arthur2e5)
726d69c828
Add zh_CN and zh_TW Translations
...
Please note that the zh_TW translation is machine-converted using
OpenCC from zh_CN, and needs to be further polished by actual zh_TW
speakers.
2015-11-11 23:49:30 +09:00
Tatsuya Kinoshita
331e29e32b
Update ChangeLog
2015-10-24 07:37:49 +09:00
BwackNinja
e24b4064da
Fix handling visuals and colormaps incorrectly
...
cf. https://github.com/hut/ranger/issues/86
Origin: https://gist.github.com/BwackNinja/60a344730170f9ce2163
Bug-Arch: https://bugs.archlinux.org/task/46836
Bug: https://sourceforge.net/p/w3m/patches/72/
2015-10-24 07:32:19 +09:00
Tatsuya Kinoshita
a38c995c48
Update ChangeLog
2015-10-10 19:27:13 +09:00
Tatsuya Kinoshita
47dea69486
Remove incomplete special_domain tests
...
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385702
2015-10-10 19:20:25 +09:00
Tatsuya Kinoshita
f517dd4293
Update ChangeLog
2015-10-04 01:03:10 +09:00
Gaetan Bisson
c574748948
Do not use defined(%hash) in w3mhelp.cgi
...
Origin: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/w3m&id=d9e0a4f0b461c9e2177cd9e64a10581386650503
Bug-Arch: https://bugs.archlinux.org/task/45608
2015-10-04 00:36:55 +09:00
Tatsuya Kinoshita
5f90adc736
Update ChangeLog
2015-09-06 21:56:57 +09:00
Tatsuya Kinoshita
a1368c5793
Do not use C99-style comments
2015-09-06 21:54:28 +09:00
David Crosby
aaa4ef6a72
Mitigate issue #16 found by @kcwu
2015-09-06 21:17:36 +09:00
David Crosby
85fe990642
Fix stack overflow found by @kcwu
2015-09-06 20:58:20 +09:00
Tatsuya Kinoshita
5d4d27af7f
Update ChangeLog
2015-08-21 19:16:15 +09:00
Tatsuya Kinoshita
de6bc007d2
Fix unknown key in keymap.lynx
...
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/265144
Bug: https://sourceforge.net/p/w3m/bugs/48/
2015-08-21 19:11:41 +09:00
Tatsuya Kinoshita
7b9b097dec
Update ChangeLog
2015-08-11 22:06:54 +09:00
Tatsuya Kinoshita
af52480aab
Merge branch 'bug/sw3m'
2015-08-11 22:05:46 +09:00
David Crosby
66036b0db6
Check for presence of prevl before using
2015-08-11 21:59:28 +09:00