2006-06-17 Eva Brucherseifer <eva.brucherseifer@basyskom.de>
    * Copied over and customized KSSLInfoDlg from KDE 3.5.2
      it present the information better (like the certificate chain).
      In case someone still wants to use the old one, you can 
      find the old code in ksslinfodlg_small.cpp. However, there is no
      compile switch available (yet).

2006-05-09 Eva Brucherseifer <eva.brucherseifer@basyskom.de>
    * make Konq/E use user agent settings
      for parsing, see dropin/kio/kprotocolmanager.cpp
      for configuration, see src/preferences_road.cpp
    * improve Proxy settings:
      - in Qtopia: read settings from network settings in Proxies.conf.
        see: http://doc.trolltech.com/qtopia2.1/html/networkservices.html
        Qe don't support autoconfig though, as we don't have proxy script 
        configuration in Konq/E. If this is needed, the ioslave kpac (kio/misc/kpac) 
        needs to be ported.
      - for more detailed information on how to configure Proxies otherwise, 
        see dropin/kio/kprotocolmanager.cpp, function KProtocolManager:httpProxy()

2006-03-10 Eva Brucherseifer <eva.brucherseifer@basyskom.de>
    * enabled Popupmenu, can be disabled by --disable-popupmenu 

2006-03-09 Eva Brucherseifer <eva.brucherseifer@basyskom.de>
    * enabled keys for scrolling, even if scrollbars are disabled

2006-02-27 Eva Brucherseifer <eva.brucherseifer@basyskom.de>
    * Added patch for image scaling. If you want to use font scaling only
      use the configure switch --disable-imagescaling
      Thanks to Simon Hausmann for his input on adapting his former patch 
    * Fixed forward text search
    * Added download feature: konqe offers download for the following 
      mimetypes: text/html, text/xml application/xhtml+xml, text/plain

2006-02-20 Eva Brucherseifer <eva.brucherseifer@basyskom.de>
    * Adapted Qt3 and Qt2 patches to work with kdelibs version 3.5.1
    * Added patched version of acinclude.m4.in to devscripts dir, 
      which works for Qt2.
      For Konq/E we need rtti and thread support in qt-embedded

2006-02-07 Eva Brucherseifer <eva.brucherseifer@basyskom.de>
    * Added config files konq-embedrc, kcookiejarrc, cryptodefaults
    * Those config files are installed to the prefix location

2006-01-30  Eva Brucherseifer <eva.brucherseifer@basyskom.de>
    * Added a fix to make the CacheDir setting in konq-embedrc
      optional. 
      You can do it the KDE way instead and set KDEVARTMP etc
    * Added some startup scripts to devscripts which set the KDE 
      env vars (as an example)

2006-01-23  Eva Brucherseifer <eva.brucherseifer@basyskom.de>
    * Beginning of Qt2 porting
      current status:
      - it compiles, links and runs with
        Qt 2.3.10, with thread support and rtti enabled
      - webpages are not displayed correctly
        Bugs are supspected in Parser, CSS and/or JS code
      about the structure:
      - dropin/qt2compat contains compat code and some
        classes backported from Qt3 (like QXml, QRegExp).
        Those closes are linked into the dropin for Qt2
      - prepare_kde_src prepares all sources for Qt2
        if QTDIR is set properly
    * added kdevelop project file for qt3, qte3 and qte2 builds

2006-01-09  Luciano Montanaro <mikelima@cirulla.net>
    * Made static xmlhttp request work (by Enrico Oltolina)

2006-01-08  Luciano Montanaro <mikelima@cirulla.net>
    * Disabled the z-order painting code for qt-embedded, since
      its support produces artifacts in this case.

2005-12-13  Luciano Montanaro <mikelima@cirulla.net>
    * Added a patch to fix "paint over" problems with Qt-embedded
      discovered and fixed by Andrea Bondavalli.

2005-12-12  Luciano Montanaro <mikelima@cirulla.net>
    * Konqueror embedded works with kdelibs 3.5

2005-12-04  Luciano Montanaro <mikelima@cirulla.net>
    * Fixed FSF Address

2005-12-01  Luciano Montanaro <mikelima@cirulla.net>
    * Make some of the MainwindowBase methods virtual so that subclasses can
    override the defaults.
    * Added some Doxygen comments to MainWindowBase.

2005-11-30  Luciano Montanaro <mikelima@cirulla.net>
    * Beginning of kdelibs 3.5 porting

2005-11-28  Luciano Montanaro <mikelima@cirulla.net>
    * Fix crash happening when using frames - found and fixed by Enrico
      Oltolina
    * Updated admin directory, to fix compilation with gcc 4.0

2005-09-02  Luciano Montanaro <mikelima@cirulla.net>

    * Fixed a few warnings

    * Fixed --enable-final

2005-08-26  Luciano Montanaro <mikelima@cirulla.net>

    * ChangeLog file added to repository.
    
    * New patch for the http ioslave in kdelibs 3.4.2
    
    * Removed checks for older kdelibs from prepare_kde_src

2002-12-02  Paul Chitescu  <paulc-devel@null.ro>

    * Added Javascript extension capability to embedded objects

    * Added SSL certificate info to dialog and fixed the SSL caching

2002-11-26  Paul Chitescu  <paulc-devel@null.ro>

    * Added a XML described User Interface, --enable-xmlui

    * Removed --enable-localbar and --enable-launchpanel made obsolete by
      the more general XML UI and the SpecialURLs

    * Added proper Read/Write parts with kplaintext add-on as example

    * Views are capable of hosting ReadOnly parts or their derivatives, not
      only HTML browsers

    * Added capability to implement Javascript extensions; the sample
      jsdebug adds a DebugOut global function

    * Much more complete popup menu, knows about links, frames, images

    * Countless other changes

2002-11-17  Simon Hausmann <hausmann@kde.org>

    * Adjusted ftp support to re-use the original ftp sources unmodified,
      through inheritance

2002-09-30  Paul Chitescu  <paulc-devel@null.ro>

    * New configuration option --enable-sortdir to change the directory
      listing order. Directories are always first and bolded.

    * Made local protocols able to override default ones

2002-08-01  Paul Chitescu  <paulc-devel@null.ro>

    * Improved add-on support

    * Added a KFlashPart based on the open-source Flash Library for Linux
      ( see http://www.swift-tools.com/Flash for more details )

2002-07-17  Paul Chitescu  <paulc-devel@null.ro>

    * Added support for add-ons, working on first one (flash).

    * Made it build with automake 1.6.

    * Fixed some warnings exposed by same automake.

2002-07-01  Paul Chitescu  <paulc-devel@null.ro>

    * Fixed TARGET="_blank" which created an extra empty view.

    * Added guessing MIME types by file extension.

    * More general launch panel support, added help function.

    * Added a Qt launcher to address mouse slugginess when Konq/E is the
      QWS server process.

2002-06-27  Paul Chitescu  <paulc-devel@null.ro>

    * Improved MIME handling - now includes embedded objects.

    * Added support for registering KParts as MIME handlers.

    * Added large toolbar icons (configurable at compile time).

    * Added KONQ_EMBEDDED define which is always 1 when building Konq/E
      undefined in normal KDE builds.

2002-06-24  Paul Chitescu  <paulc-devel@null.ro>

    * Added MIME type transfer to TransferJob.

    * Added optional local CGI support, made FTP also optional.

    * Added *very* basic URL redirection.

    * Added start button for those using Konq/E as application launcher.

2002-03-11  Simon Hausmann  <hausmann@kde.org>

    * Fixed major braindamage/bug in config file parsing when loading
      multiple config files.

    * Reworked appearance tab in the preferencs dialog.

    * Enabled document scaling in the GUI.

2002-02-19  Simon Hausmann  <hausmann@kde.org>

    * Implemented autoloading of images.

    * Added add-on patch for khtml document scaling. Work in progress.

    * Ipkg tweaks (preinst script to clean up files from old b0rked ipkg)

2002-02-13  Simon Hausmann  <hausmann@kde.org>

    * don't build the javascript plugin as separate ipkg anymore.
      It just doesn't pay off but instead just makes things a lot
      bigger.

2002-02-12  Simon Hausmann  <hausmann@kde.org>

    * configure.in.in: abort for unknown --with-gui arguments

    * main.cc: use sigaction and SA_RESTART to fix zombies on
      *BSD

    * kssl/Makefile.am: fix braindamage. Thanks to Michael Matz.

    * further Makefile.am cleanups and preparations.

    * fixed ipkg creation

2002-02-03  Simon Hausmann  <hausmann@kde.org>

    * kjs_html.la: don't link against libkhtml.la , otherwise
      it will get included in the DSO as copy when linking the
      javascript module as plugin

    * improved mkipkg to handle srcdir!=builddir, to handle
      prefix expansion on control files, to support inclusion
      and exclusion masks

    * added control file for javascript plugin

    * patch by Markus Gritsch <gritsch@iue.tuwien.ac.at> to 
      save/restore the location bar status (shown/hidden) and
      to show 'Konqueror' instead of an empty caption

2002-02-01  Simon Hausmann  <hausmann@kde.org>

    * konqe-build: minor fix to transform _ into - in the version
      name for the snapshot tarball

    * A bunch of fixes to make it compile on FreeBSD/OpenBSD

    * Fixed enabling/disabling of javascript in the preferences
      dialog

    * The Javascript implementation can now be compiled as separate
      dynamically loadable module

2002-01-31  Simon Hausmann  <hausmann@kde.org>

    * mainwindow_qpe.cc: Use QToolBar instead of QPEToolBar, as the
      latter is deprecated.

2002-01-27  Simon Hausmann  <hausmann@kde.org>

    * New Snapshot. Mostly to fix the libpng trouble that the
      last ipkg caused, for the Z people.

2002-01-20  Simon Hausmann  <hausmann@kde.org>

    * Started ChangeLog, as requested on the mailinglist.

    * Patches by Paul Chitescu <pchitescu@pchitescu.myip.org> :
      -  get untrusted -> trusted messagebox working 
      -  a small KDebug fixlet

// vim: et sw=4
