1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-08-27 22:04:50 -04:00
Commit Graph

14 Commits

Author SHA1 Message Date
Jonas Fonseca
98e51edde0 Don't contaminate CFLAGS with stuff from RUBY_CFLAGS 2006-01-20 16:17:09 +01:00
Jonas Fonseca
2748d043f9 Autogenerate .vimrc files and put the master in config/vimrc
This changes the init target to be idempotent: most importantly it will now
never overwrite a Makefile if it exists. Additionally 'make init' will
generate the .vimrc files. Yay, no more stupid 'added fairies' commits! ;)
2006-01-15 18:38:58 +01:00
Laurent MONIN
202965d338 CONFIG_WIN32 -> CONFIG_OS_WIN32 2006-01-11 20:10:27 +01:00
Laurent MONIN
b6ccfc0e07 CONFIG_OS2 -> CONFIG_OS_OS2 2006-01-11 20:10:26 +01:00
Laurent MONIN
76751d1935 2006-01-11 14:10:51 +01:00
Miciah Dashiel Butler Masters
ec6e7c9044 Drop a useless and nonstandard -e from the echo in EL_LOG_CONFIG. 2005-12-26 10:37:32 +00:00
Jonas Fonseca
9bc71ec8a9 Retire the SEE-based *.js scripting backend 2005-12-19 01:22:32 +01:00
Russ Rowan
ec5d74d262 Don't color the feature log. 2005-12-15 16:03:15 -05:00
Russ Rowan
e057bad11a Colorize the feature summary. 2005-12-15 05:14:34 -05:00
Jonas Fonseca
0ba773e7a5 Add the basics for _browser_ (ecma)scripting ELinks with SEE
SEE is David Leonard's Simple Ecmascript Engine.  The SEE scripting backend
is very raw and not tested very much. The idea was to see what kind of
creature SEE is (and contradict pasky's aired opinion that no new features
are added anymore ;).

echo 'function goto_url() { return 'localhost'; }' > ~/.elinks/hooks.js
and get local for maximum security ...

FYI: SEE is smaller than Spidermonkey but doesn't have the same kind of
data-driven interface, although it looks like it is possible to build that.
2005-10-20 20:38:01 +02:00
Jonas Fonseca
4f57cd0c6f Make some of the AC_SUBST() variables implicit 2005-10-03 00:50:16 +02:00
Jonas Fonseca
5b67102f62 Oops, generate CATALOGS again. 2005-10-01 17:38:07 +02:00
Jonas Fonseca
799529476c Drop unused substituted variables
Drop a lot of the gettext generated variables which are never used.
2005-10-01 17:09:49 +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