2002-08-25 23:53:06 by Johnny C. Lam | Files touched by this commit (424) |
Log message:
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
|
2002-07-02 13:23:05 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Upgrade links and links-gui to 2.1.0.2 (2.1pre2), in the hope that it fixes
pkg/17358. Changes:
Fixed shoting to memory with javascript and input fields
Do not call gethostbyaddr when name is not ip address (it should avoid
some useless nameserver queries)
Fixed a delay on quit until async lookup terminates
Floating point numbers in configure file are stored with '.' even on
systems with ',' in locales.
Line length fix on framebuffer.
New domain names
Croatian translation
Small change in x.c to work on some 8-bit displays.
Fixed mem_free(NULL) in x.c:1001
|
2002-06-30 06:02:54 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Note conflicts between elinks, links, and links-gui.
|
2002-06-20 17:18:13 by Jan Schaumann | Files touched by this commit (4) |
Log message:
Update to version 2.0:
changes in links 0.9.7 -> 2.0
- JavaScript support
- remade bookmarks
- support for gamma corrections
Split into pkgsrc/www/links and pkgsrc/www/links-gui:
- rewritten to support graphics
- support for various graphics drivers including:
o X Window System
o SVGAlib
o Atheos GUI
o PMShell
- support for various graphics formats including:
o PNG
o JPEG
o TIFF
o GIF
Update and split et al provided by Lubomir Sedlacik (salo at xtrmntr dot org)
in PR##17218 - this commit closes this PR.
|
2002-06-17 12:33:54 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Remove commented out USE_SSL (openssl buildlinks were already used).
|
2002-05-10 10:14:36 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 0.97.
Changes since 0.96:
Big forms are a bit faster
Swapeed x and y entries when reporting image in form
END doesn't skip to next line when wrapping
Do not recode invisible form values to display charset and back
Do not strip '?' from url when method is POST
Danish translation
Process broken html tags
Ctrl-W selects last item in menu
Fixed one leak when links came out of memory
Ftp doesn't send more commands at once -- slower but safe with MS IIS or
Novell
Do not swallow ' ' in filenames
Do not print contents of posted data in 'downloads' menu
Charset in values in <SELECT> tag
Always trust 'Content-Length' when communicating with HTTP/1.1 server --
work around broken HTTP/1.1 servers that send Connection: close, but
keep the connection
Handle encoding to utf-8 correctly
Do not accept '<' without name as a tag
-dump does not stuck in redirect loops
Report terminal size in User-Agent
Improved performance of rendering nested tables
Indonesian translation
Finnish translation
Added € symbol
Manpage update
Romanian translation
Cookie expiration
Do not reject cookies with insecure domain (but send them only to
original server, not to the whole domain)
Fix stripping '?' out of form url
Add "LISTING" tag
Fix relative redirect on -dump and -source
Use "imgtitle" if there's no "alt"
Catalan translation
Dutch translation
Do not allow larger input fiels than screen size
And lots of miscellaneous bugfixes.
|