0.7.5
-----
- Fix to compile with 0.93 and keep backward compatibility with 0.92 calls.
- Added an option to control underlining of links in the Appearance section.
- Originally patch from Mike Meyer <mwm@mired.org> for adding an option
  to disable use of web page colors, I put that in its own Appearance node
  in prepration to make the colors configurable from skipstone also, rather
  than using the default mozilla colors.
- Fixed an odd crash when setting the title sometimes.
- Patch from Mike Meyer <mwm@mired.org> to fix SIGUSR1 in ipc for BSD users.
- Spec file fixed from IKEUCHI Hiroki <e5215@icsc.maizuru-ct.ac.jp>
- Patch from Takuro Ashie  <ashie@homa.ne.jp> to add support for changing 
  fonts for multiple languages instead of western only. Also adds Cursive 
  and Fantasy fonts settings.
  -Another patch from Takuro, adds _() internatilization around strings
   in skipstone-prompter and skipdownload.
   
0.7.4
-----
- Added yet more languages to accept language settings.
- When no bookmark file exists, dont just leave it empty, add some defaults
  to it.
- Added a new mozilla option to remember passwords on signons, and another
  for default mozilla keyword search engine. Both in mozilla node in the
  config.
- Fixed an annoying gtk_notebook crash, no need to iteriate history on a NULL
  url and other misc stuff.
- Added Arabic, Hebrew and other languages to Default Charset menu in the pref
  dialog.
- Added an encoding menu for forcing a certain charset, preferences->encoding
  which will force a charset for the current page regardless of prefered 
  charset.
- Added an option to automatically jump to newely opened tab, see misc mode
  off by default.
- Ja.po updated from Bagus Mahawan <mahawan@dynax-corp.com>
- Added the ability to save / load browsing sessions.
- Added an add bookmark for link item in link popup menu.
- Fixed some stuff with popup menus and plugged a leak.
- Added Ctrl-P accel for printing.
- Changed Ctrl-S accel to save instead of view source, view source is ctrl-U
  now.
- Save suggests a filename if it can - khromy <khromy@khromy.lnuxlab.net>.
- An option to disable using Webpage provided fonts and use the users font
  all the time has been added in the Fonts node.
- The modifer for stopping changed from Alt-s to Escape.
- Prompt work, Alert prompts with Ok buttons make the ok button grab focus,
  Password prompts with username fields make the username grab focus, hitting
  enter on the password field does the same as clicking ok so that the user
  doesn't have to click ok, just hit enter. Also all the prompt dialogs
  are positioned under the mouse.
- Patch from Tommi Komulainen <Tommi.Komulainen@iki.fi> to add a global
  config.mk file and for the rest of the makefiles to include it, also plugins
  aren't installed at make time and can be told to be installed somewhere else
  by doing make -C plugins install PLUGINDIR=/usr/lib/skipstone/plugins. 


0.7.3
-----
- Plugins can be installed in /usr/local/share/skipstone/plugins or 
  /usr/share/skipstone/plugins or homedir of user, priority goes to homedir
  of user.
- No more support for Mozilla < 0.9 - people using mozilla 0.91 should just
  do a make and people running CVS mozilla, do the make cvsmozilla=1 as usual.
- Ability to shorten tabs, see misc config node.
- Offline mode.
- Detabbed Windows get a menubar and bookmark toolbar now just as if they were
  independant windows which go away when retabbed.
- Bookmark leaks fixed and other fixes to bookmarks.
- A new option to allow javascript popup windows to be popped up independantly
  off of the notebook, turned off by default. Turn it on from the misc node.
- Switching from notebook mode to standard mode and vice versa is done
  on the fly now (cvs mozilla only) since GtkMozEmbed is finally stable enough
  to do so :)
- Detabbing and Retabbing done according to new embed patch in bugzilla. 
  I think it will not work any longer with mozilla < 0.91 but then any mozilla
  < 0.91 didn't do it right most of the time :)
- Lots of fixes to bookmarks and warnings fixed. New support for
  GtkMozEmbedSingle Object (Requires absolute maximum CVS mozilla for now,
  it will be in 0.91) and other small fixes and tightnings.
- SkipStone tries to set environment for http_proxy and ftp_proxy before
  launching downloader if user has no direct connection to the net, if
  environment exists, nothing is changed.
- Implemented open all bookmarks in Folders works the same in the toolbar
  (ie, middle click on the folder as if it was a link) and a menu item
  appears at the top of each folder when dropping down the bookmarks menu
  which does the same thing.
- Fixed remembering of state of bookmark toolbar in notebook mode after
  restart. Reported by Jens Luedicke <jens@irs-net.com>.
- Ability to Print (CVS Mozilla currently) with print dialogs and the goods.
- new function for plugins to display an error dialog
  (skipstone_error_dialog()).
- Another patch from Tommi, moved ~/.skipstonerc to ~/.skipstone/config.
- SkipStone will now look for themes in ~/.skipstone/pixmaps also
  Patch from Tommi Komulainen <Tommi.Komulainen@iki.fi>
- Now skipstone will call a special function in a plugin that will
  return a GtkWidget * pointer that contains the Plugins widgets for
  config and will add it to Skip's config dialog. Then given that
  it provided a save config function, skip will pass back that pointer
  to the plugin. Examples in history side bar and throbber. Users
  of current CVS will want to recompile ALL thier plugins and might
  also want to remove ~/.skipstone/plugin_config. Also the config dialog
  now only opens one window .. if its opened, its just raised.
- Executing skipstone -x someurl now loads it in the existing skipstone
  window / tab, ommitting that makes a new window. Also many arguments
  with urls will make new windows at startup or if running.
- Config API for the plugins, example in HistroySideBar in how
  it remembers its state (hidden/shown). Functions in skipstone-plugin.h
- Compatibility for compiling CVS skipstone aginst mozilla 0.9
  make mozilla=90 please.
- HistorySideBar plugin finished, using GNodes (which are awesome!)
  All the domains are grouped by tld then by domain name respectivley.
  I think I have written enough example plugins, now I'd like to see
  some plugins from someone else ;)
- Some plugin API changes and some new functions for plugin writers to use
  look at skipstone-plugin.h for more info, also a new Zoomer plugin and
  a History SideBar example in the works (just to show programmers how to code 
  that kind of plugin, nothing serious). Users of CVS SkipStone will have to
  recompile thier plugins (cd plugins && make) should do it. If you have
  written a plugin, you'll need to remove the gint first instance from
  the create_plugin () function since its no longer needed.
- Compile flag for Mozilla 0.81 compatbility and users using CVS skipstone
  so make for regular mozilla 0.8, make mozilla=81 for 0.81 and
  make cvsmozilla=1 for building with mozilla from cvs & skipstone from cvs.
- nsIPromptService implemented in SkipStone since the native
  widgets were removed from CVS GtkMozEmbed.
- Dont load plugins in JS new window or viewsource windows.
- Patch from Zach Bean <zb@forty2.com> to parse the mailto urls
  and allow us to pass options to mailers,  ala pronto %t %s %c %b
  where %t is replaced with to address, %c for cc address, %s for
  subject and %b for bcc. Look at the configuration dialog for more
  info, Thanks Zach :)
- Improved plugins and added more positions, look at skipstone-plugin.h 
  for more info. Will write another example that utilizes one of the new
  positions later.
- Prefixes, a feature that allows to load certain given urls using a set 
  prefix, ala fm:skipstone will go look for an already configured url 
  for freshmeat search and replace the fm with freshmeat url and skipstone
  in the search url. 
- A lot of history fixes!
- New option to set whether to show tabs always or only if there is more
  than one opened.
- Implemented Search capability in History dialog..
- Optimized startup in notebook mode a bit, and added Dutch translations
  from Francois <duprez@xs4all.nl>.
- Very primitive plugin support, example in plugins directory, a search
  toolbar. Skipstone will look for .so's to load in ~/.skipstone/plugins
  go to plugins and type make to see an example.
- CVS Mozilla compatibility with view-source.. CVS mozilla users must make
  cvsmozilla=1 or they'll get errors.
- holding shift and hitting reload will by pass cache, right click on the
  reload button for more options (Normal reload, by pass cache, by pass proxy,
  by pass both proxy & cache).
- fix a logic flaw in destroying the last menu item after the limit of go 
  menu items.
- enable popup menu for notebook in tabbed mode - right clicking on tabs now
  will list the pages opened so when you have lotsa tabs you can just click
  and choose which page (by title) to go to and jump to it.
- use the url in the go menu if there is no title.

0.7.2
-----
- Make find more verbose, if the expression was not found, show a dialog.
- Added a Go menu that keeps track of the pages you visited in current
  browsing session, the amount of items kept is configurable in the prefs:)
- Added prefs for cookies, in mozilla node - cookie behavior and warn about 
  cookies.
- Added SSL Proxy support/moved Proxy configuration to its own node and added
  a toggle button to turn proxy on/off in the proxy node. Direct connection 
  is by default on so when you upgrade and you are using a proxy turn it off
  I'm sure people will email me saying skipstone is not loading pages after I 
  upgraded, I'm using a proxy and I'll point them right back to this
  changelog :)
- Pressing Shift and clicking in the url entry widget in the toolbar will
  select everything, makes it easier for deleting a long url/copying it
  somewhere else.
- Patch from Jens Luedicke <jens@irs-net.com> to flatten close buttons on tabs
  and add more space between it & the label.
- Added polish translations from Qba <qbast@go2.pl>.
- Added a small close button to tabs.
- 0.81 mozilla compatiblity (whats currently in cvs) so users of 0.8.1 must
  do make cvsmozilla=1 - 0.8 users dont need to.. 
- Ability to pass the MIME handling directly to Mozilla helper apps. Access 
  from Options menu (Use SkipStone MIME) when turned off then Mozilla will be
  handling the types, when On then SkipStone will do what it did before.
- Added support for java script status messages in the statusbar
- Added FTP Proxy option to config.
- Removed old find code and use the Finder interface in mozilla, much more
  robust and now searching in frames should work correctly.
- Added a copy link location to history window context menu.
- Changed "Download Image" to "Save Image" in context menus since now it does
  just that :) through Mozilla, no need to spawn skipdownload to download the 
  same image that mozilla just loaded.
- Save function is much smarter and no longer mozilla version dependant, save
  dialog includes a check button to save everything in the current document
  from framesets and images, if left unchecked then only the document source
  is saved.
0.7.1
-----
- Added No proxy for option.
- Fix for quick respwaning of skipstone's crash recovery when embed goes nuts
  from Taras <rost@cyberdude.com>.
- What I think is a successful workaround for an embed bug when switching
  notebook pages in tabbed mode has landed also (it caused a crash before). 
  At least on my box.
- Another patch from Fu Tony <is97700@yahoo.com> Adds default charset options
  with fixes by me.
- Removed config for window size from configuration box and made the window
  automatically set it according to its last size.
- People using cvs mozilla should compile skipstone with make cvsmozilla=1
  Read the INSTALL file for more info. 
- Fixed make error with pt.po
- Spanish Translation contributed by The_Vox <vox@the-vox.com>
- Patch from Fu Tony <is97700@yahoo.com> fixes cache if enabled after being 
  disabled in the same session and adds auto detect languages for chinese, 
  japense and others.
- Pasting in the body of the browser loads a url from the clipboard.
- Added different types of context menus, lots of credits to galeon &
  nautilus for code from thier c++ code (i hate c++!). (Still to figure, 
  how to save image  directly from mozilla instead of redownloading, if 
  anyone knows, let me know.)
- Removed obsolete M17 code, no longer require to set milestone variable in 
  Makefile.
- Fixed progressbar sometimes reporting progress even after load is finished.
- Fixed sizeto calls from new_window to resize correctly, also hides
  unnecessary widgets according to mozembed flags.
- Code cleanups.

0.7
---

- Ability to detab (alt-d).
- Portuegese Translation from Daniel <lunasea@muhri.net>
- alt and + for next page and alt and - for prev page in tabbed mode
- Skipdownload UI does not block anymore, Thanks to Bill <bill@gkrellm.net>.
- Check for MOZILLA_FIVE_HOME and dont try to start unless its there to avoid
  mozilla components crashing.
- Ability to save (file->save)
- Patch from Aaron Lehman to make skipdownload accept filenames or dirs.
- Bug fixes.
- Prefs to enable disk and memory cache.
- Cookies, PSM and colored links work. Read INSTALL on how to get those
turned on.

0.6.1
-----
- Fix for opening new windows from links that require that, and size of 
  windows being opened.
- Fix for destroy browser from java script in tabbed mode and made requests
  to open new windows to be tabs ...
  
0.6
--
- Tabbed browsing (Notebook mode) - Preferences->Switch to type
- Gettext patch from Hidai Ken-ichi <hidai@me.ics.saitama-u.ac.jp>  fixed by
  the mack daddy Bill Wilson <bill@gkrellm.net> 
  run make_enable nls=1 and cd locale then make install enable_nls=1 to build
  an internationalized Skipstone, read README in locale dir for info on how
  to make translations and send them to us :-) at skipstone@muhri.net
- Skipdownload reports download size and type of file being downloaded
- convert_bookmarks.pl script imports netscape bookmarks correctly.
- more types to be redirected to downloader and made those case insensitive,
  ala .tar.gz is the same as .TAR.GZ, should have had that done to begin with!
- Middle clikcing on a bookmark link in the toolbar opens it in a new window.
- Bookmark seperators
- History window gets a context menu
- Skipdownload also reports bps (Thanks to Bill <bilL@gkrellm.net>
- bug fix when switching themes, the entry looses connectivity.

0.5
---

- handle destroy browser from java script
- fix for keys with M18 API so that scrolling and short cuts work better
  when focused in mozilla's widget.
- New bookmark editor using CTree - drag and drop to arrange and folders in
  bookmarks or bookmark toolbar. Need to run 'convert_bookmarks.pl skipstone'
  to convert the bookmarks from the old version. Or run 
  'convert_bookmarks.pl netscape' to import your Netscape bookmarks.
- History dialog
- Windowlist menu
- Crash recovery (patch from Taras Glek <rost@cyberdude.com>)
- Fixed launching of mailers that need to be executed in a term, for e.g,
  Eterm -e pine
- Apply button in config window
- Installed binary is stripped.
- No longer including pixmaps in compiled binary
- Theme support - place themes in /usr/local/share/skipstone/pixmaps or /usr/share/skipstone/pixmaps
- Find Feature (patch from AAron Lehmann <aaronl@vitelus.com>)
- Navigation bar button hiding/showing does not require a restart anymore.
- clear history and clear popup items buttons, various accels and fix for
  skipstone startup script

0.4
--
- Hiding of navigation toolbar, navigation menu, definable buttons for navigation toolbar  
- Ability to choose the directory to download to in skipdownload
- SkipDownload queues downloads if its running rather than spawning anohter
  processes. Also, re-written in C.
- View Source
- Lots of Mozilla prefs, proxy, fonts, java, etc..
- Config dialog uses Ctree now.
- M18 options if you are running M18 - can be enabled by replacing M17 with
  M18 in the Makefile. Those include scrolling and better popupmenus.
  
  
0.3
---
- Bugfix for an entry bug where the url wouldn't show until a second later
  and a wrong url is displayed breifly.
- New Logo on webpage and in SkipStone about box, courtesy of Mike Osborne
  <egggman@muhri.net>
- Bookmarks and Bookmark editor and Bookmark toolbar (hidable)
- A small fix for popup menus.
- New Reload icon courtesy of paul@redhotants.com (the whole set is his but
  this is a new one ) Thanks Paul.
- menu bar is in a handlebox now.
- re-wrote config dialog to use notebook style widget.
- maximum number of urls that is stored in the popup can be configured now.
- net status is reported to the statusbar
- If skipstone is running, open a new window with the url if provided, dont
  start another process.
 
0.2 
---
- Combo box instead of the entry where it keeps the history of visited sites,
  History file is ~/.skipstone/urls.
- Prefs and pref dialog. RC file is ~/.skipstonerc
- Middle click opens a new window. (TEMP hack until we use the new
  gtkmozembed functions)
- context sensitive menus for open in window and open in new window and 
  download link. (Also a temp function) 
- Mailto urls are handled by prefered mailer (default pronto).
- .tar.gz and .tar.bz2 currently handled by your prefered download manager
  (default wget).
- support for js new window.
- Skipdownload a Gtk::Perl downloader which is a frontend to wget (falls
  back to regular wget if no Gtk::Perl is found).
- some misc fixes.  


0.1 
---
- Initial Release
- Basic Browsing with back - forward - stop and new window capibilties.
