mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
NEWS: prune some build fixes that were backported already
This commit is contained in:
parent
e1c59759a1
commit
dab6062347
25
NEWS
25
NEWS
@ -78,7 +78,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:
|
||||
|
||||
@ -152,15 +152,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
|
||||
@ -175,7 +168,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,
|
||||
@ -242,9 +235,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
|
||||
@ -287,6 +289,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".
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user