1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

NEWS: prune some build fixes that were backported already

This commit is contained in:
Kalle Olavi Niemitalo 2007-05-04 11:26:34 +03:00 committed by Kalle Olavi Niemitalo
parent b4133183f1
commit d1fa336f7f

25
NEWS
View File

@ -73,7 +73,7 @@ Changes in cookies:
* enhancement: "Add server" button in the cookie manager
* enhancement 887: "Save" in the cookie manager now saves cookies even
if unmodified.
if unmodified
Changes in the user interface:
@ -147,15 +147,8 @@ Build system and compile-time errors (ignore if you don't build ELinks):
* bug 725: fix version checking for Ruby in 'configure'
* fixed some bugs about compiling outside the source directory
* don't use cmp -b, which FreeBSD doesn't support
* don't include <sys/param.h> for MIN and MAX because it may interfere
with CONFIG_IPV6 on Linux
* when the configure script cleans old object files, this no longer
causes it to loop
* use $(CPPFLAGS) rather than $(AM_CFLAGS)
* fix compilation under gcc 4.x. Backported from gentoo portage.
* include <sys/types.h> and fix compilation on an old PPC/Debian system
(bug 936 may be related)
* update SpiderMonkey configure check Debian compatibility
* enhancement: if make -k was used and a sub-Make fails, build the
rest before propagating
@ -170,7 +163,7 @@ Changes in the experimental ECMAScript support:
* enhancement: SEE ECMAScript backend, an alternative to SpiderMonkey
* enhancement: handling onsubmit
* workaround: window.open remembers the last few URLs and doesn't
reopen them when incremental rendering reruns the onload script.
reopen them when incremental rendering reruns the onload script
* enhancement: better handling of form.action assignments
* enhancement: form[x] looks up controls also by id, not only name
* enhancement: added document.location.href, input.selectedIndex,
@ -237,9 +230,18 @@ have already been considered.
dialog.
- (bugfix in SEE) Use frame->name instead of target avoiding
possible segfault.
* Already backported to a previous release:
* Already backported to a previous release but not listed there:
- (enhancement) Activate link only when onClick returns true.
Fixed bug 786 in ELinks 0.11.2.
- when the configure script cleans old object files, this no longer
causes it to loop. Commit 564b67883b189a05839bcd2a30d8d4c6eb89c66d
in ELinks 0.11.1.
- don't include <sys/param.h> for MIN and MAX because it may interfere with
CONFIG_IPV6 on Linux. Commit 63797ae9b331efd91be27512bd9d5b2e2ff74741
in ELinks 0.11.1.
- include <sys/types.h> and fix compilation on an old PPC/Debian
system (bug 936 may be related but was reported after the changes).
Commit 135a79a3c309af36cf963f1d3c34b07f296fa2f7 in ELinks 0.11.3.
* Reverted changes:
- (new feature) document.write, reverted in
2c087e52e74528a720621186b91880463e039d50
@ -282,6 +284,9 @@ have already been considered.
dialogs.
- (bitrot) Fix two warnings on Mac OS X.
- (enhancement) reduce warnings on gcc 4.2 snapshots
* don't use cmp -b, which FreeBSD doesn't support. This is commit
7a5f699a88c5fc89c510854b04702c16c30ece5a in src/dom/test/ which
is run only by "make test" rather than "make".
//////////////////////////////////////////////////////////////////////