aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bug/contact-list'Tatsuya Kinoshita2013-08-012-4/+4
|\
| * Update contact list in READMETatsuya Kinoshita2013-08-012-4/+4
| |
* | Merge branch 'bug/autotools-config'Tatsuya Kinoshita2013-07-302-621/+953
|\ \
| * | Update config.guess and config.sub to supprot aarch64Tatsuya Kinoshita2013-07-302-621/+953
| |/ | | | | | | Updated with Debian autotools-dev version 20130515.1.
* | Merge branch 'bug/sort-dump-links'Tatsuya Kinoshita2013-07-301-5/+16
|\ \
| * \ Merge branch 'master' into bug/sort-dump-linksTatsuya Kinoshita2013-07-3035-315/+1078
| |\ \ | |/ / |/| | | | | | | | Conflicts: main.c
* | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2013-07-301-1/+1
|\ \ \
| * | | Update to 0.5.3+debian-9+Tatsuya Kinoshita2013-07-301-1/+1
| | | |
* | | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2013-07-281-1/+1
|\| | |
| * | | Update version to w3m/0.5.3+debian-9Tatsuya Kinoshita2013-07-281-1/+1
| | | |
* | | | Merge branch 'feature/debian-version'Tatsuya Kinoshita2013-07-281-1/+1
|\| | |
| * | | Set CURRENT_VERSION to debian versionTatsuya Kinoshita2013-07-281-1/+1
|/ / /
* | | Merge branch 'feature/button'Tatsuya Kinoshita2013-07-281-1/+1
|\ \ \
| * | | Fix segfault of process_button()Tatsuya Kinoshita2013-07-281-1/+1
| | | |
* | | | Merge branch 'feature/siteconf'Tatsuya Kinoshita2013-04-0821-265/+782
|\ \ \ \
| * | | | One more patch for siteconf from [w3m-dev 04464]Tatsuya Kinoshita2013-04-081-2/+1
| | | | |
| * | | | Support the siteconf featureTatsuya Kinoshita2013-04-0821-263/+781
| | |_|/ | |/| | | | | | | | | | | | | | Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
* | | | Merge branch 'feature/sgrmouse'Tatsuya Kinoshita2013-04-084-3/+56
|\ \ \ \
| * | | | Support SGR 1006 mouse reportingTatsuya Kinoshita2013-04-084-3/+56
| |/ / / | | | | | | | | | | | | | | | | Patch to support SGR 1006 mouse reporting, from [w3m-dev 04466] on 2012-07-15, provided by Hayaki Saito.
* | | | Merge from upstream on 2012-05-22Tatsuya Kinoshita2012-05-228-12/+38
| | | |
* | | | Remove garbage filesTatsuya Kinoshita2012-05-2286-15309/+0
| | | |
* | | | Merge branch 'bug/form-input-text'Tatsuya Kinoshita2012-05-191-1/+1
|\ \ \ \
| * | | | Assume "text" if an input type is unknownTatsuya Kinoshita2012-05-191-1/+1
|/ / / / | | | | | | | | | | | | Patch from <http://bugs.debian.org/615843> provided by Hilko Bengen.
* | | | Merge branch 'bug/use-cppflags'Tatsuya Kinoshita2012-05-191-1/+1
|\ \ \ \
| * | | | Use $(CPPFLAGS) with $(CPP)Tatsuya Kinoshita2012-05-191-1/+1
|/ / / / | | | | | | | | | | | | | | | | Patch from <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665491> provided by Simon Ruderich.
* | | | Merge branch 'bug/parallel-make'Tatsuya Kinoshita2012-05-031-0/+2
|\ \ \ \
| * | | | Fix parallel make issueTatsuya Kinoshita2012-05-031-0/+2
|/ / / / | | | | | | | | | | | | 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>.
* | | | Merge branch 'bug/gc72'Tatsuya Kinoshita2012-05-031-0/+8
|\ \ \ \
| * | | | Support Boehm GC 7.2Tatsuya Kinoshita2012-05-031-0/+8
|/ / / / | | | | | | | | | | | | 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>.
* | | | Merge branch 'bug/file_handle_glibc214'Tatsuya Kinoshita2012-05-022-7/+7
|\ \ \ \
| * | | | Fix that struct file_handle conflicts with glibc 2.14Tatsuya Kinoshita2012-05-022-7/+7
|/ / / / | | | | | | | | | | | | Patch from Ubuntu to unbreak compilation with eglibc 2.14. (LP: #935540)
* | | | Merge branch 'bug/646321'Tatsuya Kinoshita2011-10-303-3/+3
|\ \ \ \
| * | | | Appease gcc -Werror=format-security. (closes: #646321)Tatsuya Kinoshita2011-10-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Patch from 0.5.3-3ubuntu1 to appease gcc -Werror=format-security, provided by Colin Watson.
* | | | | Merge branch 'bug/entity-h-clean'Tatsuya Kinoshita2011-06-192-366/+1
|\ \ \ \ \
| * | | | | Remove entity.h when `make clean'Tatsuya Kinoshita2011-06-192-366/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | The file entity.h is regenerated at build time, so it should be removed when `make clean'.
* | | | | Merge branch 'bug/605761'Tatsuya Kinoshita2011-06-191-1/+1
|\ \ \ \ \
| * | | | | Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5Tatsuya Kinoshita2011-06-191-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | Patch from 0.5.2-10ubuntu1 to explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5, provided by Martin Pitt.
* | | | | Merge branch 'bug/75527'Tatsuya Kinoshita2011-06-191-0/+12
|\ \ \ \ \
| * | | | | Change the -s option to "squeeze multiple blank lines" for pagerTatsuya Kinoshita2011-06-191-0/+12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge branch 'bug/136810'Tatsuya Kinoshita2011-06-197-33/+204
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Support the button element as defined in HTML 4.01Tatsuya Kinoshita2011-06-197-33/+204
| |/ / / | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'bug/changelog-typo'Tatsuya Kinoshita2011-06-191-4/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Typo fix for ChangeLogTatsuya Kinoshita2011-06-191-4/+8
|/ / / | | | | | | | | | Sync with the upstream development snapshot on 2011-01-17.
| | * Sort anchors by sequence number in -dumpTatsuya Kinoshita2013-07-301-8/+19
| |/ | | | | | | | | Patch from <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657666>, provided by Conrad J.C. Hughes.
| * Merge from upstream on 2012-05-22Tatsuya Kinoshita2012-05-249-377/+38
| |
| * Merge from upstream on 2011-01-17Tatsuya Kinoshita2012-05-241-4/+8
| |
| * Remove garbage filesTatsuya Kinoshita2012-05-2486-15309/+0
|/
* Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita2011-05-04169-10831/+52971
|
* Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita2011-05-0472-4748/+7131
|
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-04403-0/+329486
|