Commit Graph

625 Commits

Author SHA1 Message Date
3e77ddc856 add an Refresh List button..
2000-09-27  Chris Toshok  <toshok@helixcode.com>

	* ui/evolution-subscribe.xml: add an Refresh List button..

svn path=/trunk/; revision=5611
2000-09-28 06:44:57 +00:00
6c4d416804 add evolution-subscribe.xml.
2000-09-27  Chris Toshok  <toshok@helixcode.com>

	* ui/Makefile.am (XML_FILES): add evolution-subscribe.xml.

	* ui/evolution-subscribe.xml: new file.

svn path=/trunk/; revision=5609
2000-09-28 00:39:09 +00:00
87d8750ba0 Moved the (un)select all menu items over to the Edit menu - this looks
2000-09-25  Jeffrey Stedfast  <fejj@helixcode.com>

	* ui/evolution-mail.xml: Moved the (un)select all menu items over
	to the Edit menu - this looks nicer.

svn path=/trunk/; revision=5588
2000-09-25 23:38:22 +00:00
3d4012f543 Added some new menu items to the Message menu like (un)select all and
2000-09-25  Jeffrey Stedfast  <fejj@helixcode.com>

	* ui/evolution-mail.xml: Added some new menu items to the Message
	menu like (un)select all and moved "mark as read" to the Message
	menu.

svn path=/trunk/; revision=5586
2000-09-25 23:21:27 +00:00
e6bf297b0c Moved addressbook/ename to e-util/ename so generate e-util/ename/Makefile
2000-09-25  Jeffrey Stedfast  <fejj@helixcode.com>

	* configure.in: Moved addressbook/ename to e-util/ename so
	generate e-util/ename/Makefile and don't generate
	addressbook/ename/Makefile

svn path=/trunk/; revision=5579
2000-09-25 20:44:32 +00:00
4f317410eb oops, my goof with replacing a wrong icon :P Should work now. Ettore, can you check if everything is ok? Thanks. /tigert
svn path=/trunk/; revision=5557
2000-09-23 08:37:36 +00:00
34766a085c Fixed some warnings. Fixed a bug where quoted printable fields were
2000-09-22  Christopher James Lahey  <clahey@helixcode.com>

	* libversit/vcc.y: Fixed some warnings.  Fixed a bug where quoted
	printable fields were reading in semi-colons that should have been
	field separators.

From addressbook/ChangeLog:

2000-09-22  Christopher James Lahey  <clahey@helixcode.com>

	* backend/ebook/e-card.c: Made addresses be quoted printable again
	so that they will encode properly if they have carriage returns in
	them.  This is possible now because of a fix in libversit.

svn path=/trunk/; revision=5550
2000-09-22 15:49:21 +00:00
b2019f3409 Added evolution-addressbook-ldap.xml.
2000-09-22  Christopher James Lahey  <clahey@helixcode.com>

	* ui/Makefile.am: Added evolution-addressbook-ldap.xml.

	* ui/evolution-addressbook-ldap.xml: New file.  (A Variation on
	evolution-addressbook.xml)

	* ui/evolution-addressbook.xml: Added View All and Stop buttons.

From addressbook/ChangeLog:

2000-09-22  Christopher James Lahey  <clahey@helixcode.com>

	* backend/ebook/e-book.c, backend/ebook/e-book.h,
	backend/idl/addressbook.idl, backend/pas/pas-backend-file.c,
	backend/pas/pas-backend-ldap.c, backend/pas-backend.c,
	backend/pas/pas-backend.h, backend/pas/pas-book.c,
	backend/pas/pas-book.h: Added a function to query static
	capabilities (capabilities that can be reported immediately) and
	implemented them in the 2 servers.

	* gui/component/addressbook.c: Added a View All button and a Stop
	button.  Sorted out the new directory server stuff a bit.

	* gui/widgets/e-addressbook-model.c,
	gui/widgets/e-addressbook-model.h: Cleaned up a bit.  Added a stop
	function.  Check for capabilities before deciding whether to load
	all cards when initially viewed.

	* gui/widgets/e-addressbook-view.c,
	gui/widgets/e-addressbook-view.h: Added stop and view all
	functions.

	* gui/widgets/e-minicard-view-widget.c,
	gui/widgets/e-minicard-view-widget.h,
	gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h:
	Added a stop function.  Check for capabilities before deciding
	whether to load all cards when initially viewed.

svn path=/trunk/; revision=5547
2000-09-22 11:13:53 +00:00
99575765f4 Removed the "about calendar" command, since we don't want to have both
2000-09-21  Federico Mena Quintero  <federico@helixcode.com>

	* gui/calendar-commands.c (verbs): Removed the "about calendar"
	command, since we don't want to have both "About Evolution" and
	"About Calendar".

svn path=/trunk/; revision=5545
2000-09-21 22:35:01 +00:00
08a52d10bc Dear native speakers,
Dear native speakers,

It is spelled "calendar".

This has been a public service announcement
courtesy of a non-native speaker.

Thank you for your attention.

svn path=/trunk/; revision=5543
2000-09-21 21:05:05 +00:00
8b2ca26789 s/Bonobo_UIHandler/Bonobo_UIContainer/
s/include "bonobo-ui-handler.h"/include "bonobo-ui-compat.h"/

svn path=/trunk/; revision=5539
2000-09-21 14:13:27 +00:00
86b7449d9e Added a cvsignore file here.
2000-09-20  Christopher James Lahey  <clahey@helixcode.com>

	* ui/.cvsignore: Added a cvsignore file here.

svn path=/trunk/; revision=5529
2000-09-20 23:38:23 +00:00
156d6d644e Added evolution-contact-editor.xml.
2000-09-20  Christopher James Lahey  <clahey@helixcode.com>

	* ui/Makefile.am (XML_FILES): Added evolution-contact-editor.xml.

	* ui/evolution-contact-editor.xml: New file for the UI for the
	evolution contact editor.

svn path=/trunk/; revision=5528
2000-09-20 23:37:29 +00:00
a365b1dba2 Added 2 new icons for the compose -dialog.. /tigert
PS. ettore, the send -one needs some code love to get used, attachment was
just a simple replacement, though we might want to convert all the xpms to
png's at some point for consistency, right?

svn path=/trunk/; revision=5521
2000-09-20 10:09:10 +00:00
e0e2f5c660 alter the krb4 check a bit to deal with configure cache suckage. (If you
* configure.in: alter the krb4 check a bit to deal with configure
	cache suckage. (If you do AC_CHECK_LIB with the same library and
	function name but different LDFLAGS, it will still use the result
	of the previous check. So use a different function the second
	time.)

svn path=/trunk/; revision=5515
2000-09-20 02:11:04 +00:00
122b2426db add gal as a dependency
* README: add gal as a dependency

svn path=/trunk/; revision=5497
2000-09-19 01:40:26 +00:00
db2e7437df retarded looking icons for use with displaying scores in the message-list
2000-09-18  Jeffrey Stedfast  <fejj@helixcode.com>

	* art/score-*.xpm: retarded looking icons for use with displaying
	scores in the message-list view. These need a makeover BADLY ;-)

svn path=/trunk/; revision=5494
2000-09-18 23:38:09 +00:00
37d47c916d Added check for gnome-app-lib. Removed directories that have been moved to
2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* configure.in: Added check for gnome-app-lib.  Removed
	directories that have been moved to gal.

From addressbook/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* backend/ebook/Makefile.am, contact-editor/Makefile.am,
	ename/Makefile.am, gui/component/Makefile.am,
	gui/widgets/Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and
	$(EXTRA_GNOME_LIBS).  Removed unneeded libraries.

	* backend/ebook/e-card.c, backend/pas/pas-backend-file.c,
	contact-editor/e-contact-editor-address.c,
	contact-editor/e-contact-editor-categories.c,
	contact-editor/e-contact-editor-categories.h,
	contact-editor/e-contact-editor-fullname.c,
	contact-editor/e-contact-editor.c,
	contact-editor/e-contact-save-as.c, ename/e-address-western.c,
	ename/test-ename-western-gtk.c,
	gui/component/addressbook-factory.c, gui/component/addressbook.c,
	gui/component/e-cardlist-model.h, gui/component/e-ldap-storage.c,
	gui/component/select-names/e-select-names-bonobo.c,
	gui/component/select-names/e-select-names-manager.c,
	gui/component/select-names/e-select-names-model.c,
	gui/component/select-names/e-select-names-table-model.c,
	gui/component/select-names/e-select-names-table-model.h,
	gui/component/select-names/e-select-names-text-model.h,
	gui/component/select-names/e-select-names.c,
	gui/component/select-names/e-select-names.h,
	gui/search/e-addressbook-search-dialog.c,
	gui/widgets/e-addressbook-model.h,
	gui/widgets/e-addressbook-view.c, gui/widgets/e-minicard-label.c,
	gui/widgets/e-minicard-view-widget.c,
	gui/widgets/e-minicard-view-widget.h,
	gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h,
	gui/widgets/e-minicard-widget.h, gui/widgets/e-minicard.c,
	gui/widgets/test-minicard-label.c, gui/widgets/test-reflow.c,
	printing/e-contact-print.c: Fixed the #include lines to deal
	properly with gal.

From calendar/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* gui/Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and
	$(EXTRA_GNOME_LIBS).  Removed unneeded libraries.

	* gui/calendar-model.h, gui/e-calendar-table.c, gui/e-day-view.c,
	gui/e-week-view-event-item.c, gui/e-week-view.c,
	gui/event-editor.c, gui/gncal-todo.c, gui/gnome-cal.c, gui/main.c,
	gui/print.c, gui/dialogs/task-editor.c: Fixed the #include lines
	to deal properly with gal.

	* gui/check-filled.xpm: New file since we can't include it from
	e-table anymore.

From camel/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* camel-folder-search.c, camel-folder-search.h,
	camel-remote-store.c, providers/imap/camel-imap-folder.c,
	providers/imap/camel-imap-store.c: Fixed the #include lines to
	deal properly with gal.

From composer/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and
	$(EXTRA_GNOME_LIBS).  Removed unneeded libraries.

	* e-msg-composer-address-dialog.c, e-msg-composer-address-entry.c,
	e-msg-composer-attachment.c, e-msg-composer-hdrs.c,
	e-msg-composer.c: Fixed the #include lines to deal properly with
	gal.

From e-util/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Removed all the files moved to gal.

	* e-dialog-widgets.c: Fixed the #include lines to deal properly
	with gal.

	* e-gui-utils.c, e-gui-utils.h: Removed all of the functionality
	that was moved to gal.

	* e-canvas-utils.c, e-canvas-utils.h, e-canvas-vbox.c,
	e-canvas-vbox.h, e-canvas.c, e-canvas.h, e-cursors.c, e-cursors.h,
	e-font.c, e-font.h, e-popup-menu.c, e-popup-menu.h, e-printable.c,
	e-printable.h, e-unicode.c, e-unicode.h, e-util.c, e-util.h,
	e-xml-utils.c, e-xml-utils.h: Moved to gal.

From filter/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* filter-editor.c, filter-filter.c, filter-folder.c,
	filter-input.c, filter-message-search.c, filter-option.c,
	filter-rule.c, score-editor.c, vfolder-editor.c, vfolder-rule.c:
	Fixed the #include lines to deal properly with gal.

From mail/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and
	$(EXTRA_GNOME_LIBS).  Removed unneeded libraries.

	* component-factory.c, folder-browser-factory.c, folder-browser.c,
	mail-callbacks.c, mail-config-gui.c, mail-display.c,
	mail-display.h, main.c, message-list.c, message-list.h: Fixed the
	#include lines to deal properly with gal.

From po/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* POTFILES.in: Removed files that have been moved to gal.

From shell/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and
	$(EXTRA_GNOME_LIBS).  Removed unneeded libraries.

	* e-component-registry.c, e-corba-storage-registry.c,
	e-corba-storage.c, e-folder-type-registry.c, e-folder.c,
	e-local-folder.c, e-local-storage.c,
	e-shell-folder-creation-dialog.c,
	e-shell-folder-selection-dialog.c, e-shell-folder-title-bar.c,
	e-shell-view.c, e-shell.c, e-shortcuts-view.c, e-shortcuts.c,
	e-storage-set-view.c, e-storage-set-view.h, e-storage-set.c,
	e-storage.c, evolution-local-storage.c, evolution-session.c,
	evolution-shell-client.c, evolution-shell-component-client.c,
	evolution-shell-component.c, evolution-shell-view.c,
	evolution-storage-listener.c, evolution-storage.c, main.c: Fixed
	the #include lines to deal properly with gal.

From widgets/meeting-time-sel/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and
	$(EXTRA_GNOME_LIBS).  Removed unneeded libraries.

	* e-meeting-time-sel-list-item.c, e-meeting-time-sel.c,
	e-meeting-time-sel.h: Fixed the #include lines to deal properly
	with gal.

If you've read this far, you deserve a prize.  The first email in my
mailbox with the subject "What a commit message!" (and your physical
mailing address somewhere in the message) will receive a free Helix
Code T-shirt mailed to anywhere within the continental United States.
I cannot be held responsible for problems with email systems anywhere.
This is supposed to be for fun, so please don't make a fuss if
something goes wrong and your mail doesn't reach me.  Find my email
elsewhere in this message, and if it's been more than a few days,
you're probably too late.

From widgets/misc/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and
	$(EXTRA_GNOME_LIBS).  Removed unneeded libraries.

	* e-calendar-item.c, e-calendar.c, e-calendar.h, e-title-bar.c:
	Fixed the #include lines to deal properly with gal.

	* e-scroll-frame.c, e-scroll-frame.h: Moved to gal.

From widgets/shortcut-bar/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added $(EXTRA_GNOME_CFLAGS) and
	$(EXTRA_GNOME_LIBS).  Removed unneeded libraries.

	* e-icon-bar.c, e-icon-bar.h, e-shortcut-bar.c,
	e-shortcut-model.c, test-shortcut-bar.c: Fixed the #include lines
	to deal properly with gal.

From widgets/ChangeLog:

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Removed directories that have been moved to gal.

	* e-paned/.cvsignore, e-paned/Makefile.am, e-paned/e-hpaned.c,
	e-paned/e-hpaned.h, e-paned/e-paned.c, e-paned/e-paned.h,
	e-paned/e-vpaned.c, e-paned/e-vpaned.h: Moved to gal.

	* e-reflow/.cvsignore, e-reflow/Makefile.am,
	e-reflow/e-reflow-sorted.c, e-reflow/e-reflow-sorted.h,
	e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved to gal.

	* e-table/.cvsignore, e-table/ChangeLog, e-table/LICENSE,
	e-table/Makefile.am, e-table/ROADMAP.e-table, e-table/TODO,
	e-table/add-col.xpm, e-table/arrow-down.xpm, e-table/arrow-up.xpm,
	e-table/check-empty.xpm, e-table/check-filled.xpm,
	e-table/clip.png, e-table/e-cell-checkbox.c,
	e-table/e-cell-checkbox.h, e-table/e-cell-string.c,
	e-table/e-cell-text.c, e-table/e-cell-text.h,
	e-table/e-cell-toggle.c, e-table/e-cell-toggle.h,
	e-table/e-cell-tree.c, e-table/e-cell-tree.h, e-table/e-cell.c,
	e-table/e-cell.h, e-table/e-table-click-to-add.c,
	e-table/e-table-click-to-add.h, e-table/e-table-col-dnd.h,
	e-table/e-table-col.c, e-table/e-table-col.h,
	e-table/e-table-column-model.h, e-table/e-table-column.c,
	e-table/e-table-config.c, e-table/e-table-config.glade,
	e-table/e-table-config.glade.h, e-table/e-table-config.h,
	e-table/e-table-defines.h, e-table/e-table-example-1.c,
	e-table/e-table-example-2.c,
	e-table/e-table-field-chooser-dialog.c,
	e-table/e-table-field-chooser-dialog.h,
	e-table/e-table-field-chooser-item.c,
	e-table/e-table-field-chooser-item.h,
	e-table/e-table-field-chooser.c,
	e-table/e-table-field-chooser.glade,
	e-table/e-table-field-chooser.glade.h,
	e-table/e-table-field-chooser.h,
	e-table/e-table-group-container.c,
	e-table/e-table-group-container.h, e-table/e-table-group-leaf.c,
	e-table/e-table-group-leaf.h, e-table/e-table-group.c,
	e-table/e-table-group.glade, e-table/e-table-group.glade.h,
	e-table/e-table-group.h, e-table/e-table-header-item.c,
	e-table/e-table-header-item.h, e-table/e-table-header.c,
	e-table/e-table-header.h, e-table/e-table-item.c,
	e-table/e-table-item.h, e-table/e-table-model.c,
	e-table/e-table-model.h, e-table/e-table-one.c,
	e-table/e-table-one.h, e-table/e-table-scrolled.c,
	e-table/e-table-scrolled.h, e-table/e-table-selection-model.c,
	e-table/e-table-selection-model.h, e-table/e-table-simple.c,
	e-table/e-table-simple.h, e-table/e-table-size-test.c,
	e-table/e-table-sort-info.c, e-table/e-table-sort-info.h,
	e-table/e-table-sorted-variable.c,
	e-table/e-table-sorted-variable.h, e-table/e-table-sorted.c,
	e-table/e-table-sorted.h, e-table/e-table-sorter.c,
	e-table/e-table-sorter.h, e-table/e-table-subset-variable.c,
	e-table/e-table-subset-variable.h, e-table/e-table-subset.c,
	e-table/e-table-subset.h, e-table/e-table-text-model.c,
	e-table/e-table-text-model.h, e-table/e-table-tooltip.h,
	e-table/e-table-tree.h, e-table/e-table.c, e-table/e-table.h,
	e-table/e-tree-example-1.c, e-table/e-tree-example-2.c,
	e-table/e-tree-model.c, e-table/e-tree-model.h,
	e-table/e-tree-simple.c, e-table/e-tree-simple.h,
	e-table/image1.png, e-table/image2.png, e-table/image3.png,
	e-table/remove-col.xpm, e-table/sample.table,
	e-table/table-test.c, e-table/table-test.h, e-table/test-check.c,
	e-table/test-cols.c, e-table/test-table.c: Moved to gal.

	* e-text/.cvsignore, e-text/Makefile.am, e-text/e-entry-test.c,
	e-text/e-entry.c, e-text/e-entry.h,
	e-text/e-text-event-processor-emacs-like.c,
	e-text/e-text-event-processor-emacs-like.h,
	e-text/e-text-event-processor-types.h,
	e-text/e-text-event-processor.c, e-text/e-text-event-processor.h,
	e-text/e-text-model.c, e-text/e-text-model.h,
	e-text/e-text-test.c, e-text/e-text.c, e-text/e-text.h: Moved to
	gal.

i.e.,

...

changed evolution to work with gal.

svn path=/trunk/; revision=5490
2000-09-18 03:43:20 +00:00
72a1dea7c1 remove spec file. We haven't been keeping it up to date, and it's only
* configure.in, evolution.spec.in: remove spec file. We haven't
	been keeping it up to date, and it's only good for RH anyway, and
	if people really want a spec file they can get it from our SRPMs.

svn path=/trunk/; revision=5458
2000-09-15 17:35:13 +00:00
9964204c9c The Commit from hell that breaks all UI related stuff;
Anything UI related that breaks is now my fault; apologies in advance.

svn path=/trunk/; revision=5415
2000-09-13 23:40:42 +00:00
5678a57e33 Added widgets/e-reflow/Makefile. Replaced
2000-09-13  Christopher James Lahey  <clahey@helixcode.com>

	* configure.in: Added widgets/e-reflow/Makefile.  Replaced
	addressbook/gui/minicard/Makefile with
	addressbook/gui/widgets/Makefile.

From addressbook/ChangeLog:

2000-09-13  Christopher James Lahey  <clahey@helixcode.com>

	* gui/widgets/*, gui/minicard/*: Moved gui/minicard to
	gui/widgets, except for e-reflow.c, e-reflow.h, e-reflow-sorted.c,
	and e-reflow-sorted.h.

	* gui/widgets/Makefile.am: Added e-reflow to the INCLUDES list and
	libereflow.a to a bunch of LDADD lines.

	* gui/component/Makefile.am (evolution_addressbook_LDADD): Added
	libereflow.a here.

	* gui/Makefile.am (SUBDIRS): Replaced minicard with widgets.

From widgets/ChangeLog:

2000-09-13  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am (SUBDIRS): Added e-reflow.

	* e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved from
	addressbook/gui/minicard/.

	* e-reflow/Makefile.am, e-reflow/.cvsignore: New files for a new
	directory.

svn path=/trunk/; revision=5414
2000-09-13 23:00:27 +00:00
b5abfd5a63 new pin icon for the pin button in the pinnable folder tree that can be
pinned on the pin-place besides the non-pinnable shortcutbar..

/tigert

svn path=/trunk/; revision=5408
2000-09-13 19:45:28 +00:00
ea5d5759f5 Pilot stuff
2000-09-12  JP Rosevear  <jpr@helixcode.com>

	* NEWS (Calendar): Pilot stuff

svn path=/trunk/; revision=5400
2000-09-13 14:29:27 +00:00
7ad81be005 Don't generate the Makefile for the `notes' directory as it's unused.
svn path=/trunk/; revision=5388
2000-09-12 21:17:53 +00:00
0e06b64743 0.5.
svn path=/trunk/; revision=5382
2000-09-12 20:05:23 +00:00
2cfea1ea91 Added Sent/Outbox feature descriptions
2000-09-12  Jeffrey Stedfast  <fejj@helixcode.com>

	* NEWS (Mailer): Added Sent/Outbox feature descriptions

svn path=/trunk/; revision=5375
2000-09-12 18:53:45 +00:00
8a7d38a366 add most (but not all) 0.5 Mailer features
* NEWS (Mailer): add most (but not all) 0.5 Mailer features

svn path=/trunk/; revision=5373
2000-09-12 18:09:18 +00:00
945b86141c s/Sentbox/Sent/
* configure.in: s/Sentbox/Sent/

svn path=/trunk/; revision=5372
2000-09-12 17:51:24 +00:00
64b4dcdffa Install the new button icons under
`$(datadir)/images/evolution/buttons'.

svn path=/trunk/; revision=5361
2000-09-12 14:26:23 +00:00
a64ef1cab0 Added some new icons.. /tigert
svn path=/trunk/; revision=5340
2000-09-11 19:56:22 +00:00
cab460ef82 Added 0.5 changes for ETable and Addressbook.
2000-09-11  Christopher James Lahey  <clahey@helixcode.com>

	* NEWS: Added 0.5 changes for ETable and Addressbook.

svn path=/trunk/; revision=5325
2000-09-11 16:24:37 +00:00
d435ef1f87 Add a mention of the verify-evolution-install.sh script in tools/.
* README: Add a mention of the verify-evolution-install.sh script
	in tools/.

svn path=/trunk/; revision=5230
2000-09-07 15:37:32 +00:00
699f000495 Improve the Kerberos checks further (check for Sun kerb; check for sendauth proto)
svn path=/trunk/; revision=5197
2000-09-05 17:32:11 +00:00
a8b070d5ce Reversed my last change as it broke configure, how do I get it so that we
2000-09-03  Jeffrey Stedfast  <fejj@helixcode.com>

	Reversed my last change as it broke configure, how do I get it so
	that we can do folders with spaces in the name!?

svn path=/trunk/; revision=5189
2000-09-03 18:41:24 +00:00
b1927e8b55 Renamed default_user/local/Sentbox to default_user/local/Sent\ Mail as
2000-09-03  Jeffrey Stedfast  <fejj@helixcode.com>

	* configure.in: Renamed default_user/local/Sentbox to
	default_user/local/Sent\ Mail as Ettore and Danw are picky about
	folder names

svn path=/trunk/; revision=5187
2000-09-03 17:38:21 +00:00
16829497fd Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and
2000-09-02  Christopher James Lahey  <clahey@helixcode.com>

	* configure.in: Added calendar/conduits/Makefile,
	calendar/conduits/calendar/Makefile and
	calendar/conduits/todo/Makefile to the list of makefiles to
	output.

From calendar/ChangeLog:

2000-09-02  Christopher James Lahey  <clahey@helixcode.com>

	* conduits/calendar/calendar-conduit.c,
	conduits/todo/todo-conduit.c, gui/e-week-view.c, gui/gnome-cal.c:
	Fixed some warnings.

From mail/ChangeLog:

2000-09-01  Christopher James Lahey  <clahey@helixcode.com>

	* folder-browser.c: Removed a warning.

svn path=/trunk/; revision=5179
2000-09-02 01:55:45 +00:00
6f731fff4c Add default_user/local/Sentbox/Makefile to the list of makefiles to output
2000-09-01  Jeffrey Stedfast  <fejj@helixcode.com>

	* configure.in: Add default_user/local/Sentbox/Makefile to the
	list of makefiles to output

svn path=/trunk/; revision=5170
2000-09-01 22:05:08 +00:00
af8b4b2520 Made it compilable both with gnome-print 0.20 and 0.21+
svn path=/trunk/; revision=5126
2000-08-31 00:32:57 +00:00
a52e0a601e Robustify the kerberos checks
svn path=/trunk/; revision=5118
2000-08-30 19:46:06 +00:00
ec4ed21ea9 decruft
* configure.in, acconfig.h: decruft

svn path=/trunk/; revision=5101
2000-08-29 18:18:18 +00:00
09a9a8cd34 Added pt to ALL_LINGUAS
svn path=/trunk/; revision=5073
2000-08-28 09:39:30 +00:00
20bf74b050 Require oafized bonobo
2000-08-26  JP Rosevear  <jpr@helixcode.com>

	* configure.in: Require oafized bonobo

svn path=/trunk/; revision=5045
2000-08-26 05:19:12 +00:00
64342afba2 Ahem. If you add dependencies on libraries, make sure things still build.
2000-08-24  Federico Mena Quintero  <federico@helixcode.com>

	* configure.in: Ahem.  If you add dependencies on libraries, make
	sure things still build.  Fixed the libunicode foo.

svn path=/trunk/; revision=5004
2000-08-24 08:30:34 +00:00
b906c345f9 UTF-8 in contact editor + some fixes for dealing with illegal strings
svn path=/trunk/; revision=4976
2000-08-23 02:56:59 +00:00
1e5ae349da Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings to
come...

svn path=/trunk/; revision=4972
2000-08-23 00:22:18 +00:00
ec66ae0755 Updated dependency list.
2000-08-22  Christopher James Lahey  <clahey@helixcode.com>

	* announcement-0.4.1.txt: Updated dependency list.

svn path=/trunk/; revision=4967
2000-08-22 22:10:10 +00:00
823e4b48ee Use byte, not character based UTF-8 syntax in e-text
svn path=/trunk/; revision=4963
2000-08-22 14:12:36 +00:00
9943237d5f Announcement message
2000-08-22  Christopher James Lahey  <clahey@helixcode.com>

	* announcement-0.4.1.txt: Announcement message

svn path=/trunk/; revision=4914
2000-08-22 04:21:36 +00:00
72def62a05 oops forgot changelog on saturday.
svn path=/trunk/; revision=4909
2000-08-21 21:13:21 +00:00
c34e4fd812 Forgot the EPaned ChangeLog.
svn path=/trunk/; revision=4899
2000-08-21 09:24:25 +00:00