Witold Filipczyk
c39887cd86
[NEWS] 0.16.1.1
2023-05-01 10:45:22 +02:00
Witold Filipczyk
0e02243f33
[po] updated POTFILES. Refs #230
2023-05-01 10:41:46 +02:00
Witold Filipczyk
d8eb2bbb56
[NEWS] Info about 0.16.1
2023-04-30 15:29:48 +02:00
Witold Filipczyk
38634bc9b3
[tables] Lower HTML_MAX_ROWSPAN. Refs #222
2023-04-30 14:19:58 +02:00
Witold Filipczyk
98dc190cf1
[meson] Added boolean options apidoc, htmldoc and pdfdoc. Default enabled
...
If these options are false, the given part of documentation is not built.
On slower machines it takes some time to generate apidocs or manual.pdf.
2023-04-30 14:19:08 +02:00
Witold Filipczyk
b4d0676745
[test] Added gettext files for mailcap tests. Refs #218
2023-04-29 08:21:11 +02:00
Witold Filipczyk
b0001cae7d
[uri] Encode only bytes with highest bit set. Refs #226
...
It is not good, but before it was worse.
Characters like ? and = were encoded.
2023-04-28 17:58:54 +02:00
Witold Filipczyk
c5a0cc3cba
[uri] Introduced function encode_uri_string_percent. Refs #221
...
This function is similar to encode_uri_string, but does not
encode percents.
2023-04-28 17:57:52 +02:00
Witold Filipczyk
a04c8d1091
[link] Convert href for anchor to terminal codepage, usually utf-8. Refs #221
2023-04-28 17:57:01 +02:00
Страхиња Радић
95e6d32287
po/sr.po: Update translation
...
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2023-04-26 20:58:05 +02:00
Witold Filipczyk
aa1767e2dd
[test] Removed gettext from dependencies. Refs #218
2023-04-25 17:47:01 +02:00
Witold Filipczyk
852ca5f993
[meson] Added docdir option. Refs #224
...
By default docdir is $prefix/share/doc/elinks
2023-04-25 17:36:41 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy)
0eeeb7e019
Install txt, pdf, html docs in $prefix/share/doc/elinks
2023-04-25 17:35:32 +02:00
Witold Filipczyk
44f979ffb6
[meson] Check for git availability. Refs #47
2023-04-25 17:34:38 +02:00
Witold Filipczyk
a373c30a6a
[blockquote] return in case of realloc failure
2023-04-25 17:33:21 +02:00
Witold Filipczyk
5e2610b691
[blockquote] Count also blockquote_level and margin while realloc lines. Refs #214
2023-04-25 17:32:36 +02:00
Witold Filipczyk
61f6c2a299
[html] Added section element. Refs #207
2023-04-25 17:28:51 +02:00
Arjun Shankar
38342dd718
configure: Fix an "implicit int" warning
...
configure defines a main function without a return type, leading to a
-Wimplicit-int warning (enabled by default in C99 and later dialects).
This commit fixes that.
2023-04-25 17:27:37 +02:00
Witold Filipczyk
598c4deabc
[test] Strange endif . Refs #203
2023-04-25 17:26:00 +02:00
Witold Filipczyk
5b51f9621c
[NEWS] Info about 0.16.0
2022-12-25 19:17:02 +01:00
Witold Filipczyk
25515d707a
[xterm] If TERM environment variable starts with "xterm", then it is xterm.
...
For ssh sessions.
2022-12-17 10:31:42 +01:00
Witold Filipczyk
2cb2da87f2
[docker] Really static
2022-12-03 15:38:26 +01:00
Witold Filipczyk
dbd6f46738
[NEWS] 0.16.0rc1
2022-12-03 12:03:59 +01:00
Witold Filipczyk
4689339040
[po] updated
2022-12-02 15:47:44 +01:00
Witold Filipczyk
8797e2a5da
[docker] jobs (nproc-1) for js version, due to low amount of memory
2022-12-02 14:26:22 +01:00
Witold Filipczyk
6052d0a6c3
[docker] build libxml++ by meson
2022-12-02 12:14:14 +01:00
Witold Filipczyk
5540ccc950
[docker] -Dtre=true for alpine
2022-12-01 20:35:48 +01:00
Witold Filipczyk
ab316a51a1
[docker] nproc for make
2022-12-01 18:12:44 +01:00
Witold Filipczyk
6708d1d843
[docker] build file for js version
2022-12-01 18:03:29 +01:00
Witold Filipczyk
6adcaadd62
[docker] files for build static binary
2022-12-01 16:58:47 +01:00
Witold Filipczyk
8c6d8d3529
[docker] updated files for djgpp
2022-11-30 16:06:58 +01:00
Witold Filipczyk
f03d1ea44d
[meson] Do not build test programs by default
...
If you want run tests, pass -Dtest=true to meson
and run "meson test" at the end.
2022-11-30 10:17:49 +01:00
Witold Filipczyk
c18525f481
[dump] goto next_iteration instead of continue.
2022-11-28 09:13:48 +01:00
Witold Filipczyk
023991e5c5
[dump] Check for end of link at the end of loop, not at the begining (off by one). Refs #198
2022-11-28 08:32:02 +01:00
Witold Filipczyk
8e619e4d02
[dump] Small optimisation. Refs #198
2022-11-27 19:51:59 +01:00
Witold Filipczyk
8ac424f01b
[dump] Added document.dump.terminal_hyperlinks option . Refs #198
2022-11-27 19:39:34 +01:00
Witold Filipczyk
5eb6abc03a
[meson] explicit check for run_command
2022-11-25 17:53:36 +01:00
Witold Filipczyk
081d95395f
[ecmascript] Simpler code
2022-11-23 16:31:20 +01:00
Witold Filipczyk
af190c57cc
[ecmascript] Treat document.write in <head> as new document.
2022-11-23 16:15:42 +01:00
Witold Filipczyk
3c8e625956
[exmode] Allow spaces after semicolon. Refs #196
2022-11-23 08:14:03 +01:00
Witold Filipczyk
4d1d4f173d
[exmode] ; is delimiter for macro commands . Refs #196
...
For example:
set macro.0 = "set ui.show_title_bar = 0;set ui.show_status_bar = 0;redraw"
2022-11-22 19:07:34 +01:00
Witold Filipczyk
294732babc
[test] compilation fixes
2022-11-21 19:09:50 +01:00
Witold Filipczyk
f73503cb7a
[meson] Do not build mailcap test when mailcap is not enabled
2022-11-21 18:01:33 +01:00
Witold Filipczyk
3d208c3135
[headers] Check for sys/kd.h
2022-11-21 16:51:40 +01:00
Witold Filipczyk
b9910df99d
[xml] Do not assume utf-8.
...
document_write4.html does not display utf-8
2022-11-21 16:36:49 +01:00
Witold Filipczyk
c9fe1bf546
[xml] Force "utf-8" encoding.
...
It is a step backwards. At least test cases for document.write don't crash.
2022-11-20 20:24:29 +01:00
Witold Filipczyk
df28d4345b
[ecmascript] Random fixes
2022-11-20 18:09:53 +01:00
Witold Filipczyk
865f3fa0d0
[ecmascript] Rewritten document.write
...
spidermonkey segfaults on test/ecmascript/document_write.html
quickjs and mujs do not.
2022-11-19 19:24:15 +01:00
Witold Filipczyk
7d8e92703b
Merge branch 'master' into write
2022-11-18 16:45:00 +01:00
Witold Filipczyk
2ad19e7e95
[mujs] replaceWith
2022-11-18 16:43:16 +01:00