MSW NOTE: wx1.66 added support for interlaced GIFs but not my mods for transparent backgrounds, so you will still need the WXIMAGE stuff for MSW use. Copy into the wx\utils\wximage\win directory. TABLES: still incomplete but gradually getting better. FORMS: don't go too well with TABLES at the moment. XVIEW: not working too good? December 18, 1996 (WXWEB217) --------------------------- 301) Fix up frame creep problem under X windows. 300) Add bookmarks facility. Automatically imports Netscape Navigator bookmarks. 299) Redo FRAMES so as not to use panel on panel. This should work better on X Windows and avoid a WX Windows problem with child windows (this means you don't have to do 171 below). 298) Scrollbar space was not being reclaimed leaving dead area on the page. 297) Fix (well, get around actually) Motif clear problem. 296) Fix crash problem when shutting down while a download is in progress. 295) Allow multiple oustanding requests (default to 4). 294) Implement (non-persistent) cookies. 293) Wasn't allowing for new-lines inside tags! 292) Alignment fixes (especially in tables). 291) Fixed bug whereby nested table heights were weird. 281) Fixed bug in SockHandler class. 280) Various XWindows fixes. 279) Improve frames and fix problem whereby frames wouldn't work in MSVC++ debug mode. 278) Wasn't deleting
items properly. 277) Set the when sending HTML mail (in addition to the "Content-Base:" MIME tag) as this helps MS Exchange (and other non-inline HTML viewers). December 2, 1996 (WXWEB216) -------------------------- 276) Fix spurious painting while waiting for page to load. 275) Get 301 & 302 redirections working. 274) Fix alignment problem with left-floating images. Novmeber 27, 1996 (WXWEB215) --------------------------- 273) The HTTP stuff has been split-out (at last) to a separate class. 272) Use hash-table instead of list for cache lookups. Don't save cache to disk *every* time an object is fetched. 271) Change to using the ANSI 'string' class or equivalent. See the ANSI_STRING define. 270) Fix up DIVs properly. Novmeber 21, 1996 (WXWEB214) --------------------------- 269) Fix another bug with META refresh. 268) Fix bug whereby proxy was recognized as target host. 267) Now SSL enabled! To compile you will need to get a hold of the freeware SSL implementation from SSLeay (the same one used in Apache-SSL with which I tested this). See copyright notice in the docs directory. Novmeber 19, 1996 (WXWEB213) --------------------------- 266) Meta refresh wasn't working. 265) Fix bug in wbima.cpp where bitmaps >64k caused havaoc under WIN16. 264) Fix bug where relative paths were wrong for file:// browsing. 263) Clean up for WIN16 build. 262) More work on editing. October 25, 1996 (WXWEB212) -------------------------- 262) More work on editing. 261) Improve aligment with use of different sized fonts. October 19, 1996 (WXWEB211) -------------------------- 260) Fix bug in POP client for 'RETR' command. Seems the message length count that is returned is not to be relied upon. 259) Allow HTML content type in SMTP mail. 258) Add multipart MIME attachments to SMTP mail. October 17, 1996 (WXWEB210) -------------------------- 257) Implement HTTP 'PUT' action in both server & client. In edit mode the SAVE button will do a 'PUT' on an HTTP object or file save-as on a FILE object. 256) Fix silly line-wrap bug during parse. 255) Got rid of all 142 of the MSVC++ warning messages about int to float conversions! 254) WYSIWYG editing basically functional. October 4, 1996 (WXWEB209) -------------------------- 253) Right-margin was 'overly generous'. 252) Wasn't wrapping lines that contained an anchor reference. 251) Include patch for \wx\src\msw\wx_win.cpp to enable a wxPanel to pass on key presses when in edit-mode (see 'patch1.txt' for details). September 22, 1996 (WXWEB208) ---------------------------- 250) Modify wxHTTPd to process server-side includes (.shtml and .sht). This is based on file-extension only. 249) Change the directory for temporary files e.g. cache. Looks for an environment variable WXWEB_PATH or TEMP or TMP or else as a last resort uses the current working directory. This should allow running off read-only media such as CD-ROM. September 20, 1996 (WXWEB207) ---------------------------- 248) A few WSML changes to generate 'unchanged' HTML rather than correct bad or illegal constructs. 247) Change WX compilation options to generate smaller MSW binaries and to not use CTL3D so the *may* run under Windows for Worhgoups with WIN32S (waiting to hear back on this one). 246) Anchors around images had an incorrect height setting. 245) Fix ANCHORS in TABLES becoming 'lost'. 244)