From 0b746a06e6fdb70e581c3f6d57dfebc3624fd91a Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 13 Oct 2013 16:32:09 +0900 Subject: Update 900_ChangeLog.patch --- debian/patches/900_ChangeLog.patch | 119 ++++++++++++++++++++++++++++--------- 1 file changed, 91 insertions(+), 28 deletions(-) (limited to 'debian') diff --git a/debian/patches/900_ChangeLog.patch b/debian/patches/900_ChangeLog.patch index 14f7dd5..44c004c 100644 --- a/debian/patches/900_ChangeLog.patch +++ b/debian/patches/900_ChangeLog.patch @@ -2,10 +2,52 @@ Subject: Update ChangeLog From: Tatsuya Kinoshita diff --git a/ChangeLog b/ChangeLog -index 88358ef..23ee52d 100644 +index 88358ef..01b0a2e 100644 --- a/ChangeLog +++ b/ChangeLog -@@ -1,3 +1,129 @@ +@@ -1,3 +1,192 @@ ++2013-10-13 Tatsuya Kinoshita ++ ++ * version.c.in: Update to 0.5.3+debian-12 ++ ++ * doc-jp/MANUAL.html, doc-jp/w3m.1, doc/MANUAL.html, doc/w3m.1: ++ Update document for the -s option change ++ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=75527 ++ ++ * terms.c: Do not fail when LANG is not set ++ Check whether the value of LC_ALL, LC_CTYPE or LANG is not NULL in ++ check_cygwin_console(). ++ Bug: https://sourceforge.net/p/w3m/patches/66/ ++ ++2013-10-12 Tatsuya Kinoshita ++ ++ * table.h: Bump MAXCOL to 256 ++ Bug: https://sourceforge.net/p/w3m/feature-requests/24/ ++ ++2013-10-12 Laurence Richert ++ ++ * main.c, proto.h: vim/-perator like handling ++ - half page scrolling ++ - jumping to elements numbered by getLinkNumberStr() from Karsten ++ Schoelzel ++ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724028 ++ ++2013-10-12 Tatsuya Kinoshita ++ ++ * doc-jp/README, doc/README: ++ Mention project page rather than unavailable mailing lists ++ ++2013-10-09 Rafael Laboissiere ++ ++ * doc/README.img: Fix typo ++ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725892 ++ ++2013-08-12 Tatsuya Kinoshita ++ ++ * version.c.in: Update to 0.5.3+debian-11+ ++ ++ * ChangeLog: Update ChangeLog to use contributor's name ++ +2013-08-08 Tatsuya Kinoshita + + * version.c.in: Update to 0.5.3+debian-11 @@ -25,17 +67,20 @@ index 88358ef..23ee52d 100644 + + * version.c.in: Update to 0.5.3+debian-10 + ++2013-08-02 Piotr P. Karwasz ++ + * scripts/w3mman/w3mman2html.cgi.in: + Correct underline processing and more UTF-8 support for w3mman2html.cgi -+ Patch from , -+ provided by Piotr P. Karwasz. ++ Patch from ++ on 2010-11-23. + -+2013-08-01 Tatsuya Kinoshita ++2013-08-01 Hilko Bengen + -+ * entity.c: Ignore ­ to prevent drawing hyphens everywhere -+ Patch from , -+ to prevent drawing hyphens everywhere with ­, -+ provided by Hilko Bengen. ++ * entity.c: Ignore SOFT HYPHEN to prevent drawing hyphens everywhere ++ Patch from ++ on 2011-03-01. ++ ++2013-08-01 Tatsuya Kinoshita + + * doc-jp/README, doc/README: Update contact list in README + Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696209 @@ -46,9 +91,13 @@ index 88358ef..23ee52d 100644 + Update config.guess and config.sub to supprot aarch64 + Updated with Debian autotools-dev version 20130515.1. + ++2013-07-30 Conrad J.C. Hughes ++ + * main.c: Sort anchors by sequence number in -dump -+ Patch from , -+ provided by Conrad J.C. Hughes. ++ Patch from ++ on 2012-01-27. ++ ++2013-07-30 Tatsuya Kinoshita + + * version.c.in: Update to 0.5.3+debian-9+ + @@ -62,7 +111,7 @@ index 88358ef..23ee52d 100644 + + * file.c: Fix segfault of process_button() + -+2013-04-08 Tatsuya Kinoshita ++2013-04-08 AIDA Shinra + + * file.c: One more patch for siteconf from [w3m-dev 04464] + @@ -71,60 +120,74 @@ index 88358ef..23ee52d 100644 + * history.c, indep.c, indep.h, linein.c, main.c, map.c, menu.c: + * po/ja.po, proto.h, rc.c, url.c: Support the siteconf feature + Patch to support the siteconf feature, from [w3m-dev 04463] -+ on 2012-06-27, provided by AIDA Shinra. ++ on 2012-06-27. ++ ++2013-04-08 Hayaki Saito + + * keybind.c, main.c, proto.h, terms.c: + Support SGR 1006 mouse reporting + Patch to support SGR 1006 mouse reporting, from [w3m-dev 04466] -+ on 2012-07-15, provided by Hayaki Saito. ++ on 2012-07-15. + -+2012-05-19 Tatsuya Kinoshita ++2012-05-19 Hilko Bengen + + * form.c: Assume "text" if an input type is unknown -+ Patch from provided by Hilko Bengen. ++ Patch from on 2011-03-01. ++ ++2012-05-19 Simon Ruderich + + * Makefile.in: Use $(CPPFLAGS) with $(CPP) + Patch from -+ provided by Simon Ruderich. ++ on 2012-03-24. + -+2012-05-03 Tatsuya Kinoshita ++2012-05-03 Miroslav Ć ulc + + * w3mimg/Makefile.in: Fix parallel make issue -+ Patch from Gentoo . ++ Patch from Gentoo ++ ++ on 2011-02-01. ++ ++2012-05-03 MATSUU Takuto + + * main.c: Support Boehm GC 7.2 -+ Patch from Gentoo . ++ Patch from Gentoo ++ ++ on 2009-12-13. + -+2012-05-02 Tatsuya Kinoshita ++2012-05-02 Reinhard Tartler + + * istream.c, istream.h: + Fix that struct file_handle conflicts with glibc 2.14 -+ Patch from Ubuntu to unbreak compilation with eglibc 2.14. (LP: #935540) ++ Patch from ++ on 2012-02-19. + -+2011-10-30 Tatsuya Kinoshita ++2011-10-30 Colin Watson + + * acinclude.m4, configure, w3mbookmark.c: + Appease gcc -Werror=format-security. -+ Patch from 0.5.3-3ubuntu1 to appease gcc -Werror=format-security, -+ provided by Colin Watson. ++ Patch from 0.5.3-3ubuntu1 on 2011-10-23. + Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646321 + -+2011-06-19 Tatsuya Kinoshita ++2011-06-19 Martin Pitt + + * Makefile.in: + 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. ++ Patch from 0.5.2-10ubuntu1 on 2010-12-03. + Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605761 + ++2011-06-19 Fumitoshi UKAI ++ + * main.c: + 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. ++ Patch from [w3m-dev 01275] on 2000-10-26. + Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=75527 + ++2011-06-19 Hiroyuki Ito ++ + * file.c, fm.h, html.c, html.h, proto.h, table.c, tagtable.tab: + Support the button element as defined in HTML 4.01 + Patch from upstream, [w3m-dev 04411] on 2010-09-17, to support the -- cgit v1.2.3