2003-12-24  Andy <andyp@users.sf.net>

	* bumped to version 2.0.0 (yay! a real stable release!)
	* added French manual (thanks to Dominique Corbex)
	* updated French translation
	* disabled out-of-date translations for GNOME2 build 
	  (only en_GB and fr_FR are current)
	* cleaned English manual
	* added screenshots for English manual


2003-12-23  Terry <tbiggs@users.sf.net>

	* added new sidebar menu button
	* cleand up the html.c code
	* changed <back> and <foward> buttons on nav toolbar to stock buttons


2003-12-21  Terry <tbiggs@users.sf.net>

	* fixed bug #863854 that I caused when I fixed to build with
	  -DGTK_DISABLE_DEPRECATED -- still builds with -DGTK_DISABLE_DEPRECATED
	  

2003-12-19  Terry <tbiggs@users.sf.net>

	* fixed to build with -DGTK_DISABLE_DEPRECATED


2003-12-18  Terry <tbiggs@users.sf.net>

	* clicking on verse (link) in preview pane (sidebar or search_dialog) 
	  now displays verse in main text pane. 
	* fixed bug #862463

2003-12-17  Terry <tbiggs@users.sf.net>

	* fixed bug - Greek and Hebrew module not saved in setup_druid.
	  

2003-12-16  Andy <andyp@users.sf.net>

	* bumped to version 2.0.rc1


2003-12-15  Terry <tbiggs@users.sf.net>

	* fixed bug 860510
	* enabled footnote hints for osis modules


2003-12-14  Terry <tbiggs@users.sf.net>

	* added support for preverse headings
	* updated fr_FR.po from Dominique Corbex <dominique.corbex@wanadoo.fr>
	* applied patch from Dominique Corbex 


2003-12-13  Terry <tbiggs@users.sf.net>

	* Made editors use dialogs - removed options
	* editors toolbar are shown - removed options
	* fixed spacing for checkbuttons in setup_druid.


2003-12-13  Pierre <pierrebenz@users.sf.net>

	* updated manual


2003-12-12  Terry <tbiggs@users.sf.net>

	* made preferences dialog instant apply and replaced the apply, ok and
	  cancel buttons with a close button
	* updated spell check dialog


2003-12-10  Andy <andyp@users.sf.net>

	* fix bug reporting URL in configure.in (the project is not hosted at 
	  gnome.org.... yet...)
	* updated spec file
	* fixed e-mail addresses in various files
	

2003-12-10  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev19
	* added get_sword_locale() to backend/sword.cpp to help with the
	  books of the bible problem.
	* added de_DE.po and fr_FR.po to make gettext happy


2003-12-09  Andy <andyp@users.sf.net>

	* added manual to the build. Sweeping changes to the doc/ directory. 
	  Plus, we now depend on scrollkeeper.
	* updated .spec file for more prereqs and scrollkeeper scripts, use
	  generic prefixes per GNOME packaging examples
	* added COPYING-DOCS file
	* updated POTFILES.in to include all source files in src/gnome2
	* added en_GB translation
	* updated typewriter icon to a nice PNG
	* more work on fixing deprecated GNOME / GTK calls
	* reworked the way we do Pango text to make translations easier


2003-12-08  Andy <andyp@users.sf.net>

	* removed old html docs files - they were empty anyway
	* clarified purpose of src/gnome2/dummy.cpp and src/gnome/dummy.cpp.
	  These files force g++ linkage. Added comments inside so that idiots
	  like me don't try to remove them when helpfully "cleaning up" the 
	  source tree :-)
	* updated spec file with better Requires/BuildRequires
	* enabled Help->Contents to actually launch the Help. This needed a
	  patch on gui.c to fix gnome_program_init(), Makefile.am changes, and 
	  a small change in main_menu.c.


2003-12-08  Terry <tbiggs@users.sf.net>

	* bumped to  0.9.dev18
	* added enable-pspell to configure.in (for compatability with systems 
	  that don't have the right gnome-spell) will go away later.


2003-12-07  Andy <andyp@users.sf.net>

	* weekend hackathon :-)
	* replaced all string references to stock icons with the macro 
	  equivalents wherever possible
	* changed GNOME_STOCK_PIXMAP_* and GNOME_STOCK_MENU_* pixmaps 
	  references to the modern equivalents - these are now deprecated
	* gtk_widget_set_usize is now deprecated. Replaced with correct 
	  gtk_widget_set_size_request and fixed -2 -> -1 references
	* comprehensive review of strings: fixed typos, updated, added, 
	  changed around - should be ready for the translators now
	* started to update the preferences dialog. Removed the layout section
	  as this is now done with the session. Removed frames and replaced 
	  with bold headings. Layouts and indents still need updating.


2003-12-07  Terry <tbiggs@users.sf.net>

	* added about module item to context menus in gbs_menu.c, dictlex_menu.c,
	  commentary_menu.c and bibletext_menu.c


2003-12-05  Terry <tbiggs@users.sf.net>

	* enabled printing using gnome-print.
	* fixed gnome2/history.c
	* removed book_closed.png, book_open.png and helpdoc.png


2003-12-05  Terry <tbiggs@users.sf.net>

	* removed 'point to' and 'add to root' items form bookmark menus.
	* removed 'view hints' from main menu.
	

2003-12-05  Andy <andyp@users.sf.net>

	* string updates to editors and about boxes
	

2003-12-05  Andy <andyp@users.sf.net>

	* added spec file based on original by Hugo van der Kooij. This will be 
          generated by configure with the correct information for building based on
          the tarball created by 'make dist'. This is a first draft but it appears to
          work for me.


2003-12-04  Terry <tbiggs@users.sf.net>

	* work on removing GtkFrames and replacing them with GNOME2-style bold 
          headings
	

2003-12-03  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev17
	* added gui_alert_dialog() to gnome2/dialog.c - much closer to HIG 
	  for alerts than gui_gs_dialog().
	* added new create_dialog_request() should be easier to get to conform 
	  to the HIG it's called by gui_gs_dialog().
		

2003-12-02  Terry <tbiggs@users.sf.net>

	* work in dialog.c 
	   * rearanged buttons 
	   * stock icon can be added
	   * if title string is not passed to gui_gs_dialog(GS_DIALOG * info)
	     you get no title instead of default title.
	   * top label is formatted bold.
	   * changed code to use gtk_dialog "response" signal when 
	     buttons are clicked instead of button "clicked" signal
	     

2003-12-01  Terry <tbiggs@users.sf.net>

	* fixed bug #852017 (?) - gs will run if setup_druid is canceled
	  but now pops up a dialog and asks if the user wishes to run the 
	  preferences_dialog


2003-11-30  Andy <andyp@users.sf.net>

	* stripped out the colour-changing code from the setup_druid as
	  it is inconsistent to change the heading colour between pages
	

2003-11-29  Terry <tbiggs@users.sf.net>

	* add gnome-spell support


2003-11-28  Terry <tbiggs@users.sf.net>

	* remove close button from the search dialog


2003-11-27  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev16
	* worked on bug 842526 - needs testing
	* changed icons in setup_druid to gs2-48x48.png


2003-11-25  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev15
	* configure enables spellchecking if it finds pspell.
	* studypad chrash on open is fixed again.
	* if there are no modules of a type the pane for that type will
	  be hidden.


2003-11-24  Terry <tbiggs@users.sf.net>

	* removed gnome2/shortcutbar.h it was no longer needed
	* combined "search results" and "verse list" in the sidebar


2003-11-24  Andy Piper <andyp@users.sf.net>

	* docs are conventionally installed to /usr/share/doc and not to
	  /usr/doc so we'll fix configure.in and Makefile.am to do that. This
	  means that a 'make uninstall' won't kill the /usr/doc directory
	  (which probably only contains a gnomesword2 directory as /usr/doc
	  is not usually present on e.g. RedHat/Fedora systems, probably
          others) so it will need to be removed manually to avoid cruftage.


2003-11-23  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev14
	* changed 4 clists to listviews in gnome2/search_dialog.c
	* worked on bug 842524 - needs testing
	* added a button to toggle between text and parallel view.
	* added a button to toggle between book and dict/lex view.


2003-11-20  Terry <tbiggs@users.sf.net>

	* fixed bug 845752
	* ui clean up
		* moved parallel view to bibletexts pane
		* removed File->Open Dialogs form main menu
		  (dialogs may be opened by right clicking in module
		  list and chosing <Open in dialog>
		* Removed Help->About Modules from main menus
		  (about dialogs may be opened by right clicking in module
		  list and chosing <About>


2003-11-19  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev13
	* worked on bugs 842319, 842668 and 842688

2003-11-18  Andy Piper <andyp@users.sf.net>

	* removed redundant icon
	* tweaked gnomesword2.desktop.in again, more HIG-compliant
	* updated src/gnome2/about_sword.c to fix typo, prettify, remove deprecated 
	  calls

2003-11-18  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev12
	* changed configure.in so gnome2 build is the default
	* added Andy's changes to gnomesword2.desktop.in
	* fixed bugs 842314, 842319, 842324, 842677 and 842688	


2003-11-13  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev11
	* removed shortcut bar from preferences dialog - gnome2
	* removed shortcut bar page from preferences dialog - gnome2
	* fixed text pane max width bug 
	* fixed save search results list to bookmarks for sidebar search - gnome2	


2003-10-27  Terry <tbiggs@users.sf.net>

	* bumped gnome2 port to 0.9.dev9
	* fixed a couple of crashes
	

2003-10-21  Terry <tbiggs@users.sf.net>

	* bumped gnome2 port to 0.9.dev8


2003-10-17  Terry <tbiggs@users.sf.net>

	* changed bookmarks ctree to treeview


2003-10-06  Terry <tbiggs@users.sf.net>

	* bumped gnomesword-2.0 to 0.9.dev7	
	* added book_closed.png, book_open.png and helpdoc.png from Devhelp-0.7
	  for gnome2/gbs.c treeview.


2003-09-27  Terry <tbiggs@users.sf.net>

	* changed ctree to treeview in gnome2/gbs.c and gnome2/gbs_dialog.c
	* changed search results clist to listview in gnome2/sidebar.c
	* cleaned up ui (I hope)


2003-09-17  Terry <tbiggs@users.sf.net>

	* changed clist to listview in gnome2/dictlex.c and gnome2/dictlex_dialog.c


2003-09-10  Terry <tbiggs@users.sf.net>

	* moved add_module_to_language_folder, add_language_folder and
	  gui_load_module_tree from sidebar.c to utilities.c to be used by other 
	  files.
	* replaced the search_dialog ctree with a treeview widget.
	
2003-09-06  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev6
	
	
2003-07-30  Terry <tbiggs@users.sf.net>

	* Added chapter_display_textview to gnome2/gtkhtml_display.c
	  for right to left support
	* added 
	  'AC_ARG_ENABLE(gnome2,[--enable-gnome2 build],gnome2=$enableval,gnome2="no") 
	  to configure.in for building the gnome2 port


2003-07-25  Terry <tbiggs@users.sf.net>

	* added src/gnome2 for port to gnome2


2003-06-28  Terry <tbiggs@users.sf.net>

	* requires Sword cvs (1.5.6)
	

2003-06-24  Terry <tbiggs@users.sf.net>

	* added support for Osis footnotes


2003-06-10  Terry <tbiggs@users.sf.net>

	* added toggle button to Bibletext and Commentary dialogs
	  to allow user to keep them in sync with main window.


2003-05-13  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev5
	* added studypad default directory entry to preferences_dialog.c


2003-05-12  Terry <tbiggs@users.sf.net>

	* added m4/gnomesword.m4
	* added macros - AC_CHECK_STATIC_LINKING, AC_CHECK_SWORD
	  and AC_FIND_ZLIB from BibleTime to gnomesword.m4
	* moved GS_CHECK_LIB and AC_FIND_FILE to gnomesword.m4 from
	  configure.in
	* moved macros/autogen.sh to m4/autogen.sh
	* removed macros directory


2003-05-05  Terry <tbiggs@users.sf.net>

	* added gui/gbs_display.h and gnome/gbs_display.c
	  to support the disply of Genreal Books



2003-05-01  Terry <tbiggs@users.sf.net>

	* added url_requested() to gnome/html.c to display images
	

2003-04-29  Terry <tbiggs@users.sf.net>

	* bumped to 0.9.dev4
	* added requirements
	    pkgconfig-0.12.0 or later
	    GtkHTML-1.1 or later
	    gal-0.24 or later
	    gnome-print-0.35 or later
	    gdk-pixbuf-0.18 or later
	* added chapter_display_mozilla() that uses gtkembedmoz()
	  to display Hebrew right to left. Just a workaround until
	  the port to Gnome2. 
	* added two patches from Tim Silversides. 
	  1. The First starts search when a user presses return in the 
	     search text entry.
	  2. The second gives the user a choice of whether or not to 
	     preview printing.
	     

2003-04-25  Terry <tbiggs@users.sf.net>

	* added module selection (Bible or Commentary) 
	  to shortcut bar search


2003-04-07  Terry <tbiggs@users.sf.net>

	* module opions are now saved (agin)	


2003-04-05  Terry <tbiggs@users.sf.net>

	* removed gui/editor_search.h and gnome/editor_search.c
	  they are no longer needed (editors use gnome/find_dialog.c)
	  

2003-04-01  Terry <tbiggs@users.sf.net>

	* settings now saved in settings.xml using gnome-xml
	* removed backend/preferences.*
	* removed backend/bookmarks.*
	* removed backend/percomm_.*
	

2003-03-27  Terry <tbiggs@users.sf.net>

	* removed backend/shortcutbar.*
	* removed backend/parallel.*
	

2003-03-13  Terry <tbiggs@users.sf.net>

	* bumped to dev3
	* fixed crash on open related to using old configs and bookmarks
	* added config.*, key.*, module.* and mgr.* to backend 
	* added configs.*, key.* and module.* to main
	* moved the code for using old configs and bookmarks from
	  main.c to settings.c.
	* added xml.* to main (not used yet)


2003-03-03  Terry Biggs <tbiggs@users.sf.net>

	* bumped to dev2
	* fixed crash on open caused by no bookmarks
	* sword.xpm added back to pixmaps directory (oops)

2003-02-25  Terry Biggs <tbiggs@users.sf.net>

	* added open in dialog item to bookmark popup menu


2003-02-24  Terry Biggs <tbiggs@users.sf.net>

	* bookmarks are only saved if they have been changed

2003-02-21  Terry Biggs <tbiggs@users.sf.net>

	* added show splash screen button to preferences dialog

2003-02-21  Terry Biggs <tbiggs@users.sf.net>

	* removed main/bookmark.c and main/bookmark.h

2003-02-18  Terry Biggs <tbiggs@users.sf.net>

	* bookmarks changed to xml (compatible with BibleTime)

2003-02-10  Terry Biggs <tbiggs@users.sf.net>

	* changed popup menu in gbs pane to new style
	  to match Bible and commentary popups
	* added popup menu to gbs dialog 

2003-02-08  Terry Biggs <tbiggs@users.sf.net>

	* changed popup menu in dictionary pane to new style
	  to match Bible and commentary popups
	* added popup menu to dictionary dialog

2003-02-07  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): New variable.
	* configure.in (AC_OUTPUT): Add m4/Makefile.

2003-02-05  Terry Biggs <tbiggs@users.sf.net>

	* removed the lookup_widget() function from gnome/utilities.c
	  it is no longer needed.
	* removed gtk_widget_ref() and gtk_object_set_data_full() 
	  from gnome/preferences_dialog.c and gnome/main_window.c


2003-01-30  Terry Biggs <tbiggs@users.sf.net>

	* in main_menu moved View/New * Dialog to
	  File/Open * Dialog

2003-01-28  Terry Biggs <tbiggs@users.sf.net>

	* revomed toolbar from commentary pane put
	  all options in popup menu.
	* added same popup menu to commentary dialog

2003-01-24  Terry Biggs <tbiggs@users.sf.net>

	* revomed toolbar from Bible text pane put
	  all options in popup menu.
	* added same popup menu to Bible text dialog

2003-01-22  Terry Biggs <tbiggs@users.sf.net>
	
	* removed strip_words_in_red() from 
	  gnome/gtkhtml_display.c
	* added "Red letter words" to module global options
	  toolbar for modules that have words of Christ in red
	* fixed to work with gtkhtml-1.1


2003-01-10  Terry Biggs <tbiggs@users.sourceforge.net>

	* added strip_words_in_red() to gnome/gtkhtml_display.c
	* made bibletext_dialog nav toolbar look like main nav toolbar

2002-12-28  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gui/_editor.h to gui/editor.h
	* renamed gnome/_editor.c to gnome/editor.c
	

2002-12-23  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed gui/editor_toolbar.h and gnome/editor_toolbar.c
	* added gui/toolbar_style.h and gui/toolbar_edit.h
	* added gnome/toolbar_style.c and gnome/toolbar_edit.c
	* added menu items to editors to toggle toolbars on and off



2002-12-21  Terry Biggs <tbiggs@users.sourceforge.net>

	* moved editors from upper workbook to lower workbook
	

2002-12-21  Terry Biggs <tbiggs@users.sourceforge.net>

	* added gnome/font_dialog.c and gui/font_dialog.h
	* added backend/module_fonts.cpp and backend/module_fonts.h


2002-10-31  Terry Biggs <tbiggs@users.sourceforge.net>

	* updated to use sword-1.5.5


2002-10-19  Terry Biggs <tbiggs@users.sourceforge.net>

	* added gnome/find_dialog.c and gui/find_dialog.h
	* removed gnome/commentary_find.c and gui/commentary_find.h
	* removed gnome/gbs_find.c and gui/gbs_find.h
	* removed gui/find_dlg.defs.h


2002-10-18  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed gnome/link_dialog.c and gui/link_dialog.h


2002-10-08  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed gnome/info_box.c and gui/info_box.h


2002-09-16  Terry Biggs <tbiggs@users.sourceforge.net>

	* added gnome/dialog.c and gui/dialog.h this is to
	  replace gnomedialog
	  

2002-09-11  Terry Biggs <tbiggs@users.sourceforge.net>

	* added patch from Tim Silversides <silversides@btinternet.com>
	  that toggles show/hide texts, comms and dicts.


2002-08-27  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gnomesword.desktop to gnomesword1.desktop
	* changed executable name to gnomesword1
	* gnomesword1 can be installed without affecting gnomesword
	

2002-08-23  Terry Biggs <tbiggs@users.sourceforge.net>

	* changed settings to use .gnomesword-1.0 directory
	  so you can run gnomesword1 and gnomesword and keep settings
	  seperate.	
	

2002-08-17  Terry Biggs <tbiggs@users.sourceforge.net>

	* added gnome/gbs_dialog.c and gui/gbs_dialog.h


2002-08-10  Terry Biggs <tbiggs@users.sourceforge.net>

	* fixed one module and settings set to first module crash
	* fixed crash when parallel module was not available	
	

2002-08-09  Terry Biggs <tbiggs@users.sourceforge.net>

	* changed preferences file to preferences-1.0.conf
	* if preferences-1.0.conf does not exist checks for
	  preferences.conf and loads it. It will then be saved
	  as preferences-1.0.conf.


2002-08-08  Terry Biggs <tbiggs@users.sourceforge.net>

	* added main/search.*
	* added backend/search.*
	* added gui/search_dialog.h
	* added gnome/search_dialog.c
	* removed backend/search_.*


2002-07-30  Terry Biggs <tbiggs@users.sourceforge.net>

	* added main/spell_ispell.c for ispell support
	* ispell support requires ./configure --enable-with_ispell
	

2002-07-29  Terry Biggs <tbiggs@users.sourceforge.net>

	* added main/spell_pspell.c and main/spell.h
	* moved widgets from settings structure to
	  a widgets structure in gui/gnomesword.h
	* combined backend_first_init() and backend_init_sword()
	  into backend_init()	
	

2002-07-27  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed main/char_table.*, main/spell.* and main/spell_gui.*
	* added gui/editor_spell.h and gnome/editor_spell.c
	* spell checking now requires pspell but gnomesword will be built
	  without spell checking if configure does not find pspell.
	* gui stuff is removed from backend and main execpt main/settings.h	


2002-07-24  Terry Biggs <tbiggs@users.sourceforge.net>

	* added main/swprd.c and main/sword.h
	* moved functions that access backend from main/gs_gnomesword.c
	  to main/sword.c
	* moved main/gs_gnomesword.* to gui/gnomesword.h
	  and gnome/gnomesword.c
	* added src/gui/*.h to EXTRA_DIST in top level Makefile.am


2002-07-23  Terry Biggs <tbiggs@users.sourceforge.net>

	* added main/shortcutbar.c and main/shortcutbar.h
	* moved shortcutbar functions from main/gs_gnomesword.c
	  to main/shortcutbar.c



2002-07-22  Terry Biggs <tbiggs@users.sourceforge.net>

	* moved main/find_dlg_defs.h to gui/find_dlg_defs.h
	* moved change_verse(gchar * key) from gs_gnomesword.c
	  to gnome/main_window.c gui_change_verse(gchar * key).
	* moved change_module_and_key(gchar * module_name, gchar * key) 
	  from gs_gnomesword.c to gnome/main_window.c 
	  gui_change_module_and_key(gchar * module_name, gchar * key).
	

2002-07-18  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed main/gs_html.* to gui/html.h and gnome/html.c
	* removed main/gs_menu.*


2002-07-17  Terry Biggs <tbiggs@users.sourceforge.net>

	* changed gnome/bibletext_dialog.c, gnome/commentary_dialog.c 
	  and gnome/dictlex_dialog.c to open unlimited dialogs (well, 
	  limited by system resorces)


2002-07-16  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed main/support.*
	* added gui/utilities.h
	* added gnome/utilities.c
	* renamed main/gs_history.* to gui/history.h and gnome/history.c


2002-07-13  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed main/gs_bookmarks.*
	* added main/bookmarks.*
	* added gui/bookmarks.h
	* added gnome/bookmarks.c


2002-07-05  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gui/_display_info.h to gui/display_info.h
	* renamed gnome/_display_info.c to gnome/display_info.c
	* removed backend/display_info_.*
	* removed main/display_info.*
	* removed backend/verselist.*
	* removed backend/display.*



2002-07-04  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gui/_percomm.h to gui/percomm.h
	* renamed gnome/_percomm.c to gnome/percomm.c
	* moved main/gs_parallel.c to gnome/parallel.c
	* moved main/gs_parallel.h to gui/parallel.h
	* moved main/gs_gui.c to gnome/main_window.c
	* moved main/gs_gui.h to gui/main_window.h


2002-07-03  Terry Biggs <tbiggs@users.sourceforge.net>

	* gbs panes are now
	  created when needed not on startup.



2002-07-02  Terry Biggs <tbiggs@users.sourceforge.net>

	* added backend/sword_defs.h
	* Bibletext, commentary, and dictlex panes are now
	  created when needed not on startup.
	

2002-07-01  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed /backend/viewcomm.*
	* removed /backend/viewdict.*
	* removed /backend/bibletext_view_.*
	* changed gnome/commentary_dialog.c to open multiple dialogs.
	* changed gnome/dictlex_dialog.c to open multiple dialogs.
	* added gnome/gtkhtml_display.c and gui/gtkhtml_display.h these 
	  will replace backend/display.* eventually


2002-06-26  Terry Biggs <tbiggs@users.sourceforge.net>

	* changed gnome/bibletext_dialog.c to open multiple dialogs.


2002-06-22  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gui/_dictlex.h to gui/dictlex.h
	* renamed gnome/_dictlex.c to gnome/dictlex.c
	

2002-06-22  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gui/_bibletext.h to gui/bibletext.h
	* renamed gnome/_bibletext.c to gnome/bibletext.c
	* renamed gui/_commentary.h to gui/commentary.h
	* renamed gnome/_commentary.c to gnome/commentary.c

2002-06-21  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gui/_gbs.h to gui/gbs.h
	* renamed gnome/_gbs.c to gnome/gbs.c
	

2002-06-08  Victor Porton  <porton@localhost>

	* fixed src/main/commentary.c: crashed displaying the commentary
	when no commentary

	* fixed src/main/gs_parallel.c: again works when not all
	parallel modules are present

2002-06-06  Terry Biggs <tbiggs@users.sourceforge.net>

	* added frame label to docked parallel and studypad to
	  give a more uniform look.
	


2002-06-05  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gnome/_bibletext_view.* to gnome/bibletext_dialog.*
	* removed main/bibletext_view.*


2002-06-04  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gnome/create_shortcutbar_search.* to gnome/shortcutbar_search.*
	* moved main/gs_shortcutbar.* to gnome/shortcutbar_main.*
	* added function headers to shortcutbar files
	* moved main/gs_viewcomm_dlg.* to gnome/commentary_dialog.*
	* moved main/gs_viewdict_dlg.* to gnome/dictlex_dialog.*
	

2002-06-03  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gnome/create_shortcutbar_viewer.* to gnome/shortcutbar_viewer.*


2002-05-21  Terry Biggs <tbiggs@users.sourceforge.net>

	* moved create percomm control code from gnome/_editor.c
	  to gnome/_percomm.c
	* moved create studypad control code from gnome/_editor.c
	  to gnome/studypad.c


2002-05-17  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed main/gs_gui_cb.*
	* added gnome/toolbar_nav.*
	* removed main/gs_getinfo_dlg.* - was not used
	* renamed main/gs_information_dlg.* to main/display_info.*
	* renamed backend/display_info.* to backend/display_info_.* 
	* added gnome/_display_info.*


2002-05-16  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed main/gs_editor.* all the functions moved to other files
	* added gnome/studypad.*
	

2002-05-15  Terry Biggs <tbiggs@users.sourceforge.net>

	* moved main/gs_editor_replace.* to gnome/editor_replace.*
	* moved main/gs_editor_search.* to gnome/gs_editor_search.*
	* moved main/gs_editor_toolbar.* to gnome/editor_toolbar.*
	

2002-05-12  Terry Biggs <tbiggs@users.sourceforge.net>

	* moved main/gs_detach_sb.* to gnome/shortcutbar_dialog.*


2002-05-11  Terry Biggs <tbiggs@users.sourceforge.net>

	* moved main/gs_detach_int.* to gnome/parallel_dialog.*
	

2002-05-10  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed gnome/commentary_find_dialog.* to gnome/commentary_find.*
	* renamed gnome/gbs_find_dialog.* to gnome/gbs_find.*
	* added gnome/_bibletext_view.*
	* renamed main/gs_viewtext_dlg.* to main/bibletext_view.*
	* renamed backend/viewtext.* to backend/bibletext_view_.*
	* added main/lists.* to handle lists - module, option and Bible books


2002-05-09  Terry Biggs <tbiggs@users.sourceforge.net>

	* split gs_setup.* into main/setup.* and gnome/setup_druid.*
	* the setup_druid caused a segfault after the finish button
	  is pressed - it causes a problem with the splash screen :(
	* added show toolbar item to Bible and commentary pane menus
	

2002-05-08  Terry Biggs <tbiggs@users.sourceforge.net>

	* added gnome/commentary_find_dialog.*
	* added gnome/gbs_find_dialog.*
	* removed main/gs_find_dlg.*
	

2002-05-07  Terry Biggs <tbiggs@users.sourceforge.net>

	* split gs_gbs.* into main/gbs.* and gnome/_gbs.*
	* renamed backend/gbs.* to gbs_.*


2002-05-06  Terry Biggs <tbiggs@users.sourceforge.net>

	* split gs_dictlex.* into main/dictlex.* and gnome/_dictlex.*
	* renamed backend/dictlex.* to dictlex_.*


2002-05-03  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed gs_mainmenu_cb.* added gnome/main_menu.*
	  took menu creation from main/gs_gui.* put menu creation
	  and call backs into gnome/main_menu.*
	* added function headers to gnome/main_menu.* and removed
	  calls to backend
	* renamee main/gs_commentary.* to main/commentary.*
	* renamed backend/commentary.* to backend/commentary_.*
	* added gnome/_commentary.*
	


2002-05-02  Terry Biggs <tbiggs@users.sourceforge.net>

	* split main/gs_editor into gnome/link_dialog, gnome/_editor, 
	* gnome/editor_menu and main/gs_editor more work to be dome.
	* added main/percomm and backend/percomm_


2002-04-26  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed main/gs_unlockkey_dlg.* gnome/cipher_key_dialog.*
	* added backend/bibletext.* and main/gs_bibletext.*
	

2002-04-22  Terry Biggs <tbiggs@users.sourceforge.net>

	* renamed backend/viewcomm_dlg.* to backend/viewcomm.* 
	* removed gui stuff from viewcomm.*
	* renamed backend/verselist_sb.* to backend/verselist.* 

2002-04-20  Terry Biggs <tbiggs@users.sourceforge.net>

	* added es.po from Jorge Chacon <jgchacon@itelgua.com>
	* corrected some spelling error in gui

2002-04-19  Terry Biggs <tbiggs@users.sourceforge.net>

	* add files create_shortcutbar_viewer.* to src/gnome
	* remove gui stuff from backend/verslist_sb.*
	* rename backend/viewtext_dlg.* to backend/viewtext.*
	* remove gui stuff form backend/viewtext.*

2002-04-18  Terry Biggs <tbiggs@users.sourceforge.net>

	* add files create_shortcutbar_search.* to src/gnome
	* removed gui stuff from search.cpp


2002-04-15  Terry Biggs <tbiggs@users.sourceforge.net>

	* added src/gnome src/backend src/main
	* created new cvs module gnomesword1
	
	
2002-04-12  Terry Biggs <tbiggs@users.sourceforge.net>

	* add gs_ and sw_ dictlex.* files and moved the code
	  for dictionaries and lexicons to them.
	* removed quickmarks
	* separated the gui and backend code for the setup druid.

2002-04-11  Victor Porton  <porton@localhost>

	* fixed bug about verses with numbers 0 and -1
	

2002-04-10  Terry Biggs <tbiggs@users.sourceforge.net>

	* added patch from Daniel Glassey to fix strongs, morph and 
	  footnote button crash.
	* fixed paragraph mark in chapter display

2002-04-09  Terry Biggs <tbiggs@users.sourceforge.net>

	* release 0.7.1
	* German translation finished
	* garbled shortcut bar bug fixed


2002-04-02  Terry Biggs <tbiggs@users.sourceforge.net>

	* split sw_gbs.* into sw_gbs.* and gs_gbs.*

2002-04-01  Terry Biggs <tbiggs@users.sourceforge.net>

	* fixed detach parallel crash when Main Text module
	  is duplicated in parallel.
	* added use default dictionary choice to preferences dialog
	  for left clicking on a word.

2002-03-30  Terry Biggs <tbiggs@users.sourceforge.net>

	* removed on_link2_clicked from gs_html.c because
	  it was no longer used.
	* added view in viewer and/or Dict/Lex pane option to
	  preferences dialog.
	* added choice for viewer lex modules - you can now view one 
	  module in the viewer and another in the Dict/Lex pane.
	* hopefully fixed the detach parallel crash.

2002-03-28  Terry Biggs <tbiggs@users.sourceforge.net>

	* shortcut bar viewer is made visible when a word is clicked
	  in a Bible text ,Commentary or Book pane.

2002-03-28  Terry Biggs <tbiggs@users.sourceforge.net>

	* reworked some of the save and load bookmarks code
	  to work with Victor's changes	
	* removed unused button form shortcut bar verse list
	* added view tab item to gbs popup menu
	
2002-03-28  Victor Porton  <porton@localhost>

	* rewritten some of bookmarks code

2002-03-26 Terry Biggs <tbiggs@users.sourceforge.net>

	* removed sw_utility.* it was no longer used
	* reworked saveshortcutbarSW() in sw_shortcutbar.cpp to remove
	  annoying unbalanced bracket warning during make

2002-03-26 Victor Porton <porton@narod.ru>

	* fixed crash if an parallel module is NULL

2002-03-21 Terry Biggs <tbiggs@users.sourceforge.net>

	* a single click with left button will lookup word under
	  cursor in current Dict/Lex module and display it in
	  shortcut bar viewer. Works in gbs, texts, and comm windows.


2002-03-14 Terry Biggs <tbiggs@users.sourceforge.net>

	* adding a new bookmark group now adds a menu item to
	  the add bookmark menus.
	* fixed the detached parallel not changing modules bug
	* setup druid now shows correct gnomesword version number
	* notebook tab menus now display last item correctly.
	* added find dialog that can be used outside of html editor
	* added files gs_find_dlg.c and gs_find_dlg.h


2002-03-11 Jan Paul Schmidt <japas.@users.sourceforge.net>

	* added German translation

2002-03-06 Terry Biggs <tbiggs@users.sourceforge.net>

	* added notebook to lower pane area (lex/dict).
	* added Dict/Lex, GBS and parallel page to notebook
	* removed gs_gbs.* - all gbs code is in sw_gbs.*
	* removed editor functions from gbs - will add back later.


2002-03-01 Terry Biggs <tbiggs@users.sourceforge.net>

	* added gs_editor_search.* (from GtkHTML editor)
	

2002-02-23 Terry Biggs <tbiggs@users.sourceforge.net>

	* changed sw_gnomesword.* to sw_sword.*
	* changed gs_information_sw.* sw_information_dlg.*
	* changed gs_html_editor.* to gs_editor.*
	* added gs_gbs.* and sw_gbs.*
	* added gs_getinfo_dlg.*


2002-02-19 Terry Biggs <tbiggs@users.sourceforge.net>

	* one more time - change look of search results - removed preview 
	  of verses - it was to slow.	  
	  

2002-02-15 Terry Biggs <tbiggs@users.sourceforge.net>

	* made parallel page undockable
	* when int page is undocked it displays a chapter at 
	 a time with the mods side by side in an html table 
	 like BibleTime.
	* added gs_undock_int.* and gs_undock_sb.*

2002-02-02 Terry Biggs <tbiggs@users.sourceforge.net>

	* added editor to gbs
	* made shortcut bar dockable
	

2002-02-01 Terry Biggs <tbiggs@users.sourceforge.net>

	* removed autosave option for personal comments editor (tmp??)


2002-01-31 Terry Biggs <tbiggs@users.sourceforge.net>

	* added some GBS support
	* added book viewer to main notebook w/ commentaries, note editor,
	  parallel page and studypad.
	* added book ctree to shortcutbar


2002-01-19 Terry Biggs <tbiggs@users.sourceforge.net>

	* changed ui - moved toolbars


2001-12-18 Terry Biggs <tbiggs@users.sourceforge.net>

	* added <clear Quickmarks> item to Quickmarks menu
	* removed quickmark editor (gs_listedtion.c)

2001-12-18 Terry Biggs <tbiggs@users.sourceforge.net>

	* added gs_html_editor.*, gs_editor_replace.* and gs_editor_toolbar.* most of this code is 
	  from gtkhtml-1.0
	* removed printer.*  - now using gtk_html_print_with_header_footer for printing.
	* added html formatting to studypad and note editor using gtkhtml
	* global options stored for each module added modops.conf to ~/.GnomeSword for storing 
	  module options


2001-12-05 Terry Biggs <tbiggs@users.sourceforge.net>

	* added global options menu to viewtext dialog
	

2001-12-04 Terry Biggs <tbiggs@users.sourceforge.net>

	* bumped to release 0.7.0
	* now using SWORD MarkupFilterMgr
	
	
2001-11-25 Moses Mcknight<m-mcknight@users.sf.net>

	* added hpaned to search results
	

2001-11-06 Terry Biggs <tbiggs@users.sourceforge.net>

	* fixed some problems with the shortcut bar
	* added menu item to module shortcut bars to add all modules to the shortcut bar
	

2001-11-03 Terry Biggs <tbiggs@users.sourceforge.net>

	* one more time - change look of search results - to give preview of verses found
	  using a clist for verse ref and verse preview.
	  

2001-11-01 Terry Biggs <tbiggs@users.sourceforge.net>

	* Added two buttons to main toolbar - Footnotes and Morph Tags
	
	
2001-10-22 Terry Biggs <tbiggs@users.sourceforge.net>

	* made dependant on sword cvs to get ready for 
	  sword-1.5.3
	* removed all local render filters (now using sword's)


2001-10-19 Terry Biggs <tbiggs@users.sourceforge.net>

	*  fixed to build using gtkhtml-0.15.99-snap.ximian.200110181519

2001-10-10 Terry Biggs <tbiggs@users.sourceforge.net>

	* released 0.5.2a - mostly bug fixes
	* requires gnome-1.4.0, gal-0.13.9 and gtkhtml-0.14.9
	* droped the preview of search results - much to slow.
	* added highlight to search results for word and pharase searchs

2001-10-02 Terry Biggs <tbiggs@users.sourceforge.net>

	* change look of search results - to give preview of verses found

2001-10-01 Terry Biggs <tbiggs@users.sourceforge.net>

	* fixed another shortcut bar bug - caused crash when deleting last 
	  shortcut item in a group
	  

2001-09-20 Terry Biggs <tbiggs@users.sourceforge.net>

	* added po directory and gettext support
	* added _() to strings that need to be translated - lots of work left to do
	

2001-09-18 Terry Biggs <tbiggs@users.sourceforge.net>

	* added horz scroll bar to commentary window.
	* fixed the last fix - right this time I hope.


2001-09-15 Terry Biggs <tbiggs@users.sourceforge.net>

	* fixed shortcut-bar crash on changing groups
	  which started with gal snapshot 200109150708 release
	  

2001-09-13 Terry Biggs <tbiggs@users.sourceforge.net>

	*  gs will now display book introductions for thml commentaries
	   that have them.


2001-09-10 Terry Biggs <tbiggs@users.sourceforge.net>

	*  fixed bug that cause gs to crash when selecting text
	   in parallel page
	

2001-09-04 Terry Biggs <tbiggs@users.sourceforge.net>

	*  Changed Font= and Font size= for module conf files
	   to GSFont= and GSFont size= to avoid conflicts since we
	   use different forms.
	* Fixed not remembered morph tags state bug
	

2001-08-23 Terry Biggs <tbiggs@users.sourceforge.net>

	* added expand all and collapse all items to the 
	   bookmark tree's popup menu
	

2001-08-22 Terry Biggs <tbiggs@users.sourceforge.net>

	* added about.png
	

2001-08-21Terry Biggs <tbiggs@users.sourceforge.net>

	* release  0.5.2
	* added files gs_mainmenu_cb.*
	* renamed callback.* to gs_gui_cb.*


2001-08-18 Terry Biggs <tbiggs@users.sourceforge.net>

	* Added notebook to verselist group of shortcut bar
	  with three pages - verse list, search results and viewer
	* Changed gs_display.* files to sw_display.*
	* Changed the names of the filters:
		gs_gbfhtml.* to gbfhtmlhref.*
		gs_thmlhtml.* to thmlhtmlhref.*
	* removed gs_search.* and ga_search_cb.*
	* removed display.*

2001-08-18 Terry Biggs <tbiggs@users.sourceforge.net>

	* added unlock module dialog
	* added support for module font size and font name


2001-08-16 Terry Biggs <tbiggs@users.sourceforge.net>

	* release 0.5.1a
	* fix gconf_init bug
	* fix to work with gal-0.10.99.2 and under to 0.4.99
	* view text dialog is now resizeable
	* parallel verses are now in an html table 


2001-08-13 Terry Biggs <tbiggs@users.sourceforge.net>

	* change to release 0.5.0
	* requires sword-1.5.2
	* changed main menu item 'Bookmarks' to 'Quickmarks' to
	   avoid confusion with shortcut bar bookmarks
	* added choice of Lexicon to be used when strongs number
	  is clicked to preferences dialog
	* when mouse is moved over strongs number of morph tag
	  lexicon of choice will be displayed in the verse list window 
	  if it is visible. Clicking will open lexicon in 'Dictionay / Lexicon"
	  window.
	* changed files gs_sword.cpp and gs_sword.h to sw_gnomesword.cpp
	   and sw_gnomesword.h
	* added files sw_viewcomm_dlg.cpp, sw_viewcomm_dlg.h, sw_viewdict_dlg.cpp,
	   and sw_viewdict_dlg.h
	* Strongs and footnotes settings for the parallel window are now saved 
	   and used on program start.


2001-08-10 Terry Biggs <tbiggs@users.sourceforge.net>

	* added support for <sync type=Strongs> thml tags
	* added fonts selection to preferences dialog

2001-08-06 Terry Biggs <tbiggs@users.sourceforge.net>

	* added delete and add modules to shortcut bar
	* added a favorites bar to shortcut bar
	* added files sw_shortcutbar.cpp and sw_shortcutbar.h


2001-08-04 Terry Biggs <tbiggs@users.sourceforge.net>

	* add bookmark menu now allows you to chose where to
	  add bookmark
	* added save verse list to bookmarks


2001-08-03 Terry Biggs <tbiggs@users.sourceforge.net>

	* added verse list to shortcut bar 
	* added files sw_verselist_sb.cpp and sw_verselist_sb.h
	* removed files gs_verselist_dlg.c gs_verselist_dlg.h 
				sw_verselist_dlg.cpp sw_verselist_dlg.h


2001-08-02 Terry Biggs <tbiggs@users.sourceforge.net>

	* added search to shortcut bar
	* added files sw_search.cpp and sw_search.h

2001-07-30 Terry Biggs <tbiggs@users.sourceforge.net>

	* convert old bookmarks to new on first start
	* run setup dialog on first start
	* preferences are applied when ok or apply button on
	   preferences dialog is pressed.

2001-07-28 Terry Biggs <tbiggs@users.sourceforge.net>

	* set version to 0.4.9
	* new preferences dialog
	* added files gs_preferences_dlg.c and gs_preferences_dlg.h
	* removed interface.c and interface.h	

2001-07-25 Terry Biggs <tbiggs@users.sourceforge.net>

	* added e-splash.c and e-spalash.h to src from gIDE from evolution
	* added splash.png to pixmaps
	* added splash screen	

2001-07-20 Terry Biggs <tbiggs@users.sourceforge.net>

	* added [view context] link to each parallel verse that will swap 
	 it with the module in the main window. 
	* added Strongs, Footnotes and Morph Tags to parallel popup menu.

2001-07-16 Terry Biggs <tbiggs@users.sourceforge.net>

	* added a verse list dialog that pops up when you  click a
	link in a ThML commentay.
	Thanks to SWORD ParseVerseList.
	* added notebook tabs to Bible window

2001-07-14 Terry Biggs <tbiggs@users.sourceforge.net>

	* Create new bookmark group and file is working.
	
2001-07-13 Terry Biggs <tbiggs@users.sourceforge.net>

	* load and save bookmark ctree is working
	* add bookmark menu item added to popup windows
	  for Text, commentary and lex/dict. This adds bookmark
	  to the personal node of the ctree.

2001-07-11 Terry Biggs <tbiggs@users.sourceforge.net>

	* added module descriptions as tooltips to popup menus
	* changed from module names to module descriptions in shourtcut bar
	* added a number of settings to the preferences.conf


2001-07-05 Terry Biggs <tbiggs@users.sourceforge.net>

	* worked on unicode support stuff - help
	* added gs_bookmarks.* and sw_latin1utf8.*
	* added ctree to shortcut bar for bookmarks	


2001-07-03 Terry Biggs <tbiggs@users.sourceforge.net>

	* worked on unicode support stuff - help
	* added a view text dialog 
	* changed about module dialog to html

2001-06-30 Terry Biggs <tbiggs@users.sourceforge.net>

	* added files


2001-05-14 Terry Biggs <tbiggs@users.sourceforge.net>
 
	* added gs_viewtext_dlg.c and gs_viewtext_dlg.h
	* changed gs_viewcomm.* and gs_viewdict.* to gs_viewcomm_dlg.* and gs_viewdict_dlg.*

2001-04-09 Terry Biggs <tbiggs@users.sourceforge.net>

	* release 0.4.1
	* added include for stricmp <>
	* fixed view/parallel menu bug - caused segfault and crash.
	* add 4th and 5th view/parallel menus


2001-04-05 Terry Biggs <tbiggs@users.sourceforge.net>

	* release 0.4.0
	* added addrenderfilterSWORD function
	* gnomesword requires GtkHTML-0.8.0 or later


2001-03-28 Terry Biggs <tbiggs@users.sourceforge.net>

	* added check for save if studypad file is modified on open and new


2001-03-27 Terry Biggs <tbiggs@users.sourceforge.net>

	* 0.3pre2
	* added dialog for viewing commentary modules
	* added files - gs_viewcomm.c and gs_viewcomm.h
	* fixed delete note bug
	

2001-03-20 Terry Biggs <tbiggs@users.sourceforge.net>

	* changes in the look of Bible text modules

2001-03-17 Terry Biggs <tbiggs@users.sourceforge.net>
	
	* added files  gs_display.cpp and gs_display.h 

2001-03-15 Terry Biggs <tbiggs@users.sourceforge.net>
	
	* Added a number of files gs_rwphtml.cpp, gs_rwphtml.h,
	  gs_thmlhtml.cpp and gs_thmlhtml.h which are filters and
	  will be removed with the next release of sword - also added
	  gs_popup_cb.c, gs_popup_cb.h,gs_abouts.c and gs_abouts.h


2001-02-20 Terry Biggs <tbiggs@users.sourceforge.net>
		
	* changed main.cpp to main.c


2001-02-20 Terry Biggs <tbiggs@users.sourceforge.net>

	* added html window for dict/lex modules
	* changed the html parallel window to a single window that will
	  display five Bible text modules
		
	
	
2001-02-20 Terry Biggs <tbiggs@users.sourceforge.net>

	*release 0.3.9pre1
	*GtkHTML-0.8.0 is not required to build gnomesword
	*but gnomesword can be built with GtkHTML
	*gs_rwphtml.cpp works now.
	

2001-02-20 Terry Biggs <tbiggs@users.sourceforge.net>
	
	*GtkHTML-0.8.0 is now required to build gnomesword
	*GtkHTML is to display Bible texts and commentaries
	
	
2001-02-08 Terry Biggs <tbiggs@users.sourceforge.net>
	
	*added GtkHTML to display commentaries
	

2001-02-03 Terry Biggs <tbiggs@users.sourceforge.net>

        *gal-0.4.99.7 is required to build with gnomesword the Evolution
        shortcut-bar.
        *revomed all the Evolution code


2001-01-30 Terry Biggs <tbiggs@users.sourceforge.net>

        *added history list and buttons


2001-01-08 Terry Biggs <tbiggs@users.sourceforge.net>
        	
	*fixed listeditor bug - crashed with seg fault
	 when last item was moved up.
	 

2001-01-05 Terry Biggs <tbiggs@users.sourceforge.net>

	*merged gnomesword and gnomeswordLE
	*removed spellcheck.cpp, spellcheck.h, DICTClient.cpp and DICTClient..h
	*gnomesword will use ispell or aspell for spell checking
	*added files from Bluefish HTML Editor:
	spell.c, spell.h, spell_gui.c, spell_gui.h, char_table.c and char_table.h
	for spell checking
	*added dialog for viewing dictionary modules
	

2000-12-23 Terry Biggs <tbiggs@users.sourceforge.net>

	*now using gal 4.0 
	*removed all of the Evolution code but 
	/widgets/shortcut-bar and /widgets/misc.
	 

2000-12-15 Terry Biggs <tbiggs@users.sourceforge.net>

	*changed filestuff.cpp to gs_file.c
	*changed filestuff.h to gs_file.c
	

2000-12-13 Terry Biggs <tbiggs@users.sourceforge.net>

	*changed listeditor.cpp to gs_listeditor.c
	*added gs_studypad.c and gs_studypad.h
	

2000-12-08 Terry Biggs <tbiggs@users.sourceforge.net> 

	* shortcut bar bug fixed - really
	* release 0.3.7a
		

2000-12-06 Terry Biggs <tbiggs@users.sourceforge.net>

	* release 0.3.7	
	* shortcut bar bug fixed	
	panesize = e_paned_get_position(E_PANED(lookup_widget(MainFrm,"epaned")));
        if(panesize > 0 )
        {
        	settings->shortcutbarsize = panesize;
        	return true;
        }
        

2000-12-06 Terry Biggs <tbiggs@users.sourceforge.net>

	* release 0.3.6
	* fixed show print button in studypad
	

2000-12-06 Terry Biggs <tbiggs@users.sourceforge.net>

	* release 0.3.5
	* split GnomeSword.cpp into gs_sword.cpp and gs_gnomesword.c
	* split GnomeSword.h into gs_sword.h and gs_gnomesword.h


2000-12-04 Terry Biggs <tbiggs@users.sourceforge.net>

	*release 0.3.4
	*scroll bug fixed in display.cpp - thanks to Gregg Berg
	for finding and fixing this bug.
	

2000-11-20 Terry Biggs <tbiggs@users.sourceforge.net>
	
	*release 0.3.2
	*fixed crash with seg fault on initial startup after build,
	 thanks to Fred Smith <fredex@fcshome.stoneham.ma.us> 
	 for finding and fixing this bug.
	 

2000-11-14 Terry Biggs <tbiggs@users.sourceforge.net>

	*separate initSword() and initGnomeSword()
	

2000-11-09 Terry Biggs <tbiggs@users.sourceforge.net>
	
	*add a configuration option for the shortcut bar
		show history group



2000-11-9  Terry Biggs <tbiggs@users.sourceforge.net>
	
	*release 0.3.0
	*requires sword-1.5.1a
	*requires gnome-print-0.20 or higher
	*add some configuration options for the shortcut bar
		show commentary group
		show dictionary group


2000-10-12  Terry Biggs <tbiggs@users.sourceforge.net>

	*removed reference to unknown includes
	#include  <widgets/e-paned/e-hpaned.h/>
	#include  <widgets/e-paned/e-vpaned.h/>
	in GnomeSword.cpp, callback.cpp and interface.c
	changed to 
	#include  <widgets/e-paned/e-hpaned.h>
	#include  <widgets/e-paned/e-vpaned.h>


2000-10-05  Terry Biggs <tbiggs@users.sourceforge.net>

	*release 0.2.5

2000-10-03  Terry Biggs <tbiggs@users.sourceforge.net>
	
	*added history group to shortcut bar

2000-09-29  Terry Biggs <tbiggs@users.sourceforge.net>
	
	*patch supplied by Chad Thomas <cbthomas@students.uiuc.edu>
	to allow lookup of Strongs numbers in dict/lex text by
	double clicking the number.

2000-09-27  Terry Biggs <tbiggs@users.sourceforge.net>
        
        *changed panes to e-panes from the evolution package

2000-09-21  Terry Biggs <tbiggs@users.sourceforge.net>

        *note editor no longer adds spaces to beginning of note
        *studypad's open and save dialogs look in home dir

2000-09-21  Terry Biggs <tbiggs@users.sourceforge.net>

        * moved module lists to submenu of Bible window popup menu

2000-09-20  Terry Biggs <tbiggs@users.sourceforge.net>

        * added module lists to commentary and dictionary window popup menus

2000-09-15  Terry Biggs <tbiggs@users.sourceforge.net>

        * release 0.2.4
        *display.cpp changed to handle upper or lower case html tags
        *fixed history menu - clicking on verse ref will no longer
        send you to Gen 1:1.

2000-09-06  Terry Biggs <tbiggs@users.sourceforge.net>

        * fixed a segfault that cause gnomesword to crash while
        displaying verses from a search. 

2000-09-03  Terry Biggs <tbiggs@users.sourceforge.net>

        * coding style changes 
        * fixed some code problems - memory not freed
        
2000-08-30  Michael Meeks  <michael@helixcode.com>

	* widgets/Makefile.am (SUBDIRS): add e-paned back.

2000-08-27  Michael Meeks  <michael@helixcode.com> 
 
        * configure.in: Added sword seek and use logic, from 'BibleTime'
        * gnomesword/Makefile.am: Rationalize the conditionals, sort.
 
2000-08-28  - you can now change the size of the search dialog
            - note editor will now save note when formatting is off

2000-08-25  - bug fixes
            - double click on a Srongs number to look up number in Srongs lex

2000-08-18  - bug fixes - misc segfaults and crashes (when using commentary modules)
            - enabled all menu items
            - added shortcut bar from the Evolution project
            - first 0.2 release

2000-08-02  - bug fixes - misc segfaults and crashes
            - double click the verse num in main text window to make that verse
            the current verse.
            - new popup menu items let you lookup a highlighted word or number
            in current dict/lex.
            - changes to display code.

2000-07-18	- formatting of personal comments using html tags added
						- fixed NIV problem

2000-07-10	- bug fixes
		- button to create new file in studypad added
		- follow button added to notes editor
		
2000-07-03  	- new bookmark editor
		- added command line options to set options and bookmark files to defalt settings
												
2000-06-15  	- changed from options array to settings structure - stored in binary file
		- added module About Dialog to show module information
		- word wrap added to printing - using printing code from gedit-0.7.9
						
2000-06-09  	- added printing using gnome-print-0.20. You can print the text in
		studypad. Print needs more work - later.
		- added scroll buttons to dictionary-lexicon key entry.

2000-06-06  	- cleaned up bookmarks menu - edit bookmarks now applies changes when
		you click ok.
		- clear history works
		- personal comments page moved - if you have more than one personal module
		you can switch using popup menu on comments page.
		- spellchecking works for personal comments now.

2000-06-05  	you can set the color for the current verse

2000-06-02  	fixed some bugs in the personal comments editor

2000-05-17  	-added spellchecking - not perfect but seems to work
		ok in studypad.
