diff options
author | wiz <wiz> | 2005-08-06 10:57:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-08-06 10:57:25 +0000 |
commit | aeb743a80d98619227805331f250a49c5169a44d (patch) | |
tree | 665975defcfc927112db1d5075068ce1ff3b5248 /www/links-gui | |
parent | 8f2d7adc0570478478069cddf8338d4d0724b12b (diff) | |
download | pkgsrc-aeb743a80d98619227805331f250a49c5169a44d.tar.gz |
Update to 2.1pre18:
=== Release 2.1pre18
Sat Jul 30 00:01:55 MET DST 2005 mikulas:
Fixed reverse numbering of form fields in javascript
Fri Jul 29 22:45:30 MET 2005 user:
Fixed cursor position in bookmarks after HOME, END, PAGE UP, PAGE DOWN
Thu Jun 23 04:05:45 cet 2005 mikulas:
<sub>, <sup> and alignment images to top and middle of line
Wed Jun 22 18:15:11 MET 2005 user:
Implemented <hr> in graphics mode
Mon Jun 20 15:57:00 cet 2005 mikulas:
Do not make whitechar-elimination on invisible form entries
Sat Jun 18 18:16:24 MET 2005 user:
Allow '#' in smb files and directories
Fri Jun 17 23:10:24 MET 2005 Simen Graaten
Updated Norwegian translation
Mon Jun 6 18:47:37 MET 2005 user:
Do not respond to unknown authentication methods with basic response
Sun May 29 05:43:58 cet 2005 mikulas:
Do always use cache when going back
Sun May 22 21:03:16 MET 2005 user:
Allow '#' in ftp password
Wed May 18 01:18:58 cet 2005 mikulas:
Allow image map elements without href and only with javascript
Thu May 12 04:15:43 MET 2005 user:
Fixed crash with -anonymous and "frame at full-screen" in menu
Sun May 8 15:37:22 cet 2005 mikulas:
Fix lockup with terminal height only 1 or 2 characters
Fri May 6 20:06:50 MET 2005 user:
Make '*' work in graphics mode too
Fixed badly displayed images when image displaying was toggled
Thu Apr 21 21:52:28 cet 2005 mikulas:
Do not count time that connection waits in queue
Fri Apr 15 17:37:51 MET 2005 user:
Do not parse <TITLE> inside <SCRIPT>
Sat Apr 2 20:32:01 MET DST 2005 mikulas:
Workaround for bug in Sun C compiler
Fri Apr 1 00:21:39 MET DST 2005 mikulas:
Accept as line break in textarea (fixes bugzilla)
Thu Mar 24 04:06:53 MET 2005 Federico G. Schwindt <fgsch@lodoss.net>:
Use MD5 functions from libc when available
Mon Mar 7 22:36:45 MET 2005 user:
Support for another smb client --- smbc by Martin Zlomek
Wed Mar 2 23:39:30 CET 2005 mikulas:
Fixed crash of javascript with debuglevel<2 (uninitialized memory)
Fixed possible touching of data beyond allocated space in javascript
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 30fdd2f62da..076eda09d9b 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2005/06/01 18:03:26 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2005/08/06 10:57:25 wiz Exp $ # -PKGNAME= links-gui-2.1.0.17 +PKGNAME= links-gui-2.1.0.18 COMMENT= Lynx-like text and graphics WWW browser |