The NetBSD Project

CVS log for pkgsrc/www/w3m/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / w3m

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.95 / (download) - annotate - [select for diffs], Thu Apr 27 13:26:19 2023 UTC (4 weeks, 6 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored)

w3m*: update to 0.5.3git20230121

2023-01-21  Tatsuya Kinoshita  <tats@debian.org>

	* NEWS: Update NEWS to 0.5.3+git20230121.

2023-01-15  Tatsuya Kinoshita  <tats@debian.org>

	* scripts/w3mman/w3mman2html.cgi.in:
	Add GROFF_NO_SGR=1 to w3mman2html.cgi for non-Debian groff.
	Bug-Debian: https://github.com/tats/w3m/pull/238
	Bug-Debian: https://github.com/tats/w3m/issues/201

	* scripts/w3mman/w3mman2html.cgi.in:
	Revert "Turn ansi escape sequences into html tags".
	This reverts commit 44af9271e0e984544762e2212549f134c86b4418.
	cf. https://github.com/tats/w3m/pull/238

2023-01-12  Tatsuya Kinoshita  <tats@debian.org>

	* fm.h, rc.c: Do not expand config value of tmp_dir.

	* config.h.dist, config.h.in, configure, configure.ac, rc.c:
	Use faccessat for rc_dir and tmp_dir.

	* local.c: Allow writeLocalCookie even when no_rc_dir.

	* main.c, rc.c: Call wtf_init in sync_with_option.

	* rc.c: Avoid modifying read-only rc_dir.

	* fm.h, main.c, proto.h, rc.c: Make tmp_dir if not found.

2023-01-09  Tatsuya Kinoshita  <tats@debian.org>

	* NEWS: Prepare NEWS for w3m 0.5.3+git202301XX.

	* doc-de/FAQ.html, doc-jp/FAQ.html, doc/FAQ.html:
	Remove obsolete documents.

	* doc-de/FAQ.html, doc-de/MANUAL.html:
	Wrap long lines to avoid Lintian warnings.

2023-01-07  Tatsuya Kinoshita  <tats@debian.org>

	* file.c: Only read a first title.
	* file.c, fm.h: Revert "Only read title when in head".
	This reverts commit 0189e8aa5c4c4919a9bbc4dcbe0e521aada51e3c.
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020215

2023-01-06  Tatsuya Kinoshita  <tats@debian.org>

	* file.c: Indentation fix for HTMLtagproc1.

2023-01-06  Robert Alm Nilsson  <robert@robalni.org>

	* file.c, fm.h: Only read title when in head.
	Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020215

2023-01-06  Tatsuya Kinoshita  <tats@debian.org>

	* libwc/charset.c: Avoid locale sensitive tolower in wc_charset_to_ces.

2023-01-06  Sertaç . Yıldız  <sertacyildiz@gmail.com>

	* libwc/charset.c:
	Fix charset declaration parser fails with turkish locale.
	Origin: https://bugzilla-attachments.redhat.com/attachment.cgi?id=160014
	Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=249675

	* history.c: Use st_mtime instead of st_mtim.tv_sec to compile on macos.
	cf. https://github.com/tats/w3m/pull/247

2023-01-06  Rene Kita  <mail@rkta.de>

	* html.c, html.h, tagtable.tab: Recognize link targets in dfn elements.
	Refactor html.c.  Align in html.c.
	Origin: https://github.com/tats/w3m/pull/259
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018696

	* Makefile.in, form.c, main.c, util.c, util.h:
	Handle failed system calls.
	* display.c, display.h, file.c, form.c, main.c, proto.h, terms.h:
	Move declarations to appropiate header files.
	Origin: https://github.com/tats/w3m/pull/257
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398989

	* entity.js, etc.c, table.c, tests/allentity.expected:
	* tests/allentity.html: Skip soft hyphen when reading token.
	Fix generated HTML for entity test.
	Origin: https://github.com/tats/w3m/pull/256
	Bug-Debian: https://github.com/tats/w3m/issues/224
	Bug-Debian: https://github.com/tats/w3m/issues/258
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830173

	* file.c: Check LESSOPEN to avoid undefined behaviour.
	Refactor lessopen_stream.
	Origin: https://github.com/tats/w3m/pull/254
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991608

2023-01-05  Markus Hiereth  <translation@hiereth.de>

	* po/de.po: Update German message catalogue.
	Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011945#10

2023-01-05  Rene Kita  <mail@rkta.de>

	* buffer.c: Exit with error if a new buffer can't be allocated.
	Origin: https://git.sr.ht/~rkta/w3m/commit/1f88544c1a009ed2088ff20973bcfffe6cbcb5de
	Bug-Debian: https://github.com/tats/w3m/pull/232
	Bug-Debian: https://github.com/tats/w3m/pull/233

	* history.c, history.h:
	Merge history file if it was modified after start.
	* history.h, proto.h: Move declarations to the appropriate header file.
	* history.c: Add comment to explain placement of the ifdef.
	* history.c, proto.h: Let loadHistory return an error code.
	* history.c: Use 'goto fail' to remove code duplication.
	Origin: https://github.com/tats/w3m/pull/247
	Bug-Debian: https://github.com/tats/w3m/issues/176

2023-01-05  Alberto Fanjul  <albertofanjul@gmail.com>

	* scripts/w3mman/w3mman2html.cgi.in:
	Turn ansi escape sequences into html tags.
	Origin: https://github.com/tats/w3m/pull/238
	Bug-Debian: https://github.com/tats/w3m/issues/201

2023-01-04  Tatsuya Kinoshita  <tats@debian.org>

	* po/de.po, po/it.po, po/ja.po, po/sv_SE.po, po/w3m.pot, po/zh_CN.po:
	* po/zh_TW.po: Update PO strings.

	* doc/MANUAL.html, doc/README.img, libwc/wc_types.h, main.c, rc.c:
	English fixes.
	cf. https://github.com/tats/w3m/pull/241

2023-01-04  Rene Kita  <mail@rkta.de>

	* rc.c: Remove unused variable.
	* table.c: Remove a warning for bzero with GCC 12.
	* file.c: Fix potential null pointer dereference.
	* .github/workflows/build.yml:
	Don't error out on deprecated declaration warnings.
	Origin: https://github.com/tats/w3m/pull/255
	cf. https://github.com/tats/w3m/issues/252

2023-01-04  nico  <smnicolas@gmail.com>

	* doc/MANUAL.html, doc/w3m.1, fm.h, main.c, rc.c, terms.c:
	Add high-intensity colors option and cli flag.
	Origin: https://github.com/tats/w3m/pull/251
	cf. https://github.com/tats/w3m/issues/250
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626291

2023-01-04  Trafficone  <trafficone@gmail.com>

	* doc/README.SSL, doc/README.keymap, doc/README.menu: Translate from
	doc-jp.
	* doc/README.cookie, doc/README.func, doc/README.img, doc/README.m17n:
	* doc/README.passwd: Clarified wording.  Minor grammar changes.
	Origin: https://github.com/tats/w3m/pull/241

2022-12-25  Tatsuya Kinoshita  <tats@debian.org>

	* configure: Update configure with acinclude.m4.

2022-12-25  Sam James  <sam@gentoo.org>

	* acinclude.m4: Fix configure tests broken with Clang 16.
	Origin: https://github.com/tats/w3m/pull/248

2022-12-25  Rin Okuyama  <rokuyama.rk@gmail.com>

	* image.c, terms.c:
	For sixel, no need to round image size to multiple of character size.
	Origin: https://github.com/tats/w3m/pull/246

	* image.c: Display resized image for OSC 5379 (mlterm).
	Origin: https://github.com/tats/w3m/pull/245

2022-12-25  Rene Kita  <mail@rkta.de>

	* doc/README.siteconf: Say what the comment character is.
	Use the comment character in Examples.
	Origin: https://github.com/tats/w3m/pull/237

	* main.c: Retry if loading of a file fails when argv_is_url.
	Origin: https://github.com/tats/w3m/pull/235
	Bug-Debian: https://github.com/tats/w3m/issues/210
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537761
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946440

2022-12-25  NRK  <nrk@disroot.org>

	* image.c: remove duplicate declaration.
	* cookie.c, entity.c, file.c, frame.c, func.c, image.c, linein.c:
	* mailcap.c, main.c, rc.c, rc.h, table.c, terms.c, terms.h:
	* w3mbookmark.c, w3mhelperpanel.c:
	fix all -Wmissing-prototypes warnings.
	* file.c, history.c, history.h, indep.c, indep.h, mailcap.c, proto.h:
	* rc.c, terms.c, url.c: fix some -Wstrict-prototypes warnings.
	Origin: https://github.com/tats/w3m/pull/234

2022-12-25  Rene Kita  <mail@rkta.de>

	* .github/workflows/build.yml:
	Add GitHub Action to build source when pushing.
	Origin: https://github.com/tats/w3m/pull/228

2022-12-21  Tatsuya Kinoshita  <tats@debian.org>

	* po/de.po, po/it.po, po/ja.po, po/sv_SE.po, po/w3m.pot, po/zh_CN.po:
	* po/zh_TW.po: Update PO strings.

2022-12-21  Rene Kita  <mail@rkta.de>

	* etc.c, fm.h, history.c, rc.c:
	Add option to set directory for temporary files.
	Origin: https://github.com/tats/w3m/pull/219
	cf. https://github.com/tats/w3m/issues/130

2022-12-21  Yash Lala  <yashlala@gmail.com>

	* rc.c: Use `Strnew_charp()` to create `char *` instead of `strdup()`.

	* rc.c:
	refactor: Substitute some clunky code with a `strdup()`.

	* doc/FAQ.html, doc/MANUAL.html, doc/w3m.1, rc.c:
	Set `rc_dir` based on `W3M_DIR` environment variable.
	Origin: https://github.com/tats/w3m/pull/207
	cf. https://github.com/tats/w3m/issues/130

2022-12-20  Tatsuya Kinoshita  <tats@debian.org>

	* etc.c: Fix potential overflow in checkType.

	* etc.c:
	Fix m17n backspace handling causes out-of-bounds write in checkType.
	[CVE-2022-38223]
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019599
	Bug-Debian: https://github.com/tats/w3m/issues/242

Revision 1.94 / (download) - annotate - [select for diffs], Tue Jan 3 17:38:25 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.93 / (download) - annotate - [select for diffs], Tue Oct 11 14:38:47 2022 UTC (7 months, 2 weeks ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.92: +2 -1 lines
Diff to previous 1.92 (colored)

Bump revision by default Ruby's version change.

Revision 1.92 / (download) - annotate - [select for diffs], Mon Jul 25 08:54:29 2022 UTC (10 months ago) by rin
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.91: +1 -2 lines
Diff to previous 1.91 (colored)

www/w3m: Updated to 0.5.3+git20220429

Upstream changelog from NEWS:
----
Debian's w3m 0.5.3+git20220429

* new features
  - support kitty's APC G graphics protocol with ImageMagick's convert
  - support iTerm2's OSC 1337 graphics protocol
  - new option inline_img_protocol to select the graphics protocol
    (0: w3m-img, 1: OSC 5379, 2: sixel, 3: OSC 1337, 4: APC G)
  - new option ssl_cipher to specify TLSv1.2 ciphers, e.g. DEFAULT:@SECLEVEL=2
  - new option ssl_min_version for OpenSSL 1.1
  - new option -insecure to use insecure SSL config options
  - new option ssl_ca_default, explicitly use OpenSSL default paths by default
  - new option cross_origin_referer, use origin only Referer when cross origin
  - new option localhost_only to restrict connections only to localhost
  - new option disable_center to disable center alignment
  - support brotli content encoding
  - ignore the "-" option to accept `w3m -` as "read from stdin"
  - new configure option --with-cafile to detect CA bundle file
  - support auto-detection for configure --with-migemo
  - add fuzzer for OSS-Fuzz
  - add Italian translation
  - add Swedish translation
* bug fixes
  - prevent index overflow and huge allocation due to Str, libwc, and table
  - prevent integer overflow due to fontstat
  - prevent StrStream memory leak
  - prevent GC warnings of repeated allocation
  - prevent buffer overflow in shiftAnchorPosition
  - prevent buffer overflow READ when parsing Gopher URLs
  - prevent buffer overflow in gotoLine and gotoRealLine
  - prevent warnings when -Wnull-dereference, enabled by default
  - prevent warnings when -Wall, enabled by default
  - prevent warnings from Cppcheck
  - avoid zero length arrays even when GCC
  - fix fail to render over 32767 lines in a table cell
  - disable `<section>` behaves as `<hr>`
  - disable TLSv1.0 and TLSv1.1 by default
  - mention a workaround for SSL error
  - fix manipulation of ASN1_STRING
  - don't include username in Referer
  - don't set Referer when data URI scheme
  - fix broken anchor with link number at EOL
  - fix incorrect query string for `w3mman 7z`
  - drop imlib2-config, use pkg-config
  - improve named character references
  - improve `<dl>` rendering
  - prefer Imlib2 over GTK2 by default
  - replace encodeB with base64_encode to encode null bytes
  - wording fixes for configure --help

Revision 1.91 / (download) - annotate - [select for diffs], Tue Jun 28 11:37:50 2022 UTC (11 months ago) by wiz
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored)

*: recursive bump for perl 5.36

Revision 1.90 / (download) - annotate - [select for diffs], Wed Dec 8 16:07:02 2021 UTC (17 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored)

revbump for icu and libffi

Revision 1.89 / (download) - annotate - [select for diffs], Wed Jul 21 14:40:32 2021 UTC (22 months, 1 week ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored)

Bump PKGREVISION for affected packages by changing default Ruby's version.

Revision 1.88 / (download) - annotate - [select for diffs], Mon May 24 19:55:58 2021 UTC (2 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.87: +2 -1 lines
Diff to previous 1.87 (colored)

*: recursive bump for perl 5.34

Revision 1.87 / (download) - annotate - [select for diffs], Sat Jan 30 14:10:12 2021 UTC (2 years, 3 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.86: +1 -2 lines
Diff to previous 1.86 (colored)

(www/w3m) Updated from 0.5.3+git20190105 to 0.5.3+git20210102

Debian's w3m 0.5.3+git20210102

* new features
 - support links containing divs for HTML5
 - rudimentary support for HTML5 tags: figure, figcaption, and section
 - enhance the behaviour of the q tag when m17n and Unicode are configured
 - support for file://hostname/... URLs
 - new commands CURSOR_TOP, CURSOR_MIDDLE, and CURSOR_BOTTOM
 - new option space_autocomplete, disabled by default
* bug fixes
 - fix and improve broken Gopher support, enabled by default
 - change the encoding of the Japanese document files to UTF-8
 - use the default ciphers without SSL_CTX_set_cipher_list for OpenSSL 1.1
 - fix compilation errors due to sys_errlist and longjmp
 - define X_DISPLAY_MISSING when configure --without-x for Imlib2
 - avoid the -l option of the man command for w3mman
 - fix some source formatting in the manual
 - show keyboard shortcuts in a consistent order in help
 - fix traditional Chinese translation
 - drop obsolete w3m-doc

Debian's w3m 0.5.3+git20200502

* bug fixes
 - support &apos; entity
 - prevent multiple User-Agent with -header
 - fix -Wchar-subscripts
* new features
 - support setting user_agent in siteconf
 - new command GOTO_HOME
 - extend ssl_forbid_method for TLSv1.2 and TLSv1.3

Revision 1.86 / (download) - annotate - [select for diffs], Mon Aug 31 18:13:17 2020 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.85 / (download) - annotate - [select for diffs], Thu Mar 12 18:22:54 2020 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.84: +1 -2 lines
Diff to previous 1.84 (colored)

w3m: update to 0.5.3.20190105

Debian's w3m 0.5.3+git20190105

* bug fixes
 - do not use deprecated features with OpenSSL 1.1
 - fix dependency for Imlib2
 - fix that the mark_all_pages option works
 - respect the simple_preserve_space option for table cells
 - fix error handling for ~/.w3m/request.log and localcgi_post()
* new feature
 - w3mman supports specifying a section number during a keyword search

Revision 1.84 / (download) - annotate - [select for diffs], Sun Mar 8 16:51:39 2020 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

*: recursive bump for libffi

Revision 1.83 / (download) - annotate - [select for diffs], Sat Jan 18 21:51:12 2020 UTC (3 years, 4 months ago) by jperkin
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.82 / (download) - annotate - [select for diffs], Sun Dec 15 15:38:58 2019 UTC (3 years, 5 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored)

Bump PKGREVISION by change of default Ruby version

Bump PKGREVISION by change of default Ruby version from 2.4.x to 2.6.x.
These packages are depends on Ruby in some ways.

Revision 1.81 / (download) - annotate - [select for diffs], Sun Aug 11 13:25:09 2019 UTC (3 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.80 / (download) - annotate - [select for diffs], Sun Jul 21 22:25:55 2019 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

*: recursive bump for gdk-pixbuf2-2.38.1

Revision 1.79 / (download) - annotate - [select for diffs], Wed Aug 22 09:47:59 2018 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.78: +2 -1 lines
Diff to previous 1.78 (colored)

Recursive bump for perl5-5.28.0

Revision 1.77.2.1 / (download) - annotate - [select for diffs], Mon Nov 28 20:22:06 2016 UTC (6 years, 6 months ago) by bsiegert
Branch: pkgsrc-2016Q3
Changes since 1.77: +2 -3 lines
Diff to previous 1.77 (colored) next main 1.78 (colored)

Pullup ticket #5162 - requested by wiz
www/w3m: security fix
www/w3m-img: security fix

Revisions pulled up:
- www/w3m-img/Makefile                                          1.29
- www/w3m-img/PLIST                                             1.1
- www/w3m/Makefile                                              1.78
- www/w3m/Makefile.common                                       1.62-1.63
- www/w3m/PLIST                                                 1.17
- www/w3m/distinfo                                              1.27-1.29
- www/w3m/options.mk                                            1.15
- www/w3m/patches/patch-aa                                      deleted
- www/w3m/patches/patch-ab                                      deleted
- www/w3m/patches/patch-ac                                      deleted
- www/w3m/patches/patch-ak                                      deleted
- www/w3m/patches/patch-al                                      deleted
- www/w3m/patches/patch-scripts_w3mman_w3mman2html.cgi.in       deleted

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Nov  6 19:26:35 UTC 2016

   Modified Files:
   	pkgsrc/www/w3m: Makefile Makefile.common PLIST distinfo options.mk
   	pkgsrc/www/w3m/patches: patch-ab

   Log Message:
   Updated w3m to 0.5.3.0.20161031.

   Switch from dead sourceforge original to debian-maintained github version.

   * new features
   - support OSC 5379 remote imaging and sixel graphics
   - support SGR style mouse handler
   - support 32-bit color images
   - support FreeBSD framebuffer
   - support button element
   - support meta charset
   - add extbrowser4..9
   - add display_borders to display 0 pixel table borders
   - add siteconf feature
   - add German translation for options setting panel
   - add translations for de, zh_CN and zh_TW
   * bug fixes
   - fix segfaults with malformed text
   - disable SSLv2 and SSLv3 by default [CVE-2014-3566]
   - set ssl_verify_server to 1 by default
   - disable RC4, export ciphers, and keys < 128 bits
   - use SSL_OP_NO_COMPRESSION due to "CRIME attack" [CVE-2012-4929]
   - use SSL_MODE_RELEASE_BUFFERS
   - disable USE_EGD for LibreSSL
   - appease gcc -Werror=format-security
   - option -s is now "squeeze multiple blank lines" to work as pager, and
     -j and -e are obsolete, so use -O{s|j|e} to specify display charset
   - accept single quoted meta refresh URL
   - assume "text" if a form input type is unknown
   - accept cookies by default
   - set use_dictcommand to 1 by default
   - set default_url to 1 by default
   - set argv_is_url to 1 by default
   - set alt_entity to 0 by default
   - fix build problems with Boehm GC 7.2, imlib2 1.4.6 and glibc 2.14
   - fix parallel make failure
   - fix incorrect ucs_ambwidth_map
   - and many fixes

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Nov  6 19:27:16 UTC 2016

   Modified Files:
   	pkgsrc/www/w3m-img: Makefile
   Added Files:
   	pkgsrc/www/w3m-img: PLIST

   Log Message:
   Updated w3m-img to 0.5.3.0.20161031.

   Changes same as for www/w3m.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Nov  6 19:27:25 UTC 2016

   Removed Files:
   	pkgsrc/www/w3m/patches: patch-aa patch-ac patch-ak patch-al
   	    patch-scripts_w3mman_w3mman2html.cgi.in

   Log Message:
   Remove obsolete patches.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Nov  6 19:30:42 UTC 2016

   Modified Files:
   	pkgsrc/www/w3m: distinfo
   	pkgsrc/www/w3m/patches: patch-ab

   Log Message:
   Add upstream bug report URL.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Nov 22 14:36:38 UTC 2016

   Modified Files:
   	pkgsrc/www/w3m: Makefile.common distinfo

   Log Message:
   Updated w3m to 0.5.3.0.20161120.

   Debian's w3m 0.5.3+git20161120

   * bug fixes
   - fix multiple flaws with malformed text
     (stack overflow, buffer overflow, null deref, out of memory)
   - fix stack overflow with nested table and textarea [CVE-2016-9439]
   - fix suspend (^Z) behavior

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Nov 22 15:24:43 UTC 2016

   Removed Files:
   	pkgsrc/www/w3m/patches: patch-ab

   Log Message:
   Remove integrated patch.

Revision 1.78 / (download) - annotate - [select for diffs], Sun Nov 6 19:26:35 2016 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.77: +2 -3 lines
Diff to previous 1.77 (colored)

Updated w3m to 0.5.3.0.20161031.

Switch from dead sourceforge original to debian-maintained github version.

* new features
 - support OSC 5379 remote imaging and sixel graphics
 - support SGR style mouse handler
 - support 32-bit color images
 - support FreeBSD framebuffer
 - support button element
 - support meta charset
 - add extbrowser4..9
 - add display_borders to display 0 pixel table borders
 - add siteconf feature
 - add German translation for options setting panel
 - add translations for de, zh_CN and zh_TW
* bug fixes
 - fix segfaults with malformed text
 - disable SSLv2 and SSLv3 by default [CVE-2014-3566]
 - set ssl_verify_server to 1 by default
 - disable RC4, export ciphers, and keys < 128 bits
 - use SSL_OP_NO_COMPRESSION due to "CRIME attack" [CVE-2012-4929]
 - use SSL_MODE_RELEASE_BUFFERS
 - disable USE_EGD for LibreSSL
 - appease gcc -Werror=format-security
 - option -s is now "squeeze multiple blank lines" to work as pager, and
   -j and -e are obsolete, so use -O{s|j|e} to specify display charset
 - accept single quoted meta refresh URL
 - assume "text" if a form input type is unknown
 - accept cookies by default
 - set use_dictcommand to 1 by default
 - set default_url to 1 by default
 - set argv_is_url to 1 by default
 - set alt_entity to 0 by default
 - fix build problems with Boehm GC 7.2, imlib2 1.4.6 and glibc 2.14
 - fix parallel make failure
 - fix incorrect ucs_ambwidth_map
 - and many fixes

Revision 1.77 / (download) - annotate - [select for diffs], Wed Aug 3 10:23:32 2016 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base
Branch point for: pkgsrc-2016Q3
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored)

Revbump after graphics/gd update

Revision 1.76 / (download) - annotate - [select for diffs], Sat Jul 9 06:39:15 2016 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.75 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:40 2016 UTC (7 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.74 / (download) - annotate - [select for diffs], Mon Aug 24 13:42:28 2015 UTC (7 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

Add a patch that fixes a deprecated use of defined(). Now w3mman works again.
PKGREVISION++.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Jun 12 10:52:16 2015 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.72 / (download) - annotate - [select for diffs], Thu May 29 23:38:18 2014 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Apr 30 14:19:42 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

Bump PKGREVISION for boehm-gc default-on threads, just to be on
the safe side.

Revision 1.70 / (download) - annotate - [select for diffs], Mon Apr 21 13:25:54 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

recursive bump for boehm-gc API bump

Revision 1.69 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:47 2014 UTC (9 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.68 / (download) - annotate - [select for diffs], Fri May 31 12:42:54 2013 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.67 / (download) - annotate - [select for diffs], Sat Feb 16 11:24:56 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

Recursive bump for png-1.6.

Revision 1.66 / (download) - annotate - [select for diffs], Wed Feb 6 23:24:05 2013 UTC (10 years, 3 months ago) by jperkin
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.65 / (download) - annotate - [select for diffs], Wed Oct 3 21:59:05 2012 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.64 / (download) - annotate - [select for diffs], Sat Sep 15 10:06:49 2012 UTC (10 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)

Revision 1.63 / (download) - annotate - [select for diffs], Sat Mar 3 12:54:22 2012 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

More pcre PKGREVISION bumps.

Revision 1.62 / (download) - annotate - [select for diffs], Mon Feb 6 12:41:54 2012 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.61 / (download) - annotate - [select for diffs], Fri Apr 22 13:45:01 2011 UTC (12 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.60 / (download) - annotate - [select for diffs], Tue Apr 5 05:55:29 2011 UTC (12 years, 1 month ago) by uebayasi
Branch: MAIN
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored)

Support single quote meta refresh.  Bump revision.

pkg/42400 by Ryo ONODERA, thanks.

Revision 1.59 / (download) - annotate - [select for diffs], Fri Jan 21 23:34:13 2011 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.58: +1 -2 lines
Diff to previous 1.58 (colored)

Update w3m and w3m-img to 0.5.3. Some pkglint cleanup and DESCR
rewording while here.

XXX: I don't see what w3m-img does differently?

Changes:

w3m 0.5.3 - 2011-01-15

* security fix
 - fix vulnerabilities indicated by bugs.debian.org.
 - suppress sending Referer, if https:// -> http://
* new features
 - adapt w3mimg to native windows on MS Windows.
 - support xterm-incompatible terminals without gpm.
 - add "xhtml" to default guess.
 - introduce option pseudo_inlines.
 - add option to avoid "wrong number of dots" error in cookies.
* other bug fixes
 - fix "important" bugs from bugs.debian.org
 - preserve spaces in multibyte context.
 - fix proxy authentication.

Revision 1.57.4.1 / (download) - annotate - [select for diffs], Sun Jul 4 07:28:54 2010 UTC (12 years, 10 months ago) by agc
Branch: pkgsrc-2010Q2
Changes since 1.57: +2 -3 lines
Diff to previous 1.57 (colored) next main 1.58 (colored)

Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
error, and to sync with reality.

Revision 1.57.2.1 / (download) - annotate - [select for diffs], Fri Jul 2 09:22:04 2010 UTC (12 years, 11 months ago) by spz
Branch: pkgsrc-2010Q1
Changes since 1.57: +2 -3 lines
Diff to previous 1.57 (colored) next main 1.58 (colored)

Pullup ticket 3153 - requested by tron
security patch

Revisions pulled up:
- pkgsrc/www/w3m/Makefile	1.58
- pkgsrc/www/w3m/distinfo	1.21
- pkgsrc/www/w3m-img/Makefile	1.20

Files added:
pkgsrc/www/w3m/patches/patch-ac
pkgsrc/www/w3m/patches/patch-ad

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Jul  1 18:50:15 UTC 2010

   Modified Files:
           pkgsrc/www/w3m: Makefile distinfo
           pkgsrc/www/w3m-img: Makefile
   Added Files:
           pkgsrc/www/w3m/patches: patch-ac patch-ad

   Log Message:
   Add patch by Ludwig Nussel to fix the certificate spoofing vulnerability
   reported in CVE-2010-2074.


   To generate a diff of this commit:
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/w3m/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/w3m/distinfo
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/w3m-img/Makefile
   cvs rdiff -u -r0 -r1.14 pkgsrc/www/w3m/patches/patch-ac
   cvs rdiff -u -r0 -r1.8 pkgsrc/www/w3m/patches/patch-ad

Revision 1.58 / (download) - annotate - [select for diffs], Thu Jul 1 18:50:14 2010 UTC (12 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.57: +2 -3 lines
Diff to previous 1.57 (colored)

Add patch by Ludwig Nussel to fix the certificate spoofing vulnerability
reported in CVE-2010-2074.

Revision 1.57 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:51 2010 UTC (13 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q1-base
Branch point for: pkgsrc-2010Q2, pkgsrc-2010Q1
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.56 / (download) - annotate - [select for diffs], Wed Aug 19 05:47:17 2009 UTC (13 years, 9 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Enable m17n and unicode unconditionally.  The package size increase
caused by them is less than 1MB.

OK'ed by uebayasi@.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Mar 5 18:01:50 2008 UTC (15 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

+ Include termcap.buildlink3.mk instead of using ${OPSYS} to guess at
  the right terminal library.

Bump the PKGREVISION of www/w3m and www/w3m-img to 2.

Revision 1.54 / (download) - annotate - [select for diffs], Fri Jan 18 05:09:54 2008 UTC (15 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored)

Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.53 / (download) - annotate - [select for diffs], Sat Jun 2 02:35:42 2007 UTC (16 years ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.52: +1 -2 lines
Diff to previous 1.52 (colored)

Update w3m to 0.5.2.

w3m 0.5.2 - 2007-05-31

* security fix
 - fix format string vulnerability.
* new features
 - support gtk2 with w3m-img.
 - new option for LiveHTTPHeaders-like logs.
 - new option to fontify <del>, <s>, <ins>, and so on.
* other bug fixes
 - avoid errors in "configure" and "make".
 - '\n' handling in attributes' values of HTML tags.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Feb 4 20:55:23 2007 UTC (16 years, 3 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

bump pkgrev after adding USE_PKGLOCALEDIR

Revision 1.51 / (download) - annotate - [select for diffs], Wed Jan 31 12:53:03 2007 UTC (16 years, 4 months ago) by dmcmahill
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

add missing gettext-lib/buildlink3.mk.  Should address PR pkg/35529

Revision 1.50 / (download) - annotate - [select for diffs], Mon Jan 29 23:05:09 2007 UTC (16 years, 4 months ago) by dmcmahill
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

fix PLIST problem when USE_IMAGE is not specified

Revision 1.49 / (download) - annotate - [select for diffs], Thu Dec 28 22:08:35 2006 UTC (16 years, 5 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Add a patch for a recent format string bug from the w3m CVS
Bump PKGREVISION

Revision 1.48 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:29 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.47 / (download) - annotate - [select for diffs], Sat Jul 30 11:31:46 2005 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Remove unneeded x11.bl3.mk dependency.
Bump PKGREVISION.

Revision 1.46 / (download) - annotate - [select for diffs], Thu May 5 20:50:49 2005 UTC (18 years ago) by kei
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

fix/improvement from Jeremy C. Reed.

 - honor PKG_SYSCONFDIR.
 - --with-termlib=ncurses is needed under linux.
 - specify ${MAIL_CMD}, not 'Mail' directly as mailer.

bump PKGREVISION.

Revision 1.45 / (download) - annotate - [select for diffs], Sun Jul 18 10:49:49 2004 UTC (18 years, 10 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)

bump PKGREVISIONs for last boehm-gc update
(BUILDLINKS_DEPENDS change)

Revision 1.44 / (download) - annotate - [select for diffs], Sun Apr 18 12:08:42 2004 UTC (19 years, 1 month ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored)

Update W3m from 0.4.0 to 0.5.

Now M17N patch is merged into the main development now.

Pkgsrc changes:
* Simplify options.
* XXX "M17N without Unicode" is broken now.  This should be fixed.

Other changes in W3m:

w3m 0.5 - 2004-03-22

* gettextize
* m17n patch merged

w3m 0.4.2 - 2003-09-23

* options: -4, -6
* configuration file in $(sysconfdir)/$(package)/
* func: NEXT_VISITED, PREV_VISITED
* autoconfiscate (partially)
* rc: use_history

w3m 0.4.1 - 2003-03-07

* fix bugs
  - completion segfault in lineinput
  - incremental search
  - URL pattern fix
  - UFhalfclose bug
  - allow pipe in shell command
  - enhance ftp directory support
  - linenumber in edit
  - fix Bug#181897
  - W3M_TTY problem fixed

Revision 1.43 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:58 2004 UTC (19 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Nov 12 03:39:44 2003 UTC (19 years, 6 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

PKGREVISION++ after openssl update.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Jul 22 04:14:38 2003 UTC (19 years, 10 months ago) by martti
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

COMMENT should start with a capital letter.

Revision 1.40 / (download) - annotate - [select for diffs], Thu May 22 16:48:31 2003 UTC (20 years ago) by jmmv
Branch: MAIN
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)

Bump PKGREVISION due to boehm-gc update to 6.2alpha5.  This version fixes
a problem introduced in the 6.2alpha4 package.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Sep 15 13:09:36 2002 UTC (20 years, 8 months ago) by uebayasi
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.38: +1 -2 lines
Diff to previous 1.38 (colored)

Update to w3m 0.3.1 - 2002-07-16.

Changes:

* func: REINIT
        INIT_MAILCAP deleted, use REINIT MAILCAP instead
* func: DEFINE_KEY
* rc: keymap_file
* rc: use_dictcommand, dictcommand
* rc: mark_all_pages
* configure: -mandir
* func: COMMAND
* -title option: set buffer name to terminal title
* X-Face support: USE_XFACE, require uncompface

Revision 1.38 / (download) - annotate - [select for diffs], Sun Aug 25 21:52:23 2002 UTC (20 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37 (colored)

Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.

Revision 1.35.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 19:04:46 2002 UTC (20 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.35: +4 -168 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.37 / (download) - annotate - [select for diffs], Fri May 17 00:01:12 2002 UTC (21 years ago) by kei
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

No need to depend on jpeg-6b when inline image support is disabled.  Noticed
by YAMAMOTO Takashi.  Thanks.

Bump pacakge revision to w3m-0.3nb2.

Revision 1.36 / (download) - annotate - [select for diffs], Fri May 10 06:27:22 2002 UTC (21 years ago) by kei
Branch: MAIN
Changes since 1.35: +4 -168 lines
Diff to previous 1.35 (colored)

splitted w3m package into w3m and w3m-img, which disables/enables inline
image support, respectively.

inline image support requires glib, which is so large for such as light-
weight text-based browser w3m especially on slower ports.

it's based on the diffs supplied by uebayashi.  This also addresses
pkg/16495.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Apr 24 13:48:48 2002 UTC (21 years, 1 month ago) by martti
Branch: MAIN
Branch point for: buildlink2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Add dependency to jpeg (pkg/16473)

Revision 1.34 / (download) - annotate - [select for diffs], Sun Apr 21 23:34:32 2002 UTC (21 years, 1 month ago) by kei
Branch: MAIN
Changes since 1.33: +28 -5 lines
Diff to previous 1.33 (colored)

Updated w3m package to version 0.3 with m17n-20020316 patch.  ChangeLog from
0.2.5 to 0.3 is so big (~ 560 lines), so I only quote release note here.  You
may want to look at the demo images before updating this package.

  http://www2u.biglobe.ne.jp/~hsaka/w3m/nec.png
  http://www2u.biglobe.ne.jp/~hsaka/w3m/mapion.png



o w3m 0.3 - 2002-03-06:

 w3m is a pager with WWW capability.  It IS a pager, but it can be used
 as a text-mode WWW browser.

 Major new features in 0.3 release are:

  * w3m-img merged: w3m now can display images in terminal emulator on X
  window system! see doc/README.img

o w3m-0.2.5.1:

  w3m 0.2.5.1 is stable release. It only applies the following patches
  (trivial and minor fixes) from CVS:

   - fix inputAnswer() and no "ssl_forbid_method" [w3m-dev 02985]
   - fix SunOS 4.1.4 build problem [w3m-dev 02972]

Revision 1.33 / (download) - annotate - [select for diffs], Thu Mar 14 23:01:35 2002 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Disable use_help_cgi, per pkg/15830 by YAMAMOTO Takashi.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Mar 5 15:32:00 2002 UTC (21 years, 3 months ago) by toshii
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 (colored)

No need to pass -L${LOCALBASE}/lib because USE_BUILDLINK_ONLY is defined.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 4 15:55:33 2002 UTC (21 years, 3 months ago) by kei
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

* now handles integrated/package version of the openssl properly.  problem
  found and noticed by IWAMOTO Toshihiro via private message.  Thanks!
* by above fix, bump the package version to 0.2.5-m17n-20020216nb1.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 2 00:08:15 2002 UTC (21 years, 3 months ago) by kei
Branch: MAIN
Changes since 1.29: +21 -18 lines
Diff to previous 1.29 (colored)

* Update w3m package from 0.2.1-m17n-0.19 to 0.2.5-m17n-20020216 version.
  Significant changes has been made.  More info is in the ChnagLog file
  (~3000 lines) in distributed archive.

  Users of older versions are recommended to update.  From NEWS file:

------------
w3m 0.3?

* rc: max_load_image
* rc: display_image, auto_image, image_scale, imgdisplay, imgsize
* func: DISPLAY_IMAGE, STOP_IMAGE
* w3m-img merged: w3m now can display images! see doc/README.img

----------------------------------------------------------------
w3m 0.2.5.1 - 2002-02-05

* backport from w3m/0.2.5+cvs-1.299
 - fix inputAnswer() and no "ssl_forbid_method" [w3m-dev 02985]
 - fix SunOS 4.1.4 build problem [w3m-dev 02972]
 - fix problem with Netscape-Enterprise WWW-authenticate [w3m-dev 02968]

----------------------------------------------------------------
w3m 0.2.5 - 2002-01-31

* RFC2617: HTTP Digest authentication
* rc: default_url=0(empty) 1(current URL) 2(link URL)
* GOTO_RELATIVE (M-u)
* highlight for incremental search
* support migemo (romaji search)
* use w3mmail.cgi for mailto: URL
* support external URI loader
* support -dump_extra ftp://
* new regex implementation

----------------------------------------------------------------
w3m 0.2.4 - 2002-01-07

* RFC2818 server identity check
* incremental search (C-s, C-r)

----------------------------------------------------------------
w3m 0.2.3.2 - 2001-12-22

* fix security hole in w3m/scripts

----------------------------------------------------------------
w3m 0.2.3.1 - 2001-12-20

* sync with cvs repository
* fix bug in configure

----------------------------------------------------------------
w3m 0.2.3 - 2001-12-20

* command line option: -help, -version
* new libgc included
* new runtime option use_mark, nextpage_topline, label_topline, vi_prec_num
   emacs_like_lineedit, ftppass_hostnamegen
* RFC2732 support (IPv6)
* new w3mhelp system
* several configure changes
* code cleanups, now gcc -Wall -Werror safe

----------------------------------------------------------------
w3m 0.2.2 - 2001-11-15

* sync with w3m 0.2.1-inu-1.5
* w3m maintained in sourceforge.net/projects/w3m

------------

Revision 1.29 / (download) - annotate - [select for diffs], Thu Nov 29 01:12:52 2001 UTC (21 years, 6 months ago) by hubertf
Branch: MAIN
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored)

Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Sep 28 10:10:40 2001 UTC (21 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

plug a security hole (any command can be invoked from remote).
bump version to w3m-0.2.1.0.19nb2

Revision 1.27 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:58 2001 UTC (21 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jun 24 05:57:23 2001 UTC (21 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

plug buffer overrun vulnerability in mime charset parsing.  from bugtraq.

Revision 1.25 / (download) - annotate - [select for diffs], Sat May 19 03:56:41 2001 UTC (22 years ago) by jlam
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Use ${XARGS} instead of invoking xargs directly.

Revision 1.24 / (download) - annotate - [select for diffs], Tue May 1 00:31:24 2001 UTC (22 years, 1 month ago) by kei
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.23: +60 -47 lines
Diff to previous 1.23 (colored)

As per request of itojun and hubertf, rename w3m-m17n as w3m.  It reduces our
maintenance cost.  Approved by agc.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Mar 31 09:21:16 2001 UTC (22 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.22: +4 -8 lines
Diff to previous 1.22 (colored)

upgrade to 0.2.1.

2001/3/23 ==============================================================
From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01807] Re: w3m-0.2.0
* url.c doesn't compile when USE_NNTP or __EMX__ is defined.
* patch for EWS4800
* when #define USE_SSL and #undef USE_SSL_VERIFY, rc.c and url.c
  doesn't compile. (problems about ssl_forbid_method)
* when saveBufferDelNum and del==TRUE, patterns before ":" are
  deleted twice.
* bugfix about saving history.

From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
Subject: [w3m-dev 01810] deflate (was: w3m-0.2.0)
deflate patch in 0.2.0 doesn't work on http://cvs.m17n.org/~akr/diary/ .

From: Fumitoshi UKAI <ukai@debian.or.jp>
Subject: [w3m-dev 01808] Re: w3m-0.2.0
w3m doesn't compile on GNU/Linux and glibc2.2 because it lacks
sin.ss_len.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev-en 00399] Re: w3m-0.2.0
 >> From: Dan Fandrich <dan@coneharvesters.com>
 >> Version 0.2.0 still contains the following bugs which I fixed two months
 >> ago and sent patches for to this list, namely:
 >> - core dumps on startup if given a URL requiring a needsterminal mailcap
 >>   handler
 >> - destroys most of an existing ~/.mailcap file without warning when editing
 >> - mailcap handling is still wrong as MIME type should be case insensitive
 >> - private mailcap extension has an illegal name

From: SATO Seichi <seichi@as.airnet.ne.jp>
Subject: w3m regex bugs
w3m coredumps when passing $* as a search string.

2001/3/22 ==============================================================

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01664] Re: Patch for anonymizer.com
Don't call cleanupName() when the URL is http://<host>/<scheme>: ...

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01670] Re: w3m-0.1.11-pre-kokb24-test1
strcpy/strncpy in Str.c are replaced with bcopy.

From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
Subject: [w3m-dev 01618] backend patch
Subject: [w3m-dev 01671] backend patch for w3m-0.1.11-pre-kokb24-test1
A patch for w3m to work as a client. (-backend patch)

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01673] SEGV in append_frame_info()
Improvement of illegal frame handling.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01674] image map
w3m doesn't follow anchors from client-side image map when the URLs
are like "#test".

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01675] goto label
Changed w3m not to reload the document when following label-only URL
like #label.

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01676] Re: w3m-0.1.11-pre-kokb24-test1
Subject: [w3m-dev 01678] Re: w3m-0.1.11-pre-kokb24-test1

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01680] Re: w3m-0.1.11-pre-kokb24-test1
To remove the compiler warnings

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01684] Re: http://cvs.m17n.org/~akr/diary/
application/x-deflate support.

From: Moritz Barsnick <barsnick@gmx.net>
Subject: [w3m-dev-en 00318] Information about current page
Subject: [w3m-dev-en 00320] Re: Information about current page
Subject: [w3m-dev-en 00322] Re: Information about current page
Subject: [w3m-dev-en 00323] Buglet (Was: Re: Information about current page)
Changes 'URL of the current anchor' on the info page into
'full' URL. When the cursor is on a form element,
`Method/type of current form' will be displayed.

From: c603273@vus069.trl.telstra.com.au (Brian Keck)
Subject: [w3m-dev-en 00343] patch for proxy user:passwd on command line
Subject: [w3m-dev-en 00351] Re: patch for proxy user:passwd on command line
This patch to w3m-0.1.11-pre-kokb23 adds the lynx-like option

        -pauth username:password

so I don't have to retype username & password every time I run w3m,
which is often.  It's so simple I wonder whether it's against policy,
but it would be nice for me & some others if it was in the official
0.1.11.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01772] Re: visited anchor
Subject: [w3m-dev 01773] Re: visited anchor
 * visited anhor color support.
 * textlist based history implementation.
 * history URLs are stored in a hash table.
 * the implementation of rules are changed.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01786] Re: w3m-0.1.11-pre-hsaka24
Subject: [w3m-dev 01787] Re: w3m-0.1.11-pre-hsaka24
 * Improvement of illegal frame handling.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01788] Re: w3m-0.1.11-pre-hsaka24

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01792] Re: w3m-0.1.11-pre-hsaka24
search algorithm in retrieveAnchor() is changed from linear search
to binary search.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01793] <li type="..">
make type attribute of <li> tag effective not only for the <li>
element but also for all <li> tags that follows the first
type-specified <li> tag.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01801] some fixes.
Bugfix of frame

Subject: IPv6 support for w3m's ftp
From: Hajimu UMEMOTO <ume@imasy.or.jp>
IPv6 support for FTP.

2001/3/16 =============================================================
From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01711] Authorization
* http://user:pass@hostname/ support.

From: hsaka@mth.biglobe.ne.jp
Subject: [w3m-dev 01724] buf->type when mailcap is used.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01726] anchor jump too slow by TAB-key on STDIN.
* when moving from anchor to anchor by TAB on the document read
  from stdin, the movement is very slow because currentdir() is invoked
  on each TAB.

From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane)
Subject: [w3m-dev 01727] C-z when stdin

From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Subject: [w3m-dev 01729] ignore_null_img_alt
* when ignore_null_img_alt is OFF, no img link is displayed when
  no ALT attribute is specified.

From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Subject: [w3m-dev 01730] Re: <hr> in a table
Improvement of <hr>.

From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Subject: [w3m-dev 01731] completion list
When completing a filename, the candidates of the completion
will be displayed like this:

----- Completion list -----
X11R6/    compat/   include/  libdata/  local/    nfs/      ports/    share/
bin/      games/    lib/      libexec/  mdec/     obj/      sbin/     src/
(Load)Filename? /usr/


From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Subject: [w3m-dev 01733] A patch concerning SSL
The following two improvements are done about SSL:
1. a new option ``ssl_forbid_method'' is added.
2. an error message is displayed when w3m fails to establish an
   SSL connection.

From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Subject: [w3m-dev 01735] Re: A patch concerning SSL
Subject: [w3m-dev 01737] Re: A patch concerning SSL
1. the data type of ssl_forbid_method is changed from P_STRING to P_SSLPATH.
2. Error message log function.

From: kiwamu <kiwamu@debian.or.jp>
Subject: [w3m-dev 01739] wheel mouse patch

From: Fumitoshi UKAI <ukai@debian.or.jp>
Subject: [w3m-dev 01742] w3mmee 0.1.11p16-6 segfault
w3mmee 0.1.11p16-6 segfaults depending on the content of mime.types.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01752] SEGV in search_param()
 > >> * w3m -o 1 causes SEGV.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01753] empty <select>
When <select>..</select> have no <option>, for example

<form action=A>
<select name=B></select>
<input type=submit>
</form>

submit causes SEGV.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01754] A search does not stop.
When reading a large file from stdin and wrap search option is ON,
a search that doesn't hit will cause an infinite loop.

From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
Subject: [w3m-dev 01755] relative path with -bookmark option
* when a bookmark file name is given by -bookmark as relative path,
  `add to bookmark'doesn't work.

2001/2/7
From: aito
Subject: [w3m-dev 01722] <hr> in a table
* the width of <hr> in a table exceeds the column width.

2001/2/6
From: aito
* `Local cookie' mechanism is introduced to authorize local CGI.
  The behavior of CGI script using the local cookie is as follows:
  - w3m generates process-dependent `Local cookie'
  - on the local CGI invocation, w3m passes the script the local
    cookie through the environment variable LOCAL_COOKIE.
  - the sctipt embeds the local cookie into the form for the next
    local CGI invocation.
  - on the next CGI invocation, the CGI script compares two local CGIs
    which are passed through CGI parameter and environment variable.
    If they are different, the script prohibits dangerous operations,
    such as file creation and file deletion.

* The local cookie mechanism is implemented on w3mbookmark and
  w3mhelperpanel.

* On Linux, gcmain.c doesn't compile when the GC library is already
  installed in /usr/local/lib.

2001/1/25

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01667] Re: mailer %s

2001/1/24

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01661] Re: <head>
  security fix.


2001/1/23

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * check if ", <, > and &s are quoted within attribute values.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01663] replace addUniqHist with addHist in loadHistory()


2001/1/22

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01617] Re: first body with -m (Re: w3m-m17n-0.7)
  * terminal resize related fix.
  * info page ('=' command) fix for multi-layered frame page.

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01621] NEXT_LINK and GOTO_LINE problem

From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp>
Subject: [w3m-dev 01623] Re: (frame) http://www.securityfocus.com/
Subject: [w3m-dev 01632] Re: (frame) http://www.securityfocus.com/
  frame fix.

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01624] Re: first body with -m
From: Hironori Sakamoto <h-saka@udlew10.uldev.lsi.nec.co.jp>
Subject: [w3m-dev 01625] Re: first body with -m
  pgFore, pgBack behaviour fix.

From: Hironori Sakamoto <h-saka@udlew10.uldev.lsi.nec.co.jp>
Subject: [w3m-dev 01635] Directory list
  local.c directory list fix.

From: Hironori Sakamoto <h-saka@udlew10.uldev.lsi.nec.co.jp>
Subject: [w3m-dev 01643] buffername
Subject: [w3m-dev 01650] Re: buffername
  buffername (title) related improvements.
  * when displayLink is ON, truncate buffername on showing long URL.
  * displayBuffer() cleanup.
  * remove trailing spaces from content of <title>..</title>.
  * [w3m-dev 01503], [w3m-dev 01504]

From: Hironori Sakamoto <h-saka@udlew10.uldev.lsi.nec.co.jp>
Subject: [w3m-dev 01646] putAnchor
  * putAnchor related improvement.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01647] Re: first body with -m
  * cursor position moves unexpectedly when reloading a URL
    with #label.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01651] display column position with LINE_INFO

2001/1/5

From: Ryoji Kato <ryoji.kato@nrj.ericsson.se>
Subject: [w3m-dev 01582] rfc2732 patch
  literal IPv6 address treatment (bracketed by '[' and ']')
  according to RFC2732.

From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp>
Subject: [w3m-dev 01594] first body with -m (Re: w3m-m17n-0.7)

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01602] Re: first body with -m (Re: w3m-m17n-0.7)

2001/1/1

From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp>
Subject: [w3m-dev 01584] Re: attribute replacing in frames. (Re: some fixes)


2000/12/27

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * remove trailing blank lines in a buffer.

2000/12/26

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01560] Re: long URL
  Multiple 'u' and 'c' scrolls long URL.

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01570] Re: long URL

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01506] compile option of gc.a

From: Fumitoshi UKAI <ukai@debian.or.jp>
Subject: [w3m-dev 01509] Forward: Bug#79689: No way to view information on SSL certificates
  Now '=' shows info about SSL certificate.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01556] Re: ANSI color support (was Re:  w3m-m17n-0.4)
  ANSI color support.

From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp>
Subject: [w3m-dev 01535] how to check wait3 in configure.
From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01537] Re: how to check wait3 in configure.
  On BSD/OS 3.1, SunOS 4.1.3, configure can't detect wait3().

2000/12/25

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  <plaintext> doesn't work.


2000/12/22

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01555] Re: some fixes for <select>
  w3m crashes by <select> without <option>.

2000/12/21

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
   * table related improvements (<xmp> inside table, etc)

From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp>
Subject: [w3m-dev 01536] Re: <P> in <DL>
Subject: [w3m-dev 01544] Re: <P> in <DL>
   * w3m crashes by an illegal HTML.

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
   * treat unclosed <a>, <img_alt>, <b>, <u>

2000/12/20

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
   * bugfix on <dt> tag processing in feed_table_tag().
   * w3m eventually crashed when a tag is not closed in a table.
   * ignore <p> just after <dt>.

From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp>
Subject: [w3m-dev 01530] returned at a morment.
   * skip newline within "-enclosed attribute value.

Subject: [w3m-dev 01531] coocie check in header from stdin.
   * w3m crashes by 'cat mail | w3m -m'


2000/12/17

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01513] Re: w3m-0.1.11-pre-kokb23
  frame.c bugfix
Subject: [w3m-dev 01515] some fixes for <select>
Subject: [w3m-dev 01516] Re: some fixes for <select>
  Several improvements on <select>..<option>

2000/12/14

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01501] Re: w3m-0.1.11-pre-kokb23
  Compile error for 'no menu' model


2000/12/13

From: sekita-n@hera.im.uec.ac.jp (Nobutaka SEKITANI)
Subject: [w3m-dev 01483] Patch to show image URL includes anchor
  Peek image URL by 'i'

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01500] fix risky code in url.c
  Vulnerble code in url.c fixed

2000/12/12

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01491] bug ?

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  Search for a string that contains null character.

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01498] Re: null character
  Infinite loop


2000/12/11

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
   * StrmyISgets doesn't recognize a '\r' as a newline character.
   * Null character support on pager mode.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01487] A string in <textarea> is broken after editing
  <textarea> related fix.

Subject: [w3m-dev 01488] buffer overflow bugs
  * Buffer overflow fixes.

2000/12/9

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * maximum_table_width now considers width attribute in td and th tag.

2000/12/8

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01473] Re: internal tag and attribute check

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
   * hborder and border attribute handling.

From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane)
Subject: [w3m-dev 01478] Option Setting Panel
  * Improvement of the option setting panel view.

2000/12/7

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * parse_tag improvements.
  * don't parse tag within visible_length().

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01456] linein.c
  * linein.c is rewritten based on calcPosition().

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01457] cursor position on sumbit form
  * TAB key behaviour fix.

2000/12/3

From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Subject: [w3m-dev 01449] Re: Directory of private header of gc library.
  * w3m crashes when accessing a list after popping the last element
    by popText (rpopText).

2000/12/2

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * image map related fix.

2000/12/1

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: Security hole in w3m (<input_alt type=file>)
  * Prohibit using internal tags in HTML.

Subject: [w3m-dev 01432] Re: w3m-0.1.11-pre-kokb22 patch
Subject: [w3m-dev 01437] Re: w3m-0.1.11-pre-kokb22 patch
  * Image map related fix.

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * a compile option which enables the removal of trailing
    blank lines in a burrer. (ENABLE_REMOVE_TRAILINGSPACES)

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev-en 00301] Re: "w3m -h" outputs to stderr
  * Destination of w3m -h output is changed from stderr
    to stdout.

From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane)
Subject: [w3m-dev 01430] Re: w3m-0.1.11-pre-kokb22 patch
  * EWS4800(/usr/abiccs/bin/cc) support.

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * id attribute check in dummy_table tag.
  * fid attribute check in form_int tag.
  * table stack overflow check.

2000/11/29

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01422] bpcmp in anchor.c
From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01423] Re: bpcmp in anchor.c
  * some improvements for speedup.

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * CheckType() bugfix and speedup.

2000/11/28

From: Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>
Subject: patch for cygwin
  * enables ftp download for cygwin w3m

2000/11/27

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01401] Re: bugfix of display of control chars, merge of easy UTF-8 patch, etc.

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * table rendering speed-up.


2000/11/25

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * table column width sometimes get narrower than specified width value.

2000/11/24
From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * Progress bar display enhancement.

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * command line option about proxy and cookie doesn't work.
  * 'Save to local file' overwrites the existing file.

2000/11/23

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * get_ctype is now macro.
  * menu.c type mismatch fix.


2000/11/22

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * fixes for speedup.

From: Fumitoshi UKAI <ukai@debian.or.jp>
Subject: [w3m-dev 01372] w3m sometimes uses the wrong mailcap entry
  http://bugs.debian.org/77679

2000/11/20

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * an empty table in another table makes the outer table funny.

2000/11/19

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  gc6 support.

2000/11/18

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * space characters in a buffer are mapped into 0x80-0x9f.
  * unprintable characters (0x80-0xa0) are displayed as \xxx.

From: Tsutomu Okada (²¬ÅÄ ÊÙ) <okada@furuno.co.jp>
Subject: [w3m-dev 01354] minimize when #undef USE_GOPHER or USE_NNTP

2000/11/16

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  getescapechar() returns abnormal value for illegal entity.

2000/11/15

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * table-related fix.
  * DEL character is treated as `breakable space.'

From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Subject: [w3m-dev 01338] Re: Lynx patch for character encoding in form
Subject: [w3m-dev 01342] Re: Lynx patch for character encoding in form
  * support for accept-charset attribute in form tag.

2000/11/14

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * cleanup_str and htmlquote_str now returns the oritinal string
    itself when there's no need to (un)quote it.

2000/11/10

From: Katsuyuki Watanabe <katsuyuki_1.watanabe@toppan.co.jp>
Subject: [w3m-dev 01336] patch for Cygwin 1.1.x
  Patch for Cygwin 1.1.x (1.1.3 and later)

2000/11/8

From: Jan Nieuwenhuizen <janneke@gnu.org>
Subject: [w3m-dev-en 00189] [PATCH] w3m menu <select> search
  Enable to search within popup menu.


2000/11/7

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01331] Re: form TEXT:
  * Search string history and form input string history are merged.

2000/11/4
From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * When a cell width exceeds the screen width, format contents in
    the cell to fit into the screen width.

2000/11/2

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01313] Re: SCM_NNTP
  nntp: for MARL_URL

2000/10/31

From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Subject: [w3m-dev 01310] Re: option select (Re:  w3mmee-0.1.11p10)
  Output error messages from gc library using disp_message_nsec.

2000/10/30

From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane)
Subject: [w3m-dev 01294] mouse no effect on blank page.
From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01295] Re: mouse no effect on blank page.

From: SASAKI Takeshi <sasaki@ct.sakura.ne.jp>
Subject: [w3m-dev 01297] Re: backword search bug report

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01298] Re: backword search bug report
  bug fix of backword search
Subject: [w3m-dev 01299] Re: backword search bug report
  bug fix of the handling of multi-byte regexp.

2000/10/29

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * LESSOPEN can be set via the option setting panel. (default: off)
  * speed-up of gunzip_stream(), save2tmp(), visible_length().


2000/10/28

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * Emacs-like completion key support.
    (by #define EMACS_LIKE_LINEEDIT in config.h)

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01284] Re: improvement of filename input
  * in 'Goto URL' command, local file name will be completed
    after 'file:/'.

From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Subject: [w3m-dev 01280] Stop to prepend rc_dir to full path.

2000/10/27

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01269] Re: SCM_NNTP
Subject: [w3m-dev 01273] Re: SCM_NNTP
  Prohibit gopher:, news: and nntp: scheme when USE_GOPHER and USE_NNTP
  macros are undefined.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01258] improvement of filename input
  * Completion lists are displayed by C-d.
  * in 'Goto URL' command, local file name will be completed
    after 'file:/', 'file:///' and 'file://localhost/'.
  * password part of URLs in the history list are removed.

From: Fumitoshi UKAI <ukai@debian.or.jp>
Subject: [w3m-dev 01277] Accept-Encoding: gzip (Re:  some wishlists)
  Accept-Encoding: gzip, compress
  is appended in the request header.
Subject: [w3m-dev 01275] Re: squeeze multiple blank lines option ( http://bugs.debian.org/75527 )
  when #ifdef DEBIAN,
  'squeeze multiple blank line' switch  (default -S) is set to -s
  character-code specifier (-s/-e/-j) are removed. use '-o kanjicode={S,E,J}'
  instead.
Subject: [w3m-dev 01274] Re: SCM_NNTP
  nntp: support.
Subject: [w3m-dev 01276] URL in w3m -v
  when LANG=EN (or #undef JP_CHARSET), the URL displayed at w3m -v
  (visual startup mode) is incorrect.

2000/10/26

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  location of mailcap and mime.type can be specified in the Option Setting
  Panel.

2000/10/25

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01247] Re: buffer selection menu
  Menu related patches.
  ([w3m-dev 01227], [w3m-dev 01228],[w3m-dev 01229], [w3m-dev 01237],
   [w3m-dev 01238])

2000/10/24

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * in the cookie-related setting, '.' is regarded as any domain.

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01240] Re: w3m-0.1.11-pre-kokb17 patch
  'incompatible pointer type' fix.

2000/10/23

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * "Domains from which should accept/reject cookies" setting in
    the option setting panel.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01211] Re: a small change to linein.c
Subject: [w3m-dev 01214] Re: a small change to linein.c
  * When editing long string, a part of the string disappear.

From: Fumitoshi UKAI <ukai@debian.or.jp>
Subject: [w3m-dev 01216] error message for invalid keymap
From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01220] Re: error message for invalid keymap
  * w3m will display an error-message against the illegal
    keymap file specification.

From: Fumitoshi UKAI <ukai@debian.or.jp>
Subject: [w3m-dev 01217] keymap.lynx example could be better.
  keymap.lynx update.

2000/10/20
From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  cookie-related improvements.
  * version 1 cookie handling is now compliant to
       http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-state-man-mec-12.txt
     Cookie2 is added in the Netscape-style cookie request header.

2000/10/19

From: "Ambrose Li [EDP]" <acli@mingpaoxpress.com>
Subject: [w3m-dev-en 00136] version 0 cookies and some odds and ends
Subject: [w3m-dev-en 00191] sorry, the last patch was not made properly
Subject: [w3m-dev-en 00190] w3m-0.1.10 patch (mostly version 0 cookie handling)
  I've hacked up a big mess (patch) against w3m-0.1.9 primarily
  involving version 0 cookies. To my dismay, it seems that most
  servers out there still want version 0 cookies and version 0
  cookie handling behaviour, and w3m's cookie handling is too
  strict for version 0, causing some sites (notably my.yahoo.co.jp)
  not to work.

2000/10/18

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * pixel-per-character is now changable.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01208] '#', '?' in ftp:/....
  * w3m fails to parse URL when ftp:/ URL contains '#'.

From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Subject: [w3m-dev 01209] http_response_code and ``Location:'' header
  w3m now follows Location: header only when
  http_response_code is 301 - 303.


2000/10/17

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  local CGI makes zombie processes.


2000/10/16

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  w3m hangs when <textarea> is not closed in a table.

From: maeda@tokyo.pm.org
Subject: [w3m-dev 00990] auth password input

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01193] Re: frame bug?
  w3m eventually crashes when browsing frame pages.

2000/10/13

From: SASAKI Takeshi <sasaki@ct.sakura.ne.jp>
Subject: [w3m-dev 00928] misdetection of IPv6 support on CYGWIN 1.1.2

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01170] Re: cursor position after RELOAD, EDIT
  * Bugfix: remove cache files
  * The following functions can take arguments in keymap.
    LOAD ... a file name
    EXTERN, EXTERN_LINK ... a name of the external browser
      (Can't be used from w3m-control: )
    EXEC_SHELL, READ_SHELL, PIPE_SHELL ... shell command
      (Can't be used from w3m-control: )
    SAVE, SAVE_IMAGE, SAVE_LINK, SAVE_SCREEN ... a filename (or command name)
      (Can't be used from w3m-control: )


2000/10/11

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * the buffer name of an input taken from the stdin is now determined
    from MAN_PN.

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01156] Re: w3m-0.1.11-pre-kokb15
  * mydirname bugfix.
  * SERVER_NAME can be configured.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01158] some bugs fix when RELOAD, EDIT
Subject: [w3m-dev 01164] cursor position after RELOAD, EDIT
  * a file: called as local CGI can be edited.

2000/10/10

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01166] Re: cell width in table
  table-related bugfix.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01155] history of data for <input type=text>
  <input type=text> input will be put into history buffer.

2000/10/9

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01150] Some bug fixes
  Bugfixes of the problems reported in
    [w3m-dev 00956] unknown scheme in frame
    [w3m-dev 00975] goto link from frame page

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01145] buffer overflow in linein.c
  Fix of the buffer overrun problem in  inputLineHist(linein.c)

2000/10/8

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01136] function argument in keymap
Subject: [w3m-dev 01139] Re: function argument in keymap
  Some functions specified in ~/.w3m/keymap can take an argument.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 01143] image map with popup menu
  image map can be treated as popup menu
  (#define MENU_MAP in config.h)

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 00971] Re: segmentation fault with http:
  Specifying 'http:' or  'http:/' as URLs will crash w3m.

2000/10/07

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01134] w3m in xterm horribly confused by Japanese in title (fr
  w3m-en will crash when browsing a page with Japanese title.

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01127] SIGINT signal in ftp session (Re:  my w3m support page)
  SIGINT will crash w3m when downloading via ftp.

2000/10/06

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * the maximum value of wmin in recalc_width() is changed to 0.05.
  * when deflating compressed data other than http file and local file,
    the file will be stored as a temporary file.
  * mailcap edit= attribute support.

2000/10/05

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * Improvements of -dump, -source_dump options.
  * Ignore <meta> tags in a frame.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 00930] HTML-quote in w3mbookmark.c
  * In 'Bookmark registration', URL and Title are not HTML-quoted.

From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto)
Subject: [w3m-dev 00972] better display of progress bar ?
  * An improvement of progress bar.

2000/10/05

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
  * Null pointer chech for textlist.

From: Fumitoshi UKAI <ukai@debian.or.jp>
Subject: [w3m-dev 01100] space in URL

  * http://bugs.debian.org/60825 and http://bugs.debian.org/67466
	when submitting a form, name is not quoted (which should be)

  * http://bugs.debian.org/66887
	Remove preceding and trailing spaces from URL input through
	'U' command.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01113] bug fix (content charset)
  content charset bugfix


2000/10/02

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01112] Re: mailcap test= directive
  improvements of mailcap handling
  * In addition to %s, %t (content-type name) will be available.
  * nametemplate option is now valid.
  * If there is no %s in the entry, 'command < %s' is assumed.
  * If needsterminal is specified, spawn the command foreground.
  * If copiousoutput is specified, load the command output into
    buffer.
  * `htmloutput' option is added, which indicates that the output
    of the command is to be read by w3m as text/html. For example,

     application/excel; xlHtml %s | lv -Iu8 -Oej; htmloutput

    enables an Excel book to be displayed as an HTML document.
  * compressed file browsing support for ftp scheme.
  * Bug: compressed file isn't displayed properly for http: scheme.

2000/09/28

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01097] gunzip_stream problem
  * Fix of the behaviour against INT signal while reading compressed
    file.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01092] CONFIG_FILE
  * CONFIG_FILE in config.h was hard-coded.

2000/09/17

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01078] treatment of content type
  Improvements around document type handling.
  * precedence between lessopen_stream() and gunzip_stream() was changed
    in examineFile().
  * lessopen_stream()ed file is treated as a plein text.
  * lessopen_stream() is applied only if document type is text/* or
    no external viewer is set.
  * all text/* data other than text/html are handled inside w3m.
  * The document type displayed by page_info_panel() is now the one
    before examineFile() processing.
  * When invoking an external viewer, ">/dev/null 2>&1 &" is appended
    to the command line.

2000/09/13

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01053] Re: Location: in local cgi.
  * Do not interpret Location: header of the local file when invoking
    with -m flag,

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01065] map key '0'
  Improvement around keymap.
  * Now a single '0' can be mapped. Numbers other than 0, for example
    `10 j' are regarded as prefix arguments.

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 01066] 104japan
  * Code conversion fix for forms in frame.

2000/09/07

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01058] <dt>, <dd>, <blockquote> (Re:  <ol> etc.)
  * insert blank lines before and after <blockquote>.
  * Don't ignore <p> tag just after <dt> and <dd>.

2000/09/04

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01052] cellpadding, cellspacing, vspace, etc.
  Some changes about space character and blank lines:
  * <a name="..."></a> or <font> outside <tr> or <td> are pushed
    into the next cell.
  * cellspacing attribute in <table> tag is now handled correctly.
  * vspace attribute interpretation.
  * blank line detection criterion is changed.
  * </p> tag inserts a blank line.

2000/08/17

From: Tsutomu Okada <okada@furuno.co.jp>
Subject: [w3m-dev 01018] sqrt DOMAIN error in table.c
From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01019] Re: sqrt DOMAIN error in table.c
  * fix of DOMAIN error of sqrt().

2000/08/15

From: satodai@dog.intcul.tohoku.ac.jp (Dai Sato)
Subject: [w3m-dev 01017] value of input tag in option panel
  * Fix of the problem of the option setting panel: when specifying
    a value including a double quote, the value after " is not displayed
    on the next invocation of the option setting panel.

2000/08/06

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01016] Table geometry calculation
  * rounding algorithm of table geometry calculation is changed to
    minimize the difference of the column width and the `true' width.

2000/07/26

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01006] initialize PRNG of openssl 0.9.5 or later
  * when using openssl library after 0.9.5, enables SSL on the environment
    without the random device (/dev/urandom).

2000/07/21

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01004] unused socket is not closed.
  When interrupting file transfer using C-c, the socket sometimes
  stay unclosed.

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01005] table caption problem
  Fix of the problem that w3m doesn't stop when there's no closing
  </caption>.

2000/07/19

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 00966] ssl and proxy authorization
  Fix of the authorization procedure of SSL tunneling via HTP proxy.

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 01003] Some bug fixes for table

2000/07/16

From: SASAKI Takeshi <sasaki@ct.sakura.ne.jp>
Subject: [w3m-dev 00999] Re: bookmark
  * Sometimes a link can't be appended into the bookmark.

2000/06/18

From: Okabe Katsuya <okabek@guitar.ocn.ne.jp>
Subject: [w3m-dev 00934] clear_buffer bug
  Bugfix: when clear_buffer is TRUE, selBuf() clears the screen.

2000/06/17

From: SASAKI Takeshi <sasaki@ct.sakura.ne.jp>
Subject: [w3m-dev 00929] ftp.c patch
  Return code 230 against USER command is regarded as a successful
  login.

2000/06/16

From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 00923] some bug fixes
  * when #undef JP_CHARSET, file.c doesn't compile.
  * buffer.c bugfix ("=" should be "==")

From: Kazuhiko Izawa <izawa@nucef.tokai.jaeri.go.jp>
Subject: [w3m-dev 00924] Re: w3m-0.1.11pre
From: Hironori Sakamoto <h-saka@lsi.nec.co.jp>
Subject: [w3m-dev 00925] Re: w3m-0.1.11pre
  Accessing URL like file://localhost/foo causes abnormal termination.

2000.6.6
From: aito
* [w3m-dev 00826]
  * Bugfix: When a header by CGI POST method gives Location: header,
    the redirect can't be reloaded.
  * white spaces in URL are removed.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Feb 23 06:46:30 2001 UTC (22 years, 3 months ago) by jun
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

fix:
 DEPENDS
 pax -> ${PAX}:pkglint pickup "pax" words in comment line.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Feb 17 17:22:44 2001 UTC (22 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 23 15:44:21 2000 UTC (22 years, 6 months ago) by abs
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Update for new boehm-gc

Revision 1.19 / (download) - annotate - [select for diffs], Sat Oct 14 01:22:41 2000 UTC (22 years, 7 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored)

upgrade to 0.1.11pre.  mostly bugfixes.  the most important
one is: segv on ftp transfer (with no proxy) is fixed.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Aug 15 10:49:44 2000 UTC (22 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.17: +2 -8 lines
Diff to previous 1.17 (colored)

use USE_SSL

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 15 04:16:20 2000 UTC (22 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.16: +15 -2 lines
Diff to previous 1.16 (colored)

more config variable (mouse/color) - maybe we have too many of these.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Aug 15 03:57:47 2000 UTC (22 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.15: +8 -4 lines
Diff to previous 1.15 (colored)

use "dmodel=6" and environment variable to configure w3m.
need to synchronize CONFIGURE_ENV to w3m/configure carefully,
on future upgrade.  suggested by enami.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 15 03:19:10 2000 UTC (22 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.14: +22 -2 lines
Diff to previous 1.14 (colored)

add W3M_USE_{SSL,COOKIE} compilation switch.
both are on by default.  there can be some comment on what should be
the defalult value, I'm open to your input...

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jul 15 00:36:28 2000 UTC (22 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.13: +7 -2 lines
Diff to previous 1.13 (colored)

two changes for non-japanese guys (as the pkgsrc is used by many
non-japanese people):
- use ascii letters, instead of jisx0208, for screen output (like <LI> or <HR>).
- set default help messages to english (not japanese).

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 21 08:22:08 2000 UTC (22 years, 11 months ago) by itohy
Branch: MAIN
Changes since 1.12: +4 -5 lines
Diff to previous 1.12 (colored)

Update to 0.1.10.  Related changes are:

* Bugfix: When a header by CGI POST method gives Location: header,
  the redirect can't be reloaded.
* white spaces in URL are removed.
* Bugfix: onA() doesn't work.
* Improvement of 'Jump to label' behavior within a frame.
* Bugfix: width of <li>
* Bugfix: Line break occurs on &nbsp;.
* Bugfix: single > in a document isn't analyzed properly.
* Bugfix: <xmp>,<listing> in <textarea>
* Screen shift bugfix.
* Bugfix: <option> without <select> in table causes core dump.
* Bugfix: CRs in <textarea>..</textarea> are replaced with
  white spaces.
* Bugfix: After specifying non-text file in 'V' command,
  w3m dumps core.
* BUFINFO related bugfix.
* Bugfix: extbrowser setting in config desn't work.
* Bugfix: pathname to invoke external viewer becomes like
  ``/home/okada/.w3m//w3mv6244-0..pdf''.
* enhancement of [w3m-dev 00684].
* Bugfix; when CLEAR_BUF is defined, buffer size is displayed as [0 line].
* show_params() improvement.
* when CLEAR_BUF is defined and reloading local file, that is overwritten.
* When submitting data in textarea without editing them, CR charcters are
  sent instead of CRLF.
* When CLEAR_BUF is defined, content of form disappears.
* Improvement of Japanese coding-system decition algorithm.
* Command line analysis enhancement.
* Bugfix of PIPE_SHELL('#'), READ_SHELL('@') and  EXEC_SHELL('!').
* Bugfix: When CLEAR_BUF is defined, anchors created by  : disappears.
* Enhancement of dirlist.cgi.
* when -m option is used, continuation lines in header are not
  processed properly.
* handling of Japanese character in HTTP header.
* Bugfix: w3m dumps core after like w3m -T a -B and save command.
* frameset related bugfix.
* ID_EXT related bugfix.
* Bugfix? handling of character-entity (&quot;) in attribute.
* Enhancement: frame names are embedded as id attribute in
  the frame-table.
* Bugfix: <STRONG> tags become comments in frame.
* frame related bugfix.
* Bugfix: as some file descriptors are not closed, file descriptors
  are exhausted on a certain condition.
* Bugfix: a blank line is inserted when processing <title>...</title>.
* <table> within <blockquote> in <table> corrupts.
* Support of terminals which can't display &nbsp; (0xa0).
* <!--comment --\n> like comment handling fix.
* w3mhelperpanel.c fix.
* Bugfix: personal_document_root doesn't work.
* When opening file:///dir/, if index.html exists in
  that directory, open the file instead of displaying directory list.
* w3m -num fix.
* Bugfix: When using -dump option, temporary files don't be unlinked.
* Bugfix: When <blockquote> exists outside of <tr>..</tr> in <table>,
  the table corrupts.
* Bugfix: supports terminal without sr capability.
* Kanji-code decision enhancement.
* Bugfix: w3m can't handle cgi using <ISINDEX>.
* Remove CR/LF within URL.
* Layered frameset support.
* id attribute support bugfix.
* Enhancement: -o option parameter list
* Security hole fix about I command.
* Filename completion bugfix.
* Color display bugfix.
* When transmitting a string to form, it was made not to escape
  a safe character.
* Bugfix: when displaying the page which has a link in the
  beginning of the screen, the first link doesn't get active.
* proxy initialization bugfix.
* free memory of hidden buffers. (CLEAR_BUF)
* when file:// style local file access fails, don't retry
  as http://file://.
* Enhancement: Save Buffer URL into file.
* FTP proxy bugfix.
* Bugfix: After window resize, reshapeBuffer() is called on
  each keyin.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 21 02:39:48 2000 UTC (22 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Update dependency on boehm-gc.

Revision 1.11 / (download) - annotate - [select for diffs], Fri May 19 07:34:33 2000 UTC (23 years ago) by itohy
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Update to 0.1.9.
Mainly bug fixes, it seems....

Revision 1.10 / (download) - annotate - [select for diffs], Fri Apr 21 04:30:32 2000 UTC (23 years, 1 month ago) by itohy
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Oops, gcmain.c is in the archive but not extracted.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 21 03:54:43 2000 UTC (23 years, 1 month ago) by itohy
Branch: MAIN
Changes since 1.8: +12 -14 lines
Diff to previous 1.8 (colored)

o Update to 0.1.8.
o Fix suspend (^Z) behavior.  Suspend the job w3m belongs to, not w3m only.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 20 03:47:35 2000 UTC (23 years, 1 month ago) by enami
Branch: MAIN
Changes since 1.7: +8 -7 lines
Diff to previous 1.7 (colored)

Sync with reality.  Some of configuration variables now doesn't
have def_ prefix and their value was conflict with dmodel=1.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 27 08:55:00 2000 UTC (23 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Adapt to new handling of "${CONFIGURE}".

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 16 11:19:16 2000 UTC (23 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.5: +8 -8 lines
Diff to previous 1.5 (colored)

Mode EXTRACT_USING_PAX test lower to make it work.

install -> ${INSTALL}

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 2 15:47:35 2000 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

add USE_INET6 for IPv6 support

Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 2 15:46:44 2000 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.3: +27 -9 lines
Diff to previous 1.3 (colored)

upgrade to 0.1.6.

summary of changes would be:
stabilization, https support by openssl (not enabled for the pkgsrc
at this moment), word fill, repaint, IPv6, user authentication, cgi
emulation with local script (can be security-wise wrong)...
we have > 500 lines of HISTORY file in the kit.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 28 07:20:08 1999 UTC (23 years, 8 months ago) by sakamoto
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.2: +14 -1 lines
Diff to previous 1.2 (colored)

Use devel/boehm-gc instead of w3m/gc,
suggested by Frederick Bruckman <fb@enteract.com>.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 27 11:17:49 1999 UTC (23 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.1: +10 -20 lines
Diff to previous 1.1 (colored)

Simplify this Makefile somewhat, and only set default make variables
if they weren't previously set in /etc/mk.conf.
Change package name to be a "y2k compliant".

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Sep 27 05:37:35 1999 UTC (23 years, 8 months ago) by sakamoto
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of w3m-990902 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.
A terminal-based WWW browser with HTML tables and frames support.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Sep 27 05:37:35 1999 UTC (23 years, 8 months ago) by sakamoto
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>