Commit Graph

13 Commits

Author SHA1 Message Date
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
e0b92a2aaa ** Fix for bug #455799
2007-08-04  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	** Fix for bug #455799

	Remove all .cvsignore and update svn:ignore porperty in whole
	directories.


svn path=/trunk/; revision=33945
2007-08-03 23:52:01 +00:00
e4bdc1e6a7 Added support for Vertical View in Evolution Mailer with custom message list.
svn path=/trunk/; revision=32071
2006-06-02 18:12:08 +00:00
28a15c404b add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for
2003-09-11  Tim Wo <tim.wo@sun.com>

	* ui/evolution-contact-editor.xml: add mnemonic "C" for "Save and _Close",
	"D" for "_Delete", "l" for "Close". Fixes bug #48096
	* ui/evolution-contact-list-editor.xml: add mnemonic "C" for "Save and
	_Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096
	* ui/evolution-signature-editor.xml: add mnemonic "C" for "Save and
	_Close", change mnemonic "C" to "l" for "Close".  Fixes bug #48205
        * views/mail/galview.xml: add mnemonic "M" for "Message",
	add "S" for "As Sent Folder", add "b" for "By Subject",
	add "n" for "By Sender", add "t" for "By Status",
	add "F" for "By Follow Up Flag". Fixes bug #48097

svn path=/trunk/; revision=22550
2003-09-12 13:34:23 +00:00
d53d3becb3 use viewsdir
* */Makefile.am: use viewsdir

svn path=/trunk/; revision=19807
2003-02-06 16:36:42 +00:00
d07eb53334 Likewise.
* tasks/Makefile.am (defaulttasksdir): Likewise.

* calendar/Makefile.am (defaultcalendardir): Likewise.

* addressbook/Makefile.am (defaultaddressbookdir): Version using
$(BASE_VERSION).

svn path=/trunk/; revision=19566
2003-01-22 20:27:43 +00:00
6e759d0491 ascending="false"
svn path=/trunk/; revision=15696
2002-02-12 22:48:06 +00:00
fe00d4e9e0 Offer the new By Follow Up Flag view.
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail/galview.xml: Offer the new By Follow Up Flag view.

	* mail/By_Follow_Up_Flag.galview: New galview for Follow Up Flag.

svn path=/trunk/; revision=15695
2002-02-12 22:46:09 +00:00
b7ac37f6b1 Bumped the required version of gal.
2002-02-07  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped the required version of gal.

From addressbook/ChangeLog:

2002-02-07  Christopher James Lahey  <clahey@ximian.com>

	* gui/widgets/e-addressbook-view.c
	(e_addressbook_view_setup_menus): Changed this function to use the
	new GalViewMenus which takes a GalViewInstance, instead of a
	GalViewCollection.

From calendar/ChangeLog:

2002-02-07  Christopher James Lahey  <clahey@ximian.com>

	* gui/e-tasks.c (e_tasks_setup_view_menus), gui/gnome-cal.c
	(gnome_calendar_setup_view_menus): Made these use the new
	GalViewMenus stuff.

From mail/ChangeLog:

2002-02-07  Christopher James Lahey  <clahey@ximian.com>

	* folder-browser.c, folder-browser.h, folder-browser-ui.c,
	folder-browser-ui.h
	(folder_browser_ui_setup_view_menus,
	folder_browser_ui_discard_view_menus): Changed this to use the new
	GalViewMenus stuff.  Made these exported functions.

	* mail-callbacks.c, message-browser.c: Changed these to not pass
	the now removed row parameter to message_list_select.

	* mail-config.c, mail-config.h (mail_config_folder_to_safe_url):
	Refactored this out of mail_config_folder_to_cachename.

	* message-list.c, message-list.h (message_list_select): Removed
	the row argument.  Changed this to use the new function in ETree
	for finding the next cursor row that matches a test.
	(message_list_construct): Handle a failed construction of the
	ETree here.
	(message_list_setup_etree, save_tree_state): Don't load or save
	the header state.  folder-browser-ui.c deals with this now.

From views/ChangeLog:

2002-02-07  Christopher James Lahey  <clahey@ximian.com>

	* addressbook/galview.xml, calendar/galview.xml, mail/galview.xml,
	tasks/galview.xml: Added default-view parameters.

	* mail/As_Sent_Folder.galview: New galview.

	* mail/Makefile.am, mail/galview.xml: Added As_Sent_Folder
	galview.

From widgets/ChangeLog:

2002-02-07  Christopher James Lahey  <clahey@ximian.com>

	* menus/gal-view-menus.c, menus/gal-view-menus.h
	(gal_view_menus_new): Made this take a GalViewInstance instead of
	a GalViewCollection.  Reworked most of this to utilize the
	interfaces provided by GalViewInstance.

svn path=/trunk/; revision=15592
2002-02-07 11:24:08 +00:00
0a6ee68aee Fixed these.
2001-10-05  Christopher James Lahey  <clahey@ximian.com>

	* mail/By_Sender.galview, mail/By_Status.galview,
	mail/By_Subject.galview: Fixed these.

svn path=/trunk/; revision=13456
2001-10-05 19:15:43 +00:00
443c1badc4 Translate the titles here.
2001-04-11  Christopher James Lahey  <clahey@ximian.com>

	* addressbook/galview.xml, mail/galview.xml, tasks/galview.xml:
	Translate the titles here.

svn path=/trunk/; revision=9228
2001-04-11 07:39:58 +00:00
0ce6720cb1 Corrected these views a bit.
2001-03-04  Christopher James Lahey  <clahey@ximian.com>

	* mail/By_Sender.galview, mail/By_Subject.galview: Corrected these
	views a bit.

	* mail/By_Status.galview, mail/Messages.galview: New views for "By
	Status" and "Messages".

	* mail/Makefile.am, mail/galview.xml: Added By_Status.galview and
	Messages.galview.

svn path=/trunk/; revision=8537
2001-03-04 08:08:08 +00:00
3274711d7e Builtin View menus for tasks and mail.
2001-03-01  Christopher James Lahey  <clahey@ximian.com>

	* .cvsignore, Makefile.am, mail/.cvsignore,
	mail/By_Sender.galview, mail/By_Subject.galview, mail/Makefile.am,
	mail/galview.xml, tasks/.cvsignore, tasks/Makefile.am,
	tasks/Tasks.galview, tasks/With_Category.galview,
	tasks/galview.xml: Builtin View menus for tasks and mail.

svn path=/trunk/; revision=8460
2001-03-01 21:50:58 +00:00