2001-05-13 Christoph Cullmann <crossfire@babylon2k.de>
  * after some time of learning for my "Abitur" now again some fixes ;):
    textlines stuff rewritten, selection fixed + +/- font zoom buttons in the part

2001-04-27 Christoph Cullmann <crossfire@babylon2k.de>
  * now the pluginconfig pages work ;)

2001-04-24 Joseph Wenninger <jowenn@bigfoot.com>
  *  now <keywords> and <types> is replaced by <list name="XXXX">

2001-04-20 Christoph Cullmann <crossfire@babylon2k.de>
  * new configdialog
  * enhanced pluginIface to supports configdialogpages

2001-04-14 Christoph Cullmann <crossfire@babylon2k.de>
  * now kateview has in iconborder too (without real function at the moment)

2001-04-10 Christoph Cullmann <crossfire@babylon2k.de>
  * bugfixes for drawBuffer stuff, next/prev viewspace, restoreView

2001-04-08 Christoph Cullmann <crossfire@babylon2k.de>
  * now encoding for files can be selected at settings dialog (not only UTF8, all possible encodings)
  * dropped old code -> use Waldo's code ;)

2001-04-07 Joseph Wenninger <jowenn@bigfoot.com>
  * Activated Waldo Bastian's NEW_CODE
  * Ported Highlighting to it

2001-04-05 Joseph Wenninger <jowenn@bigfoot.com>
  * Highlighting Configuration is now in kate/kwrite settings too
  * Made a cleanup of no longer used classes

2001-04-04 Christoph Cullmann <crossfire@babylon2k.de>
  * sidebar now again restores config

2001-04-03 Joseph Wenninger <jowenn@bigfoot.com>
  * Cristi Dumitrescu's PHP keyword / type list added

2001-04-01 Joseph Wenninger <jowenn@bigfoot.com>
  * Added a new widget KateStackTabWidget
    Now you can chose between tabbed or an
    KOffice Workspace like view for the file sidebar
    --> You can change this behaviour in the config dialog
  * Not implemented:
    restore sidebar page  on startup
    remove page not implemented yet
    (will be fixed soon)
  * Added a backport of QT3's QRegExp I got from Scott Manson
    wit one addtion (see qt3back/README)
    hopefully this will give us more flexibility for syntax
    highlighting

2001-03-27 Christoph Cullmann <crossfire@babylon2k.de>
  * console disabled per default
  * console only loaded if enabled

2001-03-28 Joseph Wenninger <jowenn@bigfoot.com>
  * -n in kate.desktop removed, now config settings are used

2001-03-27 Christoph Cullmann <crossfire@babylon2k.de>
  * interfaces extended (mainly for projectmanager)
  * piper moved to plugins/projectmanager/piper
  * a piper Makefile.am created

2001-03-26 Joseph Wenninger <jowenn@bigfoot.com>
  * 2 reimplemented highlighing configs
  * 1 experimental highlighting config
  * preparations for an highlighting editing dialog

2001-03-25 Christoph Cullmann <crossfire@babylon2k.de>
  * rewrite of plugin API and manager, now loading/unloading nice

2001-03-22 Joseph Wenninger <jowenn@bigfoot.com>
  * single / multi instance mode configurable
    Cullmann's -n option forces a new instance
    Otherwise it uses the configuration from
    the settings dialog. At the moment -n is
    default start option

2001-03-21 Christoph Cullmann <crossfire@babylon2k.de>
  * QPopupMenu for filelist

2001-03-20 Christoph Cullmann <crossfire@babylon2k.de>
  * kate is now a normal KApplication

2001-03-18 Christoph Cullmann <crossfire@babylon2k.de>
  * big location changes of source files
  * KateFactory now in use by hole Kate app
  * KatePartView/Doc merged with KateView/Doc (make life more easy)

2001-03-18 Joseph Wenninger <jowenn@bigfoot.com>
  * openheader plugin opens the corresponding
    .h file for .cpp or .c, and vice versa
  * Hopefully fixed highlighting dialog for now.

2001-03-17 Joseph Wenninger <jowenn@bigfoot.com>
  * Syntaxhighlighting is now defined in cpp.xml, c.xml html.xml ...
    instead of a global syntax.xml.
    (Not ported completely yet)
  * Some simple reg expression work (see html.xml)

2001-03-17 Christoph Cullmann <crossfire@babylon2k.de>
  * moved textfilter stuff to a own plugin "textfilter"
  * cleaned up katemainwindow.*

2001-03-16 Christoph Cullmann <crossfire@babylon2k.de>
  * search dialog comes up with selected text
  * backport of some KDevelop KWrite patches ;)

2001-03-15 Christoph Cullmann <crossfire@babylon2k.de>
  * katepart finished
  * new kwrite using katepart
  * removed old kwrite and kwritepart !
  * fixed menu and toolbar problems of the new KWrite app

2001-03-11 Christoph Cullmann <crossfire@babylon2k.de>
  * kwrite stuff merged into kate !!!!!

2001-03-04 Christoph Cullmann <crossfire@babylon2k.de>
  * mutiple mainwindows
  * fileist, sync for all mainwindows, all open docs listed

2001-03-03 Christoph Cullmann <crossfire@babylon2k.de>
  * session managment (Anders Lund)
  * removed some debug stuff

2001-02-26 Joseph Wenninger <jowenn@bigfoot.com>
  * First step for a plugin management dialog page
    Soon to come

2001-02-26 Christoph Cullmann <crossfire@babylon2k.de>
  * Kate is a part of kdebase :)
    sourceforge.net CVS won't be used in the future

2001-02-24 Phlip <phlip_cpp@my-deja.com>
  * HTML button - select text, hit <Ctrl+Dash>, and enter the fields
    for an SGML tag. Don't enter the < > or closing tag. We put these
    around the selected text, and [try to] re-select that text so you can add
    another nested tag right away. We are now the first HTML editor
    that's actually better than Notepad! Hours of fun.

  * Filter - select text, hit <Ctrl+Backslash>, and enter an OS command.
    we pipe the selected text thru that command, such as "sort", and then
    replace the selection with the result. Impress your friends.

2001-02-21 Joseph Wenninger <jowenn@bigfoot.com>
  * Makefile.am's     : correction for linking
  * katemenuitem.h    : Improved menu items added doc-list
  * katelistboxitem.h    : Improved listboxitem files-list

2001-02-19 Christoph Cullmann <crossfire@babylon2k.de>
  * kateconsole.* konsole/*     : add kateconsole widget

2001-02-16 Anders Lund <anders@alweb.dk>
  * katemainwindow.cpp  :fixing read/write options to use maindockwindow functions.

2001-02-15 Joseph Wenninger <jowenn@bigfoot.com>
  * kateview.cpp    : Tab doesn't jump to next widget anymore, but inserts a tab into the text
  * katemainwindow.*  : F8 / SHIFT-F8 jumps to next / previous widget
