2002-11-21  Paolo Maggi  <maggi@athena.polito.it>

	* Makefile.am (DIST_SUBDIRS)(SUBDIRS): removed email

	All plugins: use the new improved plugin engine.

2002-11-09  Paolo Maggi  <maggi@athena.polito.it>

	* time/time.c: now the chose format dialog really works

2002-11-03  Paolo Maggi  <maggi@athena.polito.it>

	* ASCII/ascii.c: s/ASCII table/ASCII Table

	* ASCII/ascii.glade2: removed long description text

2002-11-02  Paolo Maggi  <maggi@athena.polito.it>

	* ASCII/ascii.c: fixed bug #96565, patch by 
	hidetoshi.tajima@sun.com (Hidetoshi Tajima)

2002-11-01  Paolo Maggi  <maggi@athena.polito.it>

	* time/time.c:
	* time/time.glade2: a lot of enhancements by 
	Lee Mallabone <gnome@fonicmonkey.net> 

	* shell_output/shell_output.c: change plugin name to 
	"Execute Shell Command". Now the menu entry is in the tool menu.

2002-10-27  Paolo Maggi  <maggi@athena.polito.it>

	* diff/diff.c:
	* shell_output/shell_output.c: use the new output window

2002-10-14  Paolo Maggi  <maggi@athena.polito.it>

	* email/email.glade -> email/email.glade2

2002-10-14  Paolo Maggi  <maggi@athena.polito.it>

	* sort/sort.c: massive performance improvement with big files.

2002-10-12  Paolo Maggi  <maggi@athena.polito.it>

	Ported sort plugin

	Thanks to Lee Mallabone <gnome@fonicmonkey.net> for the initial
	patch.

2002-10-07  Paolo Maggi  <maggi@athena.polito.it>

	* spell/spell.c: use the new gedit_document_replace_all

2002-10-05  Paolo Maggi  <maggi@athena.polito.it>

	* spell/gedit-automatic-spell-checker.[ch]: new files

	* spell/Makfile.am (libspell_la_SOURCES): added new files

	* spell/spell.c: added support for automatic spell checking

2002-10-03  Paolo Maggi  <maggi@athena.polito.it>

	* spell/spell.c (update_ui): disable "Set Language" when there is
	no active document.

2002-09-17  Jens Askengren <jensus@linux.nu>

	* taglist/XSLT.tags: new XSLT taglist

	* taglist/Makefile.am: install XSLT.tags

2002-09-13  Paolo Maggi  <maggi@athena.polito.it>

	* spell/docinfo.c (MENU_ITEM_PATH): put the docinfo plugin in the 
	Tools menu

	* spell/Makefile.am (libspell_la_SOURCES): added
	gedit-spell-language-dialog.[ch]
	(glade_DATA): added languages-dialog.glade2

	* spell/spell.c: added the set language dialog

	* spell/gedit-spell-language-dialog.[ch]: new files

2002-09-13  Paolo Maggi  <maggi@athena.polito.it>

	* spell/gedit-spell-checker.c (gedit_spell_checker_get_available_languages):
	does not require parameters
	(gedit_spell_checker_set_language): rewritten
	(get_lang_code): new function
	(lazy_init): take a language parameter

2002-09-13  Paolo Maggi  <maggi@athena.polito.it>

	* spell/spell.c (change_all_cb): new function

2002-09-13  Paolo Maggi  <maggi@athena.polito.it>

	* spell/gedit-spell-checker-dialog.c (add_word_button_clicked_handler
	(ignore_all_button_clicked_handler)(change_button_clicked_handler)
	(change_all_button_clicked_handler): don't return immediately on error

2002-09-11  Paolo Maggi  <maggi@athena.polito.it>

	* spell/spell.c: use text marks in CheckRange

	* spell/gedit-spell-checker-dialog.[ch]: fixed a problem with signals

2002-09-10  Paolo Maggi  <maggi@athena.polito.it>

	* spell/spell.c: almost rewritten

	* spell/gedit-spell-checker-dialog.c (change_button_clicked_handler):
	new function
	Fixed some mem leaks

	* spell/gedit-spell-checker.c (set_language_internal): fixed a mem leak

2002-09-07  Paolo Maggi  <maggi@athena.polito.it>

	[New spell plugin]

	* Makefile.am: added spell to SUBDIRS

	* cvschangelog/cvschangelog.c: use gedit_document_get_chars instead of 
	gedit_document_get_buffer

	* docinfo/docinfo.c: ditto
	* email/email.c: ditto

2002-08-27  Duarte Loreto <happyguy_pt@hotmail.com>

        * taglist/gedit-taglist-plugin-window.c: Fix typo.

2002-08-25  Paolo Maggi  <maggi@athena.polito.it>

	* email/email.c: added #include <string.h> 

2002-08-24  James Willcox  <jwillcox@gnome.org>

	* Ported the email plugin

2002-08-24  Paolo Maggi  <maggi@athena.polito.it>

	[New indent plugin]

	* Makefile.am: added indent to SUBDIRS

	* indent/Makefile.am:
	* indent/indent.c: new files

	* sample/sample.c (MENU_ITEM_LABEL): changed accellerator N->m
	
	* time/time.c (MENU_ITEM_LABEL): changed accellerator I->s

2002-08-20  Paolo Maggi  <maggi@athena.polito.it>

	* diff/diff.c (diff_execute): use canonical uris when calling
	gedit_document_save_a_copy_as (fix bug #91188)

2002-08-15  Federico Mena Quintero  <federico@ximian.com>

	* diff/diff.glade2: Changed the ATK descriptions for the widgets
	that have duplicated labels, to make them more clear.  Also added
	some ATK relations.  Fixes part of #90279.

2002-07-24  Paolo Maggi  <maggi@athena.polito.it>

	* time/timc.c: added "debian time" format (bug #88934)

2002-07-17  James Willcox  <jwillcox@cs.indiana.edu>

	* */Makefile.am:  Added LDFLAGS for the "-avoid-version" and
	"-module" libtool options.

2002-07-15  James Willcox  <jwillcox@cs.indiana.edu>

	* cvschangelog/cvschangelog.c (is_chnagelog):
	Use g_utf8_caselessnmatch() instead of strcasecmp().  This plugin
	is hopefully fully utf8 safe now.

2002-07-14  James Willcox  <jwillcox@cs.indiana.edu>

        * cvschangelog/cvschangelog.c:  Fixed several rather embarrassing bugs
	causing the plugin to not work at all.

2002-07-12  Paolo Maggi  <maggi@athena.polito.it>

	* shell_output/shell_output.c: executed shell command in an
	async way. This should also fix bug #84096

	* shell_output/shell_output.glade2: added a "Capture the command output"
	checkbutton

2002-07-03  Paolo Maggi  <maggi@athena.polito.it>

	* sample/sample.c (sample_cb): convert the username to UTF-8 
	if needed

	* time/time.c (get_time): convert the time string to UTF-8 
	if needed (fix bug #86491)

2002-05-27  Paolo Maggi  <maggi@athena.polito.it>

	* sample/sample.c: print the username if the real name is
	long 0 chars (fix bug #75863, I hope)

2002-05-27  James Willcox <jwillcox@cs.indiana.edu>

	* cvschangelog/cvschangelog.c:  Fix some memory leaks.

2002-05-27  James Willcox <jwillcox@cs.indiana.edu>
	
	* cvschangelog/cvschangelog.c:  Fixed bug #82333, and other
	misc. cleanup.

2002-04-24  Hema Seetharamaiah <hema.seetharamaiah@wipro.com>

	* Bug # 79203. Added accessible name/description. 
	* Files affected : diff/diff.glade2

2002-04-17  Paolo Maggi  <maggi@athena.polito.it>

	* taglist/gedit-taglist-plugin-window.c;
	* taglist/gedit-taglist-plugin.[ch]: now View->TagList 
	is a checkbox button (bug #75636)

2002-04-16  Hema Seetharamaiah <hema.seetharamaiah@wipro.com>

	* Accessibility Changes. Mainly setting up of relations, 
        Accessible name/descriptions.
	
	Files affected :
	 - diff/diff.glade2
	 - shell_output/shell_output.glade2,
	 - taglist/gedit-taglist-plugin-window.c

2002-04-04  Paolo Maggi  <maggi@athena.polito.it>

	* taglist/gedit-taglist-plugin-window.c: use Ctrl + W (instead
	of Alt + F4) to close the taglist window (bug #76763)

2002-03-27  Paolo Maggi  <maggi@athena.polito.it>

	* ASCII/asciitable.glade2:
	* diff/diff.glade2:
	* docinfo/docinfo.glade2:
	* shell_output/shell_output.glade2:
	* time/time.glade2: fix bug #76341

2002-03-27  Paolo Maggi  <maggi@athena.polito.it>

	* taglist/gedit-taglist-plugin-window.c: use Alt + F4 (instead
	of ESC) to close the taglist window (bug #75636)

2002-03-07  Paolo Maggi  <maggi@athena.polito.it>

	* ASCII/ascii.c: fix bug #71841
	
	* diff/diff.c: ditto, use gedit_plugin_locate_program instead of
	gedit_plugin_program_location_dialog

	* shell_output/shell_output.c: fix bug# 71841

	* taglist/gedit-taglist-plugin-window.c: ditto

	* time/time.c: ditto

2002-02-22  Paolo Maggi  <maggi@athena.polito.it>

	In menus, all the words (except 'and') should start 
	with a capital letter (That's just the convention for menus)

2002-02-22  Paolo Maggi  <maggi@athena.polito.it>

	* time/time.c (activate): removed the menu entry icon

	* sample/sample.c (sample_cb): added a SPACE after the user 
	name

2002-02-21  Paolo Maggi  <maggi@athena.polito.it>

	Name changed: gedit2->gedit

2002-02-18  Paolo Maggi  <maggi@athena.polito.it>

	* ascii/ascii.c: modified to work well with the new 
	menu layout
	* cvschangelog/cvschangelog.c: ditto
	* diff/diff.c: ditto
	* taglist/gedit-plugin-taglist.c: ditto

2002-02-14  Paolo Maggi  <maggi@athena.polito.it>

	* time/time.c (create_model): set tree view model here
	and not in create_formats_list

2002-02-14  Paolo Maggi  <maggi@athena.polito.it>

	* taglist/taglist.xml: split into HTML.tags and Latex.tags

	* taglist/gedit-taglist-plugin-parser.c (parse_taglist_dir): 
	new function
	(create_taglist): first load user's taglists and then
	system's taglists
	(parse_taglist_file): skip already existing tag groups

2002-02-13  Kjartan Maraas  <kmaraas@gnome.org>

	* ascii/ascii.c: #include <config.h> for proper i18n.
	* cvschangelog/cvschangelog.c: Same.
	* diff/diff.c: Same.
	* docinfo/docinfo.c: Same
	* sample/sample.c: Here too.
	* shell_output/shell_output.c: Same.
	* spell/spell.c: Same.
	* time/time.c: Here too.
								
2002-02-13  Paolo Maggi  <maggi@athena.polito.it>

	* taglist/taglist.xml: added HTML tags

2002-02-12  Paolo Maggi  <maggi@athena.polito.it>

	* Makefile.am (SUBDIRS): added ASCII

	* ASCII/ascii.c:
	* ASCCI/Makefile.am: ported
	
	* ASCII/asciitable.glade: removed
	
	* ASCII/asciitable.glade2: new file

	* taglist/gedit-taglist-plugin-window.c (populate_tags_list):
	unref module

	* taglist/gedit-taglist-plugin.c: #define MENU_ITEM_PATH 
	"/menu/Edit/EditOps_5/"

	* time/time.c (create_formats_list): unref module

2002-02-10  Paolo Maggi  <maggi@athena.polito.it>

	* diff/diff.c: save/load settings
	(save_settings): new function

2002-02-09  Paolo Maggi  <maggi@athena.polito.it>

	* taglist/gedit-taglist-plugin.c (update_ui): the
	menu entry for the taglist plugin is always sensitive

2002-02-08  Paolo Maggi  <maggi@athena.polito.it>

	* Makefile.am (SUBDIRS): added diff

	* diff/Makefile.am: ported

	* diff/diff.c: ported

	* diff/diff.glade: removed

	* diff/diff.glade2: new file

2002-02-08  Paolo Maggi  <maggi@athena.polito.it>

	* taglist/taglist.xml: added Latex tag group

2002-02-07  Paolo Maggi  <maggi@athena.polito.it>

	* Makefile.am (SUBDIRS): added taglist 

	* taglist/gedit-taglist-plugin.c:
	* taglist/gedit-taglist-plugin.h:
	* taglist/gedit-taglist-plugin-parser.c:
	* taglist/gedit-taglist-plugin-parser.h:
	* taglist/gedit-taglist-plugin-window.c:
	* taglist/gedit-taglist-plugin-window.h:
	* taglist/Makefile.am:
	* taglist/taglist.xml: new files

2002-02-06  Paolo Maggi  <maggi@athena.polito.it>

	* cvschangelog/cvschangelog.c (update_ui): fix mem leak

	* time/time.c (time_world_cb): fix mem leak

2002-02-06  Paolo Maggi  <maggi@athena.polito.it>

	* cvschangelog/Makefile.am:
	* docinfo/Makefile.am: 
	* sample/Makefile.am: 
	* shell_output/Makefile.am:
	* time/Makefile.am: define G*_DEPRECATED in INCLUDES

	* cvschangelog/cvschangelog.c:
	* docinfo/docinfo.c: 
	* sample/sample.c: 
	* shell_output/shell_output.c:
	* time/time.c: fix to compile with G*_DEPRECATED

2002-02-06  Duarte Loreto  <happyguy_pt@hotmail.com>

        * shell_output/shell_output.c: Fixed misspelled word (Exucute -> Execute).

2002-02-05  Paolo Maggi <maggi@athena.polito.it>
	
	* cvschangelog/cvschangelog.c: warning cleans

	* docinfo/docinfo.c: ditto

	* sample/sample.c: ditto

	* shell_output/shell_output.c: ditto

	* plugins/time/time.c: ditto

2002-02-01  James Willcox  <jwillcox@cs.indiana.edu>

	* sample/sample.c (update_ui):  Removed references to BonoboUIEngine
	and converted to use BonoboUIComponent.
	* docinfo/docinfo.c: ditto
	* cvschangelog/cvschangelog.c: ditto
	* time/time.c: ditto
	* shell_output/shell_output.c: ditto

2002-01-26  James Willcox  <jwillcox@cs.indiana.edu>

	* sample/sample.c (activate, deactivate):  Converted to use
	gedit_menus_[add/remove]_menu_item_all()
	* cvschangelog/cvschangelog.c: ditto
	* docinfo/docinfo.c: ditto
	* time/time.c: ditto
	* shell_output/shell_output.c: ditto

2002-01-24  Paolo Maggi  <maggi@athena.polito.it>

	* shell_output/shell_output.c (update_ui): disable
	the menu entry in the current doc is RO

2002-01-24  Paolo Maggi  <maggi@athena.polito.it>

	* shell_output/shell_output.c: ported

	* shell_output/shell_output.glade2: new file

	* time/time.c: cosmetic changes

2002-01-23  Paolo Maggi  <maggi@athena.polito.it>

	* time/time.c: now it has a working "configure" function

2002-01-22  Paolo Maggi  <maggi@athena.polito.it>

	* docinfo/docinfo.c (activate): call update_ui for each window

	* time/time.glade2: new file
	
	* time/time.c: now it has a semi-working "configure" function

2002-01-21  James Willcox  <jwillcox@cs.indiana.edu>

	* cvschangelog/cvschangelog.c:  ported

	* cvschangelog/Makefile.am: rewrite

	* time/Makefile.am: rewrite

	* time/time.c: ported

2002-01-21  Paolo Maggi  <maggi@athena.polito.it>

	* docinfo/docinfo.c (word_count_real): destroy the dialog
	if there is no active document.

2002-01-21  Paolo Maggi  <maggi@athena.polito.it>

	* docinfo/docinfo.glade2: new file

	* docinfo/Makefile.am: install docinfo.glade2

	* docinfo/docinfo.c: now the Word Count plugin 
	is complete

2002-01-18  Paolo Maggi  <maggi@athena.polito.it>

	* Makefile.am (SUBDIRS): added docinfo 

	* docinfo/docinfo.c: rewritten

	* docinfo/Makefile.am: ditto

2002-01-17  Paolo Maggi  <maggi@athena.polito.it>

	* sample/sample.c: now it works (a bit)

2002-01-16  Paolo Maggi  <maggi@athena.polito.it>

	* Makefile.am: rewritten

	* sample/sample.c: ditto
	
	* sample/Makefile.am: ditto

2001-11-16  Carlos Perelló Marín <carlos@gnome-db.org>

	* ChangeLog: rolled over to ChangeLog-20011116.
