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

Deleted remainders of SEE.

(cherry picked from commit fe83703714)
This commit is contained in:
witekfl 2011-05-14 13:45:08 +02:00 committed by Kalle Olavi Niemitalo
parent a4d2cf5867
commit 3b8e36dd10
3 changed files with 1 additions and 3 deletions

View File

@ -83,7 +83,6 @@ PYTHON_LIBS = @PYTHON_LIBS@
RANLIB = @RANLIB@
RUBY_CFLAGS = @RUBY_CFLAGS@
RUBY_LIBS = @RUBY_LIBS@
SEE_CFLAGS = @SEE_CFLAGS@
SPARSE = @SPARSE@
SPIDERMONKEY_CFLAGS = @SPIDERMONKEY_CFLAGS@
SPIDERMONKEY_LIBS = @SPIDERMONKEY_LIBS@
@ -115,7 +114,6 @@ CONFIG_DEBUG = @CONFIG_DEBUG@
CONFIG_DOC = @CONFIG_DOC@
CONFIG_DOM = @CONFIG_DOM@
CONFIG_ECMASCRIPT = @CONFIG_ECMASCRIPT@
CONFIG_ECMASCRIPT_SEE = @CONFIG_ECMASCRIPT_SEE@
CONFIG_ECMASCRIPT_SMJS = @CONFIG_ECMASCRIPT_SMJS@
CONFIG_EXMODE = @CONFIG_EXMODE@
CONFIG_FASTMEM = @CONFIG_FASTMEM@

1
NEWS
View File

@ -19,6 +19,7 @@ To be released as 0.12pre6 or 0.12rc1.
* minor bug 1113: Fix a small memory leak if a mailcap file is malformed.
* minor bug 1114: Decode SGML entities and NCRs only once in link/@title
and other attributes.
* Dropped support for SEE
Bugs that should be removed from NEWS before the 0.12.0 release:

View File

@ -225,7 +225,6 @@ INCLUDE_PATH = @api_srcdir@
INCLUDE_FILE_PATTERNS =
PREDEFINED = "LIST_OF(element_T)=element_T list" \
CONFIG_ECMASCRIPT \
CONFIG_ECMASCRIPT_SEE \
CONFIG_DEBUG \
CONFIG_UTF8 \
HAVE_VARIADIC_MACROS