📄 changelog
字号:
* Fixed the VERBATIM parsing mode and replaced the SCRIPT mode with it. * Fixed the problem with CR handling in TEXTAREA (BUG#318). * Fixed initial value parsing within TEXTAREA tags (BUG#400). * Fixed loading files with spaces in the name (command line) BUG#437. Patches: Jorge Arellanodillo-0.7.1.2 [Mar 11, 2003] - * Fixed a bug in the bugfix that used uninitialized memory contents causing all kind of undesirable side effects. Patch: Andreas Schweitzerdillo-0.7.1 [Mar 10, 2003] -- bugfix release - * Fixed the setting of the FD_CLOEXEC flag. Patch: Raphael Barabas - * Added an automatic file-locking alternative for systems lacking flock(). Patch: Yang Guilong - * Fixed a memory leak with pixmaps. Patch: Keith Packard - * Fixed the link color switch with scroll wheel mouses (BUG#348) Patch: Stephen Lewis - * Made the bookmarks server keep a backup file: bm.txt.bak. * Fixed not loading the bookmarks file (and erasing the bookmarks). * Added some missing EINTR handlers. * Added a handler for unresponsive dpi sockets! * Restricted dpi-requests to dpi-generated pages only. * Used -1 instead of WAIT_ANY (some systems don't have it). (BUG#413) * Fixed a source bug when G_DNS_THREADED is not defined. (BUG#421) * Switched sprintf to g_snprintf which is safer. Patches: Jorge Arellanodillo-0.7.0 [Feb 17, 2003] - * Added IPv6 support! [./configure --enable-ipv6] (BUG#351) Patch: Philip Blundell - * Fixing char escaping/encoding problems with file URIs (BUG#321) * Fixing buffer overflow sources in file.c. * Switched the image tooltip from "alt" to "title" attribute. Patch: Francis Daly, Jorge Arellano - * Added code so that tooltips stay within the screen. Patch: Pekka Lampila, Sebastian Geerken - * Fixed a problem occurring when scrolling with the "b" key. Patch: Livio Baldini - * Fixed a memory leak in DwAlignedPage. Patch: J鰎gen Viksell, Sebastian Geerken - * Moved stuff into remove_cookie() and add_cookie() functions. * Made cookies sort once in add_cookie(). * Removed some unneeded casts and calls in cookies. (*)Repairing some minor misbehaviours in Cookies_parse_string(). Patches: J鰎gen Viksell, Jorge Arellano, Madis Janson - * Fixed a bug in Dw_widget_mouse_event. Patch: J鰎gen Viksell - * Fixed a bug in DwPage ("height" argument). Patch: Pekka Lampila - * Removed a segfault source in http.c Patch: Madis Janson - * Removed space around tables. * Implemented the <button> tag! (BUG#276) * Added iterators (DwItetator, DwExtItetator, DwWordItetator). - Rewrote findtext, added highlighting and "case sensitive" option. - Improved findtext dialog placement too! * Implemented "ALIGN = {LEFT|RIGHT|CENTER}" for <table>, and "ALIGN = {LEFT|RIGHT|CENTER|JUSTIFY}" for <tr>. * Implemented character alignment, applied it on ALIGN=CHAR and CHAR for <tr>, <td> and <th>. - New widget DwTableCell. - Some smaller changes in DwAlignedPage and DwPage (virtual word_wrap, ignore_line1_offset_sometimes). * Implemented vertical alignment of table cells. - Changed behavior of Dw_page_size_allocate. - Applied it on "VALIGN={TOP|BOTTOM|MIDDLE|BASELINE}" for <tr>, <td> and <th>. - Fixed splash screen. * Set the height of <BR>'s in non-empty lines to zero. * Moved some code from html.c to a_Dw_page_change_link_color. * Made bullets size depending on the font size. * Fixed too wide widgets in lists (e.g. nested lists). Patches: Sebastian Geerken - * Added support for <input type=image...> (BUG#313) Patch: Madis Janson, Sebastian Geerken, Jorge Arellano - * Made a better EAGAIN handler, and enabled FreeIOVec operation in IOWrite. Patch: Jorge Arellano, Livio Baldini - * Fixed include directives for config.h Patch: Jorge Arellano, Claude Marinier - * Made lots of minor cleanups. Patches: Lex Hider, Jorge Arellano, Rudmer van Dijk - * Added a simple command line interface, and enabled some options (BUG#372). * Added full-window option in command line and dillorc. * Added an option to set offline URLs from CLI. * Made dillo embeddable into other GTK applications. Patches: Jorge Arellano, Melvin Hadasht - * Made drafts for dillo plugins protocol (dpi1) Work: Jorge Arellano, Eric Gaudet - * Avoided a file lock when cookiesrc disables cookies (BUG#358). * Fixed scroll-jumping between widgets when pressing Up&Dn arrows. * Added a tiny warning/handler for meta refresh. * Concomitant Control Chain (CCC): - Extended the theory to allow bidirectional message passing. - Renewed the API. - Improved the debugging code. - Redesigned the old CCCs, and made a new one for plugins (dpi). - Reimplemented dillo's core with the new chains. * Input/Output engine (IO): - Extended the functionallity with a threaded operation that allows buffered writes of small chunks on the same FD. - Created a new IO API, and adapted dillo to it. * Used the new CCC and IO to implement dillo plugins! (dpi). * Implemented the internal support for a bookmarks dpi. * Wrote a dpi-program for bookmarks. * Created capi.c, a meta module for cache.c. * Restructured Html_write so custom HTML can be inserted. * Set BackSpace and Shift+BackSpace to work as Back/Forward buttons. * Set the escape key as a dialog closing shortcut. * Removed a segfault in find text with a string of spaces (BUG#393) * Added wrappers/whitespace filtering for pasted/typed/CLI URLs. (RFC-2396) * Added an HTML warning message for illegal characters inside URLs. * Made dpi communication go through unix domain sockets. * Enabled dillo to launch the bookmarks plugin! * Made some cleanups in IO/. Patches: Jorge Arellanodillo-0.6.6 [May 30, 2002] - * Added a few canonical casts to fix some obvious 64bit issues. Patch: pvalchev - * Fixed a bug with cookies path parsing. * Fixed persistent-cookies obliteration (BUG#312, BUG#314) * Set max 20 persistent cookies for each domain. Patches: J鰎gen Viksell - * Switched flock to lockf. Patch: Andreas Schweitzer - * Made a little bugfix in doc/Makefile.am. Patch: Grigory Bakunov - * Removed the < 256 hostname length restraint from http queries. * Made a date-parser that copes with three HTTP date-syntaxes (BUG#335) * Made the HTML parser a bit more robust with bad HTML (BUG#325, BUG#326) Patches: Jorge Arellanodillo-0.6.5 [Apr 26, 2002] - * Improved a bit table rendering speed. Patch: Mark Schreiber - * Extended Dw crossing events. Patch: Sebastian Geerken - * Added code to autoresize the "View source" window (BUG#198). Patch: Andreas Schweitzer - * Improved *BSD detection code at './configure' time. Patch: Andreas Schweitzer, Jorge Arellano - * Added a (pthread_t) cast in dns.c * Fixed a problem with #fragment hash-lookup (in anchors_table). * Added code to install/test usr/local/etc/dillorc (BUG#287) * Added control-character filtering for pasted/typed URLs. * Replaced the old cache list with a hash table! Patches: Livio Baldini - * Fixed a momentous memory leak in png decoding. * Fixed a segfault source in GIF colormap handling. Patch: Livio Baldini, Jorge Arellano - * Added fontname selection to dillorc. Patch: Arvind Narayanan - * Removed a segfault source under G_IO_ERR conditions in IO.c. Patch: Madis Janson - * Removed a wild deallocation chance in klist.c Patch: Pekka Lampila - * Fixed saving of pages that result from POST. Patch: Nikita Borodikhin - * Fixed a tiny bug with dillorc parsing on certain locales (BUG#301) Patch: Lars Clausen, Jorge Arellano - * Added support for cookies! RFC-2965 (BUG#82) Patch: J鰎gen Viksell, Lars Clausen, Jorge Arellano - * Added code to detect redirect-loops (BUG#260) Patch: Jorge Arellano, Chet Murthy - * Added support for missing Content-Type in HTTP headers (BUG#216) * Added support for a bare '>' inside attribute values (BUG#306) Patch: Jorge Arellano, Andreas Schweitzer - * Allowed enter to submit forms when there's a single text entry. * Added 'generate_submit' and 'enterpress_forces_submit' to dillorc. Patch: Jorge Arellano, Mark Schreiber. - * Added support for rendering adjacent <BR>, Tabs in <PRE>, and linebreak handling (BUG#244, BUG#179, BUG#291). Patch: Jorge Arellano, Mark Schreiber, Sebastian Geerken. - * Switched a_List_* methods to three parameters (and wiped BUG#286) * Fixed two little bugs within url.c (BUG#294) * Created an API for nav_stack usage (a handy cleanup). * Set the attribute parser to trim leading and trailing white space. * Fixed a problem with NULL requests to the dns (BUG#296). * Added Tru64(tm) detection code at './configure' time. * Fixed the parser to skip <style> and <script> contents (BUG#316). * Bound the space key to PgDn, and 'b' | 'B' to PgUp. * Allowed 'query' and 'fragment' in POST submitions (BUG#284). * Changed the url module API (the URL_* macros), and updated the calling modules, removing several potential bugs at the same time --toilsome. Patches: Jorge Arellanodillo-0.6.4 [Jan 29, 2002] - * Implemented remembering of page-scrolling-position! (BUG#219) Patch: Jorge Arellano, Livio Baldini - * Moved jpeg's include directory from CFLAGS to CPPFLAGS in configure.in Patch: John L. Utz, Lionel Ulmer - * Made a standarization cleanup to every *.h * Cleaned some casts to use the GPOINTER_TO_INT and GINT_TO_POINTER macros. * Added the 'static' qualifier to some module-internal variables. * Added the 'static' qualifier to module-internal functions! Patches: J鰎gen Viksell - * New widget DwAlignedPage for alignment of vertical arrays. - New widget DwListItem for nicer list items (based on some extensions of DwPage) BUG#271. * Implemented text alignments (except CHAR). - Extension of DwStyle and DwPage. - Applied it on "ALIGN = {LEFT|RIGHT|CENTER}" for <hr>, and "ALIGN = {LEFT|RIGHT|CENTER|JUSTIFY}" for <p>, <hN>, <div>, <td> and <th>. Implemented <center> --BUGs #215, #189. * Small change in DwPageWord (space_style), fixes problems with spaces and underlining (BUG#278). Patches: Sebastian Geerken - * Added 'force_visited_colors' to dillorc. It asserts a different color on visited links, regardless of the author's setting. Patch: Jorge Arellano, Sebastian Geerken - * Updated and improved several #include directives inside *.c * Added history.c for linear history and scroll-position tracking. Now the navigation-stack references linear history and nav-expect holds a DilloUrl (history.c provides an API). * Fixed a rare data-integrity race-condition with popups (BUG#225) * Made small icons a bit narrower. * Fixed a problem with image-maps handling code (BUG#277) * Added support for several domains in dillorc's 'no_proxy' variable. * Fixed a small boundary-bug in named-colors parsing. * Implemented IOs validity-test with klist (avoids a rare segfault source). Patches: Jorge Arellanodillo-0.6.3 [Dec 23, 2001] - * Removed a_Dw_widget_set_usize. * Removed *_indent in DwStyle, this is now done by nested widgets. * List items are now single widgets, this fixes bug #78. * Extended queue_resize and related code, removed fast resizing. - Applied these changes on DwPage (many changes!). * Changes in requisition of DwPage. * Added a nice indenter to the pagemarks! ("Jump to..." menu). Patches: Sebastian Geerken - * Reworked the dicache to use a hash table and use image versions. * Wiped some dicache glitches, and added a dillorc option turn it off! (reducing memory usage significatively). Patches: Livio Baldini - * Added support for OSes that use a slightly different 'struct sockaddr'. Patch: Johan Danielsson - * Removed a cache leak when reloading (BUG#257). Patch: Livio Baldini, Jorge Arellano - * Added full-screen mode! (left double-click toggles it). Patch: Jorge Arellano, Sebastian Geerken - * Extended interface customization options in dillorc (a must for iPAQ). Patch: Jorge Arellano, Sam Engstr鰉 - * Rewrote the whole tag-parsing code with a new scheme (single pass FSM!) (BUG#190, BUG#197, BUG#207, BUG#228, BUG#239) --Big work here. Patch: Jorge Arellano, J鰎gen Viksell - * Set form encoding to escape everything but alphanumeric and -_.* (BUG#236) * Rewrote Html_tag_open_input. * Extended BACK and FWD key shortcuts to: {ALT | MOD*} + {, | .} :-) * Fixed URI fragment parsing (BUG#247). * Centered FindText and OpenUrl dialog windows. * Structured dillorc (now it's more readable! ;) * Added a dillorc option to force transient_dialogs. * Fixed a subtle bug with HTTP end-to-end reload (BUG#234). * Fixed form submition when action has <query> or <fragment> (BUG#255) * Added fast URL resolving methods! (96% rfc2396 compliant by now) BUG#256 * Switched form-urlencoded CR to be sent as CR LF pair (BUG#266). * Fixed leaving open FDs when the socket connection fails (BUG#268). Patches: Jorge Arellanodillo-0.6.2 [Oct 17, 2001] - * Added code to parse away <?...> tags (BUG#203). Patch: Sebastian Geerken - * Made an explicit ISO8859-1 requirement in font loading (BUG#193). Patch: Karsten M. Self - * Added a temporary handler for frames! (lynx/w3m like). Patch: Livio Baldini - * Added gtk_set_locale to dillo's init sequence (BUG#173). Patch: Eric Gaudet, Martynas Jocius - * Added support for <big> and <small> tags (BUG#221). Patch: Livio Baldini, Jorge Arellano - * Added back and forward history popup menus! (BUG#227) Patch: Jorge Arellano, Eric Gaudet, Olaf Dietsche - * Removed anchors from to-proxy queries (also added some checks, BUG#210). * Removed a leak in url.c * Fixed a bug with command-line HTML files that reference images (BUG#217). * Improved status-bar messages a bit, modified toolbar pixmaps and reduced the number of a_Url_dup calls.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -