Imported Upstream version 3.0.4.1
Axel Beckert
8 years ago
5 | 5 |
user. For a history of changes in full detail, see our Mercurial repository
|
6 | 6 |
at http://hg.dillo.org/dillo
|
7 | 7 |
|
8 | |
dillo-3.0.4.1 [not released yet]
|
|
8 |
dillo-3.0.4.1 [December 24, 2014]
|
9 | 9 |
|
10 | 10 |
+- Avoid a corner case segfault when no search URL is found in dillorc.
|
11 | 11 |
Patch: Sebastian Geerken, Jorge Arellano
|
12 | 12 |
+- Fix linking problem with fltk-1.3.3 and fl_oldfocus.
|
13 | |
Patch: Jorge Arellano Cid
|
|
13 |
- Don't follow redirections or meta refresh in --local mode.
|
|
14 |
Patches: Jorge Arellano Cid
|
14 | 15 |
+- Don't load background images in --local mode.
|
15 | 16 |
- Make sure window is resizable with fltk-1.3.3.
|
16 | 17 |
Patches: Johannes Hofmann
|
0 | |
.TH dillo 1 "November 5, 2012" "" "USER COMMANDS"
|
|
0 |
.TH dillo 1 "December 20, 2014" "" "USER COMMANDS"
|
1 | 1 |
.SH NAME
|
2 | 2 |
dillo \- web browser
|
3 | 3 |
.SH SYNOPSIS
|
|
43 | 43 |
Display this help text and exit.
|
44 | 44 |
.TP
|
45 | 45 |
\fB\-l\fR, \fB\-\-local\fR
|
46 | |
Don't load images or stylesheets for these URL(s).
|
|
46 |
Don't load images or stylesheets, or follow redirections, for these FILEs or
|
|
47 |
URLs. This is intended for use with HTML email.
|
47 | 48 |
.TP
|
48 | 49 |
\fB\-v\fR, \fB\-\-version\fR
|
49 | 50 |
Display version info and exit.
|
229 | 229 |
"<tr>\n"
|
230 | 230 |
" <td bgcolor='#CCCCCC'>\n"
|
231 | 231 |
" <h4>Release overview</h4>\n"
|
232 | |
" ?????? ??, 2014\n"
|
|
232 |
" December 24, 2014\n"
|
233 | 233 |
"<tr>\n"
|
234 | 234 |
" <td bgcolor='#FFFFFF'>\n"
|
235 | 235 |
" <table border='0' cellspacing='0' cellpadding='5'>\n"
|
|
241 | 241 |
"<li> for linking with the recently-released fltk-1.3.3\n"
|
242 | 242 |
" (we don't use <tt>fl_oldfocus</tt> anymore).\n"
|
243 | 243 |
"<li> to make sure that windows are resizable with fltk-1.3.3.\n"
|
244 | |
"<li> not to load background images in <tt>--local</tt> mode (security).\n"
|
|
244 |
"<li> not to load background images, or follow redirections or meta refresh,\n"
|
|
245 |
" in <tt>--local</tt> mode (security).\n"
|
245 | 246 |
"<li> to permit linking on OS X (remove our <tt>Fl_Printer</tt> stub).\n"
|
246 | 247 |
"<li> for a crash when searching from the address bar and no search urls are\n"
|
247 | 248 |
" found in dillorc.\n"
|
89 | 89 |
{"-h", "--help", 0, DILLO_CLI_HELP,
|
90 | 90 |
" -h, --help Display this help text and exit."},
|
91 | 91 |
{"-l", "--local", 0, DILLO_CLI_LOCAL,
|
92 | |
" -l, --local Don't load images or stylesheets for these "
|
93 | |
"URL(s)."},
|
|
92 |
" -l, --local Don't load images or stylesheets, or follow\n"
|
|
93 |
" redirections, for these FILEs or URLs."},
|
94 | 94 |
{"-v", "--version", 0, DILLO_CLI_VERSION,
|
95 | 95 |
" -v, --version Display version info and exit."},
|
96 | 96 |
{"-x", "--xid", 1, DILLO_CLI_XID,
|