Tatsuya Kinoshita
f1d51e933e
Merge branch 'feature/sgrmouse'
2013-04-08 21:56:49 +09:00
Tatsuya Kinoshita
b50a33cf9f
One more patch for siteconf from [w3m-dev 04464]
2013-04-08 21:51:48 +09:00
Tatsuya Kinoshita
a32bf68c85
Support the siteconf feature
...
Patch to support the siteconf feature, from [w3m-dev 04463]
on 2012-06-27, provided by AIDA Shinra.
2013-04-08 21:48:49 +09:00
Tatsuya Kinoshita
a342af3d63
Support SGR 1006 mouse reporting
...
Patch to support SGR 1006 mouse reporting, from [w3m-dev 04466]
on 2012-07-15, provided by Hayaki Saito.
2013-04-08 21:36:33 +09:00
Tatsuya Kinoshita
dbd52ac2ca
Merge from upstream on 2012-05-22
2012-05-24 23:14:28 +09:00
Tatsuya Kinoshita
6ab06bbcd2
Merge from upstream on 2011-01-17
2012-05-24 23:08:44 +09:00
Tatsuya Kinoshita
620796f8d7
Remove garbage files
2012-05-24 23:06:47 +09:00
Tatsuya Kinoshita
0b18a8df29
Merge from upstream on 2012-05-22
2012-05-22 23:09:07 +09:00
Tatsuya Kinoshita
e2292d5c74
Remove garbage files
2012-05-22 23:06:58 +09:00
Dai Sato
f7de4901f9
[w3m-dev 04451] add entity.h to "make clean" target.
2012-05-22 14:05:08 +00:00
Dai Sato
b46f83174c
[w3m-dev 04451] add entity.h to "make clean" target.
2012-05-22 10:20:45 +00:00
Dai Sato
9bf1459f7d
[w3m-dev 04452] delete words about Boehm GC.
2012-05-22 10:16:34 +00:00
Dai Sato
f6b9612a4b
[w3m-dev 04451] add entity.h to "make clean" target.
2012-05-22 09:53:21 +00:00
Dai Sato
e7fe8d004d
parse META CHARSET
2012-05-22 09:45:56 +00:00
Tatsuya Kinoshita
74ea89b8bb
Merge branch 'bug/form-input-text'
2012-05-19 19:20:42 +09:00
Tatsuya Kinoshita
ea440109c7
Assume "text" if an input type is unknown
...
Patch from <http://bugs.debian.org/615843 > provided by Hilko Bengen.
2012-05-19 19:20:03 +09:00
Tatsuya Kinoshita
a74f840f88
Merge branch 'bug/use-cppflags'
2012-05-19 19:16:25 +09:00
Tatsuya Kinoshita
af9d18fbbc
Use $(CPPFLAGS) with $(CPP)
...
Patch from <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665491 >
provided by Simon Ruderich.
2012-05-19 19:15:45 +09:00
Tatsuya Kinoshita
575e77314f
Merge branch 'bug/parallel-make'
2012-05-03 19:31:39 +09:00
Tatsuya Kinoshita
aa6f871c6d
Fix parallel make issue
...
Patch from Gentoo <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?revision=1.1&view=markup >.
2012-05-03 19:31:06 +09:00
Tatsuya Kinoshita
04f1d74f3c
Merge branch 'bug/gc72'
2012-05-03 19:30:32 +09:00
Tatsuya Kinoshita
4331db3e3e
Support Boehm GC 7.2
...
Patch from Gentoo <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.2-gc72.patch?revision=1.1&view=markup >.
2012-05-03 19:29:59 +09:00
Tatsuya Kinoshita
0b3230f84b
Merge branch 'bug/file_handle_glibc214'
2012-05-02 22:13:18 +09:00
Tatsuya Kinoshita
282700e60c
Fix that struct file_handle conflicts with glibc 2.14
...
Patch from Ubuntu to unbreak compilation with eglibc 2.14. (LP: #935540 )
2012-05-02 22:12:20 +09:00
Tatsuya Kinoshita
b53485bf0a
Merge branch 'bug/646321'
2011-10-30 15:12:17 +09:00
Tatsuya Kinoshita
301a979961
Appease gcc -Werror=format-security. ( closes : #646321 )
...
Patch from 0.5.3-3ubuntu1 to appease gcc -Werror=format-security,
provided by Colin Watson.
2011-10-30 15:11:39 +09:00
Tatsuya Kinoshita
ff57751125
Merge branch 'bug/entity-h-clean'
2011-06-19 20:51:26 +09:00
Tatsuya Kinoshita
3fb3743436
Merge branch 'bug/605761'
2011-06-19 20:51:16 +09:00
Tatsuya Kinoshita
48b7314dc1
Merge branch 'bug/75527'
2011-06-19 20:51:07 +09:00
Tatsuya Kinoshita
5f9f33d085
Merge branch 'bug/136810'
2011-06-19 20:50:53 +09:00
Tatsuya Kinoshita
197d9fb147
Merge branch 'bug/changelog-typo'
2011-06-19 20:50:37 +09:00
Tatsuya Kinoshita
c201b9a652
Remove entity.h when `make clean'
...
The file entity.h is regenerated at build time, so it should be
removed when `make clean'.
2011-06-19 20:48:14 +09:00
Tatsuya Kinoshita
7410954066
Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5
...
Patch from 0.5.2-10ubuntu1 to explicitly link w3mimgdisplay with -lX11
to build with gcc 4.5, provided by Martin Pitt.
2011-06-19 20:46:20 +09:00
Tatsuya Kinoshita
11d366f99d
Change the -s option to "squeeze multiple blank lines" for pager
...
Change the -s option from "display charset Shift_JIS" to "squeeze multiple
blank lines" to work as /usr/bin/pager. In addition, the options -j and -e
are disabled. To specify the display charset, use -O{s|j|e} instead.
The patch was committed to the upstream on 2000-10-27. However, it was
rejected because of Debian specific on 2010-08-03.
2011-06-19 20:44:24 +09:00
Tatsuya Kinoshita
6a032f360b
Support the button element as defined in HTML 4.01
...
Patch from upstream, [w3m-dev 04411] on 2010-09-17, to support the
button element. It is discussed upstream and incomplete, but enough
to login Launchpad.
2011-06-19 20:40:17 +09:00
Tatsuya Kinoshita
c56ee23407
Typo fix for ChangeLog
...
Sync with the upstream development snapshot on 2011-01-17.
2011-06-19 20:37:24 +09:00
Tatsuya Kinoshita
5397d09e58
Adding upstream version 0.5.3
2011-05-04 16:41:45 +09:00
Tatsuya Kinoshita
6db339b3d7
Adding upstream version 0.5.2
2011-05-04 16:23:02 +09:00
Tatsuya Kinoshita
72f72d64a4
Adding upstream version 0.5.1
2011-05-04 16:05:14 +09:00
Tatsuya Kinoshita
adc0f0ac3c
Adding upstream version 0.3
2011-05-04 16:00:27 +09:00
Tatsuya Kinoshita
4fceec3f98
Adding upstream version 0.1.10+0.1.11pre+kokb23
2011-05-04 01:36:52 +09:00
Dai Sato
381c65028c
correction: 0.5.2 -> 0.5.3
2011-01-17 11:53:57 +00:00
Dai Sato
2f73aa58c5
w3m 0.5.3 release
2011-01-15 07:52:48 +00:00
Ito Hiroyuki
b16a574451
* [w3m-dev 04445] Re: Update documents (README.cookie)
...
* doc-jp/README.cookie: refer to RFC 2109.
* doc/README.cookie: diito.
2011-01-05 10:09:19 +00:00
Ito Hiroyuki
4a20e0fc82
add w3mimg/win/.cvsignore.
2011-01-05 09:52:10 +00:00
Ito Hiroyuki
1c009a2431
[w3m-dev 04441] error when 'make install'
2011-01-04 11:03:20 +00:00
Ito Hiroyuki
9d934907a3
* [w3m-dev 04440] Update documents (README.cookie)
2010-12-28 12:28:21 +00:00
Ito Hiroyuki
b16407972b
add documents for options "east_asian_width", "gb18030_as_ucs" and "simple_preserve_space".
2010-12-24 10:53:26 +00:00
Ito Hiroyuki
ad60579d3c
* w3mimg/win/win_w3mimg.cpp:
...
remove unused ifdefs.
support "-anim" option.
support "image_scale".
2010-12-24 09:52:06 +00:00
Ito Hiroyuki
40feb310a3
w3mimgdisplay supports Windows console ( http://www.j10n.org/files/w3m-cvs-1.1040-misc.patch ).
2010-12-21 10:13:55 +00:00