Kalle Olavi Niemitalo
40f319ce22
Merge branch 'elinks-0.12' into elinks-0.13
...
Conflicts:
po/pl.po
2008-01-22 01:09:18 +02:00
Kalle Olavi Niemitalo
4e7980d727
NEWS: sync from 0.11.3.GIT
...
Specifically ELinks 0.11.3.GIT (7515c9753f
).
2008-01-22 00:45:09 +02:00
Kalle Olavi Niemitalo
e5922e4fe1
Bug 997: Fix unlikely stack corruption in get_pasv_socket.
...
It is unlikely because the standard members of struct sockaddr_in
(sin_family, sin_port, sin_addr) already require at least 8 bytes
and I don't know of any system that has size_t larger than that.
Besides, at least glibc pads the structure to 16 bytes.
2008-01-22 00:42:13 +02:00
Kalle Olavi Niemitalo
0c1b52637f
get_pasv_socket: Use AF_INET6 when appropriate.
...
When get_pasv6_socket was merged into get_pasv_socket on 2005-04-15,
the AF_INET6 of get_pasv6_socket was lost and the merged function
always returned AF_INET sockets. This then made getsockname fill
only part of the struct sockaddr_in6, and ELinks sent to the server
an EPRT command that had half the bits missing from the IPv6 address.
At least ftp.funet.fi then rejected the command, helpfully saying
what the address should have been.
This commit fixes active FTP over IPv6. Passive FTP was already fixed
in 0.11.3.GIT (887d650efe
), on 2007-05-01.
2008-01-22 00:41:25 +02:00
Kalle Olavi Niemitalo
11821ecb0b
NEWS: mention enhancement 824 = combining characters
2008-01-19 22:13:08 +02:00
Kalle Olavi Niemitalo
8d7f361975
NEWS: Mention protocol.fsp.sort.
2008-01-19 20:48:30 +02:00
Kalle Olavi Niemitalo
f1ff708e19
NEWS: Sort 0.13.GIT by severity.
2008-01-19 20:47:03 +02:00
Kalle Olavi Niemitalo
4c390589ea
Bug 939: Documented the fix.
...
The fix itself is in the parent commit.
2008-01-19 10:55:11 +02:00
Kalle Olavi Niemitalo
a5bb4f1011
Bug 867: Request and recognize bracketed paste.
...
This is based on attachment 389 from bugzilla.elinks.cz
but there were a number of conflicts already.
2008-01-14 23:53:56 +02:00
Kalle Olavi Niemitalo
14d9ff6b83
NEWS: Bug 54 was minor.
2008-01-13 23:52:29 +02:00
Kalle Olavi Niemitalo
87f1661314
Bug 54: Don't force 8-bit characters and no parity.
...
Actually, don't use the cfmakeraw function at all,
and don't look for it during configure either.
2008-01-13 19:26:00 +02:00
Kalle Olavi Niemitalo
9fff802c08
Merge branch 'elinks-0.12' into elinks-0.13
2007-12-16 10:12:08 +02:00
Kalle Olavi Niemitalo
654108c4f9
NEWS: Mention the five new move-* actions.
2007-12-16 01:16:50 +02:00
Kalle Olavi Niemitalo
7f5bada6b4
NEWS: Mention the five new move-* actions.
2007-11-25 22:28:19 +02:00
Witold Filipczyk
871b4b09dd
bug 978: Python's webbrowser.open_new_tab(URL) works since now.
2007-11-22 19:11:03 +01:00
Witold Filipczyk
588e914470
bug 978: Python's webbrowser.open_new_tab(URL) works since now.
2007-11-22 19:10:45 +01:00
Kalle Olavi Niemitalo
dee220026d
Merge branch 'elinks-0.12' into elinks-0.13
...
Conflicts:
po/fr.po (time stamps only)
2007-11-20 00:41:30 +02:00
Kalle Olavi Niemitalo
cbcc0e8230
NEWS: Bug 975 was not in previous versions.
2007-11-19 22:57:55 +02:00
Kalle Olavi Niemitalo
507f779d8e
NEWS: sync from elinks-0.11
2007-11-11 11:00:26 +02:00
Kalle Olavi Niemitalo
e667c43cd3
Bug 975: Fix int/size_t pointer type mismatch.
...
On machines where sizeof(size_t) > sizeof(int), this could corrupt the stack.
I think -Wno-pointer-sign added by configure hid this bug until now.
STRLEN is correct in Perl 5.6.0 and later, perhaps earlier too.
2007-11-10 19:28:01 +02:00
Miciah Dashiel Butler Masters
13523248ed
Merge commit 'origin/elinks-0.12'
...
Conflicts:
po/fr.po
src/document/dom/renderer.c
src/document/html/parser.c
src/document/options.c
src/document/refresh.c
2007-10-09 14:05:03 +00:00
Kalle Olavi Niemitalo
916ba6783a
NEWS: mention bug 972
...
Bug 972 was fixed in this commit, and reported afterwards:
commit b1cc717789
Author: Kalle Olavi Niemitalo <kon@iki.fi>
Date: Fri Jul 20 17:57:01 2007 +0300
Preserve underlines in links when justifying.
I'm not fully updating NEWS yet. Just this one bug.
2007-09-26 08:26:18 +03:00
Miciah Dashiel Butler Masters
3975d28bce
Merge commit 'origin/elinks-0.12'
...
Conflicts:
doc/Doxyfile.in
src/protocol/bittorrent/common.h
2007-08-28 14:47:39 +00:00
Kalle Olavi Niemitalo
15c28eaa18
NEWS: mention bugs 723, 869
2007-07-29 14:06:34 +03:00
Kalle Olavi Niemitalo
ab9e0821d6
Merge commit 'pasky.or.cz/elinks-0.12' into elinks-0.13
2007-07-22 18:48:45 +03:00
Kalle Olavi Niemitalo
14c5017238
NEWS: mention bug 744
2007-07-19 17:18:54 +03:00
Kalle Olavi Niemitalo
d6481a680a
NEWS: mention MinGW
2007-07-18 00:45:32 +03:00
Kalle Olavi Niemitalo
8097929290
Merge with #elinks-0.12
2007-07-16 00:18:17 +03:00
Kalle Olavi Niemitalo
a0d7c3e7f6
NEWS: mention bug 766
2007-07-15 23:41:17 +03:00
Kalle Olavi Niemitalo
71a1739f82
NEWS: sync from 0.11.3.GIT
2007-07-10 17:01:09 +03:00
Kalle Olavi Niemitalo
c862cf2bce
NEWS: mention bugs 613, 714, 961
2007-07-10 15:27:30 +03:00
Kalle Olavi Niemitalo
eccc8c23f0
Merge with http://elinks.cz/elinks.git#elinks-0.12
2007-07-09 16:03:06 +03:00
Kalle Olavi Niemitalo
b727c55786
NEWS: sync with 0.11.3.GIT
2007-07-02 23:56:25 +03:00
Kalle Olavi Niemitalo
c377f54230
NEWS: mention bug 960
...
[ From commit e1e81db035
in ELinks
0.11.3.GIT. --KON ]
2007-07-02 23:49:06 +03:00
Kalle Olavi Niemitalo
c1e89ee375
NEWS: mention bug 936
2007-07-02 21:11:47 +03:00
Kalle Olavi Niemitalo
2002e245d6
Bug 755: Document that SpiderMonkey 1.5 RC3 no longer works.
...
The SpiderMonkey support in ELinks now uses JS_GetReservedSlot,
which was added in SpiderMonkey 1.5 RC3a, released on 2001-05-11.
So ELinks no longer supports earlier versions of SpiderMonkey.
However, be careful not to claim that ELinks needs "SpiderMonkey
1.5 RC3a or later", because we haven't tested 1.5 RC3a.
(I guess we didn't test zlib 1.2.0.2 either... oh, well.)
2007-06-27 23:40:41 +03:00
Kalle Olavi Niemitalo
f0ab7774ea
NEWS: temporarily mention bug 920
2007-06-23 23:30:30 +03:00
Kalle Olavi Niemitalo
e0984481b0
NEWS: mention bug 957, in the commented-out part
2007-06-23 16:08:47 +03:00
Kalle Olavi Niemitalo
9f75e1f094
Link to gitweb at repo.or.cz, rather than pasky.or.cz.
...
The history converted from CVS is not in repo.or.cz though, so keep
referring to pasky.or.cz for that. (We don't seem to use
"gitweb.elinks.cz", which is a DNS alias for pasky.or.cz.)
<paakku> Do you think we should maybe point people to gitweb at
repo.or.cz rather than pasky.or.cz?
<pasky> absolutely
<pasky> actually I thought we already are pointing people at
repo.or.cz
<pasky> at least there was some movement to do that already, I believe
:)
2007-06-21 10:29:06 +03:00
Kalle Olavi Niemitalo
84032c2148
NEWS: sync with 0.11.3.GIT and update
2007-06-17 20:31:29 +03:00
Kalle Olavi Niemitalo
f0119e1944
Check for gzclearerr in configure. Document needing zlib >= 1.2.0.2.
...
It was reported at elinks-dev on 2007-06-03 that Solaris 10 comes with
zlib 1.1.4, which does not include gzclearerr(), which ELinks nowadays
requires. It would be possible to rewrite the decompression support
to use deflate() directly and avoid stdio, in which case gzclearerr()
would not be needed. That will take some time however, so I'm not
attempting it for ELinks 0.12.0. Instead, I'm just disabling gzip
decompression entirely if zlib is too old.
2007-06-11 10:15:43 +03:00
Kalle Olavi Niemitalo
174b1f3af5
NEWS: ELinks 0.10.0 and later are GPLv2 only.
2007-06-10 13:08:50 +03:00
Kalle Olavi Niemitalo
444df743cc
NEWS: The remaining ECMAScript bugs don't crash ELinks.
2007-05-27 23:20:19 +03:00
Kalle Olavi Niemitalo
a0b3a3a349
NEWS: Bug 755 was fixed.
2007-05-27 20:50:05 +03:00
Kalle Olavi Niemitalo
33242f9375
NEWS: Bug 951 now has a number.
...
I trust Miciah will change the "their" to "them" if appropriate.
2007-05-27 10:53:48 +03:00
Kalle Olavi Niemitalo
c703202bf9
NEWS: Compilation under gcc 4.x was fixed already in 0.11.3.
2007-05-26 21:29:03 +03:00
Kalle Olavi Niemitalo
1b9c638ccf
NEWS: remove what seems to be a duplicate of bug 950
2007-05-26 21:16:53 +03:00
Kalle Olavi Niemitalo
1154021242
NEWS: Bug 950 now has a number.
2007-05-24 01:08:25 +03:00
Kalle Olavi Niemitalo
e59a979075
NEWS: mention bug 461
2007-05-20 19:36:47 +03:00
Kalle Olavi Niemitalo
b9ec321869
Bug 822: Make --enable-utf-8 the default.
...
Experimental features should be disabled by default, so this is no
longer considered experimental.
2007-05-20 18:07:35 +03:00
Kalle Olavi Niemitalo
de94205969
NEWS: sync from 0.11.3.GIT
2007-05-11 09:47:50 +03:00
Kalle Olavi Niemitalo
c254d66486
NEWS: more AsciiDoc markup
2007-05-06 19:55:36 +03:00
Kalle Olavi Niemitalo
d593d61c85
NEWS: merge most categories, sort by severity, sync 0.11.3.GIT
2007-05-06 11:09:01 +03:00
Kalle Olavi Niemitalo
d1fa336f7f
NEWS: prune some build fixes that were backported already
2007-05-04 11:26:34 +03:00
Kalle Olavi Niemitalo
815a70b8ee
NEWS: Add newlines to make AsciiDoc realize these are lists.
2007-05-02 11:41:49 +03:00
Kalle Olavi Niemitalo
e4122eee36
NEWS: shorten, reformat, and sort by severity
2007-05-02 11:30:33 +03:00
Kalle Olavi Niemitalo
0c9b740b60
NEWS: updates to bugs 691, 725, 788, 790
2007-05-02 09:43:01 +03:00
Kalle Olavi Niemitalo
e077486e4d
NEWS: finished scan of bugzilla.elinks.cz
2007-05-01 23:45:30 +03:00
Kalle Olavi Niemitalo
6b2ef468dc
NEWS: sync from 0.11.3.GIT ( 705f8d549f
)
2007-05-01 17:54:46 +03:00
Kalle Olavi Niemitalo
a14b830722
Bug 947, NEWS: The option is wrap_nbsp, not wrap_html.
2007-05-01 13:54:57 +03:00
Kalle Olavi Niemitalo
341d54151f
Debian bug 380347: Prevent a buffer overflow in entity_cache.
2007-05-01 11:23:25 +03:00
Kalle Olavi Niemitalo
8b010bb27d
NEWS: mention bug 816
2007-04-29 23:33:23 +03:00
Kalle Olavi Niemitalo
65fbb90413
NEWS: mention bugs 928, 947
2007-04-26 23:53:39 +03:00
Kalle Olavi Niemitalo
976f06ddf8
ELinks 0.13.GIT.
...
There is a now separate elinks-0.12 branch for the upcoming 0.12.0 release.
2007-04-22 19:50:15 +03:00
Kalle Olavi Niemitalo
2f25d3e57c
Bug 712, ssl_set_no_tls: Disable TLS protocols for GnuTLS too.
...
And log this in NEWS, although that may have to be reverted later if
it turns out this change just hides a real bug elsewhere in ELinks.
2007-04-21 13:58:20 +03:00
Kalle Olavi Niemitalo
689d80fada
NEWS: Clarify that these are bug numbers.
...
This will let the elinks-web tree link to the bugs automatically.
2007-04-16 22:49:35 +03:00
Kalle Olavi Niemitalo
dffdb9fdda
NEWS: ELinks 0.11.3 was released.
2007-04-16 20:07:32 +03:00
Kalle Olavi Niemitalo
663f9ecfcf
NEWS: mention bug 945
2007-04-15 02:22:11 +03:00
Kalle Olavi Niemitalo
13d00f8049
NEWS: Moved Tiny C Compiler advice to a separate file.
2007-04-14 16:53:25 +03:00
Kalle Olavi Niemitalo
3308e41c31
NEWS: List release dates, from mailing list announcements.
2007-04-14 12:31:09 +03:00
Kalle Olavi Niemitalo
753e2c405c
NEWS update
2007-04-12 01:05:31 +03:00
Kalle Olavi Niemitalo
253f55b222
NEWS: Mark Tiny C Compiler support experimental because of many problems.
2007-04-09 16:38:13 +03:00
Kalle Olavi Niemitalo
e92e5a4827
NEWS update
2007-04-09 12:35:55 +03:00
Kalle Olavi Niemitalo
9f64320a3b
NEWS rearrangements
2007-04-07 00:01:56 +03:00
Kalle Olavi Niemitalo
4b754b33e6
NEWS: Sync from 0.11.2.GIT commit 452d4c0f61
.
2007-04-06 14:33:57 +03:00
Kalle Olavi Niemitalo
d093704166
NEWS: Number the future releases.
2007-04-05 11:08:00 +03:00
Kalle Olavi Niemitalo
89e86bfe29
NEWS: Bug 880 and the SMJS exit segfault have been fixed in 0.11.2.GIT too.
2007-04-05 11:06:34 +03:00
Kalle Olavi Niemitalo
00c9f28d92
NEWS: sync from Git
2007-04-04 01:02:23 +03:00
Kalle Olavi Niemitalo
f0e7bb81df
NEWS: Document the upcoming 0.11.3 changes.
...
Extracted from NEWS of commit 74799c60b2
in ELinks 0.11.2.GIT.
2007-04-01 15:32:42 +03:00
Kalle Olavi Niemitalo
4f13bd7046
NEWS: Document the 0.11.1 and 0.11.2 releases.
...
Extracted from NEWS of commit d5d918e26b
in ELinks 0.11.2.GIT.
2007-04-01 15:16:15 +03:00
Kalle Olavi Niemitalo
4011a37b8f
NEWS: Comment out the parts that shouldn't be in release.html.
2007-02-21 10:51:21 +02:00
Kalle Olavi Niemitalo
944566c00e
NEWS: Local CGI is not new.
...
Pointed out by Witek.
2007-02-18 17:04:07 +02:00
Kalle Olavi Niemitalo
21b197c5e5
NEWS: Mention when pasting from GNU screen clipboard was reverted.
2007-02-17 14:19:46 +02:00
Kalle Olavi Niemitalo
014ab5e1ba
NEWS: Mention bugs 779 and 781, from Bugzilla.
2007-02-17 14:16:03 +02:00
Kalle Olavi Niemitalo
c64f1c84dc
NEWS: Temporarily mention bug 794.
2007-02-12 01:12:03 +02:00
Kalle Olavi Niemitalo
763f03f146
get_clipboard_text: Disable pasting from GNU Screen's clipboard.
2007-02-11 20:56:41 +02:00
Kalle Olavi Niemitalo
aa40452a68
Add some bug numbers to NEWS.
2007-02-11 01:27:49 +02:00
Kalle Olavi Niemitalo
99827ceee4
NEWS: Changing colors in plain text has been reverted.
...
Reported by Witek.
2007-01-24 00:48:29 +02:00
Kalle Olavi Niemitalo
fe48c9d660
Some more NEWS from Bugzilla.
2007-01-22 23:34:12 +02:00
Kalle Olavi Niemitalo
d8e8e706d6
NEWS update
2007-01-01 18:58:02 +02:00
Kalle Olavi Niemitalo
bb04bd6a4a
Lots of NEWS. All important and many unimportant changes are listed.
...
More work will be needed before the release to shorten this list so
that users will actually bother to read it.
2007-01-01 15:55:10 +02:00
Jonas Fonseca
e117e41f99
List native FSP protocol, SEE ecmascript and crappy RSS renderer under NEWS
2006-01-22 06:20:58 +01:00
Jonas Fonseca
5e4e13286c
'ELinks now' becomes 'ELinks (Elated)'
2006-01-01 17:36:29 +01:00
Jonas Fonseca
fbff2505f3
Mention Miciahs spiffy SMJS scripting interface
2005-12-31 23:44:32 +01:00
Jonas Fonseca
1812e20212
Add simple AsciiDoc markup to NEWS and rework a few entries
2005-10-21 03:38:26 +02:00
Jonas Fonseca
2008f37655
Mention the new build system
2005-09-28 22:58:59 +02:00
Jonas Fonseca
0827ec61c7
Update NEWS with 0.10.6 release and GIT move
2005-09-18 02:02:02 +02:00
Jonas Fonseca
a7e8926622
Move notice of GNUTLS >= 1.2 requirement to NEWS file
2005-09-17 11:54:14 +02:00
Petr Baudis
9e61cbfb49
NEWS items aren't complete sentences, so remove trailing fullstops
...
and stuff
2005-09-17 03:24:04 +02:00
Petr Baudis
104969d00c
The list of recent changes is available thru gitweb
2005-09-17 03:21:46 +02:00
Petr Baudis
0f6d4310ad
Initial commit of the HEAD branch of the ELinks CVS repository, as of
...
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00