Sun Apr 7 14:35:04 2002 Petr Baudis : * configure.in: 0.4pre5 Sun Apr 7 14:13:10 2002 Petr Baudis : * src/bookmarks/bookmarks.c: Do not save bookmarks in new format yet, if they were loaded in the old format. Sun Apr 7 14:06:38 2002 Petr Baudis : * src/document/download.c: Reverted download cleanup by Zas. Caused VERY nasty problems. Sun Apr 7 13:55:41 2002 Petr Baudis : * src/cookies/cookies.c: Reverted cookies cleanup by Zas. Caused VERY nasty problems. Sun Apr 7 12:47:02 2002 Petr Baudis : * configure.in: Breaking things at least partially working yet.. oh well ;) Now we'll check for -ldl when checking for Lua as well. Sun Apr 7 07:01:52 2002 Petr Baudis : * src/lua/lua.c: Include stdio.h in lua.c, thanks to José Luis González González . Sat Apr 6 22:19:13 2002 Petr Baudis : * src/main.c: Fix in merge of OS/2 fix pipe-before-socket from 0.97pre11. Sat Apr 6 22:10:17 2002 Petr Baudis : * intl/brazilian_portuguese.lng, intl/bulgarian.lng, intl/catalan.lng, intl/czech.lng, intl/dutch.lng, intl/english.lng, intl/estonian.lng, intl/finnish.lng, intl/french.lng, intl/galician.lng, intl/german.lng, intl/greek.lng, intl/hungarian.lng, intl/icelandic.lng, intl/indonesian.lng, intl/italian.lng, intl/lithuanian.lng, intl/polish.lng, intl/romanian.lng, intl/russian.lng, intl/slovak.lng, intl/spanish.lng, intl/swedish.lng, intl/turkish.lng, intl/ukrainian.lng, src/document/view.c, src/intl/lang_defs.h, src/intl/language.inc: Show page title and last visit time in location info dialog, patch by Miciah. Sat Apr 6 18:02:30 2002 Petr Baudis : * src/bookmarks/bookmarks.c: By now on, use '\t' as separator in the ~/.links/bookmarks file rather than '|'. We still accept '|' as a separator in old bookmarks files. Patch by Zas and me. Sat Apr 6 17:52:09 2002 Petr Baudis : * src/bookmarks/bookmarks.c: Safe bookmarks loading, patch by Zas. Sat Apr 6 17:46:40 2002 Petr Baudis : * src/cookies/cookies.c: Cookies tidyup, more secure loading of cookies (allocate enough space). Patch by Zas. Sat Apr 6 17:38:29 2002 Petr Baudis : * src/main.c: Workaround for some subtle bug in OS/2 - create pipe before socket (by mikulas, from 0.97pre11). Sat Apr 6 17:08:11 2002 Petr Baudis : * src/document/html/: parser.c, parser.h, renderer.c: Fixed internal error: cell iw now wider. We don't allow overlapping of hr linez anymore (by mikulas, from 0.97pre10) Sat Apr 6 16:57:06 2002 Petr Baudis : * src/lowlevel/: af_unix.c, connect.c: Zero all sockaddr structures before messing with them. Also some various fixes in af_unix.c, probably causing some OS/2 problems (by mikulas, from 0.97pre9) Sat Apr 6 16:51:24 2002 Petr Baudis : * src/: lowlevel/af_unix.c, osdep/os_dep.c, osdep/os_dep.h: Increase priority on OS/2 (by mikulas, from 0.97pre9). Fri Apr 5 23:16:53 2002 Petr Baudis : * Makefile.am, links.1, linkskeys.5: Added manpage linkskeys.5, contributed by Peter Wang. Wed Apr 3 20:52:41 2002 Petr Baudis : * AUTHORS, contrib/user-keybindings.example: Added contrib/user-keybindings.example contributed by David Mediavilla . Someone should go and make it up-to-date. Wed Apr 3 17:32:11 2002 Petr Baudis : * AUTHORS, contrib/README, contrib/elinks.spec: RPM spec file contributed by . Wed Apr 3 15:29:57 2002 Petr Baudis : * src/Makefile.am: HPUX compilation fix by sc. Wed Apr 3 13:48:05 2002 Petr Baudis : * src/protocol/http/date.c: Fix in HTTP date parser by sc. Tue Apr 2 22:29:46 2002 Petr Baudis : * acconfig.h, configure.in, src/bookmarks/bookmarks.c, src/bookmarks/dialogs.c, src/cookies/cookies.c, src/dialogs/globhist.c, src/dialogs/info.c, src/dialogs/menu.c, src/document/globhist.c, src/document/view.c: Possibility not to include globhist/bookmarks/cookies in resulting executablee by specifying parameter to ./configure. Tue Apr 2 21:51:08 2002 Petr Baudis : * TODO: Todo bit by David Mediavilla. Tue Apr 2 21:50:37 2002 Petr Baudis : * src/dialogs/: Makefile.am, menu.c, options.c, options.h: Split settings dialogs from dialogs/menu.c to dialogs/options.c. Also various tidyups there. Tue Apr 2 20:40:04 2002 Petr Baudis : * src/document/download.c: Cleanup of download.c, patch by Zas. Maybe expect problems.. Tue Apr 2 19:55:44 2002 Petr Baudis : * TODO: Another TODO bit, now from muehlenhoff@gmx.de (Moritz Muehlenhoff). Tue Apr 2 17:40:31 2002 Petr Baudis : * TODO, src/config/default.c, src/document/html/parser.c: Some support for vlink attribute. We honour it somehow now (thanks to global history), BUT frequently after RGB approximation we won't see the difference, and also the document must be re-rendered (thus reloaded for now - I guess we would find some use for rerender action as well) in order to update the colors (I fear I won't be able to do it better with current HTML support). Tue Apr 2 17:16:11 2002 Petr Baudis : * src/protocol/ftp.c: Parse LIST response only after RETR, patch by Zas. Tue Apr 2 17:09:32 2002 Petr Baudis : * intl/brazilian_portuguese.lng, intl/bulgarian.lng, intl/catalan.lng, intl/czech.lng, intl/dutch.lng, intl/english.lng, intl/estonian.lng, intl/finnish.lng, intl/french.lng, intl/galician.lng, intl/german.lng, intl/greek.lng, intl/hungarian.lng, intl/icelandic.lng, intl/indonesian.lng, intl/italian.lng, intl/lithuanian.lng, intl/polish.lng, intl/romanian.lng, intl/russian.lng, intl/slovak.lng, intl/spanish.lng, intl/swedish.lng, intl/turkish.lng, intl/ukrainian.lng, src/bookmarks/dialogs.c, src/dialogs/globhist.c, src/intl/lang_defs.h, src/intl/language.inc: Nicer displaying of Delete bookmark? dialog, patch by Zas. Tue Apr 2 17:04:38 2002 Petr Baudis : * intl/french.lng, src/intl/language.inc: French language updates for global history by Zas. Tue Apr 2 16:00:22 2002 Petr Baudis : * src/: dialogs/globhist.c, document/globhist.c, document/globhist.h: last_searched_globhist_* -> gh_last_searched_*. Tue Apr 2 15:58:32 2002 Petr Baudis : * src/: bookmarks/dialogs.c, dialogs/globhist.c: Support for searching in global history, patch by Miciah. Tue Apr 2 14:11:57 2002 Petr Baudis : * src/: Makefile.am, bookmarks/dialogs.c, dialogs/Makefile.am, dialogs/edit.c, dialogs/edit.h: Moved code for edit_dialog() from bookmarks/dialogs.c to dialogs/edit.c - we're going to use that code in global history as well. Tue Apr 2 13:46:06 2002 Petr Baudis : * AUTHORS, src/osdep/os_dep.c: In xterm, modify window title accordingly to the URL being visited. Patch by Kevin Everets and Michal Maruska. Tue Apr 2 13:36:53 2002 Petr Baudis : * src/bookmarks/: bookmarks.c, bookmarks.h, dialogs.c: And now the proper fix for the bookmarks bug. During read_bookmarks(), we called add_bookmark(), which called write_bookmarks() .. guess what happenned? Report and patch by Zas. Tue Apr 2 13:21:36 2002 Petr Baudis : * AUTHORS: Zas' true identity revealed! Tue Apr 2 12:53:17 2002 Petr Baudis : * BUGS: Long textarea weirdness Tue Apr 2 10:18:16 2002 Petr Baudis : * src/bookmarks/bookmarks.c: Tmp disable bookmarks resave in add_bookmark() .. real fix will follow soon. Mon Apr 1 22:19:59 2002 Petr Baudis : * src/: Makefile.am, bookmarks/Makefile.am, bookmarks/bookmarks.c, bookmarks/bookmarks.h, bookmarks/dialogs.c, bookmarks/dialogs.h, dialogs/menu.c, document/view.c: Bookmarks divided to bookmarks/bookmarks.c and bookmarks/dialogs.c. Mon Apr 1 21:47:29 2002 Petr Baudis : * src/: dialogs/globhist.c, document/globhist.c, document/globhist.h: Added last_searched_globhist_* - preparation for history searching. Mon Apr 1 21:00:42 2002 Petr Baudis : * intl/brazilian_portuguese.lng, intl/bulgarian.lng, intl/catalan.lng, intl/czech.lng, intl/dutch.lng, intl/english.lng, intl/estonian.lng, intl/finnish.lng, intl/french.lng, intl/galician.lng, intl/german.lng, intl/greek.lng, intl/hungarian.lng, intl/icelandic.lng, intl/indonesian.lng, intl/italian.lng, intl/lithuanian.lng, intl/polish.lng, intl/romanian.lng, intl/russian.lng, intl/slovak.lng, intl/spanish.lng, intl/swedish.lng, intl/turkish.lng, intl/ukrainian.lng, src/dialogs/globhist.c, src/intl/lang_defs.h, src/intl/language.inc: Added Clear button to the global history manager. Patch by Miciah. Mon Apr 1 20:48:36 2002 Petr Baudis : * src/: dialogs/globhist.c, document/globhist.c, document/globhist.h, document/session.c: Added Delete button to the global history manager. Patch by Miciah. Also cleaned global history API a bit. Mon Apr 1 20:28:54 2002 Petr Baudis : * src/: config/kbdbind.c, config/kbdbind.h, document/view.c: Add action "history-manager" and appropriate keybinding ('H'/'h'). Mon Apr 1 20:20:22 2002 Petr Baudis : * intl/czech.lng, src/intl/language.inc: Add hotkey for Global history in czech translation. Mon Apr 1 20:19:29 2002 Petr Baudis : * src/dialogs/globhist.c: Goto button in the global history dialog. Now the dialog is even useful :). Patch by Miciah. Mon Apr 1 20:10:00 2002 Petr Baudis : * src/cookies/cookies.c: Use atol() instead of atoi() for cookie expiration time - still not ideal as time_t may be even something different, but still better than it used to be before, I think. Thanks to Miciah for pointing out that. Mon Apr 1 19:59:26 2002 Petr Baudis : * intl/brazilian_portuguese.lng, intl/bulgarian.lng, intl/catalan.lng, intl/czech.lng, intl/dutch.lng, intl/english.lng, intl/estonian.lng, intl/finnish.lng, intl/french.lng, intl/galician.lng, intl/german.lng, intl/greek.lng, intl/hungarian.lng, intl/icelandic.lng, intl/indonesian.lng, intl/italian.lng, intl/lithuanian.lng, intl/polish.lng, intl/romanian.lng, intl/russian.lng, intl/slovak.lng, intl/spanish.lng, intl/swedish.lng, intl/turkish.lng, intl/ukrainian.lng, src/dialogs/Makefile.am, src/dialogs/globhist.c, src/dialogs/globhist.h, src/dialogs/menu.c, src/document/globhist.c, src/document/globhist.h, src/intl/lang_defs.h, src/intl/language.inc: Some GUI stuff for the global history, by Miciah. Also main stuff belonging to basic global history support (I forgot cvs add ;). Mon Apr 1 15:52:40 2002 Petr Baudis : * AUTHORS, src/main.c, src/config/default.c, src/config/default.h, src/document/Makefile.am, src/document/session.c: Basic global history support by Miciah. Mon Apr 1 15:26:11 2002 Petr Baudis : * intl/french.lng, src/intl/language.inc: Fixed french translation, thanks, Zas. Mon Apr 1 15:25:04 2002 Petr Baudis : * src/lowlevel/terminal.c: Tidyup of lowlevel/terminal.c, patch by Zas. Sat Mar 30 21:52:28 2002 Petr Baudis : * src/main.c: Cleanup of main.c, patch by Zas and me. Sat Mar 30 21:31:24 2002 Petr Baudis : * TODO: Added proxy autoconfiguration bit. Sat Mar 30 21:30:03 2002 Petr Baudis : * configure.in, src/lowlevel/select.c: Include only when system has it (cygwin doesn't). Thanks to Stephane Lentz for report. Sat Mar 30 21:23:47 2002 Petr Baudis : * intl/brazilian_portuguese.lng, intl/bulgarian.lng, intl/catalan.lng, intl/czech.lng, intl/dutch.lng, intl/english.lng, intl/estonian.lng, intl/finnish.lng, intl/french.lng, intl/galician.lng, intl/german.lng, intl/greek.lng, intl/hungarian.lng, intl/icelandic.lng, intl/indonesian.lng, intl/italian.lng, intl/lithuanian.lng, intl/polish.lng, intl/romanian.lng, intl/russian.lng, intl/slovak.lng, intl/spanish.lng, intl/swedish.lng, intl/turkish.lng, intl/ukrainian.lng, src/document/view.c, src/intl/lang_defs.h, src/intl/language.inc: Special label for the action 'Add link to bookmarks' Sat Mar 30 21:17:46 2002 Petr Baudis : * src/: bookmarks/bookmarks.c, bookmarks/bookmarks.h, document/view.c: Re-enable 'Add link to bookmarks' menu field in Link menu. Tidyup of link_menu(). Patch by Zas. Sat Mar 30 20:50:42 2002 Petr Baudis : * src/bookmarks/bookmarks.c: Removed another one stale function noone has probably idea it was meant for. Patch by Zas. Sat Mar 30 20:49:56 2002 Petr Baudis : * src/bookmarks/bookmarks.c: Removed one stale function noone has probably idea it was meant for. Patch by Zas. Sat Mar 30 20:48:47 2002 Petr Baudis : * src/bookmarks/bookmarks.c: Basic bookmarks code tidyup. Patch by Zas and me. Sat Mar 30 09:10:54 2002 Petr Baudis : * TODO: another TODO bit Fri Mar 29 21:38:09 2002 Petr Baudis : * TODO: updated TODO list accordingly to people's wishlists Fri Mar 29 10:56:40 2002 Petr Baudis : * src/document/session.c: Fixed mistake when moving history stuff around. Thanks to Zas for pointing that out. Fri Mar 29 10:36:56 2002 Petr Baudis : * src/: main.c, dialogs/menu.c, document/Makefile.am, document/download.c, document/download.h, document/session.c, document/session.h, document/view.c, lowlevel/sched.h, protocol/mailto.c: Moved download stuff to document/download.c Thu Mar 28 22:59:17 2002 Petr Baudis : * src/document/: location.c, location.h, view.c, view.h: Moved copy_location to document/location.c. Thu Mar 28 22:53:35 2002 Petr Baudis : * src/: document/Makefile.am, document/dump.c, document/history.c, document/location.c, document/location.h, document/session.h, document/view.c, document/view.h, document/vs.c, document/vs.h, document/html/renderer.c, document/html/renderer.h, lua/lua.c: Moved struct view_state to document/vs.c, thus helping repairing various perverted crossdeps. Thu Mar 28 22:26:24 2002 Petr Baudis : * src/document/: history.c, history.h: Move location per-session history to document/history.c, and made some appropriate encapsulation for all history stuff. Renamed struct history* to struct input_history*, as it's only inputbox' history. Thu Mar 28 22:25:43 2002 Petr Baudis : * src/: dialogs/menu.c, document/Makefile.am, document/session.c, document/session.h, document/view.c, document/view.h, document/html/renderer.c, lua/lua.c, document/location.c, document/location.h: Move location stuff to document/location.c. This is pathetic :). Thu Mar 28 21:38:50 2002 Petr Baudis : * src/: bfu/bfu.c, bfu/bfu.h, config/default.c, dialogs/menu.c, document/Makefile.am, document/session.c, document/session.h, document/view.c, document/html/renderer.c, lua/lua.c: Move location per-session history to document/history.c, and made some appropriate encapsulation for all history stuff. Renamed struct history* to struct input_history*, as it's only inputbox' history. Thu Mar 28 17:35:56 2002 Petr Baudis : * src/: lowlevel/sched.c, lowlevel/sched.h, protocol/ftp.c: Many minor RFC-compilance fixes, now we're a bit more strict, more commends added, introduced abort_conn_with_state(). Patch by Zas. Thu Mar 28 02:42:13 2002 Petr Baudis : * src/config/default.c: keep_unhistory is now 1 by default Thu Mar 28 02:37:57 2002 Petr Baudis : * src/protocol/url.c: erm.. don't tell anyone ;) (from %xy encoded char only %x got into encoded string) Thu Mar 28 01:22:54 2002 Petr Baudis : * configure.in: 0.4pre5-CVS Thu Mar 28 01:21:45 2002 Petr Baudis : * configure.in: 0.4pre4 Thu Mar 28 00:46:26 2002 Petr Baudis : * BUGS, TODO, intl/brazilian_portuguese.lng, intl/bulgarian.lng, intl/catalan.lng, intl/czech.lng, intl/dutch.lng, intl/english.lng, intl/estonian.lng, intl/finnish.lng, intl/french.lng, intl/galician.lng, intl/german.lng, intl/greek.lng, intl/hungarian.lng, intl/icelandic.lng, intl/indonesian.lng, intl/italian.lng, intl/lithuanian.lng, intl/polish.lng, intl/romanian.lng, intl/russian.lng, intl/slovak.lng, intl/spanish.lng, intl/swedish.lng, intl/synclang, intl/turkish.lng, intl/ukrainian.lng, src/intl/lang_defs.h, src/intl/language.inc, src/lowlevel/sched.c, src/lowlevel/sched.h, src/protocol/ftp.c: FTP doesn't send more commands at once - it's a bit slower, but safe with MS IIS or Novell (by mikulas, from 0.97pre8). Also, it fixes bugs reported by Zas, that we had problems with FTP servers not supporting/requiring PASS command. Wed Mar 27 23:49:24 2002 Petr Baudis : * src/config/kbdbind.c: ACT_COPY_CLIPBOARD is ^C, not ^B (by mikulas, from 0.97pre8). Wed Mar 27 23:47:12 2002 Petr Baudis : * src/osdep/os_dep.c: Corrected xterm detection (by mikulas, from 0.97pre8). Wed Mar 27 23:39:14 2002 Petr Baudis : * src/: bfu/bfu.c, document/html/parser.c, document/html/renderer.c, util/error.c, util/memlist.c: Use va_end() (by mikulas, from 0.97pre8). Wed Mar 27 23:05:52 2002 Petr Baudis : * src/document/html/parser.c: Do not strip spaces from URL attribute of tags (by mikulas, from 0.97pre8). Wed Mar 27 22:45:19 2002 Petr Baudis : * src/protocol/http/http.c: When sending the URL, translate spaces to %20. This is definitively not the best thing we can do, but it's sufficient solution as very temporary one (by mikulas, from 0.97pre8). Minor code tidyups. Wed Mar 27 21:52:22 2002 Petr Baudis : * src/document/html/: parser.c, renderer.c: Prevent double newline when rendering lists:
  • xxx (by mikulas, from 0.97pre8). Note that I include this only in order to be sure we'll act right, as we've already some-own-fix-which-i-cant-remember-now-:). Also re-enabled the justify code, which was effectively disabled by mistake. Wed Mar 27 21:43:23 2002 Petr Baudis : * src/document/session.c: some more mem_free() stuff when we're out of memory Wed Mar 27 21:30:25 2002 Petr Baudis : * src/: document/session.c, protocol/url.c, protocol/url.h, util/Makefile.am, util/conv.c, util/conv.h: Moved hx() and unhx() to util/conv.c, fixed prototypes of *_url_string() so that we now even compile Wed Mar 27 13:32:35 2002 Petr Baudis : * src/: document/view.c, protocol/url.c, protocol/url.h: encode_string -> encode_url_string, prepare decode_url_string Tue Mar 26 22:02:06 2002 Petr Baudis : * src/: document/view.c, protocol/url.c: Rewritten strip_url_password(), so now it works somehow correctly once more; taken from patch by sc Tue Mar 26 21:09:15 2002 Petr Baudis : * src/: document/view.c, protocol/url.c: move encode_string() to protocol/url.c Tue Mar 26 19:47:54 2002 Petr Baudis : * src/: document/session.c, protocol/url.c: remark near encode_url() family.. the name is 'a bit' confusing Tue Mar 26 19:10:52 2002 Petr Baudis : * src/links.h: links.h tidyup Tue Mar 26 18:49:58 2002 Petr Baudis : * src/protocol/: file.c, ftp.c: don't mess with use_document_colors at all and just do :) Tue Mar 26 18:10:52 2002 Petr Baudis : * src/protocol/: file.c, ftp.c: some playing with d_opt vs. dds and use_document_colours and bold instead of yellow for dirs Tue Mar 26 17:45:59 2002 Petr Baudis : * src/lowlevel/: dns.c, select.c: yet another BSD compilation fix, take #3 (i know i hate BSD [at least now]) Tue Mar 26 17:43:41 2002 Petr Baudis : * src/lowlevel/select.c: yet another BSD compilation fix, take #2 (i think i hate BSD) Tue Mar 26 17:39:48 2002 Petr Baudis : * src/lowlevel/: dns.c, select.c: yet another BSD compilation fix Tue Mar 26 17:37:31 2002 Petr Baudis : * .vimrc, src/.vimrc, src/bfu/.vimrc, src/bookmarks/.vimrc, src/config/.vimrc, src/cookies/.vimrc, src/dialogs/.vimrc, src/document/.vimrc, src/document/html/.vimrc, src/intl/.vimrc, src/lowlevel/.vimrc, src/lua/.vimrc, src/osdep/.vimrc, src/protocol/.vimrc, src/protocol/http/.vimrc, src/ssl/.vimrc, src/util/.vimrc: all .vimrc files include elinks/.vimrc; added some more tabbing settings for zas ;) Tue Mar 26 17:21:14 2002 Petr Baudis : * src/lowlevel/af_unix.c: another BSD compilation fix, take #3 Tue Mar 26 17:19:08 2002 Petr Baudis : * src/lowlevel/af_unix.c: another BSD compilation fix, take #2 Tue Mar 26 17:16:43 2002 Petr Baudis : * src/lowlevel/af_unix.c: another BSD compilation fix Tue Mar 26 17:11:55 2002 Petr Baudis : * src/config/default.c: BSD compilation fix, take #2; stupid Tue Mar 26 17:08:51 2002 Petr Baudis : * src/config/default.c: BSD compilation fix Tue Mar 26 16:50:48 2002 Petr Baudis : * AUTHORS, intl/italian.lng, src/intl/language.inc: updated italian translation by Cristiano Guadagnino Tue Mar 26 16:45:46 2002 Petr Baudis : * src/document/cache.c: Fixed files not displayed properly when there was reload request on background (by mikulas, from 0.97pre7) Tue Mar 26 16:45:07 2002 Petr Baudis : * src/dialogs/menu.c: don't print contents of posted data in downloads menu (by mikulas, from 0.97pre7) Tue Mar 26 16:38:51 2002 Petr Baudis : * intl/brazilian_portuguese.lng, intl/catalan.lng, intl/dutch.lng, intl/english.lng, intl/estonian.lng, intl/finnish.lng, intl/french.lng, intl/galician.lng, intl/german.lng, intl/greek.lng, intl/hungarian.lng, intl/icelandic.lng, intl/indonesian.lng, intl/italian.lng, intl/lithuanian.lng, intl/romanian.lng, intl/spanish.lng, intl/swedish.lng, intl/turkish.lng, intl/ukrainian.lng, src/intl/lang_defs.h, src/intl/language.inc: ??? -> \?\?\?, so that it's not recognized as trigraph (by mikulas, from 0.97pre7) Tue Mar 26 15:57:06 2002 Petr Baudis : * src/document/html/TODO: some babbling about imagined syntactic tree Tue Mar 26 15:28:11 2002 Petr Baudis : * src/document/html/tables.c: tables.c cleanup by zas, bit 4 and last Tue Mar 26 15:20:14 2002 Petr Baudis : * src/document/html/tables.c: tables.c cleanup by zas, bit 3 (fixed problem) Tue Mar 26 15:12:42 2002 Petr Baudis : * src/document/html/tables.c: tables.c cleanup by zas, bit 2 Tue Mar 26 15:09:14 2002 Petr Baudis : * src/document/html/tables.c: tables.c cleanup by zas, bit 1 Tue Mar 26 13:02:36 2002 Petr Baudis : * autogen.sh: /bin/bash -> /bin/sh Mon Mar 25 22:03:14 2002 Petr Baudis : * src/document/html/renderer.c: renderer tidyup by zas Mon Mar 25 21:33:37 2002 Petr Baudis : * src/protocol/http/README.timegm: docs fixes by sc Mon Mar 25 21:32:06 2002 Petr Baudis : * src/protocol/ftp.c: tidyup of ftp.c; patch by zas Mon Mar 25 21:24:18 2002 Petr Baudis : * src/lowlevel/connect.c: hm, ok, and now we again work with non-SSL connections as well ;) Mon Mar 25 18:38:53 2002 Petr Baudis : * src/: lowlevel/connect.c, ssl/connect.c: SSL works once again now - the API i made for SSL sockets first time was completely broken Mon Mar 25 17:18:09 2002 Petr Baudis : * src/: lowlevel/dns.c, lowlevel/sched.c, util/error.c: worthless tidyups Fri Mar 22 19:55:16 2002 Petr Baudis : * src/lowlevel/sched.c: cleanup of sched.c by zas Fri Mar 22 19:19:51 2002 Petr Baudis : * BUGS, src/dialogs/info.c: fixed the about dialog bug Fri Mar 22 18:57:19 2002 Petr Baudis : * src/: bfu/Makefile.am, bfu/bfu.c, bfu/bfu.h, bookmarks/bookmarks.c, dialogs/menu.c, document/session.c, document/view.c, document/html/parser.c, protocol/types.c, bfu/menu.c, bfu/menu.h: move menu system implementation to bfu/menu.c Fri Mar 22 18:26:47 2002 Petr Baudis : * src/: lowlevel/sched.c, util/Makefile.am, util/base64.c, util/base64.h: moved base64 encoder to util/base64.c Fri Mar 22 18:12:03 2002 Petr Baudis : * contrib/hpux-pipe.diff: updated hpux-pipe.diff (by sc) Fri Mar 22 18:08:50 2002 Petr Baudis : * src/lowlevel/connect.c: tidyup of connect.c by zas Fri Mar 22 18:05:05 2002 Petr Baudis : * AUTHORS, BUGS, src/bfu/bfu.c: fixed the release-button-hide-menu bug ;) thanks to zas, again Fri Mar 22 15:31:25 2002 Petr Baudis : * BUGS, src/util/error.c: added yet another bug Fri Mar 22 14:59:10 2002 Petr Baudis : * src/lowlevel/terminal.h: wrong enum :/ fix by zas, fixes 1-2 actual bugs Thu Mar 21 21:31:49 2002 Petr Baudis : * src/protocol/http/Makefile.am: small build fix Thu Mar 21 21:01:40 2002 Petr Baudis : * configure.in: 0.4pre4-CVS Thu Mar 21 20:58:00 2002 Petr Baudis : * configure.in: 0.4pre3 Thu Mar 21 18:39:03 2002 Petr Baudis : * src/protocol/http/: Makefile.am, README.timegm, date.c: explanation of my_timegm() by Stephane Chazelas Thu Mar 21 18:35:14 2002 Petr Baudis : * src/bfu/bfu.c: slightly effective wraparounding of scrolling in menus; gave zas a favour Thu Mar 21 18:34:12 2002 Petr Baudis : * BUGS, src/lowlevel/terminal.c: *FINALLY* fixed the select/imagemap bug - patch by Zas Thu Mar 21 18:05:46 2002 Petr Baudis : * src/document/html/parser.c: tidyup of get_image_map() Tue Mar 19 20:40:03 2002 Petr Baudis : * src/: bfu/Makefile.am, bfu/align.h, bfu/bfu.c, bfu/bfu.h, bookmarks/bookmarks.c, config/default.c, dialogs/info.c, dialogs/menu.c, document/html/parser.c, document/html/parser.h, document/html/renderer.c, document/html/tables.c, lua/lua.c, protocol/mailto.c, protocol/types.c: moved align enum to bfu/align.h Tue Mar 19 18:34:51 2002 Petr Baudis : * BUGS: that empty menu bug Tue Mar 19 18:29:53 2002 Petr Baudis : * src/cookies/cookies.c: we won't overwrite cookies file periodically on loading them Tue Mar 19 18:22:42 2002 Petr Baudis : * src/bfu/bfu.c: partial fix for SIGFPE for empty menu, reported by Edward Wildgoose Tue Mar 19 17:52:36 2002 Petr Baudis : * AUTHORS, src/protocol/http/date.c: New own convertor struct tm -> time_t; I can't say I'm excited by it, but it looks as a good thing, sc convienced me ;) Tue Mar 19 17:28:08 2002 Petr Baudis : * src/bfu/bfu.c: general code tidyup, based on patch by Tue Mar 19 15:03:16 2002 Petr Baudis : * src/protocol/http/date.c: FIXME Mon Mar 18 22:26:21 2002 Petr Baudis : * src/dialogs/: Makefile.am, info.c, refresh.c, refresh.h: moved periodical refresh of dialogs from dialogs/info.c to dialogs/refresh.c Mon Mar 18 22:20:31 2002 Petr Baudis : * src/dialogs/info.c: move common refresh initialization to refresh_init() Mon Mar 18 22:12:32 2002 Petr Baudis : * src/: dialogs/Makefile.am, dialogs/info.c, dialogs/info.h, dialogs/menu.c, dialogs/menu.h, util/error.c, util/error.h: moved info dialogs from dialogs/menu.c to dialogs/info.c Mon Mar 18 21:03:12 2002 Petr Baudis : * AUTHORS, src/lowlevel/kbd.c: somehow fix proccessing of incomplete escape sequences; patch by Stephane CHAZELAS Mon Mar 18 20:52:32 2002 Petr Baudis : * src/: config/default.c, protocol/http/http.c: Elinks -> ELinks (by Zas ;) Mon Mar 18 20:51:20 2002 Petr Baudis : * src/: lowlevel/connect.c, ssl/connect.c: Moving SSL to ssl/, attempt 2, part 3 and last (fixed the problem); move completed another time ;) Mon Mar 18 20:28:06 2002 Petr Baudis : * src/: lowlevel/connect.c, lowlevel/connect.h, lowlevel/sched.c, ssl/Makefile.am: Moving SSL to ssl/, attempt 2, part 2 (only export more things from lowlevel/connect.c) Mon Mar 18 20:12:29 2002 Petr Baudis : * configure.in, src/Makefile.am, src/main.c, src/lowlevel/connect.c, src/protocol/http/https.c, src/protocol/http/https.h, src/ssl/Makefile.am: Moving SSL to ssl/, attempt 2, part 1 Mon Mar 18 15:14:53 2002 Petr Baudis : * configure.in, src/Makefile.am, src/main.c, src/lowlevel/connect.c, src/lowlevel/connect.h, src/lowlevel/sched.c, src/protocol/http/https.c, src/protocol/http/https.h: XXX: the SSL move made connections not working at all :/ temporarily backed out Mon Mar 18 13:01:58 2002 Petr Baudis : * AUTHORS, src/protocol/http/date.c: Rewritten HTTP date parser, (slightly modified) patch by Stephane CHAZELAS Mon Mar 18 11:34:02 2002 Petr Baudis : * src/: config/default.c, config/default.h, dialogs/menu.c, document/Makefile.am, document/dump.c, document/options.c, document/options.h, document/session.c, document/session.h, document/view.c, document/html/renderer.c, document/html/renderer.h, intl/charsets.c: moved documet_(options|setup) to one common document/options.* Mon Mar 18 10:55:37 2002 Petr Baudis : * src/: document/dump.c, document/session.c, document/html/renderer.c, document/html/renderer.h, lowlevel/Makefile.am, lowlevel/dns.c, lowlevel/sched.c, lowlevel/sched.h, lowlevel/select.c, lowlevel/select.h, lowlevel/ttime.c, lowlevel/ttime.h: moved typedef ttime and get_time() from lowlevel/select.c to lowlevel/ttime.c Mon Mar 18 06:33:12 2002 Petr Baudis : * src/: bfu/bfu.c, bfu/bfu.h, dialogs/menu.c, document/session.c, document/html/parser.c, document/html/parser.h, document/html/renderer.h, util/Makefile.am, util/error.c, util/memlist.c, util/memlist.h: moved memory_list implementation from bfu/bfu.c to util/memlist.c Mon Mar 18 06:19:58 2002 Petr Baudis : * src/: document/dump.c, document/dump.h, document/view.c, document/view.h, lowlevel/terminal.h: move dump_to_file from view.c to dump.c Sun Mar 17 23:21:02 2002 Petr Baudis : * Makefile.am, wipe-out-ssl, wipe-out-ssl.awk, contrib/wipe-out-ssl, contrib/wipe-out-ssl.awk: moves wipe-out-ssl script to contrib/ directory, added ChangeLog.orig to EXTRA_DIST Sun Mar 17 23:19:07 2002 Petr Baudis : * rebuild: removed 'rebuild' script, totally obsoleted actually ;) Sun Mar 17 23:16:51 2002 Petr Baudis : * configure.in, src/Makefile.am, src/main.c, src/lowlevel/connect.c, src/lowlevel/connect.h, src/lowlevel/sched.c, src/protocol/http/https.c, src/protocol/http/https.h, src/ssl/.cvsignore, src/ssl/.vimrc, src/ssl/Makefile.am, src/ssl/connect.c, src/ssl/connect.h, src/ssl/ssl.c, src/ssl/ssl.h: moved some SSL stuff to ssl/ (not yet completel) Sun Mar 17 22:32:23 2002 Petr Baudis : * src/: main.c, main.h, document/Makefile.am, document/dump.c, document/dump.h: moved --dump implementation from main.c to document/dump.c Sun Mar 17 22:01:38 2002 Petr Baudis : * src/: .vimrc, bfu/.vimrc, bookmarks/.vimrc, config/.vimrc, cookies/.vimrc, dialogs/.vimrc, document/.vimrc, document/html/.vimrc, intl/.vimrc, lowlevel/.vimrc, lua/.vimrc, osdep/.vimrc, protocol/.vimrc, protocol/http/.vimrc, protocol/http/date.c, util/.vimrc: added .vimrc into each directory Sun Mar 17 21:53:08 2002 Petr Baudis : * src/: cookies/cookies.c, document/session.c, document/session.h, protocol/http/Makefile.am, protocol/http/date.c, protocol/http/date.h: move parse_http_date() to protocol/http/date.c Sun Mar 17 21:41:01 2002 Petr Baudis : * .cvsignore, src/.cvsignore, src/bfu/.cvsignore, src/bookmarks/.cvsignore, src/config/.cvsignore, src/cookies/.cvsignore, src/dialogs/.cvsignore, src/document/.cvsignore, src/intl/.cvsignore, src/lowlevel/.cvsignore, src/lua/.cvsignore, src/document/html/.cvsignore, src/osdep/.cvsignore, src/protocol/.cvsignore, src/util/.cvsignore, src/protocol/http/.cvsignore: added .cvsignore ignoring autogenerated stuff Sun Mar 17 19:35:49 2002 Petr Baudis : * autogen.sh: fixed ./autogen.sh so that it actually even works now Sun Mar 17 18:52:38 2002 Petr Baudis : * INSTALL, Makefile.in, aclocal.m4, autocommit.sh, config.h.in, configure, stamp-h.in, src/Makefile.in, src/bfu/Makefile.in, src/bookmarks/Makefile.in, src/config/Makefile.in, src/cookies/Makefile.in, src/dialogs/Makefile.in, src/document/Makefile.in, src/document/html/Makefile.in, src/intl/Makefile.in, src/lowlevel/Makefile.in, src/lua/Makefile.in, src/osdep/Makefile.in, src/protocol/Makefile.in, src/protocol/http/Makefile.in, src/util/Makefile.in: Removed files generated automatically by automake/autoconf. FROM NOW ON YOU NEED TO CALL ./autogen.sh AFTER CHECKOUTcvs update! Also, from now on, I'll probably do make cvs-dist when generating release tarball. Sun Mar 17 18:20:31 2002 Petr Baudis : * src/internat/: Makefile.am, Makefile.in, charsets.c, charsets.h, codepage.h, codepage.inc, entity.inc, lang_defs.h, language.c, language.h, language.inc, uni_7b.inc: removed intrenat/'s contents Sun Mar 17 18:15:03 2002 Petr Baudis : * Makefile.am, Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in, src/Makefile.am, src/Makefile.in, src/bfu/Makefile.am, src/bfu/Makefile.in, src/bookmarks/Makefile.am, src/bookmarks/Makefile.in, src/config/Makefile.am, src/config/Makefile.in, src/cookies/Makefile.am, src/cookies/Makefile.in, src/dialogs/Makefile.am, src/dialogs/Makefile.in, src/document/Makefile.am, src/document/Makefile.in, src/intl/Makefile.am, src/intl/Makefile.in, src/lowlevel/Makefile.am, src/lowlevel/Makefile.in, src/lua/Makefile.am, src/lua/Makefile.in, src/osdep/Makefile.am, src/osdep/Makefile.in, src/protocol/Makefile.am, src/protocol/Makefile.in, src/util/Makefile.am, src/util/Makefile.in, src/document/html/Makefile.am, src/document/html/Makefile.in, src/protocol/http/Makefile.am, src/protocol/http/Makefile.in: added protocol/http/header.[ch] Sun Mar 17 18:14:06 2002 Petr Baudis : * src/: cookies/cookies.c, document/view.c, document/html/parser.c, document/html/renderer.c, protocol/types.c, protocol/http/Makefile.am, protocol/http/header.c, protocol/http/header.h, protocol/http/http.c, protocol/http/http.h: moved bits of http.c into header.c Sun Mar 17 18:02:23 2002 Petr Baudis : * src/protocol/http/: Makefile.am, Makefile.in, http.c: compilation fixes ;p Sun Mar 17 17:42:55 2002 Petr Baudis : * src/: main.c, cookies/cookies.c, document/view.c, document/html/parser.c, document/html/renderer.c, lowlevel/connect.c, protocol/types.c, protocol/url.c, protocol/http/https.c: Move http protocol support to separate subdir protocol/http/ - update #includes Sun Mar 17 17:38:33 2002 Petr Baudis : * configure.in, src/Makefile.am, src/protocol/Makefile.am, src/protocol/http.c, src/protocol/http.h, src/protocol/https.c, src/protocol/https.h, src/protocol/http/Makefile.am, src/protocol/http/http.c, src/protocol/http/http.h, src/protocol/http/https.c, src/protocol/http/https.h, Makefile.am, Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in, src/Makefile.am, src/Makefile.in, src/bfu/Makefile.am, src/bfu/Makefile.in, src/bookmarks/Makefile.am, src/bookmarks/Makefile.in, src/config/Makefile.am, src/config/Makefile.in, src/cookies/Makefile.am, src/cookies/Makefile.in, src/dialogs/Makefile.am, src/dialogs/Makefile.in, src/document/Makefile.am, src/document/Makefile.in, src/intl/Makefile.am, src/intl/Makefile.in, src/lowlevel/Makefile.am, src/lowlevel/Makefile.in, src/lua/Makefile.am, src/lua/Makefile.in, src/document/html/Makefile.am, src/document/html/Makefile.in, src/osdep/Makefile.am, src/osdep/Makefile.in, src/protocol/Makefile.am, src/protocol/Makefile.in, src/protocol/http/Makefile.am, src/protocol/http/Makefile.in, src/util/Makefile.am, src/util/Makefile.in: Move http protocol support to separate subdir protocol/http/ Sun Mar 17 17:27:48 2002 Petr Baudis : * src/: links.h, bfu/bfu.c, bfu/bfu.h, bookmarks/bookmarks.c, config/default.c, config/kbdbind.c, cookies/cookies.c, dialogs/menu.c, document/session.c, document/view.c, document/html/colors.c, document/html/parser.c, document/html/parser.h, document/html/renderer.c, document/html/tables.c, intl/charsets.c, intl/lang_defs.h, lowlevel/af_unix.c, lowlevel/connect.c, lowlevel/dns.c, lowlevel/kbd.c, lowlevel/sched.c, lowlevel/select.c, lowlevel/terminal.c, lowlevel/terminal.h, lua/lua.c, osdep/os_dep.c, osdep/win32.c, protocol/file.c, protocol/ftp.c, protocol/http.c, protocol/mailto.c, protocol/types.c, protocol/url.c, util/error.c: remove trailing spaces/tabs and spaces before semicolons; simple script by Zas :) Sun Mar 17 14:58:52 2002 Petr Baudis : * Makefile.am, Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in, src/Makefile.am, src/Makefile.in, src/bfu/Makefile.am, src/bfu/Makefile.in, src/bookmarks/Makefile.am, src/bookmarks/Makefile.in, src/config/Makefile.am, src/config/Makefile.in, src/cookies/Makefile.am, src/cookies/Makefile.in, src/dialogs/Makefile.am, src/dialogs/Makefile.in, src/document/Makefile.am, src/document/Makefile.in, src/intl/Makefile.am, src/intl/Makefile.in, src/lowlevel/Makefile.am, src/lowlevel/Makefile.in, src/lua/Makefile.am, src/lua/Makefile.in, src/osdep/Makefile.am, src/osdep/Makefile.in, src/document/html/Makefile.am, src/document/html/Makefile.in, src/protocol/Makefile.am, src/protocol/Makefile.in, src/util/Makefile.am, src/util/Makefile.in: compilation fixes Sun Mar 17 14:58:43 2002 Petr Baudis : * autocommit.sh: commit automatically also Makefile.am Sun Mar 17 14:39:11 2002 Petr Baudis : * configure, configure.in, src/Makefile.am, src/Makefile.in, src/README, src/main.c, src/bfu/Makefile.am, src/bfu/Makefile.in, src/bfu/menu.c, src/bfu/menu.h, src/dialogs/Makefile.am, src/dialogs/Makefile.in, src/dialogs/menu.c, src/dialogs/menu.h, src/document/session.c, src/document/view.c, src/protocol/http.c, Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in, src/Makefile.in, src/bfu/Makefile.in, src/bookmarks/Makefile.in, src/config/Makefile.in, src/cookies/Makefile.in, src/dialogs/Makefile.in, src/document/Makefile.in, src/intl/Makefile.in, src/lowlevel/Makefile.in, src/lua/Makefile.in, src/osdep/Makefile.in, src/document/html/Makefile.in, src/protocol/Makefile.in, src/util/Makefile.in: moved menu from bfu/ to dialogs/ Sun Mar 17 14:07:30 2002 Petr Baudis : * entity.inc: we somewhow forgot this to remove ;) Sun Mar 17 14:05:24 2002 Petr Baudis : * configure, configure.in, Unicode/README, Unicode/gen-7b, Unicode/gen-cp, Unicode/gen-ent, intl/README, intl/gen-intl, intl/intl.txt, src/Makefile.am, src/Makefile.in, src/main.c, src/bfu/bfu.c, src/bfu/menu.c, src/bookmarks/bookmarks.c, src/config/default.c, src/document/session.c, src/document/view.c, src/document/html/parser.c, src/document/html/renderer.c, src/document/html/renderer.h, src/intl/Makefile.am, src/intl/Makefile.in, src/intl/charsets.c, src/intl/charsets.h, src/intl/codepage.h, src/intl/codepage.inc, src/intl/entity.inc, src/intl/lang_defs.h, src/intl/language.c, src/intl/language.h, src/intl/language.inc, src/intl/uni_7b.inc, src/lowlevel/sched.c, src/lua/lua.c, src/osdep/os_dep.c, src/protocol/http.c, src/protocol/mailto.c, src/protocol/types.c, Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in, src/Makefile.in, src/bfu/Makefile.in, src/bookmarks/Makefile.in, src/config/Makefile.in, src/cookies/Makefile.in, src/document/Makefile.in, src/intl/Makefile.in, src/lowlevel/Makefile.in, src/lua/Makefile.in, src/osdep/Makefile.in, src/protocol/Makefile.in, src/util/Makefile.in, src/document/html/Makefile.in: src/internat/ -> src/intl/ Sun Mar 17 13:54:08 2002 Petr Baudis : * TODO, src/links.h, src/main.c, src/main.h, src/bfu/bfu.c, src/bfu/bfu.h, src/bfu/menu.c, src/bfu/menu.h, src/bookmarks/bookmarks.c, src/bookmarks/bookmarks.h, src/config/default.c, src/config/default.h, src/config/kbdbind.c, src/cookies/cookies.c, src/cookies/cookies.h, src/document/cache.c, src/document/cache.h, src/document/session.c, src/document/session.h, src/document/view.c, src/document/view.h, src/document/html/Makefile.am, src/document/html/Makefile.in, src/document/html/colors.c, src/document/html/colors.h, src/document/html/parser.c, src/document/html/parser.h, src/document/html/renderer.c, src/document/html/renderer.h, src/document/html/tables.c, src/document/html/tables.h, src/internat/charsets.c, src/internat/charsets.h, src/internat/language.c, src/internat/language.h, src/lowlevel/af_unix.c, src/lowlevel/connect.c, src/lowlevel/connect.h, src/lowlevel/dns.c, src/lowlevel/kbd.c, src/lowlevel/sched.c, src/lowlevel/sched.h, src/lowlevel/select.c, src/lowlevel/terminal.c, src/lowlevel/terminal.h, src/lua/lua.c, src/lua/lua.h, src/osdep/os_dep.c, src/protocol/file.c, src/protocol/file.h, src/protocol/finger.c, src/protocol/finger.h, src/protocol/ftp.c, src/protocol/http.c, src/protocol/http.h, src/protocol/https.c, src/protocol/https.h, src/protocol/mailto.c, src/protocol/mailto.h, src/protocol/types.c, src/protocol/types.h, src/protocol/url.c, src/protocol/url.h, src/util/error.c: Part III. of source layout change, stage 2. Changed #includes so that we're now again compiling and working ok, already under the new source layout. But still more to come, stay tuned ;). Sun Mar 17 12:24:22 2002 Petr Baudis : * Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in, src/Makefile.in, src/bfu/Makefile.in, src/bookmarks/Makefile.in, src/config/Makefile.in, src/cookies/Makefile.in, src/document/Makefile.in, src/internat/Makefile.in, src/lowlevel/Makefile.in, src/lua/Makefile.in, src/osdep/Makefile.in, src/document/html/Makefile.in, src/protocol/Makefile.in, src/util/Makefile.in, src/Makefile.am, src/bfu/Makefile.am, src/bookmarks/Makefile.am, src/config/Makefile.am, src/cookies/Makefile.am, src/document/Makefile.am, src/document/html/Makefile.am, src/internat/Makefile.am, src/lowlevel/Makefile.am, src/lua/Makefile.am, src/osdep/Makefile.am, src/protocol/Makefile.am, src/util/Makefile.am: okay, more fun with INCLUDE ;) Sun Mar 17 12:04:24 2002 Petr Baudis : * src/: Makefile.am, Makefile.in, bfu/Makefile.am, bfu/Makefile.in, bookmarks/Makefile.am, config/Makefile.am, cookies/Makefile.am, document/Makefile.am, document/html/Makefile.am, internat/Makefile.am, lowlevel/Makefile.am, lua/Makefile.am, osdep/Makefile.am, protocol/Makefile.am, util/Makefile.am: added INCLUDE to Makefiles.am Sun Mar 17 11:54:41 2002 Petr Baudis : * Makefile.in, autocommit.sh, configure, configure.in, wipe-out-ssl, src/Makefile.am, src/bfu/Makefile.am, src/bookmarks/Makefile.am, src/config/Makefile.am, src/cookies/Makefile.am, src/document/Makefile.am, src/document/html/Makefile.am, src/internat/Makefile.am, src/lowlevel/Makefile.am, src/lua/Makefile.am, src/osdep/Makefile.am, src/protocol/Makefile.am, src/util/Makefile.am, Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in, src/Makefile.in, src/bfu/Makefile.in, src/bookmarks/Makefile.in, src/config/Makefile.in, src/cookies/Makefile.in, src/document/Makefile.in, src/internat/Makefile.in, src/lowlevel/Makefile.in, src/lua/Makefile.in, src/osdep/Makefile.in, src/document/html/Makefile.in, src/protocol/Makefile.in, src/util/Makefile.in: Part III. of source layout change, stage 2. Improved autofiles, so that ./autogen actually works now ;) Sun Mar 17 11:28:53 2002 Petr Baudis : * Makefile.am, af_unix.c, af_unix.h, beos.c, bfu.c, bfu.h, bookmarks.c, bookmarks.h, cache.c, cache.h, charsets.c, charsets.h, codepage.h, codepage.inc, colors.c, colors.h, configure.in, connect.c, connect.h, cookies.c, cookies.h, default.c, default.h, dns.c, dns.h, error.c, error.h, file.c, file.h, finger.c, finger.h, ftp.c, ftp.h, html.c, html.h, html_r.c, html_r.h, html_tbl.c, html_tbl.h, http.c, http.h, https.c, https.h, kbd.c, kbd.h, kbdbind.c, kbdbind.h, lang_defs.h, language.c, language.h, language.inc, links.h, lua.c, lua.h, mailto.c, mailto.h, main.c, main.h, menu.c, menu.h, os_dep.c, os_dep.h, os_depx.h, sched.c, sched.h, select.c, select.h, session.c, session.h, setup.h, terminal.c, terminal.h, types.c, types.h, uni_7b.inc, url.c, url.h, view.c, view.h, win32.c, wipe-out-ssl, Unicode/gen-7b, Unicode/gen-cp, Unicode/gen-ent, intl/gen-intl, src/Makefile.am, src/links.h, src/main.c, src/main.h, src/setup.h, src/bfu/Makefile.am, src/bfu/bfu.c, src/bfu/bfu.h, src/bfu/menu.c, src/bfu/menu.h, src/bookmarks/Makefile.am, src/bookmarks/bookmarks.c, src/bookmarks/bookmarks.h, src/cookies/Makefile.am, src/cookies/cookies.c, src/cookies/cookies.h, src/document/Makefile.am, src/document/cache.c, src/document/cache.h, src/document/session.c, src/document/session.h, src/document/view.c, src/document/view.h, src/document/html/Makefile.am, src/document/html/colors.c, src/document/html/colors.h, src/document/html/parser.c, src/document/html/parser.h, src/document/html/renderer.c, src/document/html/renderer.h, src/document/html/tables.c, src/document/html/tables.h, src/internat/Makefile.am, src/internat/charsets.c, src/internat/charsets.h, src/internat/codepage.h, src/internat/codepage.inc, src/internat/entity.inc, src/internat/lang_defs.h, src/internat/language.c, src/internat/language.h, src/internat/language.inc, src/internat/uni_7b.inc, src/lowlevel/Makefile.am, src/lowlevel/af_unix.c, src/lowlevel/af_unix.h, src/lowlevel/connect.c, src/lowlevel/connect.h, src/lowlevel/dns.c, src/lowlevel/dns.h, src/lowlevel/kbd.c, src/lowlevel/kbd.h, src/lowlevel/sched.c, src/lowlevel/sched.h, src/lowlevel/select.c, src/lowlevel/select.h, src/lowlevel/terminal.c, src/lowlevel/terminal.h, src/lua/Makefile.am, src/lua/lua.c, src/lua/lua.h, src/osdep/Makefile.am, src/osdep/beos.c, src/osdep/os_dep.c, src/osdep/os_dep.h, src/osdep/os_depx.h, src/osdep/win32.c, src/protocol/Makefile.am, src/protocol/file.c, src/protocol/file.h, src/protocol/finger.c, src/protocol/finger.h, src/protocol/ftp.c, src/protocol/ftp.h, src/protocol/http.c, src/protocol/http.h, src/protocol/https.c, src/protocol/https.h, src/protocol/mailto.c, src/protocol/mailto.h, src/protocol/types.c, src/protocol/types.h, src/protocol/url.c, src/protocol/url.h, src/util/Makefile.am, src/util/error.c, src/util/error.h, src/config/Makefile.am, src/config/default.c, src/config/default.h, src/config/kbdbind.c, src/config/kbdbind.h: Part III. of source layout change, stage 1. Moving source files to subdirectories, sorted by the department they belong to. Also several renaming. Obviously not yet complete, this commit is here just to record outgoing work :). And definitively not compilable now. Please update by cvs update -d, so that new directories will be created properly. Sat Mar 16 23:25:49 2002 Petr Baudis : * http.c, sched.h: fixed bug introduced with one enum, that we wasn't able to connect to blacklisted servers Sat Mar 16 23:05:50 2002 Petr Baudis : * Makefile.am, Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in: oh well, added that colors.c ;) Sat Mar 16 23:02:36 2002 Petr Baudis : * bfu.h, bookmarks.c, cache.c, colors.c, colors.h, cookies.c, default.c, default.h, html.c, html.h, html_r.c, html_r.h, html_tbl.c, http.c, kbdbind.h, links.h, main.c, menu.c, os_dep.c, sched.c, sched.h, session.c, session.h, terminal.c, terminal.h, view.h: various compilation fixes; had to fork colors parsing to colors.[ch], it wasn't possible to arrange it so that it compiles otherwise Sat Mar 16 22:03:08 2002 Petr Baudis : * af_unix.c, af_unix.h, bfu.c, bfu.h, bookmarks.c, bookmarks.h, cache.h, charsets.h, connect.h, cookies.h, default.c, default.h, dns.c, dns.h, error.c, error.h, file.c, file.h, finger.h, ftp.c, ftp.h, html.c, html.h, html_r.h, html_tbl.h, http.c, http.h, https.h, kbd.c, kbd.h, kbdbind.c, kbdbind.h, language.c, language.h, links.h, lua.c, lua.h, mailto.c, mailto.h, main.c, main.h, menu.c, menu.h, os_dep.c, sched.c, sched.h, select.h, session.c, session.h, terminal.c, terminal.h, types.c, types.h, url.h, view.c, view.h: Part II. of source layout change, stage 4. This should be the last stage of this part, everything is moved into specific files (there're exceptions, but we've to leave something to future, haven't we?). However, compilation fixes will follow yet ;). Sat Mar 16 21:02:48 2002 Petr Baudis : * HACKING: lua scripting description, taken from mail by peter wang Sat Mar 16 20:07:58 2002 Petr Baudis : * af_unix.c, bfu.c, bookmarks.c, cache.c, connect.c, connect.h, cookies.c, cookies.h, default.c, dns.h, file.c, file.h, finger.c, finger.h, ftp.c, ftp.h, html.c, html.h, html_r.c, html_r.h, http.c, http.h, https.c, https.h, kbd.c, language.c, links.h, lua.c, mailto.c, mailto.h, main.c, main.h, menu.c, os_dep.c, sched.c, select.c, select.h, session.c, session.h, terminal.c, types.c, url.c, url.h, view.c, view.h, sched.h, terminal.h: Part II. of source layout change, stage 3. More .h files forked. Sat Mar 16 17:51:49 2002 Petr Baudis : * main.c, view.c: oh well.. compilation fixes ;) Sat Mar 16 17:44:40 2002 Petr Baudis : * af_unix.c, bfu.c, bookmarks.c, charsets.c, charsets.h, cookies.c, default.c, html.c, html.h, html_r.c, html_r.h, html_tbl.c, html_tbl.h, http.c, language.c, links.h, lua.c, main.c, menu.c, sched.c, session.c, session.h, view.c, view.h: Part II. of source layout change, stage 2. HTML hell and Session oggre hopefully handled (it'll need more work, though); I wonder if it's compilable ;) Sat Mar 16 15:17:22 2002 Petr Baudis : * af_unix.c, af_unix.h, bfu.c, bookmarks.c, cache.c, cache.h, charsets.c, connect.c, connect.h, cookies.c, cookies.h, default.c, dns.c, dns.h, error.c, error.h, file.c, file.h, finger.c, finger.h, ftp.c, ftp.h, html.c, html_r.c, html_tbl.c, http.c, http.h, https.c, https.h, kbd.c, language.c, links.h, lua.c, mailto.c, mailto.h, main.c, main.h, menu.c, os_dep.c, os_dep.h, os_depx.h, sched.c, select.c, select.h, session.c, setup.h, terminal.c, types.c, url.c, url.h, view.c: Part II. of source layout change, stage 1. Moving interface of the 'modules' to specific header files. Obviously not yet complete, this commit is here just to record outgoing work :). Sat Mar 16 12:31:14 2002 Petr Baudis : * BUGS: another bug added.. (old one, inherited from links ;) Sat Mar 16 11:49:08 2002 Petr Baudis : * menu.c: added superambiguous feature Default, removed version of Lua patch, removed the ifdef around Features line Sat Mar 16 10:30:23 2002 Petr Baudis : * Makefile.am, Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in: beautified Makefile.am ;) Sat Mar 16 09:55:34 2002 Petr Baudis : * HACKING, Makefile.am, lang_defs.h, language.h, links.h, intl/gen-intl, Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in: language.h -> lang_defs.h, preparation bit for next part of source layout change Sat Mar 16 09:51:15 2002 Petr Baudis : * .vimrc: hrm.. typo fix :^) Sat Mar 16 00:41:58 2002 Petr Baudis : * .vimrc: *hint* *hint* for you developers using vim ;))) Sat Mar 16 00:37:05 2002 Petr Baudis : * BUGS: removed one obsoleted bug Sat Mar 16 00:35:04 2002 Petr Baudis : * af_unix.c, bfu.c, bookmarks.c, cache.c, charsets.c, connect.c, cookies.c, default.c, dns.c, error.c, file.c, finger.c, ftp.c, html.c, html_r.c, html_tbl.c, http.c, https.c, kbd.c, kbdbind.c, language.c, links.h, lua.c, mailto.c, main.c, menu.c, os_dep.c, os_dep.h, os_depx.h, sched.c, select.c, session.c, setup.h, terminal.c, types.c, url.c, view.c: Added Id tag to source files, due to popular demand ;) Sat Mar 16 00:23:26 2002 Petr Baudis : * af_unix.c, bfu.c, bookmarks.c, cache.c, charsets.c, connect.c, cookies.c, default.c, dns.c, error.c, file.c, ftp.c, html.c, html_r.c, html_tbl.c, http.c, https.c, kbd.c, kbdbind.c, language.c, links.h, lua.c, main.c, menu.c, os_dep.c, os_depx.h, sched.c, select.c, session.c, terminal.c, types.c, url.c, view.c: First part of source layout change. Moved all foreign includes to specific files which use them. This is going to improve speed of complication, simplify various things and break the compilation on dozens of obscure OSes. But it's still far from the main fun which will yet come. Fri Mar 15 22:28:23 2002 Petr Baudis : * Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in: ...and finish the removal of config2.h and Makefile.gen ;) Fri Mar 15 22:22:39 2002 Petr Baudis : * Makefile.am: removal of config2.h and Makefile.gen Fri Mar 15 22:21:57 2002 Petr Baudis : * INSTALL, Makefile.gen, config2.h, links.h, wipe-out-ssl: removal of config2.h and Makefile.gen - sorry, too dirty; if someone will start to cry, we may reincarnate it into something more elegant Fri Mar 15 22:10:50 2002 Petr Baudis : * session.c: Compilation fix - thanks, Stepan Fri Mar 15 19:44:12 2002 Petr Baudis : * language.inc, intl/czech.lng, intl/english.lng, intl/french.lng: French translation updates by ; more links -> elinks stuff Fri Mar 15 19:34:52 2002 Petr Baudis : * contrib/w3m2links.gawk: w3m2links.gawk, script by Fri Mar 15 19:30:52 2002 Petr Baudis : * session.c: parse_http_date() cleanup (fear\!) - i didn't introduced kinda twicked parser i usually like to make yet, though; incorporates something based on 's patch for handling 'Saturday'-daynames as well Fri Mar 15 19:08:42 2002 Petr Baudis : * AUTHORS, cookies.c: fix for broken sites - parse correctly cookie values containing '=' - patch by Stephane Chazelas Fri Mar 15 17:28:32 2002 Petr Baudis : * links.h, url.c, view.c: strip password from displayed urls; i hope i didn't forget anything; idea by Stephane Chazelas Fri Mar 15 13:45:28 2002 Petr Baudis : * html_r.c: some tidyup of move_links(), apparently ;) Thu Mar 14 22:14:21 2002 Petr Baudis : * html_r.c, html_tbl.c, links.h: xxpand -> expand Thu Mar 14 21:39:34 2002 Petr Baudis : * default.c, language.inc, intl/brazilian_portuguese.lng, intl/bulgarian.lng, intl/catalan.lng, intl/czech.lng, intl/dutch.lng, intl/english.lng, intl/estonian.lng, intl/finnish.lng, intl/french.lng, intl/galician.lng, intl/german.lng, intl/greek.lng, intl/hungarian.lng, intl/icelandic.lng, intl/indonesian.lng, intl/italian.lng, intl/lithuanian.lng, intl/polish.lng, intl/romanian.lng, intl/slovak.lng, intl/spanish.lng, intl/swedish.lng, intl/turkish.lng: copyright nonsenses, more links -> elinks, removed 'lynx-like' Thu Mar 14 21:02:27 2002 Petr Baudis : * charsets.c: removed some unused structures and functions (by mikulas, from 0.97pre6) Thu Mar 14 21:00:20 2002 Petr Baudis : * http.c: spring tidyup of http_send_header() Thu Mar 14 20:40:18 2002 Petr Baudis : * session.c: fixed stripping of last char from url when adding a bookmark - thanks go to zas Thu Mar 14 20:21:57 2002 Petr Baudis : * bfu.c, bookmarks.c, default.c, lua.c, mailto.c, menu.c, session.c, types.c, view.c: cleanup of msg_box() and tidyup of all its usages Thu Mar 14 18:56:39 2002 Petr Baudis : * menu.c: fixed and enabled displaying of cache info (File -> Cache info); also similiar functions tidyup Thu Mar 14 18:55:48 2002 Petr Baudis : * bfu.c: small fix in history duplicates checking, found && patch by zas Thu Mar 14 18:11:31 2002 Petr Baudis : * default.c, links.h, view.c: draft of not yet working links wraparound implementation, based on ff's work; commented out the option record, as it's not working somewhat; please have a look at it Thu Mar 14 17:38:39 2002 Petr Baudis : * TODO: one more field ;) Thu Mar 14 17:36:36 2002 Petr Baudis : * view.c: links and buttons work once more ;) Thu Mar 14 17:32:35 2002 Petr Baudis : * default.c, links.h, view.c: optionally simulate pressed enter when pressed accesskey (standart behaviour, by default off) Thu Mar 14 17:17:26 2002 Petr Baudis : * default.c, links.h, view.c: optionally submit form after pressing enter on the text field (by default on) Wed Mar 13 22:07:26 2002 Petr Baudis : * Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in: 0.4pre3-CVS Wed Mar 13 22:04:52 2002 Petr Baudis : * Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure, configure.in, stamp-h.in: 0.4pre2 Wed Mar 13 21:42:24 2002 Petr Baudis : * html.c: add html_focusable() to html_img() as well - it looks like nice extension, it makes sense and it fixes chaotic jumping around if page contains images Wed Mar 13 21:13:22 2002 Petr Baudis : * bfu.c: strip leading/trailing spaces from URLs which are going to be saved into history => no duplicites in history with only differences in this Wed Mar 13 20:59:38 2002 Petr Baudis : * html_r.c: off-by-one bug in justify code fixed (see diff, comment near malloc()); looks like i should release pre2 soon ;) Wed Mar 13 19:03:28 2002 Petr Baudis : * BUGS: one bug removed, one bug changed (added) Tue Mar 12 22:33:08 2002 Petr Baudis : * view.c: be more smart; if more accesskey links, rotate between them; if x is letter and alt is not pressed, refuse it directly Tue Mar 12 20:09:29 2002 Petr Baudis : * kbd.c: Fixed the F1-F5 problem - am i not dumb? Tue Mar 12 18:18:03 2002 Petr Baudis : * AUTHORS, BUGS, HACKING, default.c, html.c, html_r.c, kbd.c, kbdbind.c, links.h, view.c: accesskey support - based on patch by ff, hacked a lot by me; also some HACKING file notes Mon Mar 11 16:10:40 2002 Petr Baudis : * default.c, links.h, session.c: option form_submit_confirm - optionally skip confirmation when submitting forms; based on patch by ff Mon Mar 11 13:45:06 2002 Petr Baudis : * html.c: tabindex fixes by Mon Mar 11 13:37:42 2002 Petr Baudis : * cookies.c: allow servers same as domains - based on patch by Mon Mar 11 13:17:24 2002 Petr Baudis : * cookies.c, default.c, links.h: don't require three dots for non-international domains by default in check_domain_security() for cookies - reported by Christian Häggström , he also proposed a patch on which this is based ;) Mon Mar 11 12:56:22 2002 Petr Baudis : * html_r.c: Don't convert only default value of form item, but all possible values (