dillo
view ChangeLog @ 2369:87bcbdb88cb0
Backed out changeset fb9edbc20db0
As noticed by Alexander Voigt, this makes the "I'm feeling lucky" button
on google.com disappear.
back out inline-block support until this is resolved.
As noticed by Alexander Voigt, this makes the "I'm feeling lucky" button
on google.com disappear.
back out inline-block support until this is resolved.
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
|---|---|
| date | Sat Apr 07 19:02:18 2012 +0200 (5 weeks ago) |
| parents | 7dd022aa15ad |
| children |
line source
1 =============================================================================
2 Dillo project
3 =============================================================================
5 Here we list changes that are relatively significant and/or visible to the
6 user. For a history of changes in full detail, see our Mercurial repository
7 at http://hg.dillo.org/dillo
10 dillo-3.0.3 [not released yet]
12 +- Support for CSS display property
13 Patch: Johannes Hofmann
15 -----------------------------------------------------------------------------
17 dillo-3.0.2 [December 05, 2011]
19 +- Digest authentication
20 Patch: Justus Winter, corvid
21 +- text-transform property
22 - If not following redirection, show body of redirecting page.
23 - Middle click on stylesheet menu item opens in new tab/window.
24 - Improve handling of combining characters.
25 - Locale-independent ASCII character case handling (fixes Turkic locales).
26 Patches: corvid
27 +- Rework line breaking and fix white-space:nowrap handling.
28 Patch: Johannes Hofmann
29 +- Bind Ctrl-{PageUp,PageDown} to tab-{previous,next}.
30 Patch: Jeremy Henty
32 -----------------------------------------------------------------------------
34 dillo-3.0.1 [September 21, 2011]
36 +- Add preference for UI theme.
37 - Allow key bindings for paging left/right.
38 - Privacy -- never send cookies when making third-party requests, and
39 never accept cookies in the responses to these requests.
40 Patches: corvid
41 +- Add show_quit_dialog dillorc option.
42 Patch: Johannes Hofmann
44 -----------------------------------------------------------------------------
46 dillo-3.0 [September 06, 2011]
48 +- Ported Dillo to FLTK-1.3.
49 Patch: corvid, Johannes Hofmann, Jorge Arellano Cid
50 +- Rewrote the User Interface: much simpler design and event handling.
51 - Avoid double render after going Back or Forward (takes half the time now!).
52 - Added on-the-fly panel resize (tiny/small/medium and normal/small icons).
53 - Implemented a custom tabs handler (to allow fine control of it).
54 - Rewrote dw's crossing-events dispatcher (avoids redundant events).
55 - Fixed a years old bug: stamped tooltips when scrolling with keyboard.
56 - Allow multiple search engines to be set in dillorc, with a menu in the web
57 search dialog to select between them.
58 - Added an optional label to dillorc's search_url. Format: "[<label> ]<url>"
59 - Fixed a border case in URL resolver: empty path + {query|fragment} (BUG#948)
60 - Avoid a certificate dialog storm on some HTTPS sites (BUG#868).
61 - Cancel the expected URL after offering a download (BUG#982)
62 - Default binding for close-all changed from Alt-q to Ctrl-q.
63 - Default binding for close-tab changed from Ctrl-q to Ctrl-w.
64 - Add right_click_closes_tab preference (default is middle click).
65 - 'hide-panels' key action now hides the findbar if present, and toggles
66 display of the control panels otherwise.
67 - Removed 'large' option of panel_size preference.
68 - Remove 'fullscreen' key action.
69 - Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64)
70 - Lots of minor bug-fixes.
71 Patches: Jorge Arellano Cid
72 +- Remove --enable-ansi configure option.
73 - Limit saved cookie size.
74 - Allow binding to non-ASCII keys and multimedia keys.
75 - Enable line wrapping for <textarea>. (BUG#903)
76 - Wrap image alt text.
77 Patches: corvid
78 +- Add support for CSS adjacent sibling selectors.
79 - Collapse parent's and first child's top margin.
80 - Fix redraw loops and reenable limit_text_width dillorc option.
81 Patch: Johannes Hofmann
82 +- Default binding for left-tab changed to Shift-Ctrl-Tab.
83 Patch: Jeremy Henty
85 -----------------------------------------------------------------------------
87 dillo-2.2.1 [July 18, 2011]
89 +- Fix fullwindow start.
90 - Implemented "View source" as a dpi.
91 - Fix: vsource html, fix entities display, indentation.
92 - Accept application/xhtml+xml.
93 - Small caps support.
94 - Border-collapse, border-style properties.
95 - Removed gcc warnings for 64bit
96 Patches: Jorge Arellano Cid
97 +- Configurable User-Agent HTTP header.
98 Patch: Alexander Voigt, corvid
99 +- Include Accept header in HTTP queries.
100 - Work with libpng-1.4.
101 - Handle zero-width space.
102 - Fix segfault closing window from WM.
103 - Limit total number of cookies.
104 - Use the suffix/subdomain field in cookies.txt.
105 - Follow most specific matching rule in cookiesrc.
106 - Fix segfault with form inputs and repush for stylesheets.
107 - Handle white-space: pre-wrap and pre-line.
108 - Support for the word-spacing property.
109 - Fix segfault with https and self-signed certificates.
110 - Text-indent property.
111 Patches: corvid
112 +- Reintroduce bg_color dillorc option.
113 - Make Dillo compile with Clang.
114 - Fix Textblock flushing.
115 - Support !important in style attributes.
116 Patches: Johannes Hofmann
117 +- Implement line-height.
118 - Draw image maps when image not loaded.
119 Patches: Johannes Hofmann, corvid
120 +- Support @media rules.
121 - Implement media-conditional @import rules.
122 - Configure/Makefile cleanup.
123 - Fix meta refresh looping.
124 Patches: Jeremy Henty
126 -----------------------------------------------------------------------------
128 dillo-2.2 [Feb 11, 2010]
130 +- Added keybindings for scrolling.
131 - Help button and local help file.
132 Patches: corvid, Jorge Arellano Cid
133 +- Add support for multiple class names in CSS.
134 - Fix X11 coordinate overflows with huge borders.
135 - Improve CSS font parsing.
136 - Enable font face setting via <font> element.
137 - Ignore XML comment markers in CSS.
138 - Split up long lines in plain.cc to avoid X11 coordinate overflows.
139 - Fix user agent style for nested <ul>.
140 - Add support for CSS property list-style-position.
141 - Support border-width: thin | medium | thick.
142 - Fix CSS_SHORTHAND_DIRECTIONS case in CssParser.
143 - Add quirk to reset font properties in tables (fixes e.g. gmail).
144 Patches: Johannes Hofmann
145 +- Cleaned up system includes in dpid directory.
146 - Fixed CustProgressBox() for systems without weak symbols.
147 - Handle signed chars. Added dIsspace() and dIsalnum() to dlib.
148 - Added a_Dpip_get_attr_l() to DPIP's API.
149 - Changed the CCCs to build in one step (for both HTTP and DPI). This
150 is simpler and helps to avoid race conditions.
151 - Updated CCCwork.txt to the new scheme.
152 - Fixed a bug with OPTION element (it was parsing entities twice).
153 - Bugfix: remove the empty cache entry lingering after connection abort.
154 - Switched capi to use dlib's Dlist instead of a_List_* methods.
155 - Remove empty cache entries on Stop-button press and new link request!
156 - Fixed URL unescaping in the datauri DPI.
157 - Changed and reimplemented the DPI API.
158 * Fixed bugs and updated all DPI programs:
159 * Reimplemented the file dpi using select(). No pthreads-based anymore.
160 * Fixed ftp dpi: downloads, streamed transfer, error feedback.
161 * Fixed a bug in dillo with lingering cache entries.
162 * Made dpidc a C language program.
163 * Made the internal dsh implementation use unique functions for read/write.
164 * Removed the write/fwrite mix in DPIP.
165 * Made the DPIP API token-based. Packet assembling is coded inside DPIP!
166 * Several cleanups and more error handling sprinkled all over too.
167 Patches: Jorge Arellano Cid
168 +- Fix segfault from AREA when MAP is missing name attribute.
169 - Fix image map coordinates when margin/border/padding present.
170 - Handle stylesheet @charset.
171 - Fix cache segfault when cache entry removed.
172 - Split words that contain whitespace as numeric character references.
173 - Allow linebreaks around Chinese/Japanese characters.
174 - Fix segfault in Html_parse_doctype (BUG#918).
175 - Change exit code used for bad command line argument.
176 - By default, do not use proxy for localhost (BUG 921).
177 - Fix scrolling for text search.
178 - Added 'save' key action (not bound by default).
179 - Tooltips
180 - Fix segfault when radio button lacks name attribute.
181 - Enable popup menu below bottom of page content (BUG#856).
182 - Handle JPEGs with CMYK color space.
183 - Allow keysyms in keysrc.
184 - Explicitly check installation bindir for dpid (BUG 930)
185 - General cookies overhaul.
186 Patches: corvid
187 +- Support for the letter-spacing property.
188 Patch: Johannes Hofmann, corvid
189 +- Fixed a bug in w3c_mode. In fact it wasn't working at all.
190 - Improve stylesheet menu.
191 Patches: Jeremy Henty
192 +- Limit number of simultaneous connections (BUG 685).
193 Patch: Johannes Hofmann, Jorge Arellano Cid
195 -----------------------------------------------------------------------------
197 dillo-2.1.1 [Jul 3, 2009]
199 +- Add additional size checks for images.
200 Patch: Jorge Arellano Cid, Johannes Hofmann, corvid
201 +- Fixed a bug in parsing RGB color values (CSS).
202 - Added support for css colors of the form rgb(255, 255, 255).
203 - Assert that SimpleVector size is positive.
204 Patches: Johannes Hofmann
205 +- Removed redundant system includes.
206 - Added the "nop" keybinding (nop = NO_OPERATION; cancels a default hook).
207 - Added 'stop' key action (not bound by default).
208 - Fixed segfault when URL is NULL and dpis can't be found.
209 Patches: place (AKA corvid)
210 +- Reduced 'warning: ignoring return value of ...'
211 Patch: Michal Nowak, Jorge Arellano Cid
212 +- Check chdir() return code in Paths::init.
213 - Removed return from a_Nav_unref_buf()
214 - Do not build proto.c (file is empty); GCC warning
215 Patches: Michal Nowak
217 -----------------------------------------------------------------------------
219 dillo-2.1 [Jun 15, 2009]
221 +- Added ipv6 addresses iteration and ipv4 fallback.
222 Patch: James Turner, Jorge Arellano Cid
223 +- Added support for numeric IPv6 addresses entered into the url bar.
224 - Made the DNS resolver report in numeric address notation.
225 - Used the URL authority part instead of stripped default port in HTTP query.
226 - Fixed Bookmarks modify's HTML so it wraps nicely on handhelds.
227 Patches: Justus Winter
228 +- Implemented "search previous" in string searches.
229 Patch: João Ricardo Lourenço
230 +- Fix for file inputs without values (forms).
231 - Tuned input width a bit.
232 - Cleaned up resource embedding (forms)
233 - Made cookierc parsing more robust.
234 - Switched a_UIcmd_save() to take its URL from history (not location bar).
235 - Set prefs.vw_fontname as default font for the UI.
236 - Fix: recover page focus when clicking outside of a widget.
237 - Fixed a segfault bug in the test/ directory.
238 - Set middle click to submit in a new TAB. (Helps to keep form data!)
239 - Added support for the Q element. BUG#343
240 - Cleaned up Html_pop_tag().
241 - Ported the command line interface from dillo1
242 - Switched file dpi error messages to HTML.
243 - Added a right-click menu to form controls (show hiddens, submit, reset)
244 - Remove now-redundant generate_submit pref
245 - Added the "http_language" dillorc option for setting HTTP's Accept-Language.
246 - Refactored prefs.c to a much smaller size!
247 - Fixed a SEGFAULT bug on redirections without Location.
248 - Obey SELECT's size attribute.
249 - Replace image loading button and page menu option with a tools menu option.
250 - Implemented the "overline" text-decoration.
251 - Enhanced and cleaned up text decorations for SUB and SUP.
252 - Added "View Stylesheets" to the page menu.
253 - Remove standard_widget_colors dillorc option.
254 - Added dillo(1) man page.
255 - Proxy support for HTTPS.
256 - System config files have moved to sysconfdir/dillo/
257 - Add keysrc.
258 Patches: place (AKA corvid)
259 +- Switched SSL-enabled to configure.in (./configure --enable-ssl).
260 - Standardised the installation of dpid/dpidrc with auto* tools.
261 - Set the ScrollGroup as the resizable widget in downloads dpi.
262 - Cleaned up and normalized D_SUN_LEN usage.
263 - Fixed incorrect use of VOIDP2INT in Dialog_user_password_cb().
264 - Ensure that the dlib dStr* functions are used everywhere.
265 - Fixed a memory leak in Html_tag_open_link().
266 - Fixed a memory leak in Klist().
267 - Fix the comment for DLWin::del() (dpi/downloads.cc).
268 - Removed redundant caller NULL checks already in the API.
269 Patches: Jeremy Henty
270 +- Implemented Basic authentication!
271 Patch: Jeremy Henty, Jorge Arellano Cid
272 +- Added "-fno-rtti -fno-exceptions" to CXXFLAGS (reduces binary size).
273 Patch: Jorge Arellano Cid, place (AKA corvid)
274 +- Allowed compilation with older machines by removing a few C99isms.
275 - Added use of inttypes.h when stdint.h isn't found.
276 Patches: Dan Fandrich
277 +- Reduced warnings with gcc-4.3.
278 Patch: Thomas Orgis
279 +- Made the parser recognize "[^ ]/>"-terminated XML elements.
280 - Implemented basic CSS infrastructure.
281 - Brought in Sebastian's CSS parser from dillo-0.8.0-css-3.
282 - Read user style from ~/.dillo/style.css.
283 - Added support for descendant and child selectors.
284 - Improved CSS selector matching performance using hash tables.
285 - Support selector specificity.
286 - Add support for font-size and font-weight enum values.
287 - Added "font_max_size", "font_min_size" dillorc options.
288 - Add workaround for fltk bug #2062.
289 - Reduce number of styleEngine::style0() calls.
290 - Replace bg_color dillorc option.
291 - Remove text_color, link_color, and force_my_colors dillorc options.
292 - Fix CSS string parsing bug.
293 - Replace visited_color dillorc option.
294 - Add support for negative numbers in CSS parser.
295 - Fix allow_white_bg dillorc option.
296 - Load <style></style> content only if applicable.
297 - Allow negative values for specific CSS properties only.
298 - Disable negative margins for now as dw/* does not support them yet.
299 - Support CSS @import directive.
300 - Disable form widgets while stylesheets are loading.
301 - Fix image scaling on reload with border, margin, or padding > 0.
302 - Implement --xid command line option (used by claws mail client).
303 - Make tab expansion in plain text utf8 aware.
304 Patches: Johannes Hofmann
305 +- Updated the GPL copyright note in the source files.
306 Patch: Detlef Riekenberg
307 +- Implemented a close-tab button for the GUI.
308 Patch: João Ricardo Lourenço, Jorge Arellano Cid
309 +- Added the "middle_click_drags_page" dillorc option.
310 Patch: Jorge Arellano Cid, Thomas Orgis
311 +- Added configurable keybindings! (in ~/.dillo/keysrc)
312 Patch: Jorge Arellano Cid, Tim Nieradzik, place (AKA corvid)
313 +- Fixed a memory leak with DilloImage structures.
314 Patch: Johannes Hofmann, place (AKA corvid)
315 +- Set the File menu label to hide when the File menu-button is shown.
316 - Set a new iconv() test in configure.in.
317 - Allowed the rc parser to skip whitespace around the equal sign.
318 - Fixed the parser not to call Html_tag_close_* functions twice.
319 - Implemented loading of remote CSS Stylesheet.
320 - Made a big cleanup of cache.c WRT charset decoding (fixes bugs).
321 - Made an extensive cleanup/fixup of the whole image handling process.
322 - Implemented the tools button with a couple CSS options.
323 - Removed the nav.h dependency from html.cc
324 - Made the repush() operation more general and suited for CSS use.
325 - Fixed collapsing of whitespace entities in HTML mode.
326 - Updated the URL resolver to comply with RFC-3986.
327 - Fixed handling of META's content-type with no MIME type (e.g. only charset).
328 - Added support for a quoted URL in META refresh.
329 - Added instant client-side redirects (aka. zero-delay META refresh).
330 Patches: Jorge Arellano Cid
332 dw
334 +- Moved clicked from ButtonResource to Resource.
335 Patch: place (AKA corvid)
336 +- Cleaned up unused code in fltkviewbase.
337 Patch: Johannes Hofmann
338 +- Added lout/msg.h and normalized debug messages to use it.
339 Patch: Jorge Arellano Cid
341 -----------------------------------------------------------------------------
343 dillo-2.0 [Oct 14, 2008]
345 +- Ported Dillo from GTK1 to FLTK2.
346 - Ported a susbstantial part of the code from C to C++ (FLTK2 is in C++).
347 - Wrote a new library: Dlib. With "Dlib" Dillo doesn't need glib anymore.
348 - Ported all the code to Dlib.
349 - Fixed Http_must_use_proxy() to be case insensitive.
350 - Fixed some leaks and bugs in the cookies dpi.
351 - Made Dillo's UI Control Panel resizable on-the-fly.
352 - Implemented a new, simpler, dillorc parser.
353 - Added handling of "localhost" in file URIs.
354 - Fix: recognize "http://foo" and "http://foo/" as the same URL (BUG#497).
355 - Reimplemented the Concomitant Callback chains into a uniform scheme!
356 (two query branches and a single answer branch). It simplifies a lot the
357 former CCC paths and allows for easier error control.
358 - Added a new method for internally-generated urls: a_Cache_entry_inject().
359 - Switched the cache to use Dlib's Dstr for its data storage.
360 - Removed threads from IO. Now it only uses select-based watches.
361 - Reimplemented IO.c and dpi.c to use Dlib's Dstr as its main buffer.
362 - Turned Klist into a sorted list.
363 - Removed one data-copy stage in Html_write_raw().
364 - Switched gcc's "fmt..." syntax to ISO C __VA_ARGS__.
365 - Fixed Dillo and its dpis to work from "/tmp" (for easy device unmount).
366 - Simplified http.c by reusing the new non-blocking writes in IO.
367 - Reworked the capi API so cache is only accessable from capi.
368 - Rewrote the CCC's OpAbort handling.
369 - Rewrote the DNS API and the Dpid start code inside Dillo.
370 - Implemented Stop button to not only stop rendering but also networking.
371 - Fixed the problem of scrolling position (remember position in a page).
372 - Implemented a new scheme of scroll-position remembering. This is one per
373 visited page intead of one per url (this is more standard).
374 - Fixed a subtle bug in klist that was affecting IO.
375 - Fixed the position of the Bug Meter popup menu.
376 - Hooked vertical scrolling to the mouse wheel.
377 - Reimplemented plain.cc using a class, and hooked memory-release.
378 - Reimplemented html.cc using a class, removed the linkblock,
379 and hooked memory-release to dw destruction.
380 - Switched UI shortcuts from a global event handler to UI::handle.
381 - Bound Ctrl+Space to toggle fullscreen mode.
382 - Switched dillo to push a URL with fragment (anchor) into the stack.
383 - Added a workaround for a CCC reentrancy segfault.
384 - Bound FltkMultiLineTextResource to the html parser (TEXTAREA).
385 - Added code to ignore the first <P> after <LI>.
386 - Added a http_referer preference. See details in dillorc.
387 - Added a text placeholder: "[IMG]" for img_off mode.
388 - Fixed a SEGFAULT bug in http.c (handling of web->url).
389 - Fixed handling of #anchors with repush, and other operations.
390 - Implemented a_Dialog_choice5(). May be used by dpis and dillo.
391 - Improved parsing of collapsing white space.
392 - FTP dpi: Fixed algorithm bugs and improved the mime-type detector.
393 - CCC: added reentrancy control to the OpEnd and OpAbort operations.
394 - CCC: enhanced the debug function and implemented OpAbort for dpi.
395 - Hooked a decoder for text/plain with charset.
396 - Forbid dpi GET and POST from non dpi-generated urls.
397 - Cleaned up a_Url_new().
398 - Implemented tabbed browsing.
399 Patches: Jorge Arellano Cid
400 +- Connected signals to <li> elements (fixes links within lists).
401 - Enabled text, background-color, panel_size, geometry, fullscreen,
402 start_page, geometry offset, proxy_user and limit_text_width in preferences.
403 - Enabled clicking over image links.
404 - Improved notification upon leaving links.
405 - Implemented image-link URL showing in status bar.
406 - Added missing size-parsing for the <hr> element.
407 - Hooked "Activate" to the form_receiver.
408 - Connected the plain page context menu.
409 - Added code for the image menu and hooked it to dw2 signals.
410 - Hooked the page and link menus.
411 - Added a image-loading toggle button to the UI.
412 - Enabled hiding widgets of the control panel from dillorc.
413 - Added a save-directory preference (save_dir in dillorc).
414 - Fixed page-popup-menu to use the stack's top URL instead of base_url.
415 - Added the "static" qualifier where missing.
416 - Bound "Copy link location".
417 - Bound preliminar find text support.
418 - Added line numbers and enabled wrapping in the "View Source" window.
419 - Added HTTP-1.1's chunked transfer support!
420 - Made the stop button sensitive when loading an image.
421 - Added more statics in dpi, const in pixmaps, and removed redundant includes.
422 - Made cleanups in prefs (hiding local data/defs/symbols).
423 - Fixed a segfault in cookies.c when no .dillo directory exists.
424 - Added a MSG_HTTP for HTTP/1.1's warning headers.
425 - Added support for multi-line header fields.
426 - Added support for "charset" in the HTTP header field for Content-Type.
427 - Added support for progressive display of progressive jpegs.
428 - Fixed progressive display of interlaced pngs.
429 - Enabled colspan=0 in tables parsing.
430 - Fixed a memory leak in cookies.c
431 - Added "standard_widget_colors" preference. It allows a more stylish look.
432 - Fixed the return value of Cache_parse_multiple_field.
433 - Added the multipart/form-data encoding method to form submission.
434 - Fixed a bug in Html_parse_entity.
435 - Fixed a bug in a_Url_cmp.
436 - Fixed a bug in Cookies_parse_one. Set it to a single return point too!
437 - Added dStr_memmem() and dStr_printable() to dlib.
438 - Split Html_append_input() into smaller functions.
439 - Implemented ISINDEX.
440 - Added input image for FORMS.
441 - Added button for FORMS.
442 - Added nesting checks for BUTTON, SELECT and FORM.
443 - Fix: shape=default is the background in a client-side image map.
444 - Enabled client and server-side image maps.
445 - Switched Window::destroy to Window::delete, fixing side effects.
446 - Made zlib a configure requirement, and cleaned up configure.in.
447 - Fixed a segfault bug in Nav.c.
448 - Switched from charset to content-type for handling data.
449 - Moved charset decoding into cache.
450 - Implemented OBJECT as link (similar to FRAME).
451 - Enabled the file dpi to look inside gzipped files.
452 - Allowed form inputs outside the FORM element (it's in the standard).
453 - Fixed a segfault bug in VERBATIM mode.
454 - Made image inputs less of a special case by using x,y in ComplexButton.
455 - Made forms show their action URL upon enter/leave mouse events (safety).
456 - Fixed a memory leak in plain.cc.
457 - Switched from DEBUG_MSG to MSG.
458 Patches: place (AKA corvid)
459 +- Fixed a problem with locally-installed dpis.
460 - Added code for optional image loading (nice interface) very advanced!
461 - Added an experimental gzip decoder!
462 - Implemented "Load Images" in the page menu and cleaned up html.hh.
463 - Added shortcuts: PgDn=Spc, PgUp=b, Back=BackSpace, Forw=Shift+Backspace.
464 - Made a cleanup in cache's parse header code.
465 - Added support for "charset" in the META element.
466 - Added a_Capi_get_flags(). It requests a cache entry's status as flags.
467 - Switched URL_DATA type from char* to a dStr.
468 - Implemented the file input control for forms.
469 - Fixed data guesser to detect ASCII, LATIN1, UTF8, KOI8-R, CP-1251 as text.
470 Patch: place, Jorge Arellano Cid
471 +- Fixed a cookies-related dillo freeze bug happening at:
472 http://www.fltk.org/newsgroups.php?gfltk.general+v:24912
473 Patch: Andreas Kemnade, Jorge Arellano Cid
474 +- Fixed a va_list-related SEGFAULT on 64bit-arch in dStr_vsprintfa().
475 Added const declarations in html parser.
476 Patch: Vincent Thomasset
477 +- Fixed void to int conversions for 64bit-arch.
478 Patch: Jorge Arellano Cid, higuita
479 +- Set the url resolver to escape illegal chars instead of stripping.
480 Patch: Jorge Arellano Cid, Jeremy Henty
481 +- Added suport for old iconv() (const char** as 2nd arg).
482 Patch: Jorge Arellano Cid, Christian Kellermann
483 +- Added a strndup() replacement in dw2
484 Patch: Alexander Becher, Johannes Hofmann, Jorge Arellano Cid
485 +- Fixed calcHashValue() to only return non-negative numbers (was SEGFAULT).
486 - Improved scrolling performance on large pages by copying screen data
487 instead of rendering.
488 - Updated configure.in to check only for fltk2-config.
489 - Implemented drag-scrolling with the mouse's middle button.
490 - Disabled double buffering (good for debugging redraws).
491 - Switched dns.c from gethostbyname* to getaddrinfo (& removed libc5 code).
492 - Made "New browser window" inherit the panel style of its parent.
493 - Made TopGroup a PackedGroup, simplifying UI code and removing workarounds.
494 - Added a redraw(DAMAGE_HIGHLIGHT) call to Back, Forw and Stop buttons.
495 - Fixed a segfault bug when closing a bw under active networking.
496 - Removed the unused SPCBuf variable.
497 - Fixed a freeze-bug in IO.c where the IOwatch for reading was not removed.
498 Patches: Johannes Hofmann
499 +- Made progress bars resize automatically.
500 Patches: Johannes Hofmann, Jorge Arellano Cid
501 +- Improved FLTK library detection at configure time.
502 Patch: Frank Gevaerts
503 +- Bound Ctrl-R to reload.
504 - Made dialogs use font_factor (e.g. view source).
505 - Implemented the SELECT element in FORMS!
506 - Implemented MULTIPLE SELECT in FORMS.
507 - Fixed a memory leak in nav.c
508 !- html.cc cleanup (in progress). New classes, form API, source split.
509 - Fixed a bug in style caching.
510 Patches: Jeremy Henty
511 +- Added int32_t, EAI_NODATA and iconv tests for FreeBSD.
512 Patch: Thomas-Martin Seck
513 +- Made CTRL-l focus the location bar instead of popping up a dialog.
514 - Set key bindings with modifiers to work when alone only.
515 - Replaced the findtext dialog with an in-window widget!
516 Patches: Justus Winter
519 -----------------------------------------------------------------------------
520 dw
522 0.0.43
523 - Fixed bug in dw::core::ExtIterator (wrong mask, see also Jorge's
524 patch "createvar.diff" from Nov 08).
525 - Applied Jorge's patch for dw::core::AlignedTextblock
526 ("lists.diff" in mail from Nov 08).
527 - Applied Jorge's patch for dw::core::Textblock ("links.diff" in
528 mail from Nov 08).
529 - Applied Jorge's patch for configure.in ("conf.diff" in mail from
530 Nov 08).
531 - Renamed ExtIterator to DeepIterator.
532 - Implemented CharIterator (as an alternative to word iterators).
533 - Implemented text search (simple KMP based on CharIterator).
534 - Completed scrolling.
535 Patches: Sebastian Geerken
537 + Implemented drag scrolling with mouse's middle button.
538 - Enabled commented out partial image redraw, adding some checks.
539 - Enabled clipped redraws (avoids some flickering).
540 - Improvement: avoid complete redraws for child widget updates.
541 - Added code to really delete fltk2 widgets embedded in dw2.
542 - Fixed partial redraws and scrolling interference.
543 - Added combination of drawing rectangles into a larger one.
544 - Bug fix: a newly added rectangle may contain others.
545 - Made draw() check whether a rectangle is visible at drawing time.
546 - The background is now cleared properly on partial redraws.
547 - Made getWidgetAtPoint() a virtual method of widget and implemented a
548 custom one for TextBlock, reducing CPU usage on pages full of links.
549 - Added a style reference and an initialization to mustQueueResize.
550 - Replaced prepareCreateFltkWidget with an explicit call to add().
551 - Fixed an assertion-exit bug in DeepIterator.
552 - Fixed two viewport bugs: in drawing and scrolling.
553 - Made scrollbars really children of FltkViewport.
554 - Avoided multiple redraws when Layout::resizeIdle() queues itself.
555 - Set FltkViewBase::draw to intersect with view area for expose.
556 - Set cursor shape to CURSOR_MOVE on drag. Disabled drag over links.
557 - Added Layout::queueDrawExcept(), it reduces flickering by avoiding
558 a redraw when another rectangle is added.
559 - Fixed a scrollIdleId test to properly compare against -1.
560 - Set FltkPlatform::removeIdle to use removeRef() instead of remove().
561 - Cleaned up scroll code and moved updateCanvasWidgets() out of draw().
562 - Switched begin-end pairs with add() calls (fixes side-effect bugs!).
563 - Fixed checks in adjustScrollPos() to not allow wild values.
564 - Added double buffering for partial redraws!
565 - Implemented ComplexButton.
566 - Fixed find text so it works for phrases and PRE-wrapped text.
567 - Fixed a bug in DeepIterator::prev.
568 - Added the "lout" namespace.
569 - Reduced memory usage in 30% by reusing styles, reducing the size
570 of struct Content, and not preallocating in SimpleVector. !
571 - Made fontsTable and colorsTable static members of Font and Color.
572 - Moved highlighting information from struct Word into Textblock
573 to save memory.
574 - Reduced memory usage 10% with a custom memory handler in Textblock.
575 - Fixed a segfault when searching for single characters.
576 - Fixed memory leaks by s/delete/delete[]/ where necessary.
577 - Fixed three iterator memory leaks in Iterator::scrollTo().
578 - Changed DeepIterator to always clone its parameter (segfault bug).
579 - Implemented selection of multibyte glyphs (UTF-8).
580 - Removed the canvasWidgets list (fltk's children seem enough).
581 - Switched misc:assert() to the standard assert() call.
582 Patches: Johannes Hofmann
583 + Fixed a segfault-on-empty-strings bug in ConstString::hashValue.
584 - Fixed a segfault in reallocChildren (colspan/rowspan related).
585 - Fixed another assertion-exit bug in DeepIterator.
586 - Added the dw::fltk::ui::FltkMultiLineTextResource class.
587 - Implemented TEXTAREA using fltk::TextEditor.
588 - Bugfix: added the missing fltk::setfont calls before ::getwidth.
589 - Bugfix: initialized scrollIdleNotInterrupted variable.
590 - Commented out obsolete DEBUG_MSG lines in widget.cc.
591 - Fixed rowspan apportion when no single rowspan=1 row is found.
592 - Fixed allocateFltkWidget to handle and display FltkListResource.
593 - Fixed a slithery BUG in lout::misc::Stringbuffer.
594 - Implemented multiple item selection in FltkSelectionResource.
595 Patches: Jeremy Henty
596 + Added an extra argument in the link signals
597 (I recommended that instead of an array of image handlers --jcid)
598 - Aded an x_img camp to style (an image array index, like x_link).
599 - Added the same workaround in ui.cc for WHEN_ENTER_KEY_ALWAYS.
600 - Fixed shading (style.cc) and implemented FltkViewBase::drawPolygon().
601 - Implemented Circle and Disk bullet drawing.
602 - Fixed a bug in FltkViewBase::getClippingView.
603 - Made FltkColor::FltkColor use ::fltk::BLACK (bugfix).
604 - Fixed a bug with dissappearing widgets when scrolling with low CPU.
605 - Fixed a bug with the canvas offset of scrolling bars.
606 - Fixed a typo bug in scrollIdle() and a typo in processMouseEvent().
607 - Fixed an offset arithmetic bug with widgets inside textblock.
608 - Fixed RTFL debugging messages.
609 - Switched ComplexButton to use "Activate" instead of "Clicked" signal.
610 - Made the ComplexButton resource remember its click x,y.
611 - Added "enter" and "leave" signals into class Resource.
612 Patches: place
613 + Enabled mouse wheel scrolling.
614 FltkViewport::setScrollStep() sets how many points at a time.
615 - Added setDeleteCallback(DW_Callback_t func, void *data) to widget.
616 This allows to hook a callback when the widget is destroyed.
617 - Implemented a weighted apportionment algorithm for table rowspan.
618 - Implemented a weighted apportionment algorithm for table colspan.
619 - Implemented percentage widths in tables (better rendering!).
620 - Fixed an initialization bug in hruler.
621 - Fixed a bug in the textblock's wrapping algorithm.
622 - Fixed a bug in table cellpadding.
623 - Fixed a bug in getContentHeight().
624 - Changed the table-apportion algorithms + bug fixes. Big work!
625 - Fixed a mistake in the CSS-box-model PNG image (style-box-model.png).
626 - Added initialization for scrollX and scrollY.
627 - Fixed a typo bug in adjustScrollPos().
628 - Fixed two typo bugs in Textblock::drawLine().
629 - Changed Textblock::addText() to internally allocate its text string,
630 making the memory handling opaque to the caller.
631 Patches: Jorge Arellano Cid
632 + Added actual text selection.
633 Patch: Sebastian Geerken, place
634 + Implemented dw::fltk::ui::FltkOptionMenuResource::isSelected(),
635 added Item::createNewGroupWidget(), Item::createNewWidget().
636 Patch: Jeremy Henty, Johannes Hofmann
637 + Implemented the necessary base for image maps.
638 Patch: Johannes Hofmann, place
640 0.0.42
641 - Fixed event handling in FLTK views. (Fixes links and several
642 problems with UI resources.)
643 - Implemented clipping views. (dw::Image used this already in
644 version 0.0.41.)
645 - Added "activated" signals to UI resources.
646 Patches: Sebastian Geerken
648 -----------------------------------------------------------------------------
651 0.8.5-pre-dw-redesign-1 [internal]
652 - Prototype
654 dillo-0.8.3-pre-dw-redesign-3 [Aug 30, 2004]
655 - * Fixed bug GtkDwViewport, which caused some redraws to be ignored.
656 * Added GdkDwPreview.
657 Patches: Sebastian Geerken
660 dillo-0.8.3-pre-dw-redesign-2 [Aug 28, 2004]
661 - * Added images to the current state of the redesign.
662 - New module Imgbuf, see doc/Imgbuf.txt for details.
663 Patch: Sebastian Geerken
666 dillo-0.8.3-pre-dw-redesign-1 [Aug 25, 2004]
667 - * Introduced an abstraction layer between Dw and Gtk+. See README-port and
668 doc/DwRender.txt for more details.
669 Patch: Sebastian Geerken
672 =============================================================================
673 Dillo project
674 =============================================================================
677 dillo-0.8.6 [Apr 26, 2006]
679 - * Designed and implemented a dpi protocol library (libDpip.a in /dpip).
680 * Added a couple of new dpip commands.
681 * Fixed and uniformed the escaping of values inside dpip tags.
682 * Ported the bookmarks, download, file, https, ftp and hello plugins,
683 plus the dpid daemon and the rest of the source tree to use it.
684 * Improved the dpi buffer reception to handle split buffers (This was
685 required for handling arbitrary data streams with dpip).
686 * Fixed a bug in Cache_entry_remove_raw.
687 * Added a couple of "const" and C++ wrappers to dpiutil's API.
688 * Fixed a serious bug with the FTP plugin that led to two downloads of the
689 same file when left-clicking a non-viewable file.
690 * Added MIME/type detection to the FTP plugin, and removed popen().
691 * Set the dpi daemon (dpid) not to exit when the downloads dpi is running.
692 * Improved the accuracy of the illegal-character error reporting for URLs.
693 * Now save dialog replaces %20 and ' ' with '_' in the Filename suggestion.
694 * Made URL ADT automatically count and strip illegal characters from URLs.
695 * Added dpi/downloads.cc (Default FLTK2-based GUI for downloads dpi).
696 * Added "./configure --disable-dlgui" to build without FLTK2-GUI downloads.
697 * Fixed dpip's tag syntax and its parsing to accept any value string.
698 * Added DOCTYPE parsing (for better bug-meter error messages).
699 * Added a DOCTYPE type declaration tag to dpi-generated HTML.
700 * Fixed bookmarks dpi to escape ' in URLs and &<>"' in titles (BUG#655).
701 * Added a check for malicious image sizes in IMG tags.
702 * Made the parser aware of buggy pages with multiple BODY and HTML elements.
703 * Fixed a bug in MIME content/type detection.
704 * Check HTTP Content-Type against real data (a security procedure).
705 Patches: Jorge Arellano Cid
706 - * Added a datauri dpi to handle "data:" URIs (RFC-2397).
707 Patch: Jorge Arellano, Ben Wiley Sittler
708 - * Moved the cookies management into a dpi server: cookies.dpi.
709 * Removed the restriction of only one dillo with cookies enabled!
710 * Fixed a bug with cookies for sites with self-signed certificate.
711 * Updated the cookies documentation.
712 * Made the downloads plugin dillo-cookie aware.
713 * Ported the cookies dpi to libDpip.a.
714 * Merged the new dpip code into the source tree.
715 Patches: Diego Sáenz, Jorge Arellano
716 - * Added "./configure --disable-threaded-dns" (for some non reentrant BSDs).
717 Patch: Jorge Arellano, Francis Daly
718 - * Fixed a bug with roman literals divisible by 10 (BUG#700).
719 * Fixed a bug with long alphabetically ordered lists (BUG#704).
720 Patch: Glyn Kennington
721 - * Fixed a file descriptor leak in the dpi protocol library.
722 * Fixed a subtle segfault bug with malformed URLs in cookies.c.
723 Patch: Francis Daly
724 - * Improved the dpi framework. Now dpi-programs can be specified in dpidrc,
725 and there's no need to touch dillo's sources to add new dpi services.
726 Just make your dpi program, add a dpidrc line and play with it!
727 Patch: Diego Sáenz, Jorge Arellano
730 dillo-0.8.5 [Jun 15, 2005]
732 - * Set "file:" to work as URI for current directory.
733 Patch: Diego Sáenz
734 - * Added a "small" dillorc option for panel size (medium without labels).
735 Patch: Eugeniy, Jorge Arellano
736 - * Fixed the shell escaping code in the ftp plugin.
737 * Added some checks for sane values in html.c.
738 * Added URL filtering to the ftp and downloads dpis to avoid SMTP hacks.
739 * Fixed the file dpi to react to the DpiBye command.
740 Patches: Jorge Arellano
743 dillo-0.8.4 [Jan 11, 2005]
745 - * Fixed a possible attack (program abortion) by malicious web pages, which
746 contain huge values for <table> attributes "colspan" and "rowspan".
747 * Changed anchors, they are now tested to be unique, and removed properly,
748 when a widget tree is changed (e.g. another page is visited). Also added
749 HTML warnings.
750 Patches: Sebastian Geerken
751 - * Fixed two minor memory leaks (IO's Buf1Start & html's SPCBuf).
752 * Fixed handling of XML's "/>" tag-closing (e.g. <script ... />). BUG#514
753 * Removed obsolete code from IO/file.c.
754 * Added a few missing EINTR handlers in dpi.c.
755 * Orthogonalized the generic parser:
756 - Fixes memory leaks and widget state when recovering from bad HTML.
757 - Improves error detection and validation (needed by XHTML).
758 - Makes DOC tree generation possible (needed by CSS).
759 - Cleaner design of handling routines for bad HTML.
760 - Orthodox treatment of double optional elements (HTML, HEAD, BODY).
761 - Lots of minor code cleanups.
762 * Switched the dpi file server's design to pthreads (fixes a critical race).
763 * Avoided a crash when indexed GIF images lack a color map (BUG#647).
764 * Fixed a bug when the remote HTTP server sends no Content-Type and
765 the TCP packetizing splits the header from data (BUG#650).
766 * Returned the parser to the old whitespace "collapsing" mode
767 (this can be changed with the SGML_SPCDEL define in html.c).
768 * Fixed a memory leak for DwStyle (there was one leak per page).
769 Patches: Jorge Arellano
770 - * Fixed a large memory leak of thread specific resources. --Very important
771 Patch: Jorge Arellano, Livio Baldini
772 - * Removed warnings for pointer arithmetic and strict prototypes all
773 around the code (now it works under LP64 architectures).
774 * Made miscelaneous cleanups for LP64 architectures.
775 Patches: Jorge Arellano, Dieter Baron
776 - * Changed dpid's umask to 0077.
777 Patch: Jorge Arellano, Richard Zidlicky
778 - * Switched to g_vsnprintf (instead of vsnprintf).
779 Patch: Frank Wille
780 - * Updated a bit the README file.
781 Patch: Dieter Baron
782 - * Made a grammatical and typographical review of the whole documentation
783 in doc/. Also added some clarifications.
784 * Fixed a libpng detection problem (e.g., on CYGWIN). BUG#651
785 Patches: Roberto Sanchez
786 - * Fixed "id" and "name" attributes parsing logic.
787 * Improved the parsing algorithm for character entities. BUG#605
788 Patches: Matthias Franz
789 - * Fixed a security bug with uncertain data and a_Interface_msg().
790 CAN-2005-0012.
791 Patch: Tavis Ormandy
794 dillo-0.8.3 [Oct 27, 2004]
796 - * Added a missing error handler for unreachable host in http.c.
797 Patch: Dennis Schneider, Jorge Arellano
798 - * Added fragment (aka anchor) decoding before it is set by Dw.
799 Patch: Matthias Franz, Jorge Arellano
800 - * Fixed dpid to work even when a dpi directory is empty.
801 Patch: George Georgiev, Jorge Arellano
802 - * Made the search dialog's URL go encoded in the query.
803 Patch: Matthias Franz
804 - * Fixed the width of sized text entry widgets within FORMS.
805 Patch: Thorben Thuermer
806 -(*)Made a library-based https dpi prototype, with certificate authentication!
807 * Separated the code in dpi/ so the common base now lies in dpiutil.c.
808 Patches: Garrett Kajmowicz
809 - * Added SSL library detection code to configure.in.
810 Patch: Garrett Kajmowicz, Thomas-Martin Seck
811 - * Fixed the wrong image-URL after cancelling a link-image popup (BUG#580).
812 * Improved the transfer speed for the bookmarks dpi when using 2.6.x linux.
813 * Fixed the downloads dpi to work when there're "'" characters in the URL.
814 * Fixed " and ' characters stuffing in capi and interface for dpip commands.
815 (*)Added a "dialog" command to the dpi protocol (dpip). It allows any dpi to
816 make GUI choice-questions trough Dillo by using simple dpi tags.
817 * Merged some dialog-generating code in interface.c and fixed a bug with
818 the FORM repost dialog.
819 * Designed and implemented a unified API for handling data streams inside
820 dillo plugins. Servers and filters can use it.
821 * Converted the bookmarks, ftp, file, hello and the https prototype dpis
822 to the new dpiutil API.
823 * Replaced the old 'force_visited_color' dillorc option with the new
824 'contrast_visited_color' (using a renewed color-choosing algorithm).
825 * Added some 'undefined ASCII' to latin1 character conversions.
826 * Added the "w3c_plus_heuristics" option to dillorc.
827 * Removed a segfault bug on oversized images (rare case).
828 * Removed a CPU-hog on 302 redirections with cookies.
829 * Made HTTP's 302 redirections non-cacheable (incomplete).
830 * Implemented a new scheme for detecting redirection loops.
831 * Fixed cookies to accept four legacy old-date formats for "Expires".
832 Patches: Jorge Arellano
833 - * Introduced a light-weight heuristic algorithm over the W3C parsing
834 scheme (allows for slightly better rendering: w3c_plus_heuristics=YES).
835 Patch: Rubén Fernández
836 - * Moved the internal support for "file:" URIs into a dpi (server plugin).
837 * Added TABLE-based rendering of directory listings to the new file dpi.
838 Patches: Jorge Arellano, Jörgen Viksell
839 - * Removed DwWidget::realize and DwWidget::unrealize.
840 * Made all signals expect events to abstract methods.
841 * Renamed a_Dw_widget_{size_request|get_extremes|size_allocate|set_*} to
842 p_*, they should not be used outside of Dw.
843 Patches: Sebastian Geerken
844 - * Fixed the meta refresh warning to not switch from IN_HEAD to IN_BODY.
845 Patch: Björn Brill
848 dillo-0.8.2 [Jul 06, 2004]
850 - * Made PgUp/PgDn scroll by a full page, instead of a half (BUG#418).
851 * Added new Gtk+ widgets GtkExtButton, GtkExtMenu, and GtkExtMenuItem.
852 - Used GtkExtButton to enhance the button 3 menu of the forward button,
853 backward button and bug meter buutton.
854 - GtkExtMenu and GtkExtMenuItem are used to make handling button 2
855 in the history menus cleaner.
856 * Made bug meter button react on high-level "clicked" signal, instead of
857 "button-press-event".
858 * New widget GtkMenuTitle, used for nicer titles in menus.
859 Patches: Sebastian Geerken
860 - * Added a small handler for javascript links (BUG#546).
861 * Made the parser ignore white space immediately after an open tag, and
862 immediately before a close tag.
863 * Fixed handling of redirection answers with unviewable MIME type (BUG#563).
864 * Fixed the history-stack handling after redirection chains.
865 * Fixed the character escaping logic in directory listings (BUG#564).
866 * Added a small hack to view UTF-8 encoded quotation marks.
867 * Added a "start_page" option to dillorc (to override the splash screen).
868 * Tuned the buffering scheme for local directory listings (more speed).
869 * Set some initial socket-buffering for dpis (in dpid).
870 * Disallowed the "about:" method on non-root URLs (BUG#573).
871 * Made the rendered area keep its focus after a form submition.
872 * Fixed some include files in src/IO/.
873 Patches: Jorge Arellano
874 - * Added hints (icons and tooltip text) to buttons featuring a right-click
875 context menu.
876 * Now you can copy & paste an URL into the "Clear URL" button.
877 Patch: Jorge Arellano, Sebastian Geerken
878 - * Made the save and open file dialogs remember the last directory (BUG#211).
879 Patch: Diego Sáenz
882 dillo-0.8.1 [May 14, 2004]
884 - * Fixed dirent.h includes inside dpid.
885 Patch: Joseph Myers
886 - * Fixed a slippery bug with certain interlaced gif images (BUG#500).
887 Patch: Andreas Mueller
888 - * Fixed libpng-1.2.4 detection in configure.in.
889 Patch: Rubén Helguera
890 - * Added proxy authentication support through the "http_proxyuser" option
891 in dillorc (the password is asked at run time).
892 Patch: Ivan Daniluk, Jorge Arellano, Francis Daly
893 - * Moved tooltips to DwStyle, tooltip event handling to DwPage, and applied
894 this also to the TITLE attribute of <a> and <abbr>.
895 Patch: Jörgen Viksell, Sebastian Geerken
896 - * Fixed a bug related to spaces after anchors and breaks.
897 Patch: Sebastian Geerken
898 - * Removed two "type punning" gcc warnings (dw_gtk_viewport.c).
899 * Added some missing "static" qualifiers.
900 * Improved a_Strbuf_chars() so no list reversion is required.
901 * Removed an unused data list (dns.c), and redundant code (selection.c).
902 * Switch one realloc() call to g_realloc(), to match g_free() (dpi.c).
903 * Removed unnecessary NULL-checks and NULL initializations.
904 * Added Html_get_attr_wdef(), it lets providing a default return value.
905 Patches: Jörgen Viksell
906 - * Fixed configure.in so pthreads are only linked where needed.
907 Patch: Jörgen Viksell, Jorge Arellano
908 - * Modified a_Misc_stuff_chars for simplicity and removed a memory leak.
909 * Made the dpi framework send the HTTP query to the https dpi
910 (this allows for an SSL-lib dpi and for easier session caching).
911 * Cleaned up the int2void and void2int casts in CCC parameters.
912 * Added container|inline model information to the HTML element table, and
913 made the bug-meter and the parser aware of it. This both improves bug
914 detection and rendering.
915 * Fixed newly detected HTML bugs in bookmarks dpi and file.c.
916 * Fixed opening files with a ':' character in its name (again).
917 * Added binaryconst.h (allows for binary constants in C).
918 * Fixed The ladder effect with lists (BUG#534).
919 * Made the bug-meter detect tags lacking a closing '>' (BUG#532).
920 * Made the bug-meter detect excluded inline elements from <PRE>.
921 * Eliminated a segfault source with tricky <input> tags (BUG#552).
922 * Fixed <address> to render as a block element (BUG#527).
923 * Added a content test for "name" and "id" attribute values (BUG#536).
924 * Fixed the URL resolver handling of the "//" sequence in <path> (BUG#535).
925 * Added "show_extra_warnings" and removed "use_old_parser" (dillorc).
926 * Added minor support for the deprecated <MENU> element.
927 * Eliminated a race condition that produced segfaults when a dpi transfer
928 was cancelled before the contents were sent (a very rare case).
929 * Added a test for socklen_t in configure.in.
930 * Fixed the downloads dpi to handle both new savenames and target directory.
931 * GdkRgb: fixed handling of not usable system default visual and colormap.
932 * Made dillo recognize unhandled MIME types, and offer a download dialog!
933 Patches: Jorge Arellano
936 dillo-0.8.0 [Feb 08, 2004]
938 - * Added a right-mouse-button popup for images!
939 Patch: Frank de Lange, Eric Gaudet, Jorge Arellano
940 - * Made main document window grab focus on startup, fullwindow,
941 and after open url (BUG#330)
942 * Set Ctrl-U to focus the location entry,
943 Ctrl-R to reload, and Ctrl-H to hide controls.
944 Patches: Johan Hovold, Jorge Arellano, Stephan Goetter
945 - * Added a missing handler for broken-connection condition.
946 Patch: Jorge Arellano, Phil Pennock
947 - * Introduced a new way of handling dillo plugins! Now the
948 communications and managing is done by a daemon: dpid.
949 This comes with a lot of advantages described in Dpid.txt.
950 Patch: Programming: Ferdi Franceschini; Design: Jorge Arellano
951 - * Wrote documentation for dpid (Dpid.txt).
952 * Removed a memory leak in Get_line().
953 Patches: Jorge Arellano, Ferdi Franceschini
954 - * Developed a plugin for downloads. It uses wget and can handle several
955 connections at the same time.
956 * Developed stress tests for both dpid and the downloads dpi.
957 Patches: Ferdi Franceschini
958 - * Adapted dpi.c to manage plugins through dpid.
959 * Improved the incoming dpi-stream processing to accept images from a dpi.
960 * Added/updated lots of dpi-related comments.
961 * Updated the dpi1 spec.
962 * Removed the forced end-to-end reload that was set upon dpis. Now,
963 dpi-generated pages can be cached.
964 * Made dillo able to handle multiple plugins (still lacks a dynamic API)
965 * Wrote bare bones plugins for handling: FTP and HTTPS.
966 * Wrote an example plugin: HELLO --kind of "Hello world".
967 * Made all the bindings to make it work (fully commented).
968 * Added code for automatical and non-blocking dpid start!
969 * Added an extensible secondary URL convenience for popup menus.
970 * Attached the image popup to the link menu (when the link is an image).
971 * Removed a memory leak in the selection code (commands.c).
972 * Cleaned up memory handling when reusing the GioChannel for IPv6.
973 * Removed a race-condition-polling-CPU-hog bug in IO! (hairy... ;)
974 * Adapted the generic parser to make HTML error detection, providing
975 the line number and a hint (expected tag) in the error message!
976 * Added a bug-meter button that shows the count of detected HTML errors
977 (left click shows the errors, right click offers a validation menu).
978 * Added information about optional, required and forbidden end tags.
979 * Modified the parser's handling of closing tags to account for elements
980 with an optional close tag, and for more accurate diagnosis messages.
981 * Added 'use_old_parser' option to dillorc (boolean).
982 * Fixed the handling of HEAD and BODY elements to account for their
983 double optional condition (both open and close tags are optional).
984 * Added the MSG() macro to msg.h and replaced g_print() with it.
985 * Added the "show_msg" dillorc option to disable MSG().
986 * Increased the number of warning messages reported by gcc.
987 * Solved a lot of signed/unsigned problems.
988 * Made the necessary cleanups/bug-removals for the new warning level.
989 * Connected the dpi stream to the cache using the CCC!
990 * Fixed the cache API by introducing the new call a_Capi_get_buf().
991 * Fixed a race condition and a multiple request problem.
992 * Cleaned up the code for the progressbar widgets.
993 * Standarized unix domain sockets with AF_LOCAL for portability.
994 * Minor cleanups for a smooth compile on older systems (libc5).
995 * Fixed the handling of P element for the HTML nesting checks.
996 * Set Ctrl-B for bookmarks shortcut (instead of Alt-B).
997 Patches: Jorge Arellano
998 - * Enhanced the speed of the actual selection of text.
999 * Added command line option --debug-rendering.
1000 * Added "button_sensitive" attribute to DwWidget, which is needed to
1001 make <BUTTON>'s accessable at all. (They were inaccessable since the
1002 introduction of text selection!)
1003 * Changed behaviour of DwButton, see NOTE at beginning of dw_button.c.
1004 * Added "collapsing margins" to DwPage.
1005 * Added CSS "list-style-type" and "display" equivalents to DwStyle, changed
1006 definition of "font", replaced "nowrap" by "white-space", and renamed
1007 "link" to "x_link".
1008 * DwBullet now uses DwStyle for the bullet type, made necessary changes
1009 in HTML parser.
1010 * Changed DwStyleLength, now only pixel values and percentages are
1011 supported. (For CSS, anything else will be done elsewhere.)
1012 * Added word backgrounds to DwPage (not yet used.)
1013 * Added the possibility to clip widget drawings (new function
1014 p_Dw_widget_will_clip).
1015 * Made images showing the ALT text as long as no image data has been
1016 retrieved.
1017 * Cleaned up event handling and related code: "link_*" signals now return
1018 gboolean, and DwWidget events are signals.
1019 * Moved DwRectangle and related to dw.c.
1020 * Rewrote idle drawing, fixed BUG#202.
1021 * Removed p_Dw_widget_queue_clear*.
1022 * Added --enable-rtfl option to configure.
1023 * Fixed a bug in findtext (wrong highlighting).
1024 * Many changes in scrolling: added x coordinate (except for anchors), and
1025 DW_[VH]POS_INTO_VIEW position. Added x coordinate also to DilloUrl.
1026 Patches: Sebastian Geerken
1027 - * Fixed bug in DwImage::link_clicked signal.
1028 Patch: Stephan Goetter, Frank de Lange (simultaneously and independent :-)
1029 - * Fixed memory leak in Html_tag_open_isindex.
1030 * Added numerical keypad cursor keys navigation.
1031 * Changed return values of Dw event methods from gint to gboolean.
1032 * Cleaned up debug message generation by using glib wrappers.
1033 * Replaced DwStyle::SubSup by new DwStyleVAlignType values, and
1034 DwStyle::uline and DwPage::strike by new DwStyle::text_decorations.
1035 * Added new convenience macros DW_WIDGET_HEIGHT, DW_WIDGET_CONTENT_HEIGHT,
1036 and DW_WIDGET_CONTENT_WIDTH.
1037 * Added configure options to disable either: png, jpeg or gif.
1038 * Fixed configure.in for proper library linking for dpis and dpid.
1039 * Improved libpng detection.
1040 Patches: Jörgen Viksell
1041 - * Fixed wrong handling of coordinates in ISMAP and USEMAP images.
1042 * Added a hand-shaped cursor to input controls of type image.
1043 * Fixed a off-by-one memory leak in Dw(Ext)Iterator.
1044 * Fixed NULL result handling of p_Dw_widget_text_iterator() in DwBullet,
1045 DwHRuler and DwImage.
1046 * Made dpid/Makefile.am aware of $(DESTDIR).
1047 * Fixed wrong return value of a_Findtext_search for widget == NULL.
1048 Patches: Frank de Lange
1049 - * Fixed a bug in Dw cursor code.
1050 Patch: Frank de Lange, Sebastian Geerken
1051 - * Corrected marshal functions for DwWidget signals.
1052 Patch: Anders Gavare, Sebastian Geerken
1053 - * Added support for anchors using the "id" attribute (BUG#495).
1054 * Defined dillo's version-string in one place only: configure.in.
1055 Patch: Francis Daly
1056 - * Removed a segfault source with corrupted MIME types in HTTP (BUG#501).
1057 * Made SPAM-safe URLs aware of image buttons (BUG#508).
1058 Patch: Francis Daly, Jorge Arellano
1059 - * Added a web search dialog (with toolbar icon, shortcut: Ctrl-S).
1060 The search engine can be set in dillorc (defaults to google).
1061 Patch: Johan Hovold, Jorge Arellano
1062 - * Fixed a problem with libpng options detection (configure.in).
1063 Patch: Rubén Fernández
1064 - * Added "pthreads" (with an "s") detection to configure.in.
1065 Patch: Andreas Schweitzer
1066 - * Added the "-geometry" switch to the CLI.
1067 Patch: Jorge Arellano, Jan Dittmer
1070 dillo-0.7.3 [Aug 03, 2003]
1072 - * Some more selection goodies:
1073 - Redesign of the selection state model, now the selection is preserved
1074 as long as possible.
1075 - Highlighted text is now drawn inverse (new DwWidget::bg_color).
1076 - Selection of images, list bullets and hrulers (as text), with a common
1077 text iterator for the respective widgets.
1078 * Borders may now be drawn inverse (needed for selection).
1079 * Improved the speed when selecting large areas. (BUG#450)
1080 * Fixed a bug in DwPage extremes.
1081 * Fixed a wrong implementation of incremental resizing for DwPage.
1082 (Affected functions: Dw_page_rewrap and a_Dw_page_add_widget)
1083 * Fixed a bug in a_Dw_widget_size_allocate.
1084 * Made jumping to anchors faster (removes CPU hog).
1085 * Fixed a bug in Dw_page_get_extremes().
1086 * Made (invalid) <li>'s without <ol> or <ul> defined, and independent of
1087 each other.
1088 * Fixed rendering of <frameset>.
1089 Patches: Sebastian Geerken
1090 - * Made a new set of toolbar icons!
1091 Patch: John Grantham (http://www.grantham.de/)
1092 - * Added support for the hspace and vspace attributes of the IMG tag.
1093 * Made only left button activate the image input type (BUG#367,#451).
1094 * Fixed SELECT with "multiple" but without "size" (BUG#469).
1095 Patches: Jörgen Viksell
1096 - * Added titles to bookmark server's html pages.
1097 Patch: Kelson Vibber
1098 - * Made IFRAME to be handled like FRAME (shows link).
1099 Patch: Nikita Borodikhin, Jorge Arellano
1100 - * Fixed a bug in 'a_Misc_stristr' that permeated findtext. (BUG#447)
1101 Patch: Jorge Arellano, "squirrelblue"
1102 - * Finished handling of single and double quotes inside dpi tags.
1103 * Fixed a bug for named-entities' character codes greater than 255.
1104 * Introduced a small UCS to Latin1 converter to help rendering.
1105 * Added a check for Unix98's "socklen_t" (BUG#466).
1106 * Added the missing EINTR handlers in IO.c and file.c.
1107 * Fixed the problem of adding garbage anchors.
1108 Patches: Jorge Arellano
1111 dillo-0.7.2 [Apr 30, 2003]
1113 - * Implemented text selection! (aka: Copy&Paste) (BUG#59)
1114 Patch: Sebastian Geerken, Eric Gaudet
1115 - * Fixed IPv6 support when the unthreaded server is used.
1116 Patch: Damien Couderc, Jorge Arellano
1117 - * Fixed the IPv6 socket connection code for *BSD.
1118 Patch: Daniel Hartmeier, Jorge Arellano
1119 - * Made the URL_SpamSafe flag be inherited by the BASE element.
1120 Patch: Melvin Hadasht
1121 - * Switched configure.in to use AC_CANONICAL_SYSTEM instead of 'uname'.
1122 Patch: Patrice Mandin
1123 - * Added "image/x-png" to MIME types (obsolete, but should be recognized).
1124 Patch: Paolo P.
1125 - * Fixed the code that handled the installation of "dillorc".
1126 Patch: Andreas Schweitzer
1127 - * Fixed a lot of glitches in configure.in: notably libpng and libjpeg
1128 detection, enabling and disabling. (BUG#: 386, 407, 392, 349)!
1129 Patches: Andreas Schweitzer
1130 - * Fixed two leaks in Dw(Ext)Iterator.
1131 Patches: Jörgen Viksell
1132 - * Repaired some minor misbehaviours in the cookie-strings parser.
1133 Patches: Jörgen Viksell, Jorge Arellano
1134 - * Enabled entities parsing in HTML-given hidden and password values.
1135 Patch: Jorge Arellano, Francis Daly
1136 - * Implemented character stuffing in dpi (Fix bookmarks with quotes) BUG#434.
1137 * Added a HTML warning message for META outside HEAD.
1138 * Removed a segfault source when the server doesn't send content/type info.
1139 * Added file type detection for filenames without extension.
1140 * Removed the warnings detected with gcc 3.2.2.
1141 * Fixed the VERBATIM parsing mode and replaced the SCRIPT mode with it.
1142 * Fixed the problem with CR handling in TEXTAREA (BUG#318).
1143 * Fixed initial value parsing within TEXTAREA tags (BUG#400).
1144 * Fixed loading files with spaces in the name (command line) BUG#437.
1145 Patches: Jorge Arellano
1148 dillo-0.7.1.2 [Mar 11, 2003]
1150 - * Fixed a bug in the bugfix that used uninitialized memory contents
1151 causing all kind of undesirable side effects.
1152 Patch: Andreas Schweitzer
1155 dillo-0.7.1 [Mar 10, 2003] -- bugfix release
1157 - * Fixed the setting of the FD_CLOEXEC flag.
1158 Patch: Raphael Barabas
1159 - * Added an automatic file-locking alternative for systems lacking flock().
1160 Patch: Yang Guilong
1161 - * Fixed a memory leak with pixmaps.
1162 Patch: Keith Packard
1163 - * Fixed the link color switch with scroll wheel mouses (BUG#348)
1164 Patch: Stephen Lewis
1165 - * Made the bookmarks server keep a backup file: bm.txt.bak.
1166 * Fixed not loading the bookmarks file (and erasing the bookmarks).
1167 * Added some missing EINTR handlers.
1168 * Added a handler for unresponsive dpi sockets!
1169 * Restricted dpi-requests to dpi-generated pages only.
1170 * Used -1 instead of WAIT_ANY (some systems don't have it). (BUG#413)
1171 * Fixed a source bug when G_DNS_THREADED is not defined. (BUG#421)
1172 * Switched sprintf to g_snprintf which is safer.
1173 Patches: Jorge Arellano
1176 dillo-0.7.0 [Feb 17, 2003]
1178 - * Added IPv6 support! [./configure --enable-ipv6] (BUG#351)
1179 Patch: Philip Blundell
1180 - * Fixing char escaping/encoding problems with file URIs (BUG#321)
1181 * Fixing buffer overflow sources in file.c.
1182 * Switched the image tooltip from "alt" to "title" attribute.
1183 Patch: Francis Daly, Jorge Arellano
1184 - * Added code so that tooltips stay within the screen.
1185 Patch: Pekka Lampila, Sebastian Geerken
1186 - * Fixed a problem occurring when scrolling with the "b" key.
1187 Patch: Livio Baldini
1188 - * Fixed a memory leak in DwAlignedPage.
1189 Patch: Jörgen Viksell, Sebastian Geerken
1190 - * Moved stuff into remove_cookie() and add_cookie() functions.
1191 * Made cookies sort once in add_cookie().
1192 * Removed some unneeded casts and calls in cookies.
1193 * Repairing some minor misbehaviours in Cookies_parse_string().
1194 Patches: Jörgen Viksell, Jorge Arellano, Madis Janson
1195 - * Fixed a bug in Dw_widget_mouse_event.
1196 Patch: Jörgen Viksell
1197 - * Fixed a bug in DwPage ("height" argument).
1198 Patch: Pekka Lampila
1199 - * Removed a segfault source in http.c
1200 Patch: Madis Janson
1201 - * Removed space around tables.
1202 * Implemented the <button> tag! (BUG#276)
1203 * Added iterators (DwItetator, DwExtItetator, DwWordItetator).
1204 - Rewrote findtext, added highlighting and "case sensitive" option.
1205 - Improved findtext dialog placement too!
1206 * Implemented "ALIGN = {LEFT|RIGHT|CENTER}" for <table>, and
1207 "ALIGN = {LEFT|RIGHT|CENTER|JUSTIFY}" for <tr>.
1208 * Implemented character alignment, applied it on ALIGN=CHAR and CHAR for
1209 <tr>, <td> and <th>.
1210 - New widget DwTableCell.
1211 - Some smaller changes in DwAlignedPage and DwPage (virtual word_wrap,
1212 ignore_line1_offset_sometimes).
1213 * Implemented vertical alignment of table cells.
1214 - Changed behavior of Dw_page_size_allocate.
1215 - Applied it on "VALIGN={TOP|BOTTOM|MIDDLE|BASELINE}" for <tr>, <td> and
1216 <th>.
1217 - Fixed splash screen.
1218 * Set the height of <BR>'s in non-empty lines to zero.
1219 * Moved some code from html.c to a_Dw_page_change_link_color.
1220 * Made bullets size depending on the font size.
1221 * Fixed too wide widgets in lists (e.g. nested lists).
1222 Patches: Sebastian Geerken
1223 - * Added support for <input type=image...> (BUG#313)
1224 Patch: Madis Janson, Sebastian Geerken, Jorge Arellano
1225 - * Made a better EAGAIN handler, and enabled FreeIOVec operation in IOWrite.
1226 Patch: Jorge Arellano, Livio Baldini
1227 - * Fixed include directives for config.h
1228 Patch: Jorge Arellano, Claude Marinier
1229 - * Made lots of minor cleanups.
1230 Patches: Lex Hider, Jorge Arellano, Rudmer van Dijk
1231 - * Added a simple command line interface, and enabled some options (BUG#372).
1232 * Added full-window option in command line and dillorc.
1233 * Added an option to set offline URLs from CLI.
1234 * Made dillo embeddable into other GTK applications.
1235 Patches: Jorge Arellano, Melvin Hadasht
1236 - * Made drafts for dillo plugins protocol (dpi1)
1237 Work: Jorge Arellano, Eric Gaudet
1238 - * Avoided a file lock when cookiesrc disables cookies (BUG#358).
1239 * Fixed scroll-jumping between widgets when pressing Up&Dn arrows.
1240 * Added a tiny warning/handler for meta refresh.
1241 * Concomitant Control Chain (CCC):
1242 - Extended the theory to allow bidirectional message passing.
1243 - Renewed the API.
1244 - Improved the debugging code.
1245 - Redesigned the old CCCs, and made a new one for plugins (dpi).
1246 - Reimplemented dillo's core with the new chains.
1247 * Input/Output engine (IO):
1248 - Extended the functionallity with a threaded operation that
1249 allows buffered writes of small chunks on the same FD.
1250 - Created a new IO API, and adapted dillo to it.
1251 * Used the new CCC and IO to implement dillo plugins! (dpi).
1252 * Implemented the internal support for a bookmarks dpi.
1253 * Wrote a dpi-program for bookmarks.
1254 * Created capi.c, a meta module for cache.c.
1255 * Restructured Html_write so custom HTML can be inserted.
1256 * Set BackSpace and Shift+BackSpace to work as Back/Forward buttons.
1257 * Set the escape key as a dialog closing shortcut.
1258 * Removed a segfault in find text with a string of spaces (BUG#393)
1259 * Added wrappers/whitespace filtering for pasted/typed/CLI URLs. (RFC-2396)
1260 * Added an HTML warning message for illegal characters inside URLs.
1261 * Made dpi communication go through unix domain sockets.
1262 * Enabled dillo to launch the bookmarks plugin!
1263 * Made some cleanups in IO/.
1264 Patches: Jorge Arellano
1267 dillo-0.6.6 [May 30, 2002]
1269 - * Added a few canonical casts to fix some obvious 64bit issues.
1270 Patch: pvalchev
1271 - * Fixed a bug with cookies path parsing.
1272 * Fixed persistent-cookies obliteration (BUG#312, BUG#314)
1273 * Set max 20 persistent cookies for each domain.
1274 Patches: Jörgen Viksell
1275 - * Switched flock to lockf.
1276 Patch: Andreas Schweitzer
1277 - * Made a little bugfix in doc/Makefile.am.
1278 Patch: Grigory Bakunov
1279 - * Removed the < 256 hostname length restraint from http queries.
1280 * Made a date-parser that copes with three HTTP date-syntaxes (BUG#335)
1281 * Made the HTML parser a bit more robust with bad HTML (BUG#325, BUG#326)
1282 Patches: Jorge Arellano
1285 dillo-0.6.5 [Apr 26, 2002]
1287 - * Improved a bit table rendering speed.
1288 Patch: Mark Schreiber
1289 - * Extended Dw crossing events.
1290 Patch: Sebastian Geerken
1291 - * Added code to autoresize the "View source" window (BUG#198).
1292 Patch: Andreas Schweitzer
1293 - * Improved *BSD detection code at './configure' time.
1294 Patch: Andreas Schweitzer, Jorge Arellano
1295 - * Added a (pthread_t) cast in dns.c
1296 * Fixed a problem with #fragment hash-lookup (in anchors_table).
1297 * Added code to install/test usr/local/etc/dillorc (BUG#287)
1298 * Added control-character filtering for pasted/typed URLs.
1299 * Replaced the old cache list with a hash table!
1300 Patches: Livio Baldini
1301 - * Fixed a momentous memory leak in png decoding.
1302 * Fixed a segfault source in GIF colormap handling.
1303 Patch: Livio Baldini, Jorge Arellano
1304 - * Added fontname selection to dillorc.
1305 Patch: Arvind Narayanan
1306 - * Removed a segfault source under G_IO_ERR conditions in IO.c.
1307 Patch: Madis Janson
1308 - * Removed a wild deallocation chance in klist.c
1309 Patch: Pekka Lampila
1310 - * Fixed saving of pages that result from POST.
1311 Patch: Nikita Borodikhin
1312 - * Fixed a tiny bug with dillorc parsing on certain locales (BUG#301)
1313 Patch: Lars Clausen, Jorge Arellano
1314 - * Added support for cookies! RFC-2965 (BUG#82)
1315 Patch: Jörgen Viksell, Lars Clausen, Jorge Arellano
1316 - * Added code to detect redirect-loops (BUG#260)
1317 Patch: Jorge Arellano, Chet Murthy
1318 - * Added support for missing Content-Type in HTTP headers (BUG#216)
1319 * Added support for a bare '>' inside attribute values (BUG#306)
1320 Patch: Jorge Arellano, Andreas Schweitzer
1321 - * Allowed enter to submit forms when there's a single text entry.
1322 * Added 'generate_submit' and 'enterpress_forces_submit' to dillorc.
1323 Patch: Jorge Arellano, Mark Schreiber.
1324 - * Added support for rendering adjacent <BR>, Tabs in <PRE>, and linebreak
1325 handling (BUG#244, BUG#179, BUG#291).
1326 Patch: Jorge Arellano, Mark Schreiber, Sebastian Geerken.
1327 - * Switched a_List_* methods to three parameters (and wiped BUG#286)
1328 * Fixed two little bugs within url.c (BUG#294)
1329 * Created an API for nav_stack usage (a handy cleanup).
1330 * Set the attribute parser to trim leading and trailing white space.
1331 * Fixed a problem with NULL requests to the dns (BUG#296).
1332 * Added Tru64(tm) detection code at './configure' time.
1333 * Fixed the parser to skip <style> and <script> contents (BUG#316).
1334 * Bound the space key to PgDn, and 'b' | 'B' to PgUp.
1335 * Allowed 'query' and 'fragment' in POST submitions (BUG#284).
1336 * Changed the url module API (the URL_* macros), and updated the calling
1337 modules, removing several potential bugs at the same time --toilsome.
1338 Patches: Jorge Arellano
1341 dillo-0.6.4 [Jan 29, 2002]
1343 - * Implemented remembering of page-scrolling-position! (BUG#219)
1344 Patch: Jorge Arellano, Livio Baldini
1345 - * Moved jpeg's include directory from CFLAGS to CPPFLAGS in configure.in
1346 Patch: John L. Utz, Lionel Ulmer
1347 - * Made a standarization cleanup to every *.h
1348 * Cleaned some casts to use the GPOINTER_TO_INT and GINT_TO_POINTER macros.
1349 * Added the 'static' qualifier to some module-internal variables.
1350 * Added the 'static' qualifier to module-internal functions!
1351 Patches: Jörgen Viksell
1352 - * New widget DwAlignedPage for alignment of vertical arrays.
1353 - New widget DwListItem for nicer list items (based on some extensions
1354 of DwPage) BUG#271.
1355 * Implemented text alignments (except CHAR).
1356 - Extension of DwStyle and DwPage.
1357 - Applied it on "ALIGN = {LEFT|RIGHT|CENTER}" for <hr>, and
1358 "ALIGN = {LEFT|RIGHT|CENTER|JUSTIFY}" for <p>, <hN>, <div>, <td> and
1359 <th>. Implemented <center> --BUGs #215, #189.
1360 * Small change in DwPageWord (space_style), fixes problems with spaces and
1361 underlining (BUG#278).
1362 Patches: Sebastian Geerken
1363 - * Added 'force_visited_colors' to dillorc. It asserts a different color
1364 on visited links, regardless of the author's setting.
1365 Patch: Jorge Arellano, Sebastian Geerken
1366 - * Updated and improved several #include directives inside *.c
1367 * Added history.c for linear history and scroll-position tracking.
1368 Now the navigation-stack references linear history and nav-expect
1369 holds a DilloUrl (history.c provides an API).
1370 * Fixed a rare data-integrity race-condition with popups (BUG#225)
1371 * Made small icons a bit narrower.
1372 * Fixed a problem with image-maps handling code (BUG#277)
1373 * Added support for several domains in dillorc's 'no_proxy' variable.
1374 * Fixed a small boundary-bug in named-colors parsing.
1375 * Implemented IOs validity-test with klist (avoids a rare segfault source).
1376 Patches: Jorge Arellano
1379 dillo-0.6.3 [Dec 23, 2001]
1381 - * Removed a_Dw_widget_set_usize.
1382 * Removed *_indent in DwStyle, this is now done by nested widgets.
1383 * List items are now single widgets, this fixes bug #78.
1384 * Extended queue_resize and related code, removed fast resizing.
1385 - Applied these changes on DwPage (many changes!).
1386 * Changes in requisition of DwPage.
1387 * Added a nice indenter to the pagemarks! ("Jump to..." menu).
1388 Patches: Sebastian Geerken
1389 - * Reworked the dicache to use a hash table and use image versions.
1390 * Wiped some dicache glitches, and added a dillorc option turn it off!
1391 (reducing memory usage significatively).
1392 Patches: Livio Baldini
1393 - * Added support for OSes that use a slightly different 'struct sockaddr'.
1394 Patch: Johan Danielsson
1395 - * Removed a cache leak when reloading (BUG#257).
1396 Patch: Livio Baldini, Jorge Arellano
1397 - * Added full-screen mode! (left double-click toggles it).
1398 Patch: Jorge Arellano, Sebastian Geerken
1399 - * Extended interface customization options in dillorc (a must for iPAQ).
1400 Patch: Jorge Arellano, Sam Engström
1401 - * Rewrote the whole tag-parsing code with a new scheme (single pass FSM!)
1402 (BUG#190, BUG#197, BUG#207, BUG#228, BUG#239) --Big work here.
1403 Patch: Jorge Arellano, Jörgen Viksell
1404 - * Set form encoding to escape everything but alphanumeric and -_.* (BUG#236)
1405 * Rewrote Html_tag_open_input.
1406 * Extended BACK and FWD key shortcuts to: {ALT | MOD*} + {, | .} :-)
1407 * Fixed URI fragment parsing (BUG#247).
1408 * Centered FindText and OpenUrl dialog windows.
1409 * Structured dillorc (now it's more readable! ;)
1410 * Added a dillorc option to force transient_dialogs.
1411 * Fixed a subtle bug with HTTP end-to-end reload (BUG#234).
1412 * Fixed form submition when action has <query> or <fragment> (BUG#255)
1413 * Added fast URL resolving methods! (96% rfc2396 compliant by now) BUG#256
1414 * Switched form-urlencoded CR to be sent as CR LF pair (BUG#266).
1415 * Fixed leaving open FDs when the socket connection fails (BUG#268).
1416 Patches: Jorge Arellano
1419 dillo-0.6.2 [Oct 17, 2001]
1421 - * Added code to parse away <?...> tags (BUG#203).
1422 Patch: Sebastian Geerken
1423 - * Made an explicit ISO8859-1 requirement in font loading (BUG#193).
1424 Patch: Karsten M. Self
1425 - * Added a temporary handler for frames! (lynx/w3m like).
1426 Patch: Livio Baldini
1427 - * Added gtk_set_locale to dillo's init sequence (BUG#173).
1428 Patch: Eric Gaudet, Martynas Jocius
1429 - * Added support for <big> and <small> tags (BUG#221).
1430 Patch: Livio Baldini, Jorge Arellano
1431 - * Added back and forward history popup menus! (BUG#227)
1432 Patch: Jorge Arellano, Eric Gaudet, Olaf Dietsche
1433 - * Removed anchors from to-proxy queries (also added some checks, BUG#210).
1434 * Removed a leak in url.c
1435 * Fixed a bug with command-line HTML files that reference images (BUG#217).
1436 * Improved status-bar messages a bit, modified toolbar pixmaps and
1437 reduced the number of a_Url_dup calls.
1438 * Set Ctrl-Q to close window and Alt-Q to quit.
1439 * Devised an abstract model for parsing, wrote it into HtmlParser.txt and
1440 made dillo compliant with it!
1441 * Fixed CR/LF entities parsing inside <PRE> (BUG#188)
1442 * Added an error message for unsupported protocols (BUG#226)
1443 * Removed some warnings detected with different gcc versions.
1444 Patches: Jorge Arellano
1447 dillo-0.6.1 [Sep 13, 2001]
1449 - * Changed calculation of shaded colors.
1450 * Eliminated redundant code when drawing background colors.
1451 * Fixed a bug in DwStyle drawing functions.
1452 * Fixed a bug in Dw_page_calc_widget_size.
1453 * Some changes for <hr> (also BUG#168).
1454 * Added <tr> backgrounds.
1455 Patches: Sebastian Geerken
1456 - * Added support for hexadecimal character references, as ¡ (BUG#183)
1457 Patch: Liam Quinn
1458 - * Replaced atoi(3) calls with strtol(3).
1459 * Made path comparison case sensitive in a_Url_cmp.
1460 Patches: Livio Baldini
1461 - * Added a tiny handler for <DIV>
1462 Patch: Robert J. Thomson
1463 - * Fixed a segfault source in color parsing, and extended it a bit.
1464 Patch: Scott Cooper, Jorge Arellano
1465 - * Removed a leak with the DilloImage structure (when image is not found).
1466 * Fixed (and made faster) Url_str_resolve_relative (BUG#194)
1467 Patch: Jorge Arellano, Livio Baldini
1468 - * Added parsing support for %HexHex escape sequences in file URIs
1469 Patch: Jorge Arellano, Livio Baldini, Agustín Ferrín :)
1470 - * Implemented Ctrl-W (close window) (BUG#87)
1471 Patch: Jorge Arellano, Martynas Jocius
1472 - * Fixed a segfault when dillo cannot access ~/.dillo for some reason.
1473 Patch: Jorge Arellano, Amit Vainsencher
1474 - * Fixed the segfault from untrue Content-Length in HTTP header (BUG#187)
1475 * Fixed closing an active browser window from the window manager (bug#91)
1476 * Eliminated anchors from HTTP queries (BUG#195)
1477 * Fixed the repeated reload segfault (BUG#69)
1478 * Updated some docs in doc/ dir.
1479 * Added a keyed-list ADT (klist.[ch])
1480 * Removed a segfault source in dns.c.
1481 * Massive changes in Cache module: redesigned the external and internal API,
1482 implemented new methods, changed several algorithms, removed transitory
1483 and obsoleted code, removed a segfault source and improved CCC operations.
1484 * Changes in Http module: extended error handling, improved abort sequences,
1485 and added code that's aware of race conditions (based on klist ADT).
1486 * Uniformed CCC start operation in IO, http and cache modules.
1487 Patches: Jorge Arellano
1490 dillo-0.6.0 [July 31, 2001]
1492 - * Fixed a bunch of memory leaks!
1493 * Fixed links on pages with only one line, tuned text-entries size and
1494 fixed the HTTP header problem (BUG#180)
1495 Patches: Jörgen Viksell
1496 - * Improved dialogs handling: find_text, view_source, open_url, open_file,
1497 save_link and save_page (also removed a leak here).
1498 Patches: Jorge Arellano, Jörgen Viksell
1499 - * Modified GtkDwScrolledWindow and GtkDwViewport, now scrollbars work much
1500 better. This also fixes of the wrong viewport length (BUG#137).
1501 * Implemented tables! (incomplete)
1502 - Changes in Dw: DwTable and DwWidget::get_extremes.
1503 - html.c: extended DilloHtmlState, added code for table parsing, moved
1504 some attributes from DwPage into the HTML linkblock.
1505 * Restructured code for image maps (works now with tables).
1506 * Removed "alt" attribute from <a> tag (no standard).
1507 * Fixed a bug in a_Url_dup.
1508 * Extended Dw events: leave_notify_event is now called for more widgets.
1509 * Extended DwPage and DwImage signal "link_entered".
1510 * Extended DwStyle by CSS-style boxes, background colors and border_spacing:
1511 - Implemented borders around image links (BUG#169).
1512 * Fixed the wrong PNG background? (BUG#172)
1513 * Corrected handling of styles by the html parser.
1514 * Added alternative, "fast" resizing method.
1515 * Added a simple possibility to scroll long option menus (BUG#158)
1516 * Added backing pixmap, this prevents flickering (BUG#174).
1517 * Changes and extensions in handling lenghts, see doc/DwStyle.txt.
1518 * Added option "limit_text_width".
1519 Patches: Sebastian Geerken
1520 - * Added nowrap attribute to DwStyle, and applied it to <pre> (BUG#134),
1521 <td> and <th>.
1522 Patch: Jörgen Viksell, Sebastian Geerken
1523 - * Added a_List_resize to list.h methods.
1524 * Added debug.h to standarize debugging messages.
1525 Patches: Sebastian Geerken, Jorge Arellano
1526 - * Added file selection while saving pages or links.
1527 Patch: Livio Baldini
1528 - * Added a few 'const', a missing header and some strength reductions.
1529 Patch: Aaron Lehmann
1530 - * Made dillo to also check '/etc/dillorc' for options.
1531 Patch: Eduardo Marcel Maçan, Jorge Arellano
1532 - * Made a help page, and linked it to 'about:help' (BUG#72)
1533 Patch: Jorge Arellano, Kristian A. Rink
1534 - * Added an "alt" camp to DilloUrl
1535 * Fixed the linkblock memory-leak (BUG#163)
1536 * Fixed local file loading from the command line (BUG#164)
1537 * Fixed server-side image maps support (BUG#165)
1538 * Added code for accel-keys on toolbar buttons
1539 * Fixed the segfault with unconnected servers (BUG#170)
1540 * Fixed the open HTTP-sockets problem (BUG#171)
1541 * Reimplemented the low-level file descriptor handling with GIOChannels
1542 (and dillo became even faster!)
1543 * Made reload-button to request an end-to-end reload (BUG#64)
1544 * Fixed the multiple-POST problem, and added a confirmation dialog (BUG#175)
1545 * Finished fixing the repeated link-click problem (BUG#74)
1546 * Misc: rewrote the 'about:splash' method, tuned DwPage for minimal
1547 memory usage, improved a_Color_parse and Html_read_coords, cleaned-up
1548 popup-menus and linkblock initialization, eliminated a lock-source in
1549 Html_parse_length.
1550 * Added DEBUG_HTML_MSG macro for invalid HTML messages.
1551 * Fixed the nav-stack (and multiple #anchors) problem (BUG#177)
1552 * Added code to avoid segfaults with unhandled MIME types.
1553 * Fixed dns.c from solving the same address on different channels (BUG#178)
1554 * Improved error handling and extended the CCC scope! (mainly HTTP).
1555 * Fixed a Dw-leak that was affecting: hr, bullets, images, tables (&pages)!
1556 * Made several cleanups and added/fixed comments in various places.
1557 * Reimplemented find-text with a faster algorithm and extended semantics!!
1558 * Fixed some oddities with our autoconf stuff.
1559 Patches: Jorge Arellano
1562 dillo-0.5.1 [May 30, 2001]
1564 - * Designed a new URL handling scheme, and integrated it throughout the code!
1565 Patch: Livio Baldini, Jorge Arellano
1566 - * Removed a significative memory leak in dw_page.
1567 * Added support for EAGAIN in IO.c
1568 Patches: Livio Baldini
1569 - * Removed 6 memory leaks! (of varying significance)
1570 Patches: Jörgen Viksell
1571 - * Fixed a bug in DwPage (BUG#162, crash when clicking on links).
1572 * Removed a_Dw_gtk_viewport_queue_anchor and related code (becomes obsolete
1573 with the new URL handling scheme).
1574 * Speed-optimized key moving in GtkDwScrolledFrame (no more blocking).
1575 * Fixed two memory leaks, in Dw_style_color_remove, and
1576 Dw_style_font_remove.
1577 Patches: Sebastian Geerken
1578 - * Implemented the splash screen with "about:" (No more splash-file saving!)
1579 * Set all pthreads to run in detached state.
1580 * Reworked dillo's interface so now there're six options; available by
1581 changing 'panel_size' and the new 'small_icons' in dillorc.
1582 * Removed a minor leak in dns.c and a wild-deallocation source.
1583 Patches: Jorge Arellano
1586 dillo-0.5.0 [May 10, 2001]
1588 - * Implemented <IMG> ALT as tooltip.
1589 * Fixed bug #135 (incorrect update of statusbar when leaving "ismap" img).
1590 Patches: Livio Baldini, Sebastian Geerken
1591 - * Completed image scaling (BUG#75).
1592 Patch: Sebastian Geerken, Jorge Arellano
1593 - * Fixed proxy support (BUG#150).
1594 Patch: Livio Baldini
1595 - * Fixed two bugs in the Dw event handling.
1596 * Fixed bugs in DwEmbedGtk and GtkDwViewport: idle functions are now
1597 removed properly.
1598 * Fixed bug in DwEmbedGtk (added call of parent_class->destroy).
1599 * Moved DwPageAttr into a new submodule (DwStyle).
1600 - Applied DwStyle to DwBullet (BUG#146).
1601 - Implemented immediate changing of link color provisionally (BUG#152).
1602 * Fixed positioning of headers (half of BUG#118).
1603 * Fixed rendering of <b><i> and <i><b> (BUG#145).
1604 * Fixed unrecognized dillorc text_color setting (BUG#151).
1605 Patches: Sebastian Geerken
1606 - * Changed word/line structure of DwPage
1607 * Improved FORM sending (standar name/value submits) and processing;
1608 added READONLY, SIZE, MAXLENGTH attributes, type=BUTTON and some cleanups
1609 * Fixed VERBATIM parsing mode (BUG#130)
1610 * Fixed a bug in calculating the page width (BUG#136)
1611 Patches: Jörgen Viksell
1612 - * Added a dillorc option to set the location entry within the menu bar.
1613 Patch: Eric Gaudet
1614 - * Integrated some modifications to ease compiling on GNU Darwin.
1615 * Added support for leading whitespaces in HREF (BUG#120)
1616 * Fixed anchor's hash_table and a few more quirks (were warnings on Alpha)
1617 * Fixed entities parsing in URI attributes (BUG#114)
1618 * Fixed stop button's sensitivity on plain files (BUG#142)
1619 * Made filesize more accurate on directory listings (BUG#143)
1620 * Introduced the new Concomitant Control Chain (CCC) design!
1621 - All the way in the quering branch
1622 - Halfway in the answering branch
1623 - Introduced more error handling and status messages
1624 - Started implementing error control using the CCC!
1625 - Fixed too much caching (BUG#84)
1626 - Fixed a CPU hog error condition (BUG#144)
1627 - Eliminated the segfault from outdated dns answers (BUG#140)
1628 - Fixed repeated Back (faster than rendering) segfault.
1629 * Cleaned the header include files
1630 * Incremented the valid-charset for dillorc identifiers (BUG#149)
1631 * Added support for unterminated quotation of attribute values (BUG#155)
1632 Patches: Jorge Arellano
1635 dillo-0.4.0 [March 3, 2001]
1637 - * Rewrote most of the Dw module from scratch:
1638 - Page widget: ported, added support for relative sizes of widgets, and
1639 changed behaviour for pressing button 2 on a link.
1640 - Removed the now unnecessary event boxes for check and radio buttons.
1641 - Modified the code outside to use new Dw.
1642 * Started to implement relative sizes for images (in html.c)
1643 * Implemented attributes WIDTH, SIZE and NOSHADE of the <hr> tag.
1644 * Added focus adjustment for selection lists (<SELECT>)
1645 * Implemented TAB, Shift+TAB navigation in FORMS (BUG#86)
1646 Patches: Sebastian Geerken
1647 - * Included a scaling font_factor into dillorc!
1648 Patch: Bruno Widmann
1649 - * Fixed bugs #125 and #129 (menu item focus and radio reset in forms)
1650 Patch: Jörgen Viksell
1651 - * Added code to ignore anything inside STYLE tags.
1652 Patch: Mark McLoughlin
1653 - * Implemented image rendering based on GdkRGB and DwImage!
1654 * Fixed 4 bit color planes support, cleaned the image code,
1655 removed a few leaks and added documentation (Images.txt).
1656 * Ported every patch from 0.3.2 to 0.4.0
1657 Patches: Jorge Arellano
1660 dillo-0.3.2 [February 22, 2001]
1662 - * Added the option to use oblique font instead of italic (dillorc)
1663 Patch: Eric Gaudet, Sebastian Geerken, Jorge Arellano
1664 - * Changed Dw_page_find_line_index to use a binary search
1665 Patch: Eric Gaudet, Jorge Arellano
1666 - * Added a visual hint for visited links (BUG#117)
1667 * Repaired the dillorc parser to skip unknown symbols (BUG#119)
1668 Patch: Eric Gaudet
1669 - * Fixed the segfault for controls outside FORM and SELECT elements (BUG#121)
1670 Patch: Eric Gaudet, Jörgen Viksell
1671 - * Added support for SUB and SUP tags (BUG#115)
1672 Patch: Jörgen Viksell
1673 - * Added a geometry directive to dillorc (sets initial browser size)
1674 Patch: Livio Baldini, Jorge Arellano
1675 - * Fixed bookmarks loading in new browser windows (BUG#110)
1676 * Included a workaround for BUG#71
1677 Patch: Livio Baldini
1678 - * Fixed a CPU hog when clicking ftp URLs (BUG#123)
1679 * Set a 64 bytes threshold on pagemark headers
1680 Patch: Jorge Arellano
1681 - * Added check for negative image sizes.
1682 Patch: Livio Baldini, Sebastian Geerken
1685 dillo-0.3.1 [December 22, 2000]
1687 - * Implemented basic Find-text functionality
1688 Patch: Sam Dennis, Sebastian Geerken, Allan Clark and Jorge Arellano :-)
1689 - * Implemented "Pagemarks" (Kind of a headings-based page index!)
1690 Patch: Sebastian Geerken and Eric Gaudet
1691 - * Fixed nested-lists numbering, and added support for "type" (BUG#76)
1692 * Added support for image maps, both usemap and ismap! (BUG#27)
1693 * Set "on" as default value for check boxes
1694 Patch: Eric Gaudet, Jorge Arellano
1695 - * Added "Copy link location" to the link menu
1696 Patch: Eric Gaudet
1697 - * Removed redundant functions from misc.c
1698 * Added support for BASE, CODE, DFN, KBD, SAMP and VAR tags (BUG#106)
1699 * Added support for TAB characters in plain text files (BUG#112)
1700 Patches: Jörgen Viksell, Jorge Arellano
1701 - * Fixed a_Url_squeeze (BUG#100)
1702 Patch: Livio Baldini, Jorge Arellano
1703 - * Added gamma support and basic transparency for PNG images (BUG#60)
1704 * Moved menu_popup into the 'bw' structure (BUG#96)
1705 * Fixed the gif decoder to get image size from the right place (BUG#98)
1706 * Made the new browser window size the same as the parent (BUG#55)
1707 Patch: Livio Baldini
1708 - * Added support for ISINDEX method (BUG#15)
1709 Patch: Sam Dennis
1710 - * Added support for bare '<' character parsing
1711 * Removed every sign-conflict warnings given by gcc with '-W -Wall'
1712 * Fixed several identation problems (rendering)
1713 * Implemented "Save link as" (link menu)
1714 * Removed the subtle bug that used to segfault when deleting and processing
1715 queue clients at the same time (BUG#111).
1716 * + Some comments, cleanups, size reductions, minor optimizations etc.
1717 Patches: Jorge Arellano Cid
1720 dillo-0.3.0 [November 13, 2000]
1721 (Lots of patches are pending!)
1723 - * Added support for <strike>, <s>, <del> and <u> tags.
1724 Patch: Jörgen Viksell
1725 - * Fixed a bug in #anchors code
1726 Patch: Sebastian Geerken
1727 - * Parsed text between script tags, out of the rendering part.
1728 * Added support for decimal entities that start with 0.
1729 * Added some comments to html.c
1730 Patches: Sean 'Shaleh' Perry
1731 - * Added support for corrupted png images (avoids segfaults!)
1732 Patch: Eric Gaudet, Jorge Arellano
1733 - * Fixed empty title bookmarking (BUG#85 and #88)
1734 Patch: Livio
1735 - * Fixed view-source to take its URL from the right place.
1736 Patch: Sam Dennis
1737 - * Added font support for the compaq iPaq linux distribution.
1738 Patch: Eric Christianson
1739 - * Fixed spaced attribute parsing (BUG#79).
1740 * Fixed concurrent save and downloading!
1741 * Added alpha support for external (simple) plugins.
1742 ? * Added a workaround (maybe a bug fix) for BUG#77 (No segfault).
1743 * Introduced a new design layer between the IO and Dw:
1744 - The imgsink stuff was completely removed.
1745 - The dicache was rewritten from scratch and integrated
1746 into the normal cache.
1747 - A single client queue is being used for both caches.
1748 - The file descriptors were replaced by cache keys that serve
1749 as connection handlers.
1750 - The image data structure and related sources got changed.
1751 - Every decoder (png, gif, jpeg) was adapted to the new scheme.
1752 * Fixed the file-images caching problem and the associated memory-leaks.
1753 * Improved progress bar accuracy for images.
1754 * Added progress bar functionality for plain text (+comments +cleanups)
1755 * Fixed the right-click-over-plain-text segfault (BUG#80).
1756 * Started improving the right-mouse-button menus.
1757 Patches: Jorge Arellano Cid
1760 dillo-0.2.4 [August 21, 2000]
1762 - * Fixed the white square bug with PNG images (BUG #4)
1763 Patch: Luca Rota
1764 - * Added support for #anchors! (BUG #10)
1765 * Added support for resolving relative #anchors (BUG #65)
1766 Patches: Sebastian Geerken
1767 - * Fixed a segfault-source that produced BUG #61.
1768 * Made several cleanups and standarizations in html.c
1769 * Extended entity-parsing scope, and the list of supported entities.
1770 * Rearranged TagInfo data into a new structure.
1771 * Added the base for refresh support in META tags.
1772 Patches: Sean 'Shaleh' Perry
1773 - * Added support for TEXTAREA tags!
1774 Patch: Jörgen Viksell
1775 - * Improved and fixed Html_parse_entities.
1776 * Reimplemented the Stash buffer with a GString.
1777 * Fixed a bug with \r\n-terminated HTML lines.
1778 * Added redirection support for relative URLs (BUG #73).
1779 * Added some comments and minor fixes to patches.
1780 Patches: Jorge Arellano Cid
1781 - * Linked "open link in new window" to mouse button #2 (#3 also works)
1782 Patch: Eric Gaudet
1785 dillo-0.2.3 [August 4, 2000]
1787 - * Removed "search.h" include in http.c (freeBSD compatibility).
1788 Patch: Kurt J. Lidl
1789 - * Removed several memory leaks that were sprinkled through the code.
1790 Patches: Jörgen Viksell
1791 - * Fixed a segfault crash when hitting PgDn in the URL box (BUG #54).
1792 * Removed a segfault source in commands.c
1793 * Made some minor fixes to Dw and added more comments to the code.
1794 * Made changes in dw_gtk_view.c, and fixed the rendering problem that
1795 arise when changing from a scrolled page into another (BUG #58).
1796 * Changes in hruler dynamic resize --not finished though.
1797 * Removed a floating point exception bug in image handling code (image.c)
1798 * Dramatically improved rendering speed!!! Most notably long HTML pages
1799 with lots of links; Improvement ranges from 2 to 5 times faster! (aprox.)
1800 * Fixed misplaced rendering of small pages (BUG #35)
1801 * Fixed the bookmark bug with empty title strings (BUG #57, #67)
1802 * Completed support for "\r", "\n" and "\r\n" in PRE tags.
1803 * Fixed text rendering between multiple selection boxes (BUG #56)
1804 * Added several minor enhancements (comments, formatting, speed, etc)
1805 * Added extensive documentation! (IO.txt, DilloWidget.txt and Dw.txt)
1806 Patches: Jorge Arellano Cid
1809 dillo-0.2.2 [July 9, 2000]
1811 - * Added a gtk_window_set_wmclass to all windows to prevent dialogs
1812 from having the same size as the main window. (Ex: with Sawfish)
1813 * Made some width and height changes to the SELECT-stuff
1814 * Added "submit" to submit buttons without a value.
1815 Patches: Jörgen Viksell
1816 - * Fixed a segfault when calling "about:" method
1817 Patch: Dominic Wong
1818 - * Added an option to force dillorc-defined colors (Try it with slashdot!)
1819 * Fixed display of encoded-URL-links on the status bar
1820 Patches: Adam Sampson
1821 - * Removed several compiler dependencies
1822 (detected with lcc on a 64 bit machine)
1823 * Modified mime.c and Url.c to use list.h, and eliminated hdlr.c
1824 * Standarized unsigned types to glib all around the code
1825 * Added some includes for libc5 compatibility
1826 * Modified IO_callback to avoid a CPU-hog (it happened in some systems).
1827 * Fixed a bug that added a trailing ampersand to GET and POST queries.
1828 * FIxed attribute parsing. It had nasty side effects; as providing
1829 wrong attribute values to POST and GET methods.
1830 * Joined Url.c and url.c into a single module.
1831 * Reimplemented URL resolving functions.
1832 * Implemented a new parser for "file:" URLs (Try "file:" & "file:.").
1833 * Removed child_linkblock and changed the HTML stack handling
1834 (both changes result in a simpler, easier to understand code).
1835 * Modified and removed a segfault source in Html_lb_new.
1836 * Modified forms handling to be more tolerant with messy HTML.
1837 * Linked "image/pjpeg" in MIME types (progressive jpeg)
1838 * Fixed form submittion when there's no submit button (bug #49)
1839 Now dillo can search on freshmeat, altavista, etc!
1840 Patches: Jorge Arellano Cid
1843 dillo-0.2.1 [June 17, 2000]
1845 - * Modified the pixmaps for better interface perception ;)
1846 * Modified Dw_gtk_view_adjustment_value_changed to update the visible
1847 rectangle even though the widget is not realized; it seems to work!
1848 * Implemented the horizontal ruler as a Dw --dw_hruler.[ch]
1849 Fixed its expose problems (Bug #13). (todo: resizing).
1850 * Changed Dw_gtk_progressbar module to "progressbar" --naming stuff
1851 * Added Content-length in file headers (avoids reallocations)
1852 * Modified form submittion and encoding to use dynamic memory allocation
1853 * Eliminated a dns.c hack that passed an int as a void* ;)
1854 * Updated the documentation with an extensive IO description.
1855 Patches: Jorge Arellano Cid
1856 - * Added some functionality to reload button (not complete yet)
1857 Patch: Luca Rota , Jorge Arellano Cid
1858 - * Fixed hash handling within URL parsing. (Bug #9)
1859 Patch: Marcos Ramírez , Jorge Arellano Cid
1862 dillo-0.2.0 [June 2, 2000]
1863 *** THIS IS A HALF-NEW BROWSER ***
1865 - * Finally reimplemented the whole networking process (***BIG changes***)
1866 Rewrote from scratch: IO, cache, web, http, socket, ...
1867 Modified: gif, png, jpeg, html, nav, plain, ... (Every client)
1868 All the querying, retrieving, caching and delivering is NEW!!!
1869 * Eliminated CPU-hogging while waiting for a DNS query to complete
1870 * Eliminated CPU-hogging when facing redirections
1871 * Implemented basic redirection functionality
1872 * Eliminated several segmentation fault bugs
1873 * Modified autoconf stuff
1874 * Modified source-code tree and libraries
1875 * Reduced binary size
1876 * Eliminated a memory leak in socket connections
1877 * Created a new socket connection scheme
1878 * Implemented Cache as the main networking abstraction layer
1879 * Joined almost every URL-retrieving module into libDio
1880 * Set the basis for save-link-as functionality (see save function)
1881 * Modified the navigation stack to a cleaner design
1882 * Improved status bar messages when connecting
1883 * Changed some function names
1884 * Created new pixmaps for the toolbar!
1885 * Added a "new" button near the URL to clear the entry!
1886 * Added a_List_remove to list.h
1887 * Updated documentation in doc/
1888 (README, Cache.txt, store.txt, Dillo.txt, Images.txt and IO.txt)
1889 Patches: Jorge Arellano Cid
1890 - * Added a workaround patch for BUG #35 (page expose problems)
1891 Patch: Andrew McPherson
1894 dillo-0.1.0 [Mar 30, 2000]
1896 - * Fixed a bug that used to lock hostname queries.
1897 ('DNS can't resolve name' mesg.)
1898 * Fixed the wrong parent link when browsing directory contents
1899 * Changed the file/directory HTML-output-layout
1900 * Finally rewrote the whole file.c module :-)
1901 * Made Http_query buffer overflow-safe
1902 * Commented and cleaned web.c
1903 * Changed the licence to GPL. (Raph agreed on that)
1904 * Fixed a tag-search bug in html.c; it produced rendering problems.
1905 * Fixed a parsing problem with tags that were split on different lines
1906 * Fixed the after-tables parsing problem
1907 * Added a startup page
1908 Patches: Jorge Arellano Cid
1909 - * Fixed a bug with http queries that sometimes produced infinite loops
1910 Patch: Marcos Ramírez
1913 dillo-0.0.6 [Mar 9, 2000]
1915 - * Readded an old, wiped-by-mistake, bug fix.
1916 * Added preferences settings using a readable config (dillorc)
1917 * Added a page-title trimmer facility (39 chars) to bookmarks saving.
1918 Patch: Luca Rota
1919 - * Fixed three memory leaks in bookmarks reading
1920 * Added 'Open link in a new window' within the right button pop-up-menu
1921 Patch: Sammy Mannaert
1922 - * Fixed a bug that used to put two slashes on directory file anchors
1923 * Actualized plugin.txt to current code base (and a bit of fix)
1924 * Changed "fprintf(stderr..." to "g_print(..."
1925 * Improved list.h
1926 * Fixed image URLs both for HTTP and local files!
1927 * Fixed tag attribute parsing (The trimmed-text-inside-buttons bug)
1928 * Wrote several documentation files (placed them in doc/)
1929 * Fixed transparent image rendering
1930 * Implemented a binary search for HTML tags (just a bit faster)
1931 * Small leak fixes and some corrections to http.c
1932 * Made style fixes, added function comments and things like that.
1933 Patches: Jorge Arellano Cid
1936 dillo-0.0.5 [Feb 3, 2000]
1938 - * Added progress bars (to be improved)
1939 Patch: James McCollough, Jorge Arellano Cid
1940 - * Rearranged, changed and commented the decompressed image cache code
1941 * Fixed autoconf stuff to include zlib
1942 * Added memory deallocating functions to cache, dicache, socket, http & dns
1943 * Fixed memory leaks in jpeg.c, png.c and gif.c
1944 * Made several changes in dw_page.c and dw_image.c
1945 * Introduced 'list.h' source, and standarized the whole code to use it
1946 * Fixed image rendering (Fixed algorithms and data structures) BIG CHANGES
1947 * Removed some false comments and added true ones (I hope ;)
1948 * Made several "standarizing" changes all over the code and
1949 * some other changes (not worth listing)
1950 Patches: Jorge Arellano Cid
1951 - * Added support for 'text' and 'link' colors inside <BODY> tags
1952 * Standarized all memory management to glib functions
1953 * Fixed the plugin API to work again (forked)
1954 * Removed a warning (remove not implemented for Dw_view and Dw_scroller)
1955 * Solved the page-without-title bug in bookmarks.
1956 Patches: Luca Rota
1959 dillo-0.0.4 [Jan 4, 2000]
1961 - * Removed the test widget
1962 * Added a jpeg image decoder error-handler
1963 Patches: Sammy Mannaert
1964 - * Changed some ADTs to glib to be compatible with newer glibc2 systems
1965 * Added background color alternative when bg. is white (or not specified)
1966 * Improved connecting time status messages
1967 Patches: Jorge Arellano Cid
1968 - * Added background color support.
1969 Patch: Luca Rota, James McCollough
1970 - * Added support for <OL></OL> tags
1971 * Added view-source and view-bookmarks functionality
1972 * Improved PgUP/PgDown and Up/Down response. (No need to grab focus!)
1973 * Fixed openfile gtk run-time warning
1974 * Fixed the focus problem with text camps
1975 * Fixed the title-linger bug with pages that don't specify title.
1976 * Added a preliminary right button menu
1977 * Added POST method support
1978 Patches: Luca Rota
1979 - * Added PNG image support.
1980 Source Code: Geoff Lane, Patch: Jorge Arellano
1983 dillo-0.0.3.tar.gz [Dec 18, 1999]
1985 - * Finished the whole Naming&Coding effort!!!
1986 Stage 2 worked by: Luca Rota and Jorge Arellano
1987 - * Removed all compile time warnings (at least with gcc 2.7.2.3)
1988 * Added more documentation inside the code
1989 * Removed the '~/.dillo' directory creation bug.
1990 * Integrated a patch for menu module
1991 * Renamed menus.c to menu.c
1992 * And some other minor things...
1993 Patches: Jorge Arellano Cid
1996 dillo-0.0.2.tar.gz [Dec, 1999 --Does anyone remember the day?]
1998 - * Finished stage one of the naming&coding design (Hey, it's 1.3 Mb of code!)
1999 Worked by: Jorge Arellano, Sammy Mannaert, James McCollough and Luca Rota
2000 - * Removed some bugs and renamed the source files.
2001 * Heavily rearranged URL/ an IO/ files for better understanding & debugging
2002 * Added more documentation within the sources
2003 * Recoded automake stuff
2004 * Integrated some queued patches
2005 * (And several things that I have no time to write now! :-)
2006 Patches: Jorge Arellano Cid
2009 dillo-0.0.1.tar.gz [Dec, 1999]
2011 - * Halfway release, amidst stage one of the naming&coding effort.
2012 Worked by: Jorge Arellano, Sammy Mannaert, James McCollough and Luca Rota
2015 dillo-0.0.0.tar.gz [Dec, 1999]
2017 - * Applied a cleanning patch to menus.[ch]
2018 Patch: Sammy Mannaert
2019 - * Made a threaded DNS scheme (several improvements: now it works with gdb)
2020 * Bug fix on TMP_FAILURE_RETRY
2021 * Bug fix on links not been followed (Url parsing)
2022 * Changed the default pixmaps
2023 * Maked automake, autoconf, autoheader, changes
2024 * Changed binary name
2025 Patches: Jorge Arellano Cid
