Commit Graph

162 Commits

Author SHA1 Message Date
dd9dd3d0a6 s/Helix Code/Ximian
2001-05-24  Federico Mena Quintero  <federico@ximian.com>

	* evolution-devel-guide.sgml: s/Helix Code/Ximian

svn path=/trunk/; revision=9972
2001-05-25 00:56:39 +00:00
842c75caf7 Untabify.
svn path=/trunk/; revision=9947
2001-05-23 12:18:22 +00:00
1c67335306 Add Emacs-like local variable settings to disable `indent-tabs-mode'.
svn path=/trunk/; revision=9946
2001-05-23 12:16:58 +00:00
1434841caf More (minor) indentation fixes.
svn path=/trunk/; revision=9945
2001-05-23 12:14:22 +00:00
c3a65b2fc5 Re-indented the FAQ document.
svn path=/trunk/; revision=9944
2001-05-23 12:08:44 +00:00
4794a4a85d Added evolution-faq as an entity.
2001-05-22  Aaron Weber  <aaron@ximian.com>

	* C/evolution.sgml: Added evolution-faq as an entity.

	* C/apx-authors.sgml: Added ettore and duncan to authors for the FAQ.

	* C/evolution-faq.sgml: Put in <qandaset> form, made an entity
	included in evolution.sgml. This will require changes to makefiles
	and will break the current menu item for the FAQ.

svn path=/trunk/; revision=9918
2001-05-22 04:18:24 +00:00
1564ba5ed2 doc/C/evolution.sgml - Pulled my name from copyright list
* doc/C/evolution.sgml - Pulled my name from copyright list

svn path=/trunk/; revision=9915
2001-05-22 03:58:05 +00:00
047d10743c Updated to ignore more built files.
svn path=/trunk/; revision=9898
2001-05-20 14:44:49 +00:00
0289b86035 Added a lot of new content. Fixed old content. Validated. Still need to
2001-05-18  Aaron Weber  <aaron@ximian.com>

	* C/menuref.sgml: Added a lot of new content. Fixed old
	content. Validated. Still need to smooth the relation of this
	section with the preface.

2001-05-16  Aaron Weber  <aaron@ximian.com>

	* C/preface.sgml: Changed to include t-shirt offer for feedback.

svn path=/trunk/; revision=9885
2001-05-19 01:37:14 +00:00
9a308f2b93 Added two questions about importing Outlook (text from Iain). Fixed some
2001-05-18  Duncan Mak  <duncan@ximian.com>

	* C/evolution-faq.sgml: Added two questions about importing
	Outlook (text from Iain).
	Fixed some tags and cleaned up a bit here and there.

svn path=/trunk/; revision=9884
2001-05-18 21:40:38 +00:00
7cffbe65d1 Added a question about the need for write permissions on
/var/spool/mail.

svn path=/trunk/; revision=9881
2001-05-18 15:39:27 +00:00
e810e08bca Added a question about the need for write permissions on
/var/spool/mail.

svn path=/trunk/; revision=9880
2001-05-18 15:15:18 +00:00
3ca3f79dbe Return the serialized EDestinations (rather than just a string w/ e-mail
2001-05-18  Jon Trowbridge  <trow@ximian.com>

        * gui/component/select-names/e-select-names-bonobo.c
        (entry_get_property_fn): Return the serialized EDestinations
        (rather than just a string w/ e-mail addresses) through the bonobo
        component's property bag.

        * gui/component/select-names/e-select-names-model.c
        (e_select_names_model_export_destinationv): Added.  A convenience routine
        for serializing the model's EDestinations into a string.

        * gui/component/select-names/e-select-names-popup.c
        (add_html_mail): Added.  Puts in a check menu item for whether or
        not the recipient wants HTML mail.
        (popup_menu_card): Add menu item for HTML mail.  Enable edit
        contact info item.
        (popup_menu_nocard): Add menu item for HTML mail.  Enable edit
        contact info item.

        * backend/ebook/e-book-util.c (e_book_use_local_address_book):
        Added.  Fetches the local addressbook and caches it on the first
        call.  This is meant to be an easy and efficient way to get at the
        local addressbook with the minimum of code.
        (e_book_query_address_locally): Added.  Convenience code that
        does an e-mail only e_book_name_and_email_query against the
        local address book.

        * backend/ebook/e-destination.c
        (e_destination_set_html_mail_pref): Added.  Allows the intended
        recipient's HTML mail preference to be manipulated.
        (e_destination_get_email_verbose): Added.  Cleaned up to use
        e_destination_get_name.
        (e_destination_get_html_mail_pref): Added.  Read the recipient's HTML mail
        preference.  If the destination is linked to a card, the
        preference is taken from the card (unless it has been explicitly
        overridden by a called to e_destination_set_html_mail_pref).
        (e_destination_get_address_textv): Added.  Form a unified address string
        from a NULL-terminated vector of EDestinations.
        (e_destination_export): Added.  Serialize an EDestination to a string.
        (e_destination_import): Added.  Unserialize a string to build an
        EDestination.
        (e_destination_exportv): Added.  Serialize a NULL-terminated vector of
        EDestinations to a string.
        (e_destination_importv): Added.  Unserialize a string to build a
        NULL-terminated vector of EDestinations.

        * gui/component/select-names/e-select-names-completion.c:
        Implemented local versions of g_strcasecmp and g_strncasecmp
        (which should really be in glib, I think...) for utf8, and used
        them to make this code utf8-safe.

2001-05-18  Jon Trowbridge  <trow@ximian.com>

        * Makefile.am (evolution_mail_LDADD): Added libebook.la (which is
        now required by the composer.)

2001-05-18  Jon Trowbridge  <trow@ximian.com>

        * e-msg-composer-hdrs.c (set_recipients): Properly unserialize the
        string returned by the "text" property of the bonobo control,
        convert it into EDestinations, and use them to get the e-mail
        addresses of our recipients.

22001-05-18  Jon Trowbridge  <trow@ximian.com>

        * Makefile.am (SUBDIRS): Changed build order.  Now addressbook
        gets built before mail.

svn path=/trunk/; revision=9878
2001-05-18 07:10:04 +00:00
52bbd2e621 Fixed Grammar, edited a few answers, did the vfolder thing.
svn path=/trunk/; revision=9851
2001-05-16 19:00:40 +00:00
bc6aeab0b5 Get the User guide and the Evolution FAQ to be installed into separate
directories.

svn path=/trunk/; revision=9834
2001-05-16 02:52:37 +00:00
1d204483a3 Evolution users worldwide, rejoice! We have a FAQ. (Yes, it still
sucks, but it will get better.)

svn path=/trunk/; revision=9831
2001-05-16 02:07:11 +00:00
8fe4105056 yea...
svn path=/trunk/; revision=9828
2001-05-15 19:36:50 +00:00
b7e07ef778 I've said it before and I'll say it again... man am I a dumb schmuck
svn path=/trunk/; revision=9827
2001-05-15 19:35:46 +00:00
6ed6055392 yes, I am a dumbass
svn path=/trunk/; revision=9826
2001-05-15 19:34:22 +00:00
edd22b7ca1 oops, I guess this file does belong here
svn path=/trunk/; revision=9825
2001-05-15 19:33:28 +00:00
81a8828997 updated .cvsignore
svn path=/trunk/; revision=9823
2001-05-15 19:27:07 +00:00
a5787f514f Removed some evolution-*-decl.txt files since these are autogenerated by
2001-05-15  Jeffrey Stedfast  <fejj@ximian.com>

	* Removed some evolution-*-decl.txt files since these are
	autogenerated by gtk-doc and don't belong in cvs anyway.
	Should the tmpl/ dirs also be removed??

svn path=/trunk/; revision=9822
2001-05-15 19:25:16 +00:00
05169b7497 added file for Scrollkeeper
2001-05-14  Kevin Breit  <battery841@mediaone.net>

	* doc/C/evolution-C.omf: added file for Scrollkeeper

svn path=/trunk/; revision=9809
2001-05-14 23:17:29 +00:00
f7bb8712c9 Shush
svn path=/trunk/; revision=9701
2001-05-07 21:47:10 +00:00
c0a03301d9 Update
svn path=/trunk/; revision=9580
2001-04-26 10:26:37 +00:00
4c17d37a66 Update this a bit
svn path=/trunk/; revision=9579
2001-04-26 10:22:13 +00:00
4994d35be0 Removed generated files from CVS, updated .cvsignore files to include
2001-04-25  Jon Trowbridge  <trow@ximian.com>

        * Removed generated files from CVS, updated .cvsignore files
        to include generated files.

svn path=/trunk/; revision=9569
2001-04-25 21:48:05 +00:00
2c8b221e77 Changed dependency for install-data-local from "evolution" to
2001-04-23  Jon Trowbridge  <trow@ximian.com>

        * C/Makefile.am (install-data-local): Changed dependency for
        install-data-local from "evolution" to "evolution-guide".

svn path=/trunk/; revision=9529
2001-04-23 23:29:00 +00:00
23faa57aef Port builddir != srcdir patch from the evolution-0-10-branch.
svn path=/trunk/; revision=9522
2001-04-23 20:45:39 +00:00
71bb73fd14 Re-commit ChangeLog.
svn path=/trunk/; revision=9508
2001-04-23 16:10:22 +00:00
c8ace927b9 Documentation building fixes merged from the evolution-0-10-branch:
Get the docs to build and install properly.  Temporarily disable the
  importer devel docs as they seem to be pretty broken.

svn path=/trunk/; revision=9507
2001-04-23 16:06:53 +00:00
cbdc25be7a changed path to the importer header files, since we've had reports that
2001-04-20  Damon Chaplin  <damon@ximian.com>

	* importer/evolution-shell-importer.types: changed path to the
	importer header files, since we've had reports that they aren't being
	found (though it worked OK for me).

svn path=/trunk/; revision=9478
2001-04-20 19:52:57 +00:00
fda26f2055 Fixed typo
svn path=/trunk/; revision=9471
2001-04-20 12:16:56 +00:00
b5e2524365 Fixed bug that prevented new translations
svn path=/trunk/; revision=9470
2001-04-20 12:15:37 +00:00
133cef7877 Updated Spanish Translation
svn path=/trunk/; revision=9469
2001-04-20 12:14:59 +00:00
7f65dfa168 s/helixcode/ximian (How I missed this page on the first go-round I don't
2001-02-23  Aaron Weber  <aaron@helixcode.com>

	* C/apx-authors.sgml: s/helixcode/ximian (How I missed this page
	on the first go-round I don't know).

2001-03-14  Gediminas Paulauskas <menesis@delfi.lt>

	* C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml
	anymore

2001-02-23  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: IMAP subscriptions stuff.

svn path=/trunk/; revision=9430
2001-04-17 19:41:21 +00:00
54b5c7382a Pull up fix from the branch:
builddir != srcdir fix for building the calendar, executive summary
	and importer developers' docs.

svn path=/trunk/; revision=9408
2001-04-17 16:48:18 +00:00
a517acfa39 Updated Spanish translation.
svn path=/trunk/; revision=8878
2001-03-21 22:48:12 +00:00
1a0445682a Updated Spanish Translation
svn path=/trunk/; revision=8739
2001-03-15 18:36:19 +00:00
8391885d18 Removed .oafinfo files -- they are obsolete. Moved pixmaps from
2001-03-15  Gediminas Paulauskas <menesis@delfi.lt>

Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile

svn path=/trunk/; revision=8727
2001-03-15 03:46:54 +00:00
1e9f8b5d12 create doc/devel/executive-summary/Makefile
2001-03-14  Gediminas Paulauskas <menesis@delfi.lt>

	* configure.in: create doc/devel/executive-summary/Makefile

	* doc/C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml
	anymore

	* filter/filter-system-flag.c: translate status flag title.

svn path=/trunk/; revision=8714
2001-03-14 22:50:55 +00:00
43c6731edc Deleting some files that should not have been added in the first place
svn path=/trunk/; revision=8672
2001-03-13 16:11:28 +00:00
88c31b91a5 Adding files to help translating evolution guide using a .po way
Adding initial release of the spanish translation of evolution guide.

svn path=/trunk/; revision=8671
2001-03-13 16:07:33 +00:00
c06709a575 IMAP subscriptions stuff.
2001-02-23  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: IMAP subscriptions stuff.

svn path=/trunk/; revision=8366
2001-02-23 11:26:21 +00:00
561a5c4822 Advanced search/show all/save search stuff.
2001-02-21  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: Advanced search/show all/save search stuff.


	* C/evolution.sgml: This file replaces evolution-guide.sgml, for Nautilus Readiness.

	* C/apx-gloss.sgml: glossterm conduit.

	* C/config-sync.sgml: Glossterm conduit.

	* C/preface.sgml: Checked over for Keyboard-Shortcut and other truthfulness.

svn path=/trunk/; revision=8322
2001-02-21 17:45:00 +00:00
a5ce290f98 Validated. Verified. Markup fixed in several individual files.
2001-02-15  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Validated. Verified. Markup fixed in
	several individual files.

	* C/apx-gpl.sgml: cvs-removed for GNOME 1.4 compliance.

	* C/apx-fdl.sgml: cvs-removed for GNOME 1.4 compliance.

svn path=/trunk/; revision=8251
2001-02-16 05:13:24 +00:00
cc462d20db Added summary of services, with summary service summaries.
2001-02-14 Aaron Weber <aaron@ximian.com>

	* C/usage-exec-summary.sgml: Added summary of services, with
	summary service summaries.

	* C/usage-contact.sgml: More editing.

	* C/usage-calendar.sgml: More editing.

svn path=/trunk/; revision=8220
2001-02-14 12:38:33 +00:00
fd6e3e1eaa Overhaul. Now accurate and truthful and clear.
2001-02-09  Aaron Weber  <aaron@helixcode.com>

	* C/config-sync.sgml: Overhaul. Now accurate and truthful and clear.

	* C/usage-calendar.sgml: Minor Changes.

svn path=/trunk/; revision=8155
2001-02-10 02:05:13 +00:00
2ca1db97c9 Minor Changes.
2001-02-08  Aaron Weber  <aaron@helixcode.com>

	* C/usage-contact.sgml: Minor Changes.

	* C/usage-mail.sgml: Minor Changes.

2001-02-07  Aaron Weber  <aaron@helixcode.com>

	* C/menuref.sgml: Added section, but left blank til UI stabilizes.

	* C/usage-exec-summary.sgml: A little functionality described.

	* C/usage-mainwindow.sgml: Added tasks and Exec-summary.

	* C/usage-calendar.sgml: Describe semi-autonomy of task pad.

svn path=/trunk/; revision=8114
2001-02-08 20:44:25 +00:00
a214731656 s/contact manager/address book/ and revised text.
2001-02-06 Aaron Weber <aaron@ximian.com>
	* C/usage-contact.sgml: s/contact manager/address book/ and
	revised text.

	*C/usage-exec-summary.sgml: New file. Describes Executive Summary.

svn path=/trunk/; revision=8053
2001-02-07 18:20:19 +00:00