1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-17 01:16:16 -04:00
Commit Graph

2685 Commits

Author SHA1 Message Date
Kalle Olavi Niemitalo
d18fc9f33d Add contrib/mkdist, used for making ELinks snapshots and releases.
This is the mkdist to which doc/release.txt refers.
The script was originally written by Pasky and then modified by Fonseca.
This version doesn't know the correct directory names and so won't work
without modifications, but it seems better to check it in now than wait.
2007-05-20 14:04:20 +02:00
Witold Filipczyk
86523110d8 DOM: Part of Node properties defined. 2007-05-19 23:16:26 +02:00
Witold Filipczyk
688ca8cf31 ECMAScript: evaluating onclick, onsubmit etc. done in the right way.
Scripts such as onsubmit are called as a function not as a script.
2007-05-19 20:54:08 +02:00
Witold Filipczyk
a29ef8600c DOM: SEE in not supported yet. 2007-05-19 20:43:41 +02:00
Witold Filipczyk
e887efc611 onsubmit: Reverted commit fa93d05b7e.
I don't remember why I cleared "returns", but it doesn't work
with www.hypermedia.pl/altkom/ and probably with many more sites.
2007-05-19 18:47:20 +02:00
Witold Filipczyk
6da89f7acc DOM: Definition of attribute callback. 2007-05-16 21:26:07 +02:00
Witold Filipczyk
e53f3b2c99 DOM: Added add_document_callback and redefined the other callbacks. 2007-05-16 21:21:52 +02:00
Witold Filipczyk
c6a8822926 shadow: Draw transparent shadow like Turbo Vision. 2007-05-16 13:42:36 +02:00
Witold Filipczyk
29bfa86d5d DOM: Added a placeholder for cleaning html_data. 2007-05-13 20:14:43 +02:00
Witold Filipczyk
5626d6499f DOM: Added the html_data field to the struct dom_element_node.
html_data will be used by the future renderer.
2007-05-13 19:58:11 +02:00
Witold Filipczyk
9edc009c10 DOM: Added callbacks when adding an element or an attribute. 2007-05-13 19:46:39 +02:00
Witold Filipczyk
d6c844288a DOM: Node_finalize and done_dom_node_ecmascript_obj.
There should be no dangling pointers to ecmascript_obj.
TODO: Pointer to the root node is needed for performance.
2007-05-13 14:32:33 +02:00
Witold Filipczyk
26966b85bd DOM: Added DOM2-HTML stubs. 2007-05-12 22:26:30 +02:00
Witold Filipczyk
afae921507 DOM: added enums for DOM2-HTML.
Redefined also enums for DOM3-Core in such a way that none of enums
has positive value.
2007-05-12 15:15:23 +02:00
Witold Filipczyk
2252f8d8a9 DOM SpiderMonkey: Typos. 2007-05-10 21:09:45 +02:00
Witold Filipczyk
df573e56e3 DOM: SpiderMonkey's DOM implementation started.
Added placeholders of functions and properties.
2007-05-10 21:04:07 +02:00
Witold Filipczyk
a2f18bb6fc deflate: Used -MAX_WBITS instead of hard coded -15. 2007-05-08 15:28:33 +02:00
Witold Filipczyk
d09334df72 cgi: Set HTTP_ACCEPT_ENCODING. 2007-05-08 09:35:04 +02:00
Witold Filipczyk
f2859f529e encoding: added deflate.
Based on the bzip2 backend. It works (checked with the lighttpd and the PHP
zlib.deflate filter).
2007-05-05 18:57:47 +02:00
Witold Filipczyk
c364abd748 bug 949: Stupid, but works.
Previously object_unlock in push_delete_button_common caused an assertion
failure.
2007-05-02 17:48:06 +02:00
Witold Filipczyk
0f2a24229f bug 949: call done_download_display. 2007-05-02 17:31:40 +02:00
Witold Filipczyk
98450fad79 bug 949: do not remove the downloaded file on abort. 2007-05-02 16:59:41 +02:00
Witold Filipczyk
31768f129a bug 949: Abort button works. 2007-05-02 09:29:39 +02:00
Witold Filipczyk
d26410d0ff bug 397: It works for download_manger. I hope this don't break anything. 2007-05-01 22:07:33 +02:00
Jonas Fonseca
fde144f117 Update source path reference to SGML+DOM 2007-05-01 20:37:55 +02:00
Jonas Fonseca
a3d75eb47e Remove TODO about sane texinfo documentation handling 2007-05-01 20:37:50 +02:00
Jonas Fonseca
910087ff13 Make non-standard pluginspage attribute to embed hyperlinkable
Appears on page reachable from links on
http://www.gilbertogil.com.br/sec_discografia_view.php?id=17
2007-05-01 20:37:08 +02:00
Laurent MONIN
d5acb25a08 Prevent internal errors when terminal width or height are very small
(1x1 was fatal).
2007-05-01 20:37:03 +02:00
Laurent MONIN
81ae381d6a French translation was updated. 2007-05-01 20:36:59 +02:00
Laurent MONIN
e1332c29ce Insert newlines and remove parenthesis in -version and Info box display. 2007-05-01 20:36:49 +02:00
Laurent MONIN
6bed8f1503 Fix trailing whitespaces 2007-05-01 20:36:04 +02:00
Laurent MONIN
c496a7eaf6 Enhance version and features display. Wrap on spaces when features
are sent to console using -version, and let Info dialog do the job in
interactive mode.
2007-05-01 20:32:52 +02:00
Laurent MONIN
9a1ba01947 Minor fix in french translation. 2007-05-01 20:32:48 +02:00
Laurent MONIN
cc0dcc134b French translation was updated: make --help output cleaner. 2007-05-01 20:32:42 +02:00
Kalle Olavi Niemitalo
75dbfdb7e2 ELinks 0.13.GIT.
There is a now separate elinks-0.12 branch for the upcoming 0.12.0 release.
2007-05-01 20:32:38 +02:00
Kalle Olavi Niemitalo
1c9165e931 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-05-01 20:28:27 +02:00
Kalle Olavi Niemitalo
715aa89291 AUTHORS: add Simon Josefsson 2007-05-01 20:28:23 +02:00
Simon Josefsson
8c53b32be7 Use gnutls_set_default_priority.
Thereby enabling TLS 1.2 on GnuTLS versions that support it.
2007-05-01 20:28:18 +02:00
Kalle Olavi Niemitalo
e2f26e45f8 l_pipe_read: Don't leak the old block if mem_realloc fails. 2007-05-01 20:28:12 +02:00
Kalle Olavi Niemitalo
5e17321b30 lua-scripting: Revised examples for Lua 5.0. And other updates.
Use admonishment elements, especially WARNING for insecure temporary files.
Don't say anything about enabling system functions.
Linuxgames.com no longer uses <CENTER>.
AppWatch.com was shut down on 2001-08-31.
2007-05-01 20:28:07 +02:00
Kalle Olavi Niemitalo
128786eade NEWS: Clarify that these are bug numbers.
This will let the elinks-web tree link to the bugs automatically.
2007-05-01 20:28:02 +02:00
Kalle Olavi Niemitalo
16369e0e01 NEWS: ELinks 0.11.3 was released. 2007-05-01 20:27:57 +02:00
Jonas Fonseca
7786bea642 release.txt: Also remember to update download.html 2007-05-01 20:27:52 +02:00
Kalle Olavi Niemitalo
720793cf97 NEWS: mention bug 945 2007-05-01 20:27:21 +02:00
Kalle Olavi Niemitalo
b195975a27 Bug 945: Don't crash if the error message is not a string. 2007-05-01 20:27:16 +02:00
Kalle Olavi Niemitalo
5bb57feca8 lua_console_hook must return "goto_url", not "goto-url". 2007-05-01 20:27:11 +02:00
Kalle Olavi Niemitalo
81d5084b50 Updated Lua scripting document.
Use the http: AsciiDoc macro instead of link:http:.
Identify the supported version of Lua.  Mention the related bug 742.
"Help | About" nowadays groups scripting backends under "Scripting".
Document proxy_for_hook.
The enable_systems_functions function has been removed.
The setlocale function is nowadays called os.setlocale, and it does
affect the operation of ELinks.
The execute function does not return the exit code.
Document tmpname, edit_bookmark_dialog, xdialog, set_option, get_option.
Document elinks_home.

However, I did not update the example Lua scripts.
2007-05-01 20:27:05 +02:00
Kalle Olavi Niemitalo
05b154e6c6 NEWS: Moved Tiny C Compiler advice to a separate file. 2007-05-01 20:25:22 +02:00
Kalle Olavi Niemitalo
e02949cd13 NEWS: List release dates, from mailing list announcements. 2007-05-01 20:24:50 +02:00
Laurent MONIN
31a474576b Fix a typo. 2007-05-01 20:24:46 +02:00