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