2003-01-04 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
	* UI-subclassing finnished in qmake manager.
    (activate by rightclicking on a ui-file)

2003-01-04 Roberto Raggi <roberto@kdevelop.org>
	* Added Auto Expand mode

2003-01-01 Caleb Tennis <caleb@aei-tech.com>
	* Add linebreaks for data being copied from make output window
	  to clipboard

2002-12-31 Caleb Tennis <caleb@aei-tech.com>
	* Fix keyboard accelerator keys for File menu..no conflicts
	* Fix broken signal/slot connections in code
	* Add RMB context menu to ideal mode tabs to allow file closing
	* Add ability to configure output window fonts
	* Make classview show struct information

2002-12-29 Harald Fernengel <harry@kdevelop.org>
	* Added valgrind part, requires installed valgrind
	  parses and displays valgrind's output in a listview,
	  tries to auto-guess the location of the memory leaks in
	  the project

2002-12-18 Caleb Tennis <caleb@aei-tech.com>
        * Hack to fix KTabZoomFrame from going smaller than the
          sizeHint() of the part it is loading.  This needs more work,
          but is a start
        * Close the KTabZoomFrame if the current loaded part is closed

2002-12-26 Caleb Tennis <caleb@aei-tech.com>
	* Get AppWizard name and email settings from KDE emaildefaults
          file if it's available
	* Applied fix to KTabZoomWidget to enable hide button when docked
	  and set minimum size to 175 (by Dominic Battre)
	* Applied patch to fileselector to store filter history 
	  (also by Dominic Battre)
	* Added ability to select filename settings (lowercase,
	  uppercase, mixedcase) when using the Add Class dialog

2002-12-23 Caleb Tennis <caleb@aei-tech.com>
	* Fixed bugs with python support; patches by Julian Rockney
	  (linux@jrockney.com)

2002-12-22 F@lk Brettschneider <falk@kdevelop.org>
	* QEditor: double click selection improved
	* renaming of main window classes, the names were confusing

2002-12-18 F@lk Brettschneider <falk@kdevelop.org>
	* QEditor: can now delete words via Ctrl+Backspace and Ctrl+Del
	* new class TopLevelShare, moved doubled stuff to it from the 2 main widget classes
	* implemented tool-/status-/view-bar on/off actions in 'Settings' menu

2002-12-18  Victor Rder  <victor_roeder@gmx.de>
	* Added "Choose Target Dialog"
	* Added SLOTS for removing/adding many files
	  to KDevProject
		-> Now KDevProject handles files with relative
		   paths (to project directory)
	* Replaced SIGNALS for removing/adding a single file
		-> Adapted this to the other parts
	* Fixed a "Add Subproject" bug
	* Found other bugs to be fixed
	* Minor improvments on Automake Manager
		-> More to come

2002-12-17 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
	* Still working on extended DOM path/automatic subclassing from ui-templates in qmake-projects

2002-12-17 F@lk Brettschneider <falk@kdevelop.org>
	* Childframe UI mode (not maximized): opening of new views fixed concerning the positioning and resizing

2002-12-16 Roberto Raggi <roberto@kdevelop.org>
	* bugfix: useless "()" string is attached to the method declaration patch from Andreas Wuest <AndreasWuest@gmx.de>
	* added emacs like wordwrap mode to qeditor
	* added ocaml colorizer to qeditor
	
2002-12-16 F@lk Brettschneider <falk@kdevelop.org>
    * bugfix: now Partloader loads editor part exactly as set in common Gideon editor settings
    * this makes the Kate editor now also availabe for the KDE-3.0.x-compiled Gideon.

2002-12-15 Harald Fernengel <harry@kdevelop.org>
    * added new RMB menu item for text documents: difference to saved file
      that will show you the modifications since your last save.

2002-12-15 F@lk Brettschneider <falk@kdevelop.org>
    * breakpoint support in QEditor completed

2002-12-13 F@lk Brettschneider <falk@kdevelop.org>
    * added breakpoint support in QEditor (not yet finished)

2002-12-12 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
    * Added a new extended path ability to DomUtil so that the path can be qualified on attributes
      and multiple matches can be addressed with a zero-based index

2002-12-12 F@lk Brettschneider <falk@kdevelop.org>
    * compiles/runs on KDE-3.0 as well again
    * backported KWidgetAction and KTextEditor::MarkInterfaceExtension from KDE-3.1 to KDE-3.0-compiled Gideon

2002-12-07 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
    * getActivedir() corrected in trollproject

2002-12-07 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
    * Altered the Appname/location confusion in appwizard

2002-12-05 F@lk Brettschneider <falk@kdevelop.org>
    * now also parts can load/save the project-related session by overriding the base class method in KDevPlugin
    * as an example, I moved changed some c++-debugger stuff to write to .kdevses instead of .kdevelop
      (since every user has its own settings and the .kdevelop file would conflict in CVS)

2002-12-04 Caleb Tennis <caleb@aei-tech.com>
    * Added ability to open ui.h files easily in QMake Manager with right click popupmenu.

2002-12-03 F@lk Brettschneider <falk@kdevelop.org>
    * now session saves/loads cursor position;
      and view geometries in Childframe UI mode

2002-12-02 Caleb Tennis <caleb@aei-tech.com>
    * Added configuration option to set environment variables before
      running "Automake & Friends".  Patch provided by Hannes Mehnert
      (hannes@gentoo.org). 

2002-12-01 Sebastian Kratzert <skratzert@gmx.de>
    * New configuration for external documentation (toc docs)
    
2002-12-01 F@lk Brettschneider <falk@kdevelop.org>
    * ported KDevSession (.kdevses) over from KDevelop-2, now called ProjectSession.
      Not finished but already does what removed ProjectWorkspace did. More to come...

2002-11-28  Victor Rder  <victor_roeder@gmx.de>
    * Added "Remove target" to Automake Manager
    * Minor fixes

2002-11-28 F@lk Brettschneider <falk@kdevelop.org>
    * QEditor defaults to KDevelop-2 syntax highlighting colours
    * some bugfixes for the QextMDI-based UI modes
    * properly installs and loads the toolbar icons also when compiling Gideon on KDE-3.0.x
    
2002-11-26 Caleb Tennis <caleb@aei-tech.com
    * Added documentation to KDevelop 3.0 Manual
    * Reworked doc directories for doctreeviewpart - now external
      documentation is remotely hosted by default

2002-11-26 F@lk Brettschneider <falk@kdevelop.org>
    * bugfixes in TopLevelMDI; Remove the docking section from gideonrc!
      Then the state of tool-views should be properly restored when starting
    
2002-11-24 Harald Fernengel <harry@kdevelop.org>
    * Added QRegExp and KRegExp to RegExpTester

2002-11-23 F@lk Brettschneider <falk@kdevelop.org>
    * now QextMDI-based mainframe loads/saves its docking state, extended KDevTopLevel interface therefore

2002-11-19  Caleb Tennis <caleb@aei-tech.com>
    * Prepped for Alpha 2 Release - KDEVELOP_3_0_ALPHA_2

2002-11-16  Harald Fernengel <harry@kdevelop.org>
    * Added ability to raise the left/right/bottom toolviews in IDEAl mode
    * Added tooltips for IDEAl buttons
    * appwizard now handles special characters better

2002-11-09  August Hrandl  <august.hoerandl@gmx.at>
    * cppsupport: addclassattributedlg, cppaddmethoddlg und cclonefunctiondlg use
      the classstore (project and pre-parsed libraries) for completion of type names

2002-11-08 Sebastian Kratzert <skratzert@gmx.de>
    * Reenabled KDELibsKDoc folder and made it removable

2002-11-07 F@lk Brettschneider <falk@kdevelop.org>
    * extended interface class KDevTopLevel in a way that parts can specify view icons and tab-tooltips
    * adapted all parts to use this feature, now KDevelop in one of the 3 MDI modes looks more like KDevelop-2

2002-11-05 Yann Hodique <Yann.Hodique@lifl.fr>
    * new interface for global vcs actions
    * new page for appwizard : vcs system choice
    * global cvs part

2002-11-05 F@lk Brettschneider <falk@kdevelop.org>
    * adaption to KDevelop-2 behaviour: only show c++-debugger views when debugging
    * and applied new patch of Heinz Hornung <Hornung-Heinz@t-online.de>
      that introduces View-->TreeToolViews and View-->OutputToolViews again

2002-11-03 Sebastian Kratzert <skratzert@gmx.de>
    * qt documentation-tree now is generated with informations from QT_DOCDIR/html/qt.xml
    * disabled DocIndexDlg
    * results.html of htdig now shows all pics
    * made location of project documentation configurable
    
2002-11-02 Sebastian Kratzert <skratzert@gmx.de>
    * Merged DoctreeConfig widget into one.
    * Removed KDoc folder
    * Use KURLRequester instead of LineEdits

2002-11-01 Sebastian Kratzert <skratzert@gmx.de>
	* added "Search in documentation" to editor contextmenu
	* index kdoc folder on selection

2002-11-01 F@lk Brettschneider <falk@kdevelop.org>
  * fix in parts/doctreeview: if the Qt docu isn't available via doxygen books,
    fall back to the using of the Qt docu path set in the
    Gideon options "Documentation tree I"
     
2002-10-31  Bernd Gehrmann  <bernd@mail.berlios.de>

	* Since khelpcenter/htmlsearch is no more, put htdig configuration
	  options in doctreeview config widget; ship html and pic files
	  for htdig

2002-10-29 Victor Rder <victor_roeder@gmx.de>
	* applied Sebastian Kratzert's search improvements
	  for the docViewPart

2002-10-28 F@lk Brettschneider <falk@kdevelop.org>
	* compiles with KDE-3.0.3 again
	
2002-10-21 Harald Fernengel <harry@kdevelop.org>
	* show modified flag in sdi-mode if a file has
	  been modified
	* added KSaveAllDialog that is shown if more than
	  one file is modified and needs to be saved.
	* Display a nice error message if gideon cannot
	  find its plugins.

2002-10-14 Victor Rder <victor_roeder@gmx.de>
	* beautified some dialogs
	  - cppsupport/cppaddmethoddlgbase.ui
	  - tools/addtooldlg.ui (again)
	  - autoproject/addaplicationdlgbase.ui
	  - autoproject/addservicedlgbase.ui
	  - autoproject/addsubprojectdlgbase.ui
	* added README to autoproject directory

2002-10-11 Caleb Tennis <caleb@aei-tech.com>
	* modified the splashscreen to not stradle multiple screens
	  with Xinerama installed

2002-10-11 Harald Fernengel <harry@kdevelop.org>
	* added open recent files action
	* beautified "add tool dialog"
	* recognize "makefile" and "Makefile" as makefile

2002-10-08 Harald Fernengel <harry@kdevelop.org>
	* compile qEditor only if Qt >= 3.0.5
	* don't build sourcenav since it is obsoleted by history part

2002-10-07 F@lk Brettschneider <falk@kdevelop.org>
        * applied patch of Heinz Hornung <Hornung-Heinz@t-online.de>
	  improved window menu, old windowmenu part removed

2002-09-25 Yann Hodique <Yann.Hodique@lifl.fr>
	* Implemented some features in distpart
	* Fixed a few bugs

2002-09-20 Roberto Raggi <raggi@cli.di.unipi.it>
	* Added statement rules to c++ parser

2002-09-19 Roberto Raggi <raggi@cli.di.unipi.it>
	* Improved code completion

2002-09-17 Roberto Raggi <raggi@cli.di.unipi.it>
	* Added problem reporter to c++ support

2002-09-05 Harald Fernengel <harry@kdevelop.org>
	* Added notification configuration dialog and notifications
	  for finished processes (off by default)

2002-08-31 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
     * Connected the last toolbar buttons
     * I hereby declare trollprojectpart ready for alpha release :)

2002-08-31 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
     * trollproject - added compiler/linker flags, includepath

2002-08-30 John Firebaugh <jfirebaugh@kde.org>
     * Implemented dynamic loading/unloading of plugins.
       Some project plugins need to be fixed; I guess they expect to
       get a projectLoaded signal, but a project is already loaded.
       Might want to eventually refactor plugin loading code in
       projectmanager to plugincontroller.

2002-08-30 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
     * removed trollproject runoptionwidget using common lib/project/runoptionswidget
     * added browse button to common runoptionwidget

2002-08-29 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
  * Trollproject Part
     * added new project run options widget

2002-08-28 Mickael Marchand <marchand@kde.org>
  * Subversion kpart:
    * Added log window to display retrieved logs from repositery

2002-08-27 Mickael Marchand <marchand@kde.org>
  * Subversion kpart:
    * Notifications displayed in 'Application' view
    * Prompt dialog (login/pass) added (untested yet)
    * New SVN functions support : Revert, Status
    * Removed "SVN:" stuff from logs

2002-08-27 Harald Fernengel <harry@kdevelop.org>
	* Added ability to edit toolbars in SDI and MDI mode
	* fixed crash on exit (windowmenu part)

2002-08-26 Mickael Marchand <marchand@kde.org>
	* Added commit dialog to subversion part
	* Prepared notification system

2002-08-26 Harald Fernengel <harry@kdevelop.org>
	* Better syntax highlighting for "cvs log", added ability to show diffs between versions

2002-08-25 Mickael Marchand <marchand@kde.org>
	* Imported first version of Subversion kpart

2002-08-24 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
	* Applied first simple QMake based project template in appwizard

2002-08-22 Harald Fernengel <harry@kdevelop.org>
	* applyed patches by Hornung-Heinz@t-online.de (Heinz Hornung):
	  don't crash on exit
	* applyed patches by Yann Hodique (DocBrowser and FileTemplate updates)
	* Since there is no right pane in MDI modes, add select views to the left
	  (Automake Manager and Documentation Browser are now available again in MDI mode)

2002-08-19 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
  * trollproject:
        * File exclusion on qmake-scope-level now working

2002-08-18 Victor Rder <victor_roeder@gmx.de>
	* Applied Yann Hodique's cvspart patch

2002-08-09  Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
  * trollproject:
	* Added toolbar to file tree

2002-08-13 Harald Fernengel <harry@kdevelop.org>
	* Applied goto next / prev window patch by Yann Hodique

2002-08-11 Victor Rder <victor_roeder@gmx.de>
	* Applied Sebastian Kratzert's search-extension-diff<2>

2002-08-09  Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
  * trollproject:
	* Done implementing projectconfiguration dialog
	* Added toolbarbuttons in the project tree

2002-08-06 Harald Fernengel <harry@kdevelop.org>
	* AppWizard fix, KDevelop plugin template ported to new architecture

2002-08-05 Matthias Hlzer-Klpfel <mhk@kde.org>
	* Removed kdevelop source, to prepare for an alpha release

2002-08-04 Christian Couder <christian@kdevelop.org>
	* Fix a few appwizard bugs.

2002-08-03  Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
  * trollproject:
	* Projectconfiguration dialog has been added
	* Fileproperty dialog added for excluding files in subscopes

2002-08-02 Harald Fernengel <harry@kdevelop.org>
	* Changed the diff part from a modal dialog to an outputview

2002-07-30 Harald Fernengel <harry@kdevelop.org>
	* Added a "diff frontend" to allow other plugins use the diff part.
	* Implemented it for CVS, so you can now view the differences to the
          repository.
	* Applied patch by "Caleb Tennis" <caleb@aei-tech.com>:
	  ask whether a file should be removed from the recent project
	  list if it doesn't exist anymore

2002-07-29 Harald Fernengel <harry@kdevelop.org>
	* Added a part to show diffs either in the widget from Kompare (->KDESDK)
          or in a QTextEdit if Kompare is not installed.

2002-07-27 Matthias Hlzer-Klpfel <mhk@kde.org>
	* Added a part for ant based projects.

2002-07-24 Roberto Raggi <raggi@cli.di.unipi.it>
	* added a new java parser based on ANTLR

2002-07-23 Roberto Raggi <raggi@cli.di.unipi.it>
	* updated qeditor to qt 3.0.5

2002-07-19 Daniel Engelschalt <daniel.engelschalt@gmx.net>
	* changes concerning the classstore are taking effect without restarting
	* parsing of project directory works again without having persistance :)
	* fixed some annoying bugs in ccconfigwidget

2002-07-17 Victor Rder <victor_roeder@gmx.de>
	* added a simple search mechanism to the Documentation Browser
		-> but not really efficient :-(
		-> TODO: Toy with a few ideas...

2002-07-15 Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
  * trollproject:
    * trollprojectwidget:
      * The projectmanager now supports qmake scopes
        ( very large step towards completion of the trollprojectpart )

2002-07-15 Matthias Hlzer-Klpfel <mhk@kde.org>

	* Exchanged old javasupport part with the beginnings of a new one,
	* written entirely in C++.

2002-07-07 Victor Rder <victor_roeder@gmx.de>
	* repaired layouting of some Automake dialogs
	* adapted the the look of all Automake dialogs
	* add blue bullet to the make output view

2002-07-01  Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
  * trollprojectpart:
    * trollprojectwidget:
      * Can now insert files and subdirs (.pro files are altered dynamically)

  * Simple qmake projects can now fully be created and maintained from kdevelop
    Currently working on handling more complicated .pro files with scopes.

2002-06-30 Victor Rder <victor_roeder@gmx.de>
	* continued the import existing dialog
		-> ONLY adding existing files works at the moment!
	* add Bjrn Sahlstrm's drag 'n drop support to the FileSelector
		-> see kfilednd*view.* for details
	* added new bullets to the make outputview
	* everything needs a little bit code clean-up, so don't worry :-)

2002-06-29  Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
  * trollprojectpart:
    * FileBuffer:
      * added FileBuffer::removeValues() removes all values for a variable
        in the .pro buffer
      * added FileBuffer::setValues() alter buffer set qmake variable values. 
        This enables files and subdirs to be added and removed.
      * added FileBuffer::saveBuffer() save buffer to file.

2002-06-28  Jakob Simon-Gaarde <jsgaarde@tdcspace.dk>
  * trollprojectpart:
    * filebufferclass added to buffer .pro files
      (+filebuffer.cpp, +filebuffer.h)
    * Caret pointer for FileBuffer class
      (+caret.h, +caret.cpp)  
    * FileBuffer:
      * added FileBuffer::findInBuffer(), find substring return Caret-pointer
      * added FileBuffer::getValues() gets values for a qmake variable
        handles '=' and '+=' operators (still to add '-=', '*=' and '~=')
        return QString of space separated values
    * trollprojectwidget:
      * .pro file parser rewritten ( trollprojectwidget::parse() )
        * reads forms (.ui files)

2002-06-28 Matthias Hlzer-Klpfel <mhk@kde.org>
	* save and restore the dock mode in IDEAl

2002-06-27  F@lk Brettschneider  <falk@kdevelop.org>
	* avoid library version clash between qextmdi of Gideon and KDevelop-2.1

2002-06-23 Matthias Hlzer-Klpfel <mhk@kde.org>

	* Made doxygen config widget "human readable"
	* Preset doxygen configuration so it works out of the box
	* Added a custom layout manager to the IDEAl buttons
	  unfortunately, only the horizontal ones stack. Someone
	  forgot a "widthForHeight" in QLayoutItem...
	* added sticky mode for IDEAl ui mode

2002-06-23  Bernd Gehrmann  <bernd@mail.berlios.de>

	* jbb autoproject patch: Resolve $(VARIABLES) in SUBDIRS
	  declaration with the help of variables defined in Makefile.am
	* Parse #kdevelop: lines in Makefile.am. This way, conditional
	  subdirs can be resolved. See parts/Makefile.am for an example
	* Make documentation created with the configure option
	  --with-apidocs in kdelibs browsable

2002-06-23  F@lk Brettschneider  <falk@kdevelop.org>
	* updated QextMDI copy with its upcoming version 3
	  - drops Qt2 support
	  - adds view closebutton for TabPage mode

2002-06-20  Bernd Gehrmann  <bernd@mail.berlios.de>

	* Ported my KDE architecture documentation to
	  docbook; it's now in doc/kdearch.
	* New kdeapi ioslave. This allows it to hyperlink
	  to Qt and kdelibs doxygen documentation in
	  DocBook documents without having to care for the
	  location of the docs.
	* Settings widget for qt/kdelibs doxygen docs
	  location (autodetected by configure if it exists).
	* Restore documentation windows in html part
	  instead of editor part.

2002-06-13  John Firebaugh  <jfirebaugh@kde.org>
        * Debugger: be very smart about libtool.

2002-06-14  Roberto Raggi  <raggi@cli.di.unipi.it>
	* qeditor: added keyboard macro support
	
2002-06-13  Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr>
        * classview:
          - fix hierarchical view (It showed only a single
            level of directories)
          - make hierarchical view default (a la 2.x)
          - don't use sort(), as suggested by Bernd
          - remove obsolete sortFolder() <-- won't work anymore
        * cppsupport: add file templates for .cpp and .h
        * hack old kwrite-part a little to bring it up to date
          (not finished)
        * Add TODO items suggested by Falk
        
2002-06-12  Matthias Hlzer-Klpfel <mhk@kde.org>

	* Improved buttons in IDEAl mode: added keyboard navigation 
	  and styleability.

2002-06-12  Bernd Gehrmann  <bernd@mail.berlios.de>

	* Compiling of single files in auto and custom project parts
	* Set waitCursor while ctags is running
	* cvs log message quoting fix
	* Bullets in make output view. 
	  Based on a patch by Marcus Gruendler <lists@tamalin.de>

2002-06-11  John Firebaugh  <jfirebaugh@kde.org>
        Debugger bugfixes:
        * Use core stop button and signal
        * Actually shut down gdb when stopping
        * Do the right thing when the program exits
        * Load the config settings correctly
        * Don't show application output in external konsole by default
        * Use same menu item for start/continue

2002-06-10  John Firebaugh  <jfirebaugh@kde.org>
        * New breakpoints widget. Uses KListView.
        * Breakpoints should sync with document much better now.

2002-06-10  Bernd Gehrmann  <bernd@linux.local>

	* Made class display (flat list vs. directory hierarchy) configurable

2002-06-09  John Firebaugh <jfirebaugh@kde.org>
        * debugging breakpoints now work much more sensibly
        * can use kate icon-border menu to enable/disable
        * properly move execution point

2002-06-09  Matthias Hlzer-Klpfel <mhk@kde.org>
	* partcontroller now compares inodes instead of URLs 
	  when the files are local

2002-06-09  Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr>
        * autoproject: get rid of symlinks in project directory
        * classview: consider source dirs at any level, rather than 2 levels deep
        * classview: show source dir hierarchy

2002-06-07  Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr>
        * add default support to DomUtil
        * doctreeview: add configuration for Qt/KDE libs
        * cppsupport: add configuration for file templates
        
2002-05-31  Bernd Gehrmann  <bernd@mail.berlios.de>

	* kdevprj2kdevelop for converting project files
	  and creating file lists

2002-05-30  Bernd Gehrmann  <bernd@mail.berlios.de>

	* In class view, arrange classes in folders if they
	  are more than one level below the project directory

2002-05-29  John Firebaugh <jfirebaugh@kde.org>
	* Added ProjectWorkspace. Save and restore opened files with project.

2002-05-29  Harald Fernengel <harry@kdevelop.org>
        * perforce part: implemented edit and revert
        * perforce part: added submit dialog

2002-05-28  Roberto Raggi <raggi@cli.di.unipi.it>
	* qeditor: added find/replace dialogs

2002-05-27  Harald Fernengel <harry@kdevelop.org>
        * added perforce VCS part

2002-05-27  Bernd Gehrmann  <bernd@mail.berlios.de>

	* Show namespaced classes and structs in category mode
	  of the class view

2002-05-26  Bernd Gehrmann  <bernd@mail.berlios.de>

	* Implemented Goto ctags declaration and Goto ctags definition

2002-05-25  John Firebaugh <jfirebaugh@kde.org>
	* Add stop button. Core emits signal when processes begin/end.
	  TopLevel* connects and enables/disables stop button.
	* Move project actions to ProjectManager. Removes much code
	  code duplication in toplevel_*.cpp.
	* Allow opening project via command line/konqueror.

2002-05-25  Roberto Raggi <raggi@cli.di.unipi.it>
	* qeditor: Added code folding support
	* qeditor: Added emacs-style indent mode	
	
2002-05-25  Harald Fernengel <harry@kdevelop.org>
	* use KApplicationTree in tools-part to avoid code duplication

2002-05-21  Roberto Raggi  <raggi@cli.di.unipi.it>
	* qeditor: Implemented markinterface
	* qeditor: Implemented searchinterface	

2002-05-20  Matthias Hlzer-Klpfel <mhk@kde.org>
	* Welcome in the 2000's: the Tools menu config
	  now uses ksycoca...

2002-05-20  Harald Fernengel  <harry@kdevelop.org>
	* Outputviews: Uses bright font colors if widget background is dark
	* Extended Tools Config: Show App-Tree to make it more comfortable

2002-05-20  Roberto Raggi  <raggi@cli.di.unipi.it>
	* Ported qeditor to ktexteditor interface
	* Fixed text insertion in abbreviation part

2002-05-20  Bernd Gehrmann  <bernd@mail.berlios.de>

	* Make sure headers are parsed before sources
	* Big cleanup in cppcodecompletion. Generalized
	  some of the code and put it into classstore API.
	  More to come...

2002-05-18  Bernd Gehrmann  <bernd@mail.berlios.de>

	* Ported "Expand text" into abbrev part

2002-05-16  Richard Dale <duke@tipitina.demon.co.uk>

	* Fixed KDevelop compilation error by adding missing 
         PartController::setServiceType() method.

2002-05-15  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Big cleanup in class store, see my mail in kdevelop-devel
	* Fixed persistant class store to not store
	  namespaced classes twice
	* Fixed ClassStore::removeWithReferences() to delete
	  classes from all namespaces, not only the global one
	* Class combo boxes can show global functions now
	* Class combo boxes handle namespaced classes now
2002-05-13  Richard Dale <duke@tipitina.demon.co.uk>
	* Added .mm and .M source file extensions for Objective-C++
2002-05-10  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Put grep into editor context menu
	* Put 'Lookup in Index' and 'Goto manpage'
	  into editor context menu
	* Put 'Lookup in Index' and 'Search in docs'
	  into documentation context menu
	* Implemented 'Run to cursor' in debugger part
	  and put 'Watch: foo' into editor context menu
	* Removed lots of code duplication in tools config
	* Tools can be added by DnD from kicker menu
	* Some preparations for loading files with a
	  prescribed encoding
2002-05-06  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Fixed history part crashing
	* StatusBar cleanup
	* Fixed ever-growing popup menu in editor
	* Tool menu and the file and directory context
	  menus can now be populated with any shell
	  command. Output can be sent to the app output
	  art. %S, %D, %T and %W magic works like
	  in old KDevelop (I hope :-)
2002-05-03  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Structure view for HTML, Docbook and LaTeX
	* Perl part can exec programs and code snippets now
	* Moved duplicated code for executing programs in
	  an external konsole into the app output part
2002-05-01  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Limit size of class and method combo boxes
	* Offer to rerun configure only if configuration
	  has changed
2002-04-30  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Implemented fileFilters() for cppsupport
	* Methods and classes can now be added when no file is loaded
	* Don't parse headers twice, now that they are included in 
	  AutoProjectPart::allFiles()
	* Allow adding and removing files from custom project
	* Do nothing if an organizer item in the class view is clicked on
	* Bug fix in trollproject by Ludovic LANGE <ludovic.lange@free.fr>
	  to handle continuation lines in .pro files
	* In trollproject, distinguish executed() and selectionChanged() 
	  signals properly, improved context menus, started Remove File 
	  implementation; made it possible to run qmake on any project
	  file; polishing
2002-04-29  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Display header files in automake manager
	* Add Icon dialog
	* Allow to build index.cache.bz2 by context menu
	* Multiple build configurations
2002-04-28  Sandy Meier  <smeier@kdevelop.org>
	
	* fixed some broken stuff (load project on startup,GBA support,php code completion)
	* codeCompletion/realtimeparser is now configurable (GUI)
	* readded gideonrc
2002-04-28  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Renamed KDevProject::allSourceFiles() to allFiles(), as it isn't
	  restricted to sources. It doesn't contain duplicates anymore.
	* Handle AUTODIRS
	* Handle foo_ICON
	* Handle KDE_DOCS
2002-04-28 Matthias Hlzer-Klpfel <mhk@kde.org>
	
	* Added a part providing a history, allowing you to go
	  back and forward 
	* Added splashscreen. Now we need an artist! :-)
2002-04-28  Harald Fernengel <harry@kdevelop.org>
        * SourceNavPart now uses KToolBarPopupAction to display nifty
          Konqueror-like drop down menus for source code navigation
2002-04-27  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Context menu actions in auto project act on context
	  item, not active target
	* Use selectionChanged() instead of executed() signal
	  in overview widget, so that the shown targets are
	  always those in the selected subproject
	* Disable toolbuttons when subproject empty
	* Data groups cannot be 'built' and they have no target options
	* Replaced all usages of QCString in auto project
	  by QString and saved 35783 latin1 conversions ;-)
	* Create popup menus with parent widget
	* Made is possible to edit .desktop files
2002-04-26 Harald Fernengel <harry@kdevelop.org>
        * Added first version of SourceNav Part which adds back/forward tool-buttons for code navigation.
        * Allow user to open more than one file in KFileDialog
2002-04-25 Matthias Hlzer-Klpfel <mhk@kde.org>
	* started support for debugger handling via the new
	  KTextEditor interfaces
	* started with new documentation part handling
	* added a workaround to open all text files with the
	  same editor plugin
2002-04-24 Victor Rder <victor_roeder@gmx.de>
	* renamed Project view to Automake Manager
	* reorganized Automake Manager
	* added lowerAllViews() to KDevTopLevel
		-> only implemented for TopLevelSDI!
	* added some pixmaps
	* Some dialogs done with QT Designer
		-> RemoveFileDlg
		-> AddFileDlg
		-> AddExistingDlg (does not work, yet)
2002-04-24  F@lk Brettschneider  <falk@kdevelop.org>
        * bugfix for QFocusEvent::m_reason in QextMDI copy, it stabilizes the optimized focus mechanism
2002-04-23  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Removed redundant loadparts property from project file
	* Added isDirectory() to FileContext, so one can distinguish 
	  between regular files and directories.
	* Added "Insert quoted" button to regexp part
2002-04-22  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Only program and library targets can be made active
	* Sane resizeMode and allColumnsShowFocus settings for more list views
2002-04-21  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Implemented setting active target in autoproject
	  part and set a default one in most app templates
	* Set resize mode of some list views to LastColumn
	* In auto project, open active directory at startup
	* Implemented addFile in auto project
2002-04-20  Bernd Gehrmann  <bernd@mail.berlios.de>
	* If no compiler is set explicitly by the user,
	  use the options widget of the default compiler
	  (Property X-KDevelop-Default in the .desktop file)
2002-04-19  Bernd Gehrmann  <bernd@mail.berlios.de>
	* In script projects, scan the source file list
	  at loading time with configurable include
	  and exclude pattern lists
	* New file dialog in script project
	* Implemented KDevLanguageSupport::fileFilters()
	  for Python, Perl and PHP
	* grep part shows the exit status of the sub process
2002-04-19  Harald Fernengel <harry@kdevelop.org>
        * make outputwidget now locale aware
2002-04-18  Bernd Gehrmann  <bernd@mail.berlios.de>
	* filter plugin
	* Added methods addFile() and removeFile()
	  to KDevProject interface, implemented
	  in script and custom project parts
	* Add File dialog in auto project uses the
	  FileTemplate class now
	* Fixed displayed symbol kinds in ctags
	  dialog when file name extension is unknown
	* ctags result list is now updated when
	  any of the selected criteria is changed
2002-04-17  Matthias Hlzer-Klpfel <mhk@kde.org>
	* introduced a facade to access the KTextEditor interfaces
	* removed some code from PartController that is no longer
	  needed
2002-04-17  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Populate Build->Build Target menu in CustomProject
	  with targets from Makefile, build.xml resp.
	* Use kdDebug() more consequently
2002-04-16  Matthias Hlzer-Klpfel <mhk@kde.org>
	* added a bit more context to the EditorContext
2002-04-15  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Share code between project management parts by
	  moving stuff to lib/project
	* Separated file tree from custom and scripting
	  project parts into file view part, so that the 
	  project parts do not have widgets themselves.
	  Hierchical file tree is KDirWatch'ed
	* Builddir and build tool can be configured in
	  custom project now
	* Merged KDevProject::openProject() and setProjectName()
	* Added the notion of an activeDirectory() in which
	  new files are stored
	* cerr -> kdDebug
2002-04-15  Matthias Hlzer-Klpfel <mhk@kde.org>
	
	* moved window menu code from src to a plugin
	
2002-04-15  Simon Hausmann <hausmann@kde.org>
	* Completed transition to KDevPlugin and KGenericFactory.
2002-04-14  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Support for multiple file templates in app wizard
	* More work on new class dialog
	* Extended DomUtil to lists and pair lists
2992-94-14  Matthias Hlzer-Klpfel <mhk@kde.org>
	* Added a new part that provides a "Open with" file menu entry
	* Fixes for saving project settings on shutdown
	* Properly enable menu entries when loading "last project"
2002-04-13  Daniel Engelschalt <daniel.engelschalt@gmx.net>
	* classstore config now in cppsupport
	* code hinting really works now with KTextEditor
	* update project pcs-file at projectClose( )
2002-04-13  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Import dialog rewritten with designer, added author 
	  and email fields
	* When directory is selected in the import dialog, make
	  some guess work based on legacy project files, AUTHORS
	  and configure.in files
	* Set /general/author and /general/email variables in
	  project file when creating new projects
	* More keywords in app wizard
	* Load Java debugger only for JVM programs
	  (keyword to be set by app wizard)
2002-04-10  Matthias Hlzer-Klpfel <mhk@kde.org>
	* implemented setting the execution point
	* move execution point handling from core to part controller
2002-04-10  Simon Hausmann <hausmann@kde.org>
	* ported the appwizard to KDP/KGF
2002-04-09  Matthias Hlzer-Klpfel <mhk@kde.org>
	* ask user to save modified files before quitting
2002-04-09 Roberto Raggi <raggi@cli.di.unipi.it>
	* fixed crash in KDevDocTree
	* removed qextmdi from kdevelop directory
2002-04-09  Simon Hausmann <hausmann@kde.org>
	* cleanups in the servicetype definitions. Added proper inheritance
	and multiple defined propertyies
	* some std:: namespace cleanups
	* added KDevPlugin as successor of KDevPart
	* ported the konsole plugin to KDevPlugin
	* ported the editor chooser plugin to KDevPlugin
	* ported the code abbreviation plugin to KDevPlugin
	* ported the astyle plugin to KDevPlugin
	* ported the classview plugin to KDevPlugin
	* ported the ctags plugin to KDevPlugin
	* extended gideon to load global KDevPlugin components
	* centralized the trader queries for KDevelop/Part (Plugin) with
	the additional constraint for the plugin scope into a static
	PluginController::pluginServices method
	* moved the duplicated code for extracting the X-KDevelop-Args
	property of a service into a QStringList into a static private
	method of PluginController
	* install kdevelop components as KDE modules, not as libraries
	* PluginController: don't bail out of loading of a kdevpart failed
	* load kdevpart as well as kdevplugin components at the project
	scope
2002-04-08  Matthias Hlzer-Klpfel <mhk@kde.org>
	* emit loadedFile and savedFile again
	* added DCOP interface for kdevpartcontroller
2002-04-08  Roberto Raggi <raggi@cli.di.unipi.it>
	* Fixed text insertion in Multi-language code template
2002-04-07  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Fixed existing and potential memory leaks in class store
	  with a more modern api. Big textual changes, no changes 
	  in semantics
	* New class dialog, to be finished
	* Multi-language version of Roberto's code template stuff,
	  not tested much
2002-04-06 jbb <jbb@kdevelop.org> 
	* Fixed some crashes, mainly to do with using .latin1() on
	  a null string.
    	* Replaced cout with kdDebug (in a lot of places -  part of
      	  the above fix for crashes)
    	* fixed gcc3.0 compiler clash with define of out() in dbg.h
    	* Added K_DCOP to tokenizer, which fixed one cause of the latin1()
          crash.
	
2002-04-06  Bernd Gehrmann  <bernd@mail.berlios.de>
	* Python part can execute scripts and strings now
2002-04-06  Harald Fernengel <harry@kdevelop.org>
        * ported editor-chooser to KTextEditor and re-enabled it
        * PartController now loads user's favourite editor
2002-04-06  Matthias Hlzer-Klpfel <mhk@kde.org>
	* moved all part handling functions from KDevCore to
	  KDevPartController
	* enabled context sensitve popup menus in the text editor
	* various fixes and workarounds for QextMdi modes
2002-04-05  Matthias Hlzer-Klpfel <mhk@kde.org>
	* commited some patches by Bernd for fixing layout issues
	* commited a patch by Bernd for reenabling the floating 
	  debug toolbar
	* reenabled context menu entries comming from parts
	* added tiny part to select the UI mode
2002-04-04  Matthias Hlzer-Klpfel <mhk@kde.org>
	* reenabled the RMB menu
	* fixed the widget deletion when parts are closed
	* mark the active document in the menu
	* renamed the "Buffer" menu "Window"
	* removed the MDI window menu
	
2002-04-01  Matthias Hlzer-Klpfel <mhk@kde.org>
	* added qextmdi to gideon
	* made UI model configurable
	* smaller refactorings in lib/interfaces
	* moved toplevel view handling out of KDevCore to KDevTopLevel
2002-03-29  Matthias Hlzer-Klpfel <mhk@kde.org>
	* migrated all parts to KTextEditor
	* removed all traces of KEditor
	* reenabled Tip-of-the-day
2002-03-26  Matthias Hlzer-Klpfel <mhk@kde.org>
	* refactored the core source completely
	* sneaked in a new UI concept
          (which Harald probably will replace with QextMDI soon)
2002-02-24  Roberto Raggi <ragi@cli.di.unipi.it>
	* improved code completion
	* added quick hack for configuring the fonts for qeditor
2002-16-02  Daniel Engelschalt <daniel.engelschalt@gmx.net>
	* added codecompletion-classstore
	* added removeWidget( )
	* added config-dialogues for codecompletion/classstores
	* improved codecompletion
	* added cc-stuff from roberto raggi
2002-10-02  Harald Fernengel <harry@kdevelop.org>
	* Fixed KWrite Part and reenabled it again
	* Added the Qt Editor Part (Qt Designer's Editor)
2002-02-03  Christian Couder <christian@kdevelop.org>
	* Bugfix : crash in classviewpart.cpp because languageSupport()
	was null.
2002-01-16  Richard Dale <duke@tipitina.demon.co.uk>
	* Java plugin api regenerated
2001-12-22  Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr>
        * generate docs in all source dirs in Doxyfile
        and enable dot output
        * kdevelop2 project:
          - project type: normal
          - don't modify Makefiles
          - subdirs: lib src parts
	
2001-12-20  Sandy Meier  <smeier@kdevelop.org>
        * added "new class" dialog to the PHP support 
        incl. Basename completion and persistent class template
        TODO: add class to the project after generation, (at the moment
	KDevProject doesn't support it :-( )
	
2001-12-16  Roland Krause  <rokrau@yahoo.com>
        * Reenabled the kwrite-part,
          works now under KDE-3 with the KTextEditor interface.
2001-12-15  Victor Rder <victor_roeder@gmx.de>
        * Added persistence functionality to the class store
                - "cooperation" of Bernd, Daniel E. and me
                - the class store is saved and loaded from a binary file
        * In core.cpp projectClosed() is emitted first and then
                store->wipeout() is called
2001-12-15  Sandy Meier  <smeier@kdevelop.org>
        * added some new options to the Appwizard (see README) and make it more intuitive: name completion,
        project loading after generation...
        * added "void openProject(const QString& projectFileName)" to the KDevCore Interface, used by AppWizard
        * fileselect part reacts now on signal KDevCore::projectOpen()
2001-12-12  August Hrandl <august.hoerandl@gmx.at>
        * Add method dialog rewritten using designer
2001-12-07  Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr>
        * Added a preliminary Trie code to structure lib
2001-11-29  Sandy Meier  <smeier@kdevelop.org>
        * added Gameboy Advance support including a "Hello World" template and
        an emulator frontend
2001-11-21  Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr>
        * Started lib/structure which will feature tree,
          trie and graph structures
        * Started a part called sourcebrowser which will facilitate
          multiple UI's to browse source code
2001-10-23  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Made sourceinfo serializing more modular by adding
          stream operators to all relevant classes,
          including ParsedItem, and using them in the higher
          level ones
2001-10-14 Victor Rder <victor_roeder@gmx.de>
        * new version of Daniel Engelschalt's CppCCParser
        * KDevArgHint adapts now the font size of the editor        
2001-10-13 Victor Rder <victor_roeder@gmx.de>
        * added an additional signal textChanged with
                + KEditor::Document*
                + int line
                + int col as params
        * added a switch to (de)activate cc (done with #ifs)
2001-10-01  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Smart error message box when parts cannot be
          loaded
        * QFile::encode() library name
2001-09-26  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added insertStdoutLine() and insertStderrLine() to 
          AppFrontend interface. This is e.g. needed by the
          debugger frontend which maintains the complete communication
          with the debugger *and* the application
        * Big cleanup in libsourceinfo: Made internal variables
          private, made accessors const-correct, return QStrings
          now instead of references to them
        * Changed ClassStore API to always use QStringLists instead
          of QStrList
        * Compiles with QT_NO_ASCII_CAST and QT_CLEAN_NAMESPACE now
2001-09-26 Victor Rder <victor_roeder@gmx.de>
        * CppCCParser rewritten by Daniel Engelschalt
        * The affected code for CC is saved in a temporary file now
        * fixed some bugs in CppCodeCompletion
        * This is still very very alpha
2001-08-22 Sandy Meier <smeier@kdevelop.org>
        * all 1500 php global functions are now available for code completion (incl. prototype) 
2001-08-10 Victor Rder <victor_roeder@gmx.de>
        * reimplemented CppCodeCompletion::getEntryListForClass() and 
          getEntryListForClassOfNamespace()
          both work with the two recursive functions getParent...ListForClass()
          multiple inheritance works now
2001-08-10   Harald Fernengel <harry@bnro.de>
        * Polished the Grep Dialog. It now remembers the last searches and 
          search directories, search button is now default-button
        * find now works on non-unix platforms, too
2001-08-08   Sandy Meier  <smeier@kdevelop.org>
        * the  code completion and arghint works now in many cases (PHP)
        * added realtimeparser, so the classview is updated while you type :-) (PHP)
        * fix some problems in arghintWidget 
        * added textChanged() signal to the editor interface
        * phpsupport display the parsing progress in the statusbar (code from Matthias)
2001-08-06 Victor Rder <victor_roeder@gmx.de>
        * Implemented several methods in CppCodeCompletionParser
                getNode...();
        * Extended CppCodeCompletion
                getEntryListFor...();
2001-08-04 Victor Rder <victor_roeder@gmx.de>, Daniel Haberkorn <dhaberkorn@gmx.de>
        * Added CppCodeCompletionParser.cpp + .h (contains only interface definition)
2001-08-02  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
	* Exposed the status bar through the kdevcore interface
	* Made cppsupport display the parsing progress in the statusbar
 
2001-08-02  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Distpart:
          - Fixed all layouts in distpart
          - The relevant signal for check boxes is toggled(bool), not released()
          - Use QDialog instead of QWidget and create it only on demand
          - Okay -> OK
          - Referring to generated names like Layout36 is a bad idea
        * Put default binary name for compilers in their desktop files
          This default is used for the CC/CXX/F77 setting when the
          compiler has been changed by the user
2001-07-30 Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr>
        * interfaces/keditor: moc files are compiled separately, #include's
        removed from cpp files.
        * fix: KEditor::Editor don't emit documentActivated when there
        isn't one.

2001-07-29 Victor Rder <victor_roeder@gmx.de>
        * KDevArgHint improved, i.e. positioning, ui
2001-07-26 Victor Rder <victor_roeder@gmx.de>
        * KDevArgHint added to KWrite-part (widget that shows the function
          and its needed arguments)
          Try it and type in 'test(' at the beginning of an empty line in a C++ project!
        * showArgHint() added to CodeCompletionDocument
        * added some code to CppCodeCompletion (cppsupport), but only for testing
2001-07-26 Sandy Meier   <smeier@kdevelop.org>
        * kwrite CodeCompletionbox is now useable, maybe someone who want make it more colorful?
        * php code completion supports (global methods,$this->xxx and $test = new xxx) now, 
                more will follow
2001-07-26 Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr>
        * debian packaging for kdevelop-3.0 branch
        * kwrite: add path kwriteeditor_part for locating syntax.xml
2001-07-22 Sandy Meier <smeier@kdevelop.org>
        * implemented initial codeCompletion interface for kwrite
        * added codeCompletion parsing to the PHP supportpart
            (everything is very alpha)
            
2001-07-21  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Canonicalize target name in TargetOptionsDialog.
          Thanks to Ludovic LANGE <ludovic.lange@free.fr> for a patch
        * Wait cursor while index dialog loads index files
        * Configurable full text search in toc'ed documentation
2001-07-17  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added kdoc-generated Qt/KDE index to index dialog
        * Destroy compiled-in factories at exit. Otherwise
          their KConfig's don't get sync()ed
2001-07-16  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Made doxygen config widget more KDE compliant, i.e.
          KDE icons, KFileDialog instead of QFileDialog,
          cleanup
2001-07-15  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Elementary cvs support (add, remove, update, commit)
        * doxygen plugin
        * Added FileContext for context menus in the FileView.
          This should be used for the project management widgets
          later.
2001-07-13  Richard Dale <duke@tipitina.demon.co.uk>
        * Fixed bug causing 'precondition violated' messages in the C++
          class parser
2001-07-12  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Store relative instead of absolute file names in custom project
        * Use gotoFile() instead of gotoSourceFile() in custom and
          script project
        * Added Doxyfile for libkdevelop api
2001-07-12  Sandy Meier   <smeier@kdevelop.org>
        * implemented extended plugin loading as discussed on Linuxtag 2001
          see HACKING how you can use it

2001-07-11  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added CustomProject part for projects not based
          on either automake or tmake/qmake
        * Templates for C and C++ imports with custom Makefiles
        * Fix in import dialog to substitute APPNAMELC correctly
2001-07-10  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * Extended the KEditor::EditIface a bit
        * started to implement it in the editor parts
2001-07-05  Richard Dale <duke@tipitina.demon.co.uk>
        * Fixed crash in class tool attribute display. Method and attribute
          icons now displayed correctly
        * Regenerated sources for Java plugin api
        * References in the class store are cleared, before a source file 
          is parsed
2001-07-05  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Quick hack for a tmake/qmake project management
2001-07-03  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Make file views work for arbitrary mime types
        * Switch header fix
2001-07-03  Richard Dale <duke@tipitina.demon.co.uk>
        * Added package visibility to the class browser for Java - denoted by a 
          green rectangle against an instance variable or method.
2001-07-03  Richard Dale <duke@tipitina.demon.co.uk>
        * Added accessor methods to the Class store/parser sources, so that
          instance variables should no longer need to be accessed directly.
          Java plugin api sources regenerated to use the new accessor method names
2001-07-02  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Doc index dialog remembers checked indices and
          categories per project
        * GNUstep autoconf check, fixed directory
        * Show 'Goto declaration' only for languages
          with declarations
        * Small toc and index DTD change
2001-07-01  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added TOCs for STL and Gtk libraries
        * Removed General section in doc tree view,
          as all its contents are covered elsewhere
        * Added PHP identifier index
        * Doc tree view configurable on a per-project basis,
          currently preconfigured by the app wizard and
          import dialog; no user interface
2001-06-29  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * TOCs for KDE2 development book and libc
          plus Claudiu Costins <claudiuc@work.ro> scripts
2001-06-28  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added GNUStep documentation toc plus a script
          for generating it from gsdoc files
        * Full Python toc plus a script for generating it
        * Full PHP toc made by Claudiu Costins script
2001-06-27  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Implemented modification of build order of subprojects
        * Fixed update of prefixes list
        * Fixed update of include directory list
        * Switch header/implementation
2001-06-26  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Perldoc support
        * Finished builddir support
2001-06-25  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Implemented Add subproject
        * Fix for autoproject: allow ldflags to be
          added for programs, but disable libtool flags
        * Popup menu contexts for classes, not yet used
2001-06-19  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * let the user choose which editor part to load
2001-06-17  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Separated project options widget in 4 separate widgets 
          instead of one tab widget and embedded them 
          into the general project options dialog. This is
          more intuitive for the user and doesn't expose
          KDevelop's internal structure so much
        * App wizard fixes and improvements in the project file structure
        * Configurable builddir (not used yet)
        * Configurable environment variables for program run
        * Implemented Execute program
        * Implemented Make messages
        * Menu structure cleanup
        * Implemented Make install
2001-06-15  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Implemented Add translation
        * Implemented Execute program
        * lex fix
2001-06-14  Sandy Meier <smeier@kdevelop.org>
        * phpsupport: configuration handling now in PHPConfigData
        * phpsupport: web and shell invocation works now 
2001-06-14  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Implemented distclean
        * Support for autogen.sh in addition to Makefile.cvs
2001-06-13  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Rewritten Add target dialog. Supports additional
          LDFLAGS now. Will add a context menu item 'Add KDE plugin'
          later which will set KDE_PLUGIN stuff as default
        * Added a special kde mode to autoproject part. 
2001-06-12  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * New part regexptest for testing regular expressions
        * Fixed make frontend to recognize ftnchek messages
          correctly
        * Changed make frontend api again so that the dir is
          given as parameter. Necessary for finding the 
          directory of an erroneous file when only one
          directory is built
        * Rerun configure when project options have changed.
2001-06-11  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Allow several commands for the make frontend to be queued
        * Project management automatically runs configures if no
          Makefile exists and Makefile.cvs if no configure script
          exists
2001-06-10  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Don't show Fortran options for gcc
        * Enabled class view fixes from 06-05 :-)
        * More import project types
2001-06-09 Matthias Hoelzer-Kluepfel <mhk@caldera.de>
	* Started to move the kwrite code from lib to the part.
	* Added additional kwrite functions to the menues.
2001-06-05 Matthias Hoelzer-Kluepfel <mhk@caldera.de>
	* Reenabled the signals when files are loaded and
          saved, so Bernd can test ;)
          (This was a hotfix, I will do the real one later)
2001-06-05  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added Add application desktop file dialog
        * Fixed Add service dialog
        * Some fixes in class view that I can't test currently...
2001-06-04 Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * Added DCOP bindings to the editor interfaces,
          so they are accessible for scripting.
2001-06-03  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * New add service dialog in project management
          Not quite ready
        * Bug fixes in sub project and target options dialog
2001-06-02  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * New sub project and target options dialogs.
          These are much more user-friend wrt convenience
          libraries and include directories within the
          project. Furthermore, the libtool options are
          presented in documented check boxes
        * Put compiler options widget into the project
          options framework
2001-06-01  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * Reimplemented the modified-on-disk check with the new
          editor-interface.
        * Reimplemented the modified check before quitting.
        * Added "Save all" and "Revert all"
        * Added "Revert" to the editor interface.
2001-05-31  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Made some dom writing code more robust by
          creating non-existent nodes in the tree
        * Rewrote the import dialog to allow the choice between
          a number of import templates
2001-05-31 Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * switched to the new editor interface concept
2001-05-31 Sandy Meier <smeier@kdevelop.org>
        * added initial php webserver/shell preview and config dialog (phpsupport)
        * added errormessage parser/view (phpsupport) 
        
2001-05-31  Richard Dale <duke@tipitina.demon.co.uk>
        * Added a Java JNI based plugin api, and a corresponding
          project template for building a plugin. Java parts are
          not built if a --without-java flag is used for configuration,
          or if no suitable versions of javac, jar etc are found.
2001-05-31  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added a zillion other languages to ctags tag mappings
        * Regular expression matching in ctags part
        * Tell user about dot in configure
2001-05-30  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added a ctags part
2001-05-30  Thomas Fromm <tf@tfromm.com>
        * Added basic Highlighting for PHP
2001-05-29  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added a pydoc ioslave and a corresponding menu item to
          the python support part
        * Added a man page item to the help menu
2001-05-28  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * New scripting layer based on DCOP
2001-05-27  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added TOCs for perl, python and PHP to the
          documentation tree
        * Added python documentation index
        * Made file view aware of files added to and
          removed from the project
        * Added 'subdirs' files to KDE app templates
        * Fixed project management regexps for tabs
        * Fixed project management to properly emit addedFile signals
        * Fixed auto project behaviour for prefixes with underscores
        * LIBADD is for libraries, LDADD for programs
        * Implemented 'Add prefix' dialog
        * Show progress dialog when parsing files
        * Implemented Remove file dialog in project management.
          Does not quite work yet :-(
2001-05-25  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added FORTRAN 77 parser
        * Added plugins for g77 and the Portland Group's
          f77 compiler and High Performance Fortran 
          compiler driver
2001-05-24 Sandy Meier   <smeier@kdevelop.org>
        * added option (load last project on startup)
        * saved mainview configuration on exit
2001-05-24  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added templates for GNOME app and simple automake-
          based C and C++ programs
2001-05-23  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Fixed file view and made it possible to add new
          groups and change the order of matched patterns
        * Added preliminary fortran support part with a
          ftnchek configuration dialog. Parser follows later...
2001-05-22  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added a new part 'FileView' which shows all files of
          a project sorted in groups like 'Sources' and
          'User Interface'. The groups can be configured
          by the user. A default setting is provided by the
          application wizard.
2001-05-20 Sandy Meier   <smeier@kdevelop.org>
        * added initial PHP support including a simple php parser
        * added "hello world" PHP template to AppWizard
2001-05-20  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * Added a new editor interface for debugging
          (breakpoints etc.)
        * Added cast methods to the editor interfaces, so
          you don't have to pass strings around any longer
2001-05-19  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added kicker, kioslave and kcmodule templates
        * Each template can define an icon which is
          shown in the app wizard
        * The Big KInstance Cleanup
2001-05-19  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * Added a plugin to provide and configure a 
          Tools menu.
2001-05-17  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Categorized all parts into Global or Project,
          so that they are either loaded at startup or
          at project loading time
        * Added part selector which allows to configure
          the used parts both globally and on a per-
          project basis
2001-05-14  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Back to KDialogBase for configuration dialogs
2001-05-13  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added a project options dialog to which any
          plugin can add a tab.
        * Debugger configuration dialog
        * Temporarily gone back to QTabDialog for these
          configuration dialogs instead of KDialogBase.
          Not sure if this is right...
2001-05-13  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        
        * Added a status interface to the editor interfaces
        * Implemented display of editor status in the main
           statusbar
2001-05-12  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Changed compiler frontend to use QTextView, instead of QListBox.
          Now copy&paste are possible, and the view scrolls to the end of the
          output (unless the user has clicked otherwise)
        * Also fixed the shortcuts
        * Fixed buffer menu for documentation parts
2001-05-11  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * Commited the new editor framework
          Note that it is not yet active, as it is not yet
          complete. But it is evolving...
2001-05-10  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added Python Hello world template
        * Fixed memory leaks
        * Fixed project files in templates to include mainprogram variable
        * Fixed script project to not show . and .. and to go to a source
          file when it is clicked
        * Implemented printing
2001-05-09  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Implemented proper comparing of file identities:
          Instead of the file name, now devno/inode are compared.
          Important for NFS systems, where file names may have
          a prefix like /tmp_mnt in some occasions
          This was already implemented in the HEAD branch 
          before the old one ;-)
        * Implemented KDevCore::gotoFile() as a generic method
          to "go" to a file. Works for arbitrary mime types.
        * Implemented KDevCore::revertAllFiles()
        * Warning dialogs when modified files are closed or when
          saved/loaded files were modified outside.
        * Implemented searching html widget
2001-05-08  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Use flex instead of $(LEX)
        * Made function prototypes in tokenizer.l static.
          Not making them 'static' explicitly makes them
          'extern' and causes a conflict
        * Removed tokenizer.cpp from cvs, so it gets
          generated at build time
2001-05-05  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        
        * prepared the Tip-of-the-Day plugin to make use of the
          KTipDialog class that will soon appear in kdelibs.
2001-05-01  Richard Dale <duke@tipitina.demon.co.uk>
        * Removed hard coded java classpaths, and classnames. They are derived
          from the projectDirectory and mainProgram project attributes.
        * Checked in jdb front end code from Oliver Strutynski. He comments:
          'I finished work on a first version of JDB Support. It is not at 
          all feature complete (setting breakpoints does not work yet, hangs 
          from time to time) but could serve as a starting point for further
          development. The directory contains a README describing some of the 
          parsing in the jdbcontroller.'
2001-04-29  Sandy Meier  <smeier@kdevelop.org>
        * some changes in appwizard gui (qtdesigner based),
        templates can have a category property now
2001-04-27  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Implemented a generic project part for scripting languages. 
          It essentially consists of a widget that displays all files 
          in all subdirectories.
        * Changed the class view to respect the feature set of the used 
          language. I.e. for example for python the sections with 
          variables are not displayed, as in python variables are not 
          declared.
        * Sanitized project loading: The user now chooses the project
          file in a file dialog, not the directory. The kapp, kpart 
          and kpartplugin appwizard scripts install a project file now.
        * Replaced the persistence stuff (which was not yet used) in the
          classstore with serialization routines based on QDataStream.
          In principle, we could now send them around via DCOP :-)
        * Implemented a python support part with parser
        * Implemented a perl support part with parser
2001-04-22  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Made configure arguments configurable
          Patch by Berndt Josef Wulf <wulf@dingo.ping.net.au>
        * Don't link with libfl in cppsupport and javasupport
        * Each part now uses its own instance and the corresponding
          resource directory
2001-04-18  Richard Dale <duke@tipitina.demon.co.uk>
        * GDB debugger part sources copied to 'parts/javadebugger', and all names 
          changed to JDB ones. Ready to add jdb functionality.
2001-04-17  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * Moved the splitter widget to lib/util, so it can be shared with parts
        * Moved the editor part to lib/kwrite, to allow parts to access it.
        * Added astyle part, a source code reformatter.
2001-04-13  Richard Dale <duke@tipitina.demon.co.uk>
        * Applied patch from Oliver Strutynski to fix bug in the Java tokenizer
          with non US-ASCII identifiers in source files.
2001-04-11  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * Added a plugin that let's you select the parts to load
          on startup
        * Added some code to core to only load the plugins selected.
2001-04-10  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Added memory view widget
        * Fixed disassemble widget to act only when it is visible
        * Added examine core file and attach to process
        * Cleaning widget after the debugger has finished
        * Added status bar text and whats this
        * Clear execution point mark when debugger has finished
2001-04-10  Matthias Hoelzer-Kluepfel <mhk@caldera.de>
        * added a part to display a "Tip of the day"
        * moved over the tips from the previous HEAD branch,
          which probably need a review
2001-04-09  Bernd Gehrmann  <bernd@physik.hu-berlin.de>
        * Rewritten the icon border stuff from 1.x for use
          with multiple views per document
        * Ported the debugger frontend
2001-04-06  Richard Dale <duke@tipitina.demon.co.uk>
        * Added Java and Objective-C class browsing, and Java KDE project template and
        automake support (ie the _JAVA primary). Fixed bug in class browser where a 
        method's arguments were not being displayed (was that a bug or a feature?). 
        Clicking on a class's instance variables in the class browser now works and 
        takes you to the source file.
