2003-07-09  Andy Jeffries  <andy@gphpedit.org>

	* configure.in: Updated to 0.4.3 to avoid conflicts with 0.4.2 (in testing)
	* src/main_window.c: (main_window_create_panes), src/main_window_callbacks.c: (classbrowser_show),
	(classbrowser_hide), src/preferences.c: (save_classbrowser_position):
	Properly implemented Show/Hide Classbrowser, previous version didn't
	actually resize the pane, nor remember it's status upon restarting.

2003-07-09  Andy Jeffries  <andy@gphpedit.org>

	* configure.in: Updated version number to 0.4.2 to reflect change below
	* src/main_window_callbacks.c: (classbrowser_show),
	(classbrowser_hide), src/main_window_callbacks.h, src/main_window_menu.h:
	Implemented Show/Hide Classbrowser feature requested by Tim Jackson.

2003-07-01  Andy Jeffries  <andy@gphpedit.org>

	* configure.in: Updated version number to 0.4.1 to reflect change below
	* src/preferences.c: (preferences_load), (preferences_save), src/preferences.h,
	  src/tab.c: (tab_set_general_scintilla_properties): All updated to reflect 
	  preference for turning off line wrapping in response to feature request from
	  Erik Williamson <erik@cpsc.ucalgary.ca>

2003-06-24  Andy Jeffries  <andy@gphpedit.org>

	* configure.in: Changed version number to 0.4.0 as no bugs have been
	found in code folding or keyboard macros.  Still need to define
	keyboard shortcuts for code folding, but that won't stop it being
	released now.

2003-06-20  Andy Jeffries  <andy@gphpedit.org>

	* configure.in: Changed version number to 0.3.85 for testing (in RPM
	form) the latest fixes for keyboard macro recording.

2003-06-17  Andy Jeffries  <andy@gphpedit.org>

        * Implemented keyboard macro recording, updated version to 0.3.8 (ready for 0.4 when
          finished testing both new areas of functionality)

2003-06-17  Andy Jeffries  <andy@gphpedit.org>

	* src/main_window.c: (Note: prepare-ChangeLog.pl kept reporting 
	  a segfault) Fixed window title not to have a hanging "-"

2003-06-17  Andy Jeffries  <andy@gphpedit.org>

	* src/tab.c, src/tab_php.c, src/preferences.h: (Note: prepare-ChangeLog.pl kept reporting 
	  a segfault) code folding implemented (uses a preference setting, but still no dialog)

2003-06-10  Tim Jackson  <tim@timj.co.uk>

	* src/syntax_check.c: (syntax_check_run): corrected error message if PHP binary not found

2003-06-10  Tim Jackson  <tim@timj.co.uk>

	* src/syntax_check.c: (run_php_lint), (syntax_add_lines),
	(syntax_check_run): fixed bug #37 and cleaned up behaviour if no editors are open

2003-06-10  Tim Jackson  <tim@timj.co.uk>

	* src/main_window.c: (update_app_title): fixed compile error (added missing brace)

2003-06-08  Andy Jeffries  <andy@gphpedit.org>

	* src/main_window.c: (update_app_title): Removed the version number from the title
          of the main window.  This wasn't standar but was useful during the early days of
          development.

2003-06-08  Andy Jeffries  <andy@gphpedit.org>

	After tagging CVS as Release_0_3_0 I found I had knackered the dependancies 
	trying to get it to work with Dennis Houy's GtkScintalla2.

2003-06-08  Andy Jeffries  <andy@gphpedit.org>

	* configure.in: Updated version number to be 0.3.0

2003-06-07  Sven Herzberg  <herzi@abi02.de>

	* .cvsignore: added gphpedit.spec
	* autogen.sh: fixed a typo

2003-06-06  Andy Jeffries  <andy@gphpedit.org>

	* src/Makefile.am: Added tab_sql.c/.h so the SQL lexing is included
	* src/calltip.c: (get_sql_completion_list),
	(css_autocomplete_word), (sql_autocomplete_word): Added the SQL known
	  word drop down functionality
	* src/calltip.h: added the list of SQL known words
	* src/preferences.c: (preferences_load), (preferences_save): Added
	  the SQL properties loading/saving
	* src/preferences.h: Added the SQL properties
	* src/tab.c: (is_sql_file), (tab_check_sql_file), (tab_create_new),
	(sql_auto_complete_callback), (char_added): Added code to handle SQL 
          lexing.
	* src/tab.h: Added definition for SQL functions
	* src/tab_sql.c: (tab_sql_set_lexer), src/tab_sql.h: Created
	  SQL lexer code

2003-06-06  Andy Jeffries  <andy@gphpedit.org>

	* src/main_window_callbacks.c: (open_file_ok):Changed to 
          use switch_to_file_or_open to open a new file, should 
          therefore stop the same file being opened twice.
	* AUTHORS: Added Tim Jackson as he has worked on a lot of 
          package related files

2003-06-04  Tim Jackson  <tim@timj.co.uk>

	* src/main_window_callbacks.c: (on_about1_activate): Added herzi as contributor
	* src/preferences.c: (preferences_save): Fixed bug #39 (config error on quit)

2003-06-04  Tim Jackson  <tim@timj.co.uk>

	* gphpedit.spec.in: updated spec file for automake'd build

2003-06-04  Sven Herzberg  <herzi@gnome-de.org>

	* Makefile.am: should enable a RH build now
	* data/Makefile.am: fixed a typo to install the api correctly

2003-06-04  Tim Jackson  <tim@timj.co.uk>

	* data/Makefile.am: hopefully got it right this time

2003-06-04  Tim Jackson  <tim@timj.co.uk>

	* data/Makefile.am: reverting to Herzi's version

2003-06-04  Tim Jackson  <tim@timj.co.uk>

	* Makefile.am:
	* data/Makefile.am: failed attempt to get API file installed in right place
	* gphpedit.desktop.in:
	* src/syntax_check.c: (syntax_check_run): fixed compiler warning

2003-06-04  Tim Jackson  <tim@timj.co.uk>

	* Makefile.am: fix duplicate EXTRA_DIST definition
	* gphpedit.desktop.in: amend for gphpedit.png
	* pixmaps/Makefile.am: amend for gphpedit.png
	* pixmaps/gphpedit.png: renamed version of gphpedit_icon.png
	* pixmaps/gphpedit_icon.png: renamed to gphpedit.png for consistency
	* src/main.h: amend for gphpedit.png and put in <data>/pixmaps instead of <data>/pixmaps/gphpedit

2003-06-04  Tim Jackson  <tim@timj.co.uk>

	* src/preferences.c: (preferences_save): fixed saving of GNOME config for php_binary
	* src/syntax_check.c: (syntax_check_run): disable stat() check on php binary

2003-06-03  Andy Jeffries  <andy@gphpedit.org>

	* src/main_window_callbacks.c: (on_about1_activate): Removed the 
          signal connection - this was causing a segfault although it appears right

2003-06-03  Sven Herzberg  <herzi@gnome-de.org>

	* src/.cvsignore: updates cleanly now

2003-06-03  Sven Herzberg  <herzi@gnome-de.org>

	* Makefile.am: added the .spec.in file to EXTRA_DIST
	* configure.in: creates .spec file now
	* gphpedit.spec: removed (created at configure time now)
	* gphpedit.spec.in: added to make configure.in create a spec file

2003-06-03  Sven Herzberg  <herzi@gnome-de.org>

	* Makefile.am: installs the desktopfile for an entry in the menus

2003-06-03  Sven Herzberg  <herzi@gnome-de.org>

	* data/Makefile.am: fixed a typo to install the api-file correctly

2003-06-03  Tim Jackson  <tim@timj.co.uk>

	* data/Makefile.am: updated to include PHP api file on make dist

2003-05-30  Andy Jeffries  <andy@gphpedit.org>

	* src/classbrowser_parse.c: (classbrowser_parse_file): Fixed a compiler warning about variables may not be initialised
	* src/find_replace.c: (find_clicked), (replace_clicked),
	(replace_all_clicked): Fixed a compiler warning about variables may not be initialised
	* src/syntax_check.c: (syntax_add_lines), (syntax_check_run): Fixed a compiler warning about variables may not be initialised

2003-05-21  Andy Jeffries  <andy@gphpedit.org>

	* Makefile.am: Added the RPM spec file and the po folder into the distribution
	* gphpedit.spec: Tried to get it to work, still has an issue with %doc
	* pixmaps/Makefile.am: Included the gphpedit_icon.png in the distribution
	* src/Makefile.am: Added main_window_menu.h back

2003-05-21  Sven Herzberg  <herzi@gnome-de.org>

	* .cvsignore: make updates nicer
	* data/.cvsignore: make updates nicer
	* doc/.cvsignore: make updates nicer
	* pixmaps/.cvsignore: make updates nicer
	* po/.cvsignore: make updates nicer
	* src/.cvsignore: make updates nicer

2003-05-21  Sven Herzberg  <herzi@gnome-de.org>

	* pixmaps/gphpedit_icon.png: added file to CVS
	* po/Makefile.in.in: added file to CVS

2003-05-21  Sven Herzberg  <herzi@gnome-de.org>

	* .cvsignore: added file to CVS
	* src/calltip.c: added file to CVS
	* src/calltip.h: added file to CVS
	* src/classbrowser.c: added file to CVS
	* src/classbrowser.h: added file to CVS
	* src/classbrowser_parse.c: added file to CVS
	* src/classbrowser_parse.h: added file to CVS
	* src/find_replace.c: added file to CVS
	* src/find_replace.h: added file to CVS
	* src/grel2abs.c: added file to CVS
	* src/grel2abs.h: added file to CVS
	* src/main.c: added file to CVS
	* src/main.h: added file to CVS
	* src/main_window.c: added file to CVS
	* src/main_window_callbacks.c: added file to CVS
	* src/main_window_callbacks.h: added file to CVS
	* src/main_window.h: added file to CVS
	* src/main_window_menu.h: added file to CVS
	* src/Makefile.am: added file to CVS
	* src/preferences.c: added file to CVS
	* src/preferences_dialog.c: added file to CVS
	* src/preferences_dialog.h: added file to CVS
	* src/preferences.h: added file to CVS
	* src/syntax_check.c: added file to CVS
	* src/syntax_check.h: added file to CVS
	* src/tab.c: added file to CVS
	* src/tab_css.c: added file to CVS
	* src/tab_css.h: added file to CVS
	* src/tab.h: added file to CVS
	* src/tab_php.c: added file to CVS
	* src/tab_php.h: added file to CVS
	* src/tab_util.c: added file to CVS
	* src/tab_util.h: added file to CVS

2003-05-21  Sven Herzberg  <herzi@gnome-de.org>

	* doc/how-to-configure: added file to CVS

2003-05-21  Sven Herzberg  <herzi@gnome-de.org>

	* data/gphpedit.pws: added file to CVS
	* data/php-gphpedit.api: added file to CVS
	* data/rip.php: added file to CVS
	* data/test.php: added file to CVS

2003-05-21  Sven Herzberg  <herzi@gnome-de.org>

	* AUTHORS: added file to CVS
	* COPYING: added file to CVS
	* INSTALL: added file to CVS
	* Makefile.am: added file to CVS
	* README: added file to CVS
	* autogen.sh: added file to CVS
	* config.h.in: added file to CVS
	* configure.in: added file to CVS
	* gphpedit.desktop.in: added file to CVS
	* gphpedit.spec: added file to CVS

2003-03-24 Sven Herzberg <herzi@abi02.de>

	* autogen.sh: automates creation of Makefile.in's and configure
	* configure.in: autoconf input file
	* Makefile.am: automake input file
	* AUTHORS, NEWS, README: neccessary files for automake
	* data/Makefile.am: automake input file
	* doc/Makefile.am: automake input file
	* pixmaps/Makefile.am: automake input file
	* src/Makefile.am: automake input file

2003-03-24 Sven Herzberg <herzi@abi02.de>

	* all files: moved the files into a new directory layout

### 23 January 2003, Andy Jeffries <andy@gphpedit.org>
Incremental search, jump to line and PHP function drop down list implemented

### 13 January 2003, Tim Jackson <tim@timj.co.uk>
PHP XML DocBook sources ripped to an api file with a PHP script

### 12 January 2003, Andy Jeffries <andy@gphpedit.org>
File operations and clipboard operations completed

### 20 December 2002, Andy Jeffries <andy@gphpedit.org>
Work started on gPHPEdit
