aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* add the importers.Chris Toshok2001-05-151-0/+4
| | | | | | | | 2001-05-15 Chris Toshok <toshok@ximian.com> * tools/killev: add the importers. svn path=/trunk/; revision=9812
* added file for ScrollkeeperKevin Breit2001-05-151-0/+4
| | | | | | | | 2001-05-14 Kevin Breit <battery841@mediaone.net> * doc/C/evolution-C.omf: added file for Scrollkeeper svn path=/trunk/; revision=9809
* add the nspr includes to the list of includes used to test for NSSChris Toshok2001-05-101-0/+6
| | | | | | | | | | 2001-05-09 Chris Toshok <toshok@ximian.com> * configure.in: add the nspr includes to the list of includes used to test for NSS headers, and don't assume -lpthread in the nss/nspr libs - use PTHREAD_LIB. svn path=/trunk/; revision=9743
* Kill the RDF Summary as well.Iain Holmes2001-05-101-0/+5
| | | | | | | Fix from R. Burton. Closes bug #1620 svn path=/trunk/; revision=9728
* OpenSSL LDFLAGS also needs to include -lcryptJeffrey Stedfast2001-05-101-0/+4
| | | | | | | | 2001-05-09 Jeffrey Stedfast <fejj@ximian.com> * configure.in: OpenSSL LDFLAGS also needs to include -lcrypt svn path=/trunk/; revision=9727
* Importer changesIain Holmes2001-05-091-0/+6
| | | | svn path=/trunk/; revision=9722
* Bumped check for gal to 0.7.99.3.Christopher James Lahey2001-05-081-0/+4
| | | | | | | | 2001-05-08 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped check for gal to 0.7.99.3. svn path=/trunk/; revision=9712
* undef HAVE_SSL and HAVE_OPENSSLJeffrey Stedfast2001-05-081-0/+6
| | | | | | | | | | 2001-05-04 Jeffrey Stedfast <fejj@ximian.com> * acconfig.h: undef HAVE_SSL and HAVE_OPENSSL * configure.in: Check for OpenSSL. svn path=/trunk/; revision=9698
* upped required gtkhtml version to 0.9.3, even that is not enough for idlGediminas Paulauskas2001-05-061-0/+7
| | | | | | | | | | | 2001-05-05 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: upped required gtkhtml version to 0.9.3, even that is not enough for idl changes. * README: you need LIB_XML_1_BRANCH. updated all version requirements from configure.in svn path=/trunk/; revision=9683
* Merge fix from the 0.10 branch:Ettore Perazzoli2001-04-271-0/+6
| | | | | | | Don't autogen `executive-summary/widgets/Makefile' as that subdirectory doesn't get distributed anymore. svn path=/trunk/; revision=9600
* Check for gethostbyname_r so e_gethostbyname_r will DTRT.Dan Winship2001-04-271-0/+3
| | | | | | | * configure.in: Check for gethostbyname_r so e_gethostbyname_r will DTRT. svn path=/trunk/; revision=9591
* We no longer depend on libunicode.Dan Winship2001-04-271-0/+8
| | | | | | | | | | * README: We no longer depend on libunicode. * configure.in: Remove check for libunicode. Remove unicode cflags and libs from all CFLAGS and LIBS variables. Add GAL_LIBS for things that need to depend on just gal (for gunicode). svn path=/trunk/; revision=9586
* Bump up the gal requirementDan Winship2001-04-251-0/+4
| | | | | | * configure.in: Bump up the gal requirement svn path=/trunk/; revision=9546
* Documentation building fixes merged from the evolution-0-10-branch:Ettore Perazzoli2001-04-241-0/+7
| | | | | | | 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
* We need to link in more than just libnspr4, we also need libpthread.Jeffrey Stedfast2001-04-231-0/+6
| | | | | | | | | | 2001-04-21 Jeffrey Stedfast <fejj@ximian.com> * configure.in (have_nspr_libs): We need to link in more than just libnspr4, we also need libpthread. (have_nss_libs): Don't forget to add nsprlibs to the LDFLAGS. svn path=/trunk/; revision=9497
* Added in "compose-messages.png" in the Makefile of evolution/artDuncan Mak2001-04-221-0/+4
| | | | svn path=/trunk/; revision=9487
* Merge fix from the 0.10 branch:Ettore Perazzoli2001-04-171-0/+5
| | | | | | `AC_OUTPUT()' `mail/Makefile' before `mail/importers/Makefile'. svn path=/trunk/; revision=9386
* Pull up fix from the branch:Ettore Perazzoli2001-04-161-0/+6
| | | | | | | Check for Editor.idl in the GNOME_PATH as well. Add `doc' to the SUBDIRS in the top-level Makefile. svn path=/trunk/; revision=9376
* Updated the required version of gal to 0.6.99.0.Christopher James Lahey2001-04-131-0/+4
| | | | | | | | 2001-04-12 Christopher James Lahey <clahey@ximian.com> * configure.in: Updated the required version of gal to 0.6.99.0. svn path=/trunk/; revision=9292
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-04-11 JP Rosevear <jpr@ximian.com> * configure.in: Check if gethostbyname_r take five params * acconfig.h: add GETHOSTBYNAME_R_FIVE_ARGS 2001-04-11 JP Rosevear <jpr@ximian.com> * providers/imap/Makefile.am: user GNOME_INCLUDEDIR since gnome files are included in the top level camel headers and the gtk include dir is now versioned and such * providers/local/Makefile.am: ditto * providers/pop3/Makefile.am: ditto * providers/smtp/Makefile.am: ditto * providers/sendmail/Makefile.am: ditto * camel-service.c: use five arg version of gethostbyname_r if appropriate (camel_get_host_byname): check if msg->herr is non-zero instead of checking if msg->hp is null since we may not always have msg->hp svn path=/trunk/; revision=9239
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * AUTHORS: /me is a translator. * configure.in (EVO_CHECK_LIB): fail with AC_MSG_ERROR, not echo && exit 1. 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * backend/ebook/evolution-gnomecard-importer.c: added missing #include. * contact-editor/e-contact-editor.c (_arrow_pressed): popup menu items were not translated after selecting one of them. * gui/widgets/e-addressbook-view.c: mark popup menu items with N_(). Updated list[] for translators. * gui/widgets/e-minicard.c: same. * gui/widgets/e-minicard-view-widget.c (e_minicard_view_widget_set_arg): fix warning for "editable" arg. * gui/widgets/e-minicard-view.c: convert "empty_message" to utf8. 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * widgets/e-summary-subwindow.c: added some missing includes. * widgets/e-summary-title-button.h: same. 2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> * menus/gal-view-menus.c: convert label to utf8. svn path=/trunk/; revision=9215
* create the makefile in camel/tests/smimeJeffrey Stedfast2001-04-101-0/+5
| | | | | | | | | 2001-04-10 Jeffrey Stedfast <fejj@ximian.com> * configure.in (EVOLUTION_DIR): create the makefile in camel/tests/smime svn path=/trunk/; revision=9212
* add some more 16 character versions for freebsd.Chris Toshok2001-04-091-0/+5
| | | | | | | | | 2001-04-08 Chris Toshok <toshok@ximian.com> * tools/killev (sysname): add some more 16 character versions for freebsd. svn path=/trunk/; revision=9208
* Brag.Kjartan Maraas2001-04-051-0/+4
| | | | | | | | 2001-04-04 Kjartan Maraas <kmaraas@gnome.org> * AUTHORS: Brag. svn path=/trunk/; revision=9188
* Executive summary and Trash now have nice icons both in tree/folder title andGediminas Paulauskas2001-04-041-0/+8
| | | | | | | | | | | | shortcut bar. Converted and replaced icons for trash and summary: exec-16-summary.xpm => evolution-today-mini.png delete_mesage.xpm => evolution-trash-mini.png, Copied evolution-trash.png icons from mc (needs tweaking to match other evolution icons though) svn path=/trunk/; revision=9154
* Remind users that they will currently have to copy their cert databaseJeffrey Stedfast2001-04-031-0/+5
| | | | | | | | | 2001-04-02 Jeffrey Stedfast <fejj@ximian.com> * README (SSL): Remind users that they will currently have to copy their cert database from their mozilla directory into ~/evolution. svn path=/trunk/; revision=9118
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-0/+4
| | | | | | | | | | | | | | Guided by Jacub Stener's mail, where he explaned which icons were renamed or added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash and Executive summary folder type icons. Fixed art/Makefile.am for these changes. Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made all components and dialogs use cache and not load pixmaps every time. Accidentally got a couple of includes fix in, but they won't break anything. svn path=/trunk/; revision=9092
* Bump this to 10. (We forgot to do this before branching *again*...)Dan Winship2001-03-311-0/+5
| | | | | | | * configure.in (EVOLUTION_MICRO_VERSION): Bump this to 10. (We forgot to do this before branching *again*...) svn path=/trunk/; revision=9053
* add a bit mentioning that if configure claims you don't have somethingDan Winship2001-03-291-0/+15
| | | | | | | | | | | | | | | | | * README: add a bit mentioning that if configure claims you don't have something installed when you think you do, that it's probably because you installed it in the wrong prefix, or because you need a -devel package. * configure.in: Add a new macro EVO_CHECK_LIB that checks for a gnome-config-based library of a given version or later, correctly, and if doesn't find it, suggests that you consult the README. Fix the various library checks to use this. Meanwhile, remove a bunch of old cruft and reorganize a little. * acconfig.h: Remove cruft svn path=/trunk/; revision=8997
* In a burst of egomania, added myself.Jon Trowbridge2001-03-281-0/+4
| | | | | | | | 2001-03-28 Jon Trowbridge <trow@ximian.com> * AUTHORS: In a burst of egomania, added myself. svn path=/trunk/; revision=8988
* create camel/misc/MakefileRadek Doulik2001-03-261-0/+4
| | | | | | | | 2001-03-26 Radek Doulik <rodo@ximian.com> * configure.in: create camel/misc/Makefile svn path=/trunk/; revision=8940
* Update xml-i18n-tools versionDan Winship2001-03-231-0/+4
| | | | | | * README: Update xml-i18n-tools version svn path=/trunk/; revision=8898
* new menu iconsJakub Steiner2001-03-221-0/+8
| | | | svn path=/trunk/; revision=8893
* fixing checkerboardJakub Steiner2001-03-221-0/+4
| | | | svn path=/trunk/; revision=8892
* Bumped gal requirement to 0.5.99.11.Christopher James Lahey2001-03-221-0/+4
| | | | | | | | 2001-03-22 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped gal requirement to 0.5.99.11. svn path=/trunk/; revision=8885
* renaming icons to make Miguel's speedups possibleJakub Steiner2001-03-221-0/+19
| | | | svn path=/trunk/; revision=8884
* Require bison, not yacc (for vcc.y)Dan Winship2001-03-221-0/+4
| | | | | | * configure.in: Require bison, not yacc (for vcc.y) svn path=/trunk/; revision=8877
* Added all the new icons to the distribution.Miguel de Icaza2001-03-221-0/+5
| | | | | | | | | 2001-03-20 Miguel de Icaza <miguel@ximian.com> * art/Makefile.am (images_DATA): Added all the new icons to the distribution. svn path=/trunk/; revision=8869
* More fixes for NSPR and NSS checks - use fixed it to use AC_CHECK_HEADERSJeffrey Stedfast2001-03-211-0/+7
| | | | | | | | | | | 2001-03-20 Jeffrey Stedfast <fejj@ximian.com> * configure.in: More fixes for NSPR and NSS checks - use fixed it to use AC_CHECK_HEADERS instead of AC_CHECK_FILES. Also made it not default the nspr lib path to /usr/lib/mozilla which may not be in the user's library path when checking for nspr libs. svn path=/trunk/; revision=8856
* color coded app icons and some new icons. also a new splash (probably to be ↵Jakub Steiner2001-03-211-0/+20
| | | | | | replaced in seconds by tigert's ;) svn path=/trunk/; revision=8855
* Fix ettore's fix ;-)Jeffrey Stedfast2001-03-201-0/+4
| | | | | | | | 2001-03-19 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Fix ettore's fix ;-) svn path=/trunk/; revision=8842
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-19 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped gal requirement to 0.5.99.8. From addressbook/ChangeLog: 2001-03-19 Christopher James Lahey <clahey@ximian.com> * Merged branch: 2001-03-14 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-minicard-view.c: Call e_selection_model_simple_insert_rows and e_selection_model_simple_delete_rows instead of e_selection_model_simple_insert_row and e_selection_model_simple_delete_row. End of branch From mail/ChangeLog: 2001-03-19 Christopher James Lahey <clahey@ximian.com> * Merged e-tree-rework-branch: 2001-03-18 Christopher James Lahey <clahey@ximian.com> * message-list.c: Added has_save_id and get_save_id methods. * subscribe-dialog.c: Added arguments for e_tree_memory_callbacks_new of get_save_id and has_save_id to NULL. 2001-03-16 Christopher James Lahey <clahey@ximian.com> * message-list.c: Added a call to e_tree_memory_set_expanded_default to TRUE. Removed all calls to set_expanded on nodes while the tree is frozen since this fails miserably now. 2001-03-13 Christopher James Lahey <clahey@ximian.com> * message-list.c (message_list_get_layout): Turned off draw-grid. 2001-03-09 Christopher James Lahey <clahey@ximian.com> * folder-browser-factory.c, folder-browser.c, message-list.c, message-list.h, subscribe-dialog.c, subscribe-dialog.h, mail-callbacks.c: Converted these all to use ETree instead of ETable. End of branch From shell/ChangeLog: 2001-03-19 Christopher James Lahey <clahey@ximian.com> * Merged e-tree-rework-branch: 2001-03-19 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c (etree_get_save_id): Made "root" detection deal properly with removed nodes. 2001-03-18 Christopher James Lahey <clahey@ximian.com> * e-shell-view.c (e_shell_view_save_settings): Added some unused code to implement saving of the expanded state. * e-storage-set-view.c: Added has_save_id and get_save_id methods. 2001-03-13 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c (ETREE_SPEC): Set draw-grid here to false. 2001-03-09 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c, e-storage-set-view.h: Chaned this to use ETree instead of ETable. End of branch svn path=/trunk/; revision=8839
* Make sure we never define `NSPR_CFLAGS' or `NSS_CFLAGS' as just "-I".Ettore Perazzoli2001-03-201-0/+5
| | | | | | | | | 2001-03-19 Ettore Perazzoli <ettore@ximian.com> * configure.in: Make sure we never define `NSPR_CFLAGS' or `NSS_CFLAGS' as just "-I". svn path=/trunk/; revision=8824
* pulled from the 0.9 release.Jeffrey Stedfast2001-03-191-0/+4
| | | | | | | | 2001-03-19 Jeffrey Stedfast <fejj@ximian.com> * NEWS: pulled from the 0.9 release. svn path=/trunk/; revision=8819
* Updated the checks for NSS and NSPRJeffrey Stedfast2001-03-191-0/+4
| | | | | | | | 2001-03-18 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Updated the checks for NSS and NSPR svn path=/trunk/; revision=8803
* Added directions on how to build with SSL support.Jeffrey Stedfast2001-03-171-0/+6
| | | | | | | | | | 2001-03-16 Jeffrey Stedfast <fejj@ximian.com> * README: Added directions on how to build with SSL support. * configure.in: Updated the checks for NSS and NSPR svn path=/trunk/; revision=8773
* import druid iconJakub Steiner2001-03-161-0/+4
| | | | svn path=/trunk/; revision=8751
* Bump gal requirement to 0.5.99.7Dan Winship2001-03-161-0/+4
| | | | | | * configure.in: Bump gal requirement to 0.5.99.7 svn path=/trunk/; revision=8750
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-1/+7
| | | | | | | | | | | | 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
* create doc/devel/executive-summary/MakefileGediminas Paulauskas2001-03-151-0/+4
| | | | | | | | | | | | | 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
* Updated to AC_SUBST the NSPR/NSS flags.Jeffrey Stedfast2001-03-151-0/+4
| | | | | | | | 2001-03-12 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Updated to AC_SUBST the NSPR/NSS flags. svn path=/trunk/; revision=8712
* Pull up some of the clarifications from the 0.9 branchDan Winship2001-03-141-0/+4
| | | | | | * README: Pull up some of the clarifications from the 0.9 branch svn path=/trunk/; revision=8707
* add -lresolv to LDAP_LIBS if it's there.Chris Toshok2001-03-141-0/+4
| | | | | | | | 2001-03-13 Chris Toshok <toshok@ximian.com> * configure.in: add -lresolv to LDAP_LIBS if it's there. svn path=/trunk/; revision=8678
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-0/+4
| | | | | | importer. svn path=/trunk/; revision=8661
* Rearranged some of the dependencies to try to get them into a more correctJeffrey Stedfast2001-03-131-0/+6
| | | | | | | | | | 2001-03-12 Jeffrey Stedfast <fejj@ximian.com> * README: Rearranged some of the dependencies to try to get them into a more correct order (needed for people building all of these packages by hand). svn path=/trunk/; revision=8660
* UpdateJP Rosevear2001-03-131-0/+4
| | | | | | | | 2001-03-12 JP Rosevear <jpr@ximian.com> * README: Update svn path=/trunk/; revision=8643
* Hm... probably would be clever to be calling this 0.9 rather than 0.8,Dan Winship2001-03-101-0/+6
| | | | | | | | * configure.in (EVOLUTION_MICRO_VERSION): Hm... probably would be clever to be calling this 0.9 rather than 0.8, since it's almost 0.10. svn path=/trunk/; revision=8620
* Changed int to char when returning a character from a stream (since itChristopher James Lahey2001-03-101-0/+5
| | | | | | | | | 2001-03-09 Christopher James Lahey <clahey@ximian.com> * libversit/vcc.y: Changed int to char when returning a character from a stream (since it needs to be able to hold EOF.) svn path=/trunk/; revision=8617
* Removed --enable-assbarn-security and replaced it with the real options:Jeffrey Stedfast2001-03-081-0/+10
| | | | | | | | | | | | | | 2001-03-07 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Removed --enable-assbarn-security and replaced it with the real options: --with-nspr-includes=PREFIX --with-nspr-libs=PREFIX --with-nss=PREFIX * acconfig.h: #undef HAVE_NSS svn path=/trunk/; revision=8591
* Require GAL 0.5.99.6.Ettore Perazzoli2001-03-081-0/+4
| | | | svn path=/trunk/; revision=8588
* /* xgettext:no-c-format */ before the welcome message.Kjartan Maraas2001-03-081-0/+2
| | | | | | | | | 2001-03-07 Kjartan Maraas <kmaraas@gnome.org> * shell/main: /* xgettext:no-c-format */ before the welcome message. svn path=/trunk/; revision=8584
* Don't try to generate a Makefile in camel/providers/vee as it's empty.Kjartan Maraas2001-03-081-0/+5
| | | | | | | | | 2001-03-07 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Don't try to generate a Makefile in camel/providers/vee as it's empty. svn path=/trunk/; revision=8583
* Update pilot instructionsJP Rosevear2001-03-061-0/+4
| | | | | | | | 2001-03-05 JP Rosevear <jpr@ximian.com> * README: Update pilot instructions svn path=/trunk/; revision=8564
* Check for gal 0.5.99.4.Christopher James Lahey2001-03-061-0/+4
| | | | | | | | 2001-03-05 Christopher James Lahey <clahey@ximian.com> * configure.in: Check for gal 0.5.99.4. svn path=/trunk/; revision=8557
* Reorganize a bit to get rid of warnings about AC_TRY_COMPILE being usedDan Winship2001-03-051-0/+5
| | | | | | | * configure.in: Reorganize a bit to get rid of warnings about AC_TRY_COMPILE being used before AC_ISC_POSIX svn path=/trunk/; revision=8543
* Added views/addressbook/Makefile.Christopher James Lahey2001-03-041-0/+4
| | | | | | | | 2001-03-04 Christopher James Lahey <clahey@ximian.com> * configure.in: Added views/addressbook/Makefile. svn path=/trunk/; revision=8541
* install conduit iconsJP Rosevear2001-03-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 2001-03-02 JP Rosevear <jpr@ximian.com> * art/Makefile.am: install conduit icons 2001-03-02 JP Rosevear <jpr@ximian.com> * conduit/Makefile.am: update sed script * conduit/e-address.conduit.in: update for new pilot foo 2001-03-02 JP Rosevear <jpr@ximian.com> * conduits/todo/e-todo.conduit.in: update for new pilot foo * conduits/calendar/e-calendar.conduit.in: ditto * conduits/todo/Makefile.am: update sed script * conduits/calendar/Makefile.am: ditto svn path=/trunk/; revision=8529
* add logic to make sure we're building against OpenLDAP >= 2Chris Toshok2001-03-021-0/+4
| | | | | | | | 2001-03-02 Chris Toshok <toshok@ximian.com> * configure.in: add logic to make sure we're building against OpenLDAP >= 2 svn path=/trunk/; revision=8519
* Added views stuff.Christopher James Lahey2001-03-021-0/+4
| | | | | | | | 2001-03-01 Christopher James Lahey <clahey@ximian.com> * Makefile.am (SUBDIRS), configure.in: Added views stuff. svn path=/trunk/; revision=8461
* Redo the Kerberos stuff again to deal with the stuff currently on myDan Winship2001-03-021-0/+6
| | | | | | | | * configure.in: Redo the Kerberos stuff again to deal with the stuff currently on my machine. I think it should deal with both the MIT and KTH versions of both krb4 and krb5 now. svn path=/trunk/; revision=8450
* pilot conduitsJakub Steiner2001-03-021-0/+11
| | | | svn path=/trunk/; revision=8447
* Check for gal 0.5.99.2.Christopher James Lahey2001-03-011-0/+4
| | | | | | | | 2001-03-01 Christopher James Lahey <clahey@ximian.com> * configure.in: Check for gal 0.5.99.2. svn path=/trunk/; revision=8445
* Check for gal 0.5.99.1.Christopher James Lahey2001-02-201-0/+4
| | | | | | | | 2001-02-19 Christopher James Lahey <clahey@ximian.com> * configure.in: Check for gal 0.5.99.1. svn path=/trunk/; revision=8299
* Check for gal 0.5.99.0.Christopher James Lahey2001-02-151-0/+4
| | | | | | | | 2001-02-15 Christopher James Lahey <clahey@ximian.com> * configure.in: Check for gal 0.5.99.0. svn path=/trunk/; revision=8241
* Ignore generated .oaf filesDan Winship2001-02-151-0/+4
| | | | | | * various .cvsignore files: Ignore generated .oaf files svn path=/trunk/; revision=8237
* Set toolbar new appointment icon (set_pixmap): load files rather thanJP Rosevear2001-02-141-0/+6
| | | | | | | | | | | | | | | | | | 2001-02-13 JP Rosevear <jpr@ximian.com> * gui/calendar-commands.c (update_pixmaps): Set toolbar new appointment icon (set_pixmap): load files rather than create from xpm file * gui/*view.xpm: move to the art directory 2001-02-13 JP Rosevear <jpr@ximian.com> * art/Makefile.am: install new files * art/*view.xpm: add files from calendar/gui svn path=/trunk/; revision=8216
* rework ldap check logic so it'll work to --disable-ldap if you'veChris Toshok2001-02-121-0/+5
| | | | | | | | | 2001-02-11 Chris Toshok <toshok@ximian.com> * configure.in: rework ldap check logic so it'll work to --disable-ldap if you've previously configured with --enable-ldap. svn path=/trunk/; revision=8176
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-111-0/+8
| | | | | | | | | | | | | | | | | Removed all files where glade writes strings. Changed Makefile.am to not distribute them. Changed all glade files to not write strings to those files. Removed *.desktop and evolution.keys files, because they are generated. Added them to .cvsignore Added *.desktop.in evolution.keys.in files without transalted strings. Added all existing entries from desktop files to po files. Changed Makefile.am to distribute only .in files, and merge translations into desktop files. Removed obsolete files from po/ dir svn path=/trunk/; revision=8164
* Added hacks to check for Mozilla libs like nspr and nss that we will needJeffrey Stedfast2001-02-101-0/+5
| | | | | | | | | 2001-02-09 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Added hacks to check for Mozilla libs like nspr and nss that we will need for SSL and S/MIME. svn path=/trunk/; revision=8154
* depend on bonobo >= 0.36Michael Meeks2001-02-091-0/+4
| | | | | | | | 2001-02-09 Michael Meeks <michael@ximian.com> * configure.in: depend on bonobo >= 0.36 svn path=/trunk/; revision=8136
* Upped the version number of gal required to 0.5.Christopher James Lahey2001-02-091-0/+4
| | | | | | | | 2001-02-08 Christopher James Lahey <clahey@ximian.com> * configure.in: Upped the version number of gal required to 0.5. svn path=/trunk/; revision=8121
* Update to latest requirementsJP Rosevear2001-02-071-0/+4
| | | | | | | | 2001-02-07 JP Rosevear <jpr@ximian.com> * README: Update to latest requirements svn path=/trunk/; revision=8049
* Added xml-* files.Jeffrey Stedfast2001-02-061-0/+4
| | | | | | | | 2001-02-05 Jeffrey Stedfast <fejj@ximian.com> * .cvsignore: Added xml-* files. svn path=/trunk/; revision=8014
* Added pt_BR to ALL_LINGUAS.Gustavo Maciel Dias Vieira2001-02-061-0/+4
| | | | | | | | 2001-02-05 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * configure.in (ALL_LINGUAS): Added pt_BR to ALL_LINGUAS. svn path=/trunk/; revision=7980
* Require version 0.4.99.8 of gal.Christopher James Lahey2001-02-051-0/+4
| | | | | | | | 2001-02-04 Christopher James Lahey <clahey@ximian.com> * configure.in: Require version 0.4.99.8 of gal. svn path=/trunk/; revision=7961
* Make sure we have gnome-libs 1.2.9 or higher.Federico Mena Quintero2001-02-041-0/+4
| | | | | | | | 2001-02-03 Federico Mena Quintero <federico@ximian.com> * configure.in: Make sure we have gnome-libs 1.2.9 or higher. svn path=/trunk/; revision=7946
* allow --enable/disable-ldap.Chris Toshok2001-02-021-0/+4
| | | | | | | | 2001-02-01 Chris Toshok <toshok@ximian.com> * configure.in: allow --enable/disable-ldap. svn path=/trunk/; revision=7943
* Fix this script to make it work with Solaris. Patch from Louise Miller.Jason Leach2001-02-021-0/+5
| | | | | | | | | 2001-02-01 Jason Leach <jasonleach@usa.net> * tools/killev: Fix this script to make it work with Solaris. Patch from Louise Miller. svn path=/trunk/; revision=7936
* reviewed by: JP Rosevear <jpr@ximian.com>Eskil Heyn Olsen2001-01-301-0/+10
| | | | | | | | | | | | reviewed by: JP Rosevear <jpr@ximian.com> * acconfig.h: Added the ENABLE_NNTP define * configure.in: Fixed the NNTP m4 section. svn path=/trunk/; revision=7904
* configure.in: Added sk to ALL_LINGUASStano Visnovsky2001-01-301-0/+5
| | | | svn path=/trunk/; revision=7892
* remove widgets/shortcut-bar/Makefile from here.Jason Leach2001-01-271-0/+5
| | | | | | | | | 2001-01-27 Jason Leach <jasonleach@usa.net> * configure.in (AC_OUTPUT): remove widgets/shortcut-bar/Makefile from here. svn path=/trunk/; revision=7858
* Upped the required version of gal in evolution.Christopher James Lahey2001-01-261-0/+4
| | | | | | | | 2001-01-25 Christopher James Lahey <clahey@helixcode.com> * configure.in: Upped the required version of gal in evolution. svn path=/trunk/; revision=7811
* Get the mailer to use the new menu icons.Ettore Perazzoli2001-01-251-0/+4
| | | | svn path=/trunk/; revision=7805
* Make the addressbook use the new 16x16 icons in the menus.Ettore Perazzoli2001-01-251-0/+5
| | | | svn path=/trunk/; revision=7804
* Get the addressbook to use the new "Show all" icon.Ettore Perazzoli2001-01-251-0/+4
| | | | svn path=/trunk/; revision=7802
* Upped the required version of gal in evolution.Christopher James Lahey2001-01-251-0/+4
| | | | | | | | 2001-01-24 Christopher James Lahey <clahey@helixcode.com> * configure.in: Upped the required version of gal in evolution. svn path=/trunk/; revision=7786
* new splash. /tigTuomas Kuosmanen2001-01-231-0/+5
| | | | svn path=/trunk/; revision=7715
* create a new cal component alarm (cal_component_add_alarm): add alarm toJP Rosevear2001-01-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | 2001-01-19 JP Rosevear <jpr@ximian.com> * cal-util/cal-component.c (cal_component_alarm_new): create a new cal component alarm (cal_component_add_alarm): add alarm to the cal component (cal_component_remove_alarm): remove alarm from the cal component (remove_alarm): remove alarm from hash * cal-util/cal-component.h: new protos * conduits/calendar/calendar-conduit.c (comp_from_remote_record): add alarm information, still needs to be hacked to replace an already existing alarm. questions abound about the heuristic for doing this. 2001-01-17 JP Rosevear <jpr@ximian.com> * README: Update package requirements svn path=/trunk/; revision=7647
* Changed a leftover $with_x_mailer to $with_sub_version. Made it so that ifJason Leach2001-01-191-0/+7
| | | | | | | | | | | 2001-01-19 Jason Leach <jasonleach@usa.net> * configure.in: Changed a leftover $with_x_mailer to $with_sub_version. Made it so that if $with_sub_version isn't specified, we don't try to output it, and also corrected the way SUB_VERSION is defined. svn path=/trunk/; revision=7644
* Um, why was the doc directory removed from SUBDIRS?Federico Mena Quintero2001-01-191-0/+4
| | | | | | | | 2001-01-18 Federico Mena Quintero <federico@ximian.com> * Makefile.am: Um, why was the doc directory removed from SUBDIRS? svn path=/trunk/; revision=7626
* add the doc/devel/importer/Makefile as a target.Larry Ewing2001-01-181-0/+5
| | | | | | | | | | | | | 2001-01-17 Larry Ewing <lewing@helixcode.com> * configure.in (EVOLUTION_DIR): add the doc/devel/importer/Makefile as a target. * backend/ebook/Makefile.am (oaf_DATA): don't require the pine oainfo file until it is actually added to the repository. We need to keep the build working for nightlies to work. svn path=/trunk/; revision=7597
* Replace `--with-x-mailer' with a more generic `--with-sub-version'.Ettore Perazzoli2001-01-181-0/+8
| | | | | | | | | The value you provide is now also displayed in the shell title bar. And while I was at it, I changed the title bar so that it displays the name of the folder first (instead of "Evolution - Inbox" it says "Inbox - Evolution 0.8 [yaddayadda]"). svn path=/trunk/; revision=7585
* add --enable-nntp switch. default is no.Chris Toshok2001-01-171-0/+4
| | | | | | | | 2001-01-16 Chris Toshok <toshok@helixcode.com> * configure.in: add --enable-nntp switch. default is no. svn path=/trunk/; revision=7549
* Add --with-x-mailer to set the version string that appears in the X-MailerDan Winship2001-01-171-0/+5
| | | | | | | * configure.in, acconfig.h: Add --with-x-mailer to set the version string that appears in the X-Mailer header. svn path=/trunk/; revision=7539
* Changed the required version of gal.Christopher James Lahey2001-01-161-0/+4
| | | | | | | | 2001-01-15 Christopher James Lahey <clahey@ximian.com> * configure.in: Changed the required version of gal. svn path=/trunk/; revision=7525
* added icons for Message->Copy/Move message to folder -menu entries.. /tigTuomas Kuosmanen2001-01-161-0/+5
| | | | svn path=/trunk/; revision=7508
* new version of the calendar icon... /tigTuomas Kuosmanen2001-01-161-0/+9
| | | | svn path=/trunk/; revision=7505
* changed the signature of the property_bag get/set functionsDietmar Maurer2001-01-151-0/+5
| | | | svn path=/trunk/; revision=7499
* remove old config messageJP Rosevear2001-01-151-0/+4
| | | | | | | | 2001-01-14 JP Rosevear <jpr@ximian.com> * configure.in: remove old config message svn path=/trunk/; revision=7492
* added default_user/local/Tasks/Makefile to AC_OUTPUT.Damon Chaplin2001-01-141-0/+10
| | | | | | | | 2001-01-14 Damon Chaplin <damon@helixcode.com> * configure.in: added default_user/local/Tasks/Makefile to AC_OUTPUT. svn path=/trunk/; revision=7482
* Removed GPG stuff.Jeffrey Stedfast2001-01-131-0/+4
| | | | | | | | | | | | 2001-01-12 Jeffrey Stedfast <fejj@ximian.com> * config.h.in: Removed GPG stuff. * acconfig.h: Take out all refs to PGP and GPG stuff. * configure.in: Take out the PGP/GPG detection stuff. svn path=/trunk/; revision=7471
* Take out the PGP/GPG detection stuff.Jeffrey Stedfast2001-01-131-0/+4
| | | | | | | | 2001-01-12 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Take out the PGP/GPG detection stuff. svn path=/trunk/; revision=7470
* Suggest what to do if gtk-doc is not found.Federico Mena Quintero2001-01-131-0/+4
| | | | | | | | 2001-01-12 Federico Mena Quintero <federico@ximian.com> * configure.in: Suggest what to do if gtk-doc is not found. svn path=/trunk/; revision=7468
* Make evolution depend on the new version of gal.Christopher James Lahey2001-01-131-2/+6
| | | | | | | | 2001-01-12 Christopher James Lahey <clahey@helixcode.com> * configure.in: Make evolution depend on the new version of gal. svn path=/trunk/; revision=7467
* Ximianize. Also update the README a bit and mention the OAF stable branch.Dan Winship2001-01-131-0/+5
| | | | | | | * MAINTAINERS, AUTHORS, README: Ximianize. Also update the README a bit and mention the OAF stable branch. svn path=/trunk/; revision=7450
* Add a white outline around the "!" so it still shows up clearly inDan Winship2001-01-121-0/+6
| | | | | | | | * art/priority-high.xpm: Add a white outline around the "!" so it still shows up clearly in selected rows when your theme selection color is reddish. (Problem pointed out by Federico.) svn path=/trunk/; revision=7400
* At the end of the configure process, report whether the documentationFederico Mena Quintero2001-01-111-0/+5
| | | | | | | | | 2001-01-11 Federico Mena Quintero <federico@helixcode.com> * configure.in: At the end of the configure process, report whether the documentation files will be built or not. svn path=/trunk/; revision=7385
* new versions of them iconz /tigertTuomas Kuosmanen2001-01-111-0/+4
| | | | svn path=/trunk/; revision=7371
* Added calendar/gui/alarm-notify/Makefile.Federico Mena Quintero2001-01-101-0/+4
| | | | | | | | 2001-01-09 Federico Mena Quintero <federico@helixcode.com> * configure.in (AC_OUTPUT): Added calendar/gui/alarm-notify/Makefile. svn path=/trunk/; revision=7339
* new version of the contacts mini-icon. /tigertTuomas Kuosmanen2001-01-051-0/+4
| | | | svn path=/trunk/; revision=7264
* Removed camel/providers/mbox/Makefile and camel/providers/mh/Makefile.Christopher James Lahey2001-01-041-0/+5
| | | | | | | | | 2001-01-03 Christopher James Lahey <clahey@helixcode.com> * configure.in (EVOLUTION_DIR): Removed camel/providers/mbox/Makefile and camel/providers/mh/Makefile. svn path=/trunk/; revision=7237
* Require bonobo 0.31Michael Meeks2001-01-021-0/+4
| | | | | | | | 2001-01-01 Michael Meeks <michael@helixcode.com> * configure.in: Require bonobo 0.31 svn path=/trunk/; revision=7200
* If we find threads ok, then always turn on ENABLE_THREADS.Not Zed2000-12-241-0/+5
| | | | | | | | | 2000-12-24 Not Zed <NotZed@HelixCode.com> * configure.in: If we find threads ok, then always turn on ENABLE_THREADS. svn path=/trunk/; revision=7154
* Added a bit of addressbook NEWS.Christopher James Lahey2000-12-151-0/+6
| | | | | | | | | | 2000-12-14 Christopher James Lahey <clahey@helixcode.com> * NEWS (Addressbook): Added a bit of addressbook NEWS. * configure.in: Updated the gal check to require gal 0.4. svn path=/trunk/; revision=7030
* Moved these images each up one pixel.Christopher James Lahey2000-12-151-0/+5
| | | | | | | | | 2000-12-14 Christopher James Lahey <clahey@helixcode.com> * art/mail-new.xpm, art/mail-read.xpm, art/mail-replied.xpm: Moved these images each up one pixel. svn path=/trunk/; revision=7027
* Update.Jeffrey Stedfast2000-12-151-0/+4
| | | | | | | | 2000-12-14 Jeffrey Stedfast <fejj@helixcode.com> * NEWS: Update. svn path=/trunk/; revision=7025
* UpdateJP Rosevear2000-12-151-0/+4
| | | | | | | | 2000-12-14 JP Rosevear <jpr@helixcode.com> * NEWS: Update svn path=/trunk/; revision=7011
* ChangeLog for the new splash screen.Ettore Perazzoli2000-12-141-0/+4
| | | | svn path=/trunk/; revision=6998
* Removed mention of ETable and EText in widgets directory.Christopher James Lahey2000-12-141-0/+5
| | | | | | | | | 2000-12-12 Christopher James Lahey <clahey@helixcode.com> * README: Removed mention of ETable and EText in widgets directory. svn path=/trunk/; revision=6986
* Mention the gconf stable branch.Dan Winship2000-12-131-0/+4
| | | | | | * README: Mention the gconf stable branch. svn path=/trunk/; revision=6955
* Updated the required version of gal.Christopher James Lahey2000-12-091-0/+4
| | | | | | | | 2000-12-07 Christopher James Lahey <clahey@helixcode.com> * configure.in: Updated the required version of gal. svn path=/trunk/; revision=6874
* renamed HTMLEditor.idl to Editor.idlRadek Doulik2000-12-081-0/+5
| | | | | | | | | 2000-12-07 Radek Doulik <rodo@helixcode.com> * configure.in (GTKHTML_LIBS): renamed HTMLEditor.idl to Editor.idl svn path=/trunk/; revision=6842
* Added some Norwegian translations.Kjartan Maraas2000-12-071-0/+4
| | | | | | | | 2000-12-06 Kjartan Maraas <kmaraas@gnome.org> * data/evolution.keys: Added some Norwegian translations. svn path=/trunk/; revision=6820
* Increased the required version of gal.Christopher James Lahey2000-12-071-0/+4
| | | | | | | | 2000-12-06 Christopher James Lahey <clahey@helixcode.com> * configure.in: Increased the required version of gal. svn path=/trunk/; revision=6815
* minor tweakJP Rosevear2000-12-061-0/+4
| | | | | | | | 2000-12-05 JP Rosevear <jpr@helixcode.com> * README: minor tweak svn path=/trunk/; revision=6799
* Added camel/tests/stream/Makefile.am.Not Zed2000-12-051-0/+4
| | | | | | | | 2000-12-05 Not Zed <NotZed@HelixCode.com> * configure.in: Added camel/tests/stream/Makefile.am. svn path=/trunk/; revision=6791
* gnome-vfs depends on gconf, so add that.Dan Winship2000-12-021-0/+4
| | | | | | * README: gnome-vfs depends on gconf, so add that. svn path=/trunk/; revision=6755
* ugh, it helps when you save the ChangeLog before commiting it :)Jeffrey Stedfast2000-12-011-2/+1
| | | | svn path=/trunk/; revision=6747
* Bumped required gal version to 0.2.99.4 for e_str_make_safe.Jeffrey Stedfast2000-12-011-0/+8
| | | | | | | | | | | 2000-11-30 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Bumped required gal version to 0.2.99.4 for e_str_make_safe. * README: Added some necessary :'s in the pilot-link cvs stuff. svn path=/trunk/; revision=6746
* removed #ifdef ENABLE_NLS/#endif on Miguel's request.Gediminas Paulauskas2000-11-301-0/+7
| | | | | | | | 2000-11-30 Gediminas Paulauskas <menesis@delfi.lt> removed #ifdef ENABLE_NLS/#endif on Miguel's request. svn path=/trunk/; revision=6727
* Update pilot infoJP Rosevear2000-11-301-0/+4
| | | | | | | | 2000-11-29 JP Rosevear <jpr@helixcode.com> * README: Update pilot info svn path=/trunk/; revision=6726
* Bump required gal version to 0.2.99.3 for iconv changesDan Winship2000-11-301-0/+5
| | | | | | | * configure.in: Bump required gal version to 0.2.99.3 for iconv changes svn path=/trunk/; revision=6720
* Added a copy of the GNU Free Documentation License.Federico Mena Quintero2000-11-301-0/+7
| | | | | | | | | | | 2000-11-29 Federico Mena Quintero <federico@helixcode.com> * COPYING-DOCS: Added a copy of the GNU Free Documentation License. * Makefile.am (EXTRA_DIST): Added COPYING-DOCS. svn path=/trunk/; revision=6714
* Add USE_FLOCK, USE_FCNTL, USE_FLOCKJP Rosevear2000-11-291-0/+6
| | | | | | | | | | | | | | 2000-11-28 JP Rosevear <jpr@helixcode.com> * acconfig.h: Add USE_FLOCK, USE_FCNTL, USE_FLOCK * configure.in: Auto* magic for various camel locking types 2000-11-28 JP Rosevear <jpr@helixcode.com> * camel-lock.c: No longer hard code the enabled lock types svn path=/trunk/; revision=6703
* Added camel/tests/folder/MakefileNot Zed2000-11-281-0/+4
| | | | | | | | 2000-11-28 Not Zed <NotZed@HelixCode.com> * configure.in (AC_OUTPUT): Added camel/tests/folder/Makefile svn path=/trunk/; revision=6692
* Update - hopefully I assigned blame correctly :-)JP Rosevear2000-11-281-0/+6
| | | | | | | | | | | | | | 2000-11-27 JP Rosevear <jpr@helixcode.com> * AUTHORS: Update - hopefully I assigned blame correctly :-) * MAINTAINERS: ditto 2000-11-27 JP Rosevear <jpr@helixcode.com> * e-shell-view-menu.c (command_about_box): Add myself, anna, jesse svn path=/trunk/; revision=6684
* Correct the bonobo version error messageJP Rosevear2000-11-281-0/+6
| | | | | | | | | | 2000-11-27 JP Rosevear <jpr@helixcode.com> * configure.in: Correct the bonobo version error message * README: Update svn path=/trunk/; revision=6683
* Added camel/tests stuff to output macro.Not Zed2000-11-241-0/+8
| | | | | | | | | | | | 2000-11-24 Not Zed <NotZed@HelixCode.com> * configure.in: Added camel/tests stuff to output macro. 2000-11-14 Not Zed <NotZed@HelixCode.com> * configure.in: Added local provider dir to output macro. svn path=/trunk/; revision=6655
* Check for libgpgme. (Support not added to mail yet.)Dan Winship2000-11-221-0/+5
| | | | | | | * configure.in: Check for libgpgme. (Support not added to mail yet.) svn path=/trunk/; revision=6641
* Removed the default_user/local/Tasks/Makefile until the relevant files areFederico Mena Quintero2000-11-221-0/+6
| | | | | | | | | | 2000-11-21 Federico Mena Quintero <federico@helixcode.com> * configure.in (EVOLUTION_DIR): Removed the default_user/local/Tasks/Makefile until the relevant files are on CVS. svn path=/trunk/; revision=6636
* Added widgets/menus that contains the gal-view-menus.c code from Gal thatMiguel de Icaza2000-11-181-0/+9
| | | | | | | | | | | | | 2000-11-18 Miguel de Icaza <miguel@helixcode.com> * Added widgets/menus that contains the gal-view-menus.c code from Gal that depended on Bonobo. * configure.in: Update list of Makefiles; * widgets/Makefile.am: Update. svn path=/trunk/; revision=6608
* Update the gal reqiurement version.Christopher James Lahey2000-11-141-0/+4
| | | | | | | | | | | | | | | 2000-11-13 Christopher James Lahey <clahey@helixcode.com> * configure.in: Update the gal reqiurement version. From mail/ChangeLog: 2000-11-13 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Removed some e_table_model calls and replaced them with e_tree_model calls. svn path=/trunk/; revision=6564
* Require Bonobo >= 0.29, due to the XSync fix.Michael Meeks2000-11-111-0/+5
| | | | | | | | | | | | | | 2000-11-10 Michael Meeks <michael@helixcode.com> * configure.in: Require Bonobo >= 0.29, due to the XSync fix. 2000-11-06 Michael Meeks <michael@helixcode.com> * e-shell-view.c (unrealize): remove. (e_shell_view_construct): ditto. svn path=/trunk/; revision=6537
* Require gal 0.2.99.1.Christopher James Lahey2000-11-101-0/+4
| | | | | | | | | | | | | | | | | | | | 2000-11-09 Christopher James Lahey <clahey@helixcode.com> * configure.in: Require gal 0.2.99.1. From addressbook/ChangeLog: 2000-11-09 Christopher James Lahey <clahey@helixcode.com> * backend/pas/pas-backend-ldap.c: Fixed a warning. * gui/component/addressbook.c: Put in gal view menus for testing purposes. * printing/e-contact-print-envelope.c: Fixed up envelope printing a bit. Added code for printing return addresses. svn path=/trunk/; revision=6529
* Require gal 0.2.1.3Jeffrey Stedfast2000-11-071-0/+4
| | | | | | | | 2000-11-06 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Require gal 0.2.1.3 svn path=/trunk/; revision=6465
* ${prefix} doesn't get defaulted until the end of configure, so check ifDan Winship2000-11-071-0/+6
| | | | | | | | * configure.in (GTKHTML_LIBS): ${prefix} doesn't get defaulted until the end of configure, so check if it's "NONE" and use ${ac_default_prefix} if so. svn path=/trunk/; revision=6426
* also look for HTMLEditor.idl in ${prefix}/share/gtkhtmlRadek Doulik2000-11-061-0/+5
| | | | | | | | | 2000-11-06 Radek Doulik <rodo@helixcode.com> * configure.in (GTKHTML_LIBS): also look for HTMLEditor.idl in ${prefix}/share/gtkhtml svn path=/trunk/; revision=6414
* raise required version number to 0.8 added check for HTMLEditor.idl fileRadek Doulik2000-11-041-0/+6
| | | | | | | | | | 2000-11-03 Radek Doulik <rodo@helixcode.com> * configure.in (BONOBO_HTML_GNOME_CFLAGS): raise required version number to 0.8 added check for HTMLEditor.idl file svn path=/trunk/; revision=6393
* o2000-11-02 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-11-031-0/+4
| | | | | | * configure.in: Require gal 0.2.1.2. svn path=/trunk/; revision=6355
* Require Bonobo-0.27+Michael Meeks2000-11-021-0/+4
| | | | | | | | 2000-11-02 Michael Meeks <michael@helixcode.com> * configure.in: Require Bonobo-0.27+ svn path=/trunk/; revision=6348
* modified or added a bunch of .cvsignore to ignore generated files, whichGediminas Paulauskas2000-11-011-0/+15
| | | | | | | | | * modified or added a bunch of .cvsignore to ignore generated files, which are not in repository. * call *textdomain() in various files only when ENABLE_NLS is defined svn path=/trunk/; revision=6310
* calendar: made all gui show localizedGediminas Paulauskas2000-11-011-0/+4
| | | | | | | camel: updated charset info from newest libunicode po: updated Lithuanian translation svn path=/trunk/; revision=6308
* fix up printing of kerberos configuration statusDan Winship2000-10-311-0/+4
| | | | | | * configure.in: fix up printing of kerberos configuration status svn path=/trunk/; revision=6273
* Require gal cvs version.Christopher James Lahey2000-10-281-0/+4
| | | | | | | | 2000-10-27 Christopher James Lahey <clahey@helixcode.com> * configure.in: Require gal cvs version. svn path=/trunk/; revision=6231
* Kill executive summary components72000-10-271-0/+4
| | | | | | | | 2000-10-27 <jpr@helixcode.com> * tools/killev: Kill executive summary components svn path=/trunk/; revision=6223
* Summary is back in :DIain Holmes2000-10-261-0/+6
| | | | | | Fixed a silly size issue for composer file selectors. svn path=/trunk/; revision=6187
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-0/+8
| | | | | | | uses either $(prefix)/share/locale or $(prefix)/lib/locale.) Cope with this. svn path=/trunk/; revision=6141
* Updated the gal check to check for gal 0.2.1.Christopher James Lahey2000-10-241-0/+4
| | | | | | | | 2000-10-23 Christopher James Lahey <clahey@helixcode.com> * configure.in: Updated the gal check to check for gal 0.2.1. svn path=/trunk/; revision=6127
* Added British translation.Robert Brady2000-10-221-0/+4
| | | | svn path=/trunk/; revision=6106
* 2000-10-20 Michael Meeks <michael@helixcode.com>Michael Meeks2000-10-211-0/+4
| | | | | | | | | | | | * contact-editor/e-contact-editor.c (tb_save_and_close_cb): * gui/component/addressbook.c (toggle_view_as_cb): 2000-10-20 Michael Meeks <michael@helixcode.com> * notes/component-factory.c (control_activate_cb): svn path=/trunk/; revision=6087
* Updated NEWS for addressbook and ETable.Christopher James Lahey2000-10-201-0/+5
| | | | | | | | | 2000-10-19 Christopher James Lahey <clahey@helixcode.com> * NEWS (General, Addressbook): Updated NEWS for addressbook and ETable. svn path=/trunk/; revision=6055
* Updated the gal check to check for gal 0.2.Christopher James Lahey2000-10-201-0/+4
| | | | | | | | 2000-10-19 Christopher James Lahey <clahey@helixcode.com> * configure.in: Updated the gal check to check for gal 0.2. svn path=/trunk/; revision=6039
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-0/+7
| | | | svn path=/trunk/; revision=6035
* update for new UI handler.Michael Meeks2000-10-191-0/+5
| | | | | | | | | 2000-10-18 Michael Meeks <michael@helixcode.com> * evolution-shell-component.c (impl_ShellComponent_populate_folder_context_menu): update for new UI handler. svn path=/trunk/; revision=6022
* new version of the splash, also for HEAD branch... /tigertTuomas Kuosmanen2000-10-181-0/+6
| | | | svn path=/trunk/; revision=5968
* Update verify-evolution-install.sh a little teeny bit for 0.5 (no ↵Peter Williams2000-10-161-0/+7
| | | | | | functionality changes, just tracking version number) svn path=/trunk/; revision=5933
* Forgot thisKjartan Maraas2000-10-151-0/+4
| | | | svn path=/trunk/; revision=5926
* Added TigerT's splash screen to the Makefile.Ettore Perazzoli2000-10-151-0/+4
| | | | svn path=/trunk/; revision=5916
* Added splash screen for evolution - the ultimate eyecandy department strikesTuomas Kuosmanen2000-10-141-0/+4
| | | | | | again! :) /tigert svn path=/trunk/; revision=5911
* Take CalObjType as a param because its impossible to determine after aJP Rosevear2000-10-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-10-11 JP Rosevear <jpr@helixcode.com> * pcs/cal-backend.c (cal_backend_log_entry): Take CalObjType as a param because its impossible to determine after a delete. (cal_backend_remove_object): Calculate CalObjType and pass it to cal_backend_log_entry (cal_backend_update_object): ditto * conduits/todo/todo-conduit.c (local_record_from_comp): Kill unused variables. (add_archive_record): Don't kill the sync if this happens (update_record): Kill old function (replace_record): New function to handle replace_record signal (conduit_get_gpilot_conduit): Listen for replace record signal (add_record): Always add a new record, never replace (replace_record): Always replace an existing record * conduits/calendar/calendar-conduit.c: Same as above 2000-10-11 JP Rosevear <jpr@helixcode.com> * configure.in: Fix bonobo error message svn path=/trunk/; revision=5866
* *** empty log message ***Jesse Pavel2000-10-121-0/+5
| | | | svn path=/trunk/; revision=5852
* added lt translationGediminas Paulauskas2000-10-111-0/+4
| | | | svn path=/trunk/; revision=5821
* new round-and-around-and-around-and-arou..duh. New icon. For repeatingTuomas Kuosmanen2000-10-101-0/+4
| | | | | | appointments. /tigert svn path=/trunk/; revision=5811
* make it transparent instead of white.Chris Toshok2000-10-071-0/+4
| | | | | | | | 2000-10-06 Chris Toshok <toshok@helixcode.com> * art/empty.xpm: make it transparent instead of white. svn path=/trunk/; revision=5770
* Updated French translation.Christophe Merlet2000-10-071-0/+4
| | | | svn path=/trunk/; revision=5764
* Add verify-evolution-install.sh to EXTRA_DISTDan Winship2000-10-061-0/+5
| | | | | | | * tools/Makefile.am (EXTRA_DIST): Add verify-evolution-install.sh to EXTRA_DIST svn path=/trunk/; revision=5748
* Check for isblankJeffrey Stedfast2000-10-061-0/+7
| | | | | | | | | | | 2000-10-05 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Check for isblank * config.h.in: * acconfig.h: #undef HAVE_ISBLANK svn path=/trunk/; revision=5746
* Bump Bonobo requirement to >= 0.20Michael Meeks2000-10-051-0/+4
| | | | | | | | 2000-10-05 Michael Meeks <michael@helixcode.com> * configure.in: Bump Bonobo requirement to >= 0.20 svn path=/trunk/; revision=5743
* Add the executive summary stuffIain Holmes2000-10-051-0/+8
| | | | svn path=/trunk/; revision=5737
* ui/evolution-addressbook-ldap.xml, ui/evolution-addressbook.xml,Matt Bissiri2000-10-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | 2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu> * ui/evolution-addressbook-ldap.xml, * ui/evolution-addressbook.xml, * ui/evolution-calendar.xml, * ui/evolution-contact-editor.xml: Fixed typo `_decr' -> `_descr', so some missing tooltips will appear. Also fixed some typos in descr values. From shell/ChangeLog: 2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu> * e-shell-view-menu.c (e_shell_view_menu_setup): Use `bonobo_ui_component_add_verb_list' instead of `bonobo_ui_component_add_verb_list_with_data' for help_verbs, so that `command_help' gets an html filename as user_data, instead of a ptr to EShellView. (menu_do_misc): Move DumpXML from help_verbs to here, because `command_xml_dump' needs to get EShellView as user_data. svn path=/trunk/; revision=5703
* Install the new subscribe UI xml filePeter Williams2000-09-301-0/+5
| | | | svn path=/trunk/; revision=5640
* add a Settings/Manage Subscriptions... menu item.Chris Toshok2000-09-301-0/+7
| | | | | | | | | | | 2000-09-29 Chris Toshok <toshok@helixcode.com> * ui/evolution-mail.xml: add a Settings/Manage Subscriptions... menu item. * ui/evolution-subscribe.xml: add a File/Close menu item. svn path=/trunk/; revision=5638
* add a FolderSearch control, and change "Refresh" to "RefreshList".Chris Toshok2000-09-291-0/+5
| | | | | | | | | 2000-09-28 Chris Toshok <toshok@helixcode.com> * ui/evolution-subscribe.xml: add a FolderSearch control, and change "Refresh" to "RefreshList". svn path=/trunk/; revision=5630
* add an Refresh List button..Chris Toshok2000-09-281-0/+4
| | | | | | | | 2000-09-27 Chris Toshok <toshok@helixcode.com> * ui/evolution-subscribe.xml: add an Refresh List button.. svn path=/trunk/; revision=5611
* add evolution-subscribe.xml.Chris Toshok2000-09-281-0/+6
| | | | | | | | | | 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
* Moved the (un)select all menu items over to the Edit menu - this looksJeffrey Stedfast2000-09-261-0/+5
| | | | | | | | | 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
* Added some new menu items to the Message menu like (un)select all andJeffrey Stedfast2000-09-261-0/+6
| | | | | | | | | | 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
* Moved addressbook/ename to e-util/ename so generate e-util/ename/MakefileJeffrey Stedfast2000-09-261-0/+6
| | | | | | | | | | 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
* oops, my goof with replacing a wrong icon :P Should work now. Ettore, can ↵Tuomas Kuosmanen2000-09-231-0/+9
| | | | | | you check if everything is ok? Thanks. /tigert svn path=/trunk/; revision=5557
* Fixed some warnings. Fixed a bug where quoted printable fields wereChristopher James Lahey2000-09-221-0/+6
| | | | | | | | | | | | | | | | | | 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
* Added evolution-addressbook-ldap.xml.Christopher James Lahey2000-09-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Removed the "about calendar" command, since we don't want to have bothFederico Mena Quintero2000-09-221-0/+2
| | | | | | | | | | 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
* Dear native speakers,Federico Mena Quintero2000-09-221-0/+4
| | | | | | | | | | | | | 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
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-0/+4
| | | | | | s/include "bonobo-ui-handler.h"/include "bonobo-ui-compat.h"/ svn path=/trunk/; revision=5539
* Added a cvsignore file here.Christopher James Lahey2000-09-211-0/+4
| | | | | | | | 2000-09-20 Christopher James Lahey <clahey@helixcode.com> * ui/.cvsignore: Added a cvsignore file here. svn path=/trunk/; revision=5529
* Added evolution-contact-editor.xml.Christopher James Lahey2000-09-211-0/+7
| | | | | | | | | | | 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
* Added 2 new icons for the compose -dialog.. /tigertTuomas Kuosmanen2000-09-201-0/+5
| | | | | | | | 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
* alter the krb4 check a bit to deal with configure cache suckage. (If youDan Winship2000-09-201-0/+8
| | | | | | | | | | * 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
* add gal as a dependencyDan Winship2000-09-191-1/+5
| | | | | | * README: add gal as a dependency svn path=/trunk/; revision=5497
* retarded looking icons for use with displaying scores in the message-listJeffrey Stedfast2000-09-191-0/+5
| | | | | | | | | 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
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* remove spec file. We haven't been keeping it up to date, and it's onlyDan Winship2000-09-161-0/+6
| | | | | | | | * 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
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-0/+4
| | | | | | Anything UI related that breaks is now my fault; apologies in advance. svn path=/trunk/; revision=5415
* Added widgets/e-reflow/Makefile. ReplacedChristopher James Lahey2000-09-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* new pin icon for the pin button in the pinnable folder tree that can beTuomas Kuosmanen2000-09-141-0/+4
| | | | | | | | pinned on the pin-place besides the non-pinnable shortcutbar.. /tigert svn path=/trunk/; revision=5408
* Pilot stuffJP Rosevear2000-09-131-0/+4
| | | | | | | | 2000-09-12 JP Rosevear <jpr@helixcode.com> * NEWS (Calendar): Pilot stuff svn path=/trunk/; revision=5400
* Don't generate the Makefile for the `notes' directory as it's unused.Ettore Perazzoli2000-09-131-0/+5
| | | | svn path=/trunk/; revision=5388
* 0.5.Ettore Perazzoli2000-09-131-0/+4
| | | | svn path=/trunk/; revision=5382
* Added Sent/Outbox feature descriptionsJeffrey Stedfast2000-09-131-0/+4
| | | | | | | | 2000-09-12 Jeffrey Stedfast <fejj@helixcode.com> * NEWS (Mailer): Added Sent/Outbox feature descriptions svn path=/trunk/; revision=5375
* add most (but not all) 0.5 Mailer featuresDan Winship2000-09-131-0/+2
| | | | | | * NEWS (Mailer): add most (but not all) 0.5 Mailer features svn path=/trunk/; revision=5373
* s/Sentbox/Sent/Dan Winship2000-09-131-0/+4
| | | | | | * configure.in: s/Sentbox/Sent/ svn path=/trunk/; revision=5372
* Install the new button icons underEttore Perazzoli2000-09-121-0/+5
| | | | | | `$(datadir)/images/evolution/buttons'. svn path=/trunk/; revision=5361
* Added some new icons.. /tigertTuomas Kuosmanen2000-09-121-0/+10
| | | | svn path=/trunk/; revision=5340
* Added 0.5 changes for ETable and Addressbook.Christopher James Lahey2000-09-121-0/+4
| | | | | | | | 2000-09-11 Christopher James Lahey <clahey@helixcode.com> * NEWS: Added 0.5 changes for ETable and Addressbook. svn path=/trunk/; revision=5325
* Add a mention of the verify-evolution-install.sh script in tools/.Dan Winship2000-09-071-0/+5
| | | | | | | * README: Add a mention of the verify-evolution-install.sh script in tools/. svn path=/trunk/; revision=5230
* Improve the Kerberos checks further (check for Sun kerb; check for sendauth ↵Peter Williams2000-09-061-0/+8
| | | | | | proto) svn path=/trunk/; revision=5197
* Reversed my last change as it broke configure, how do I get it so that weJeffrey Stedfast2000-09-041-1/+6
| | | | | | | | | 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
* Renamed default_user/local/Sentbox to default_user/local/Sent\ Mail asJeffrey Stedfast2000-09-041-0/+6
| | | | | | | | | | 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
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add default_user/local/Sentbox/Makefile to the list of makefiles to outputJeffrey Stedfast2000-09-021-0/+5
| | | | | | | | | 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
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-311-0/+6
| | | | svn path=/trunk/; revision=5126
* Robustify the kerberos checksPeter Williams2000-08-311-0/+4
| | | | svn path=/trunk/; revision=5118
* decruftDan Winship2000-08-301-0/+4
| | | | | | * configure.in, acconfig.h: decruft svn path=/trunk/; revision=5101
* Added pt to ALL_LINGUASJesus Bravo Alvarez2000-08-281-0/+4
| | | | svn path=/trunk/; revision=5073
* Require oafized bonoboJP Rosevear2000-08-261-0/+4
| | | | | | | | 2000-08-26 JP Rosevear <jpr@helixcode.com> * configure.in: Require oafized bonobo svn path=/trunk/; revision=5045
* Ahem. If you add dependencies on libraries, make sure things still build.Federico Mena Quintero2000-08-241-0/+5
| | | | | | | | | 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
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-231-0/+4
| | | | svn path=/trunk/; revision=4976
* Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-231-0/+5
| | | | | | come... svn path=/trunk/; revision=4972
* Updated dependency list.Christopher James Lahey2000-08-231-0/+4
| | | | | | | | 2000-08-22 Christopher James Lahey <clahey@helixcode.com> * announcement-0.4.1.txt: Updated dependency list. svn path=/trunk/; revision=4967
* Use byte, not character based UTF-8 syntax in e-textLauris Kaplinski2000-08-221-0/+4
| | | | svn path=/trunk/; revision=4963
* Announcement messageChristopher James Lahey2000-08-221-0/+4
| | | | | | | | 2000-08-22 Christopher James Lahey <clahey@helixcode.com> * announcement-0.4.1.txt: Announcement message svn path=/trunk/; revision=4914
* oops forgot changelog on saturday.Mathieu Lacage2000-08-221-0/+15
| | | | svn path=/trunk/; revision=4909
* Forgot the EPaned ChangeLog.Chris Lahey2000-08-211-0/+6
| | | | svn path=/trunk/; revision=4899
* Fixed a warning.Christopher James Lahey2000-08-201-0/+4
| | | | | | | | 2000-08-20 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.c: Fixed a warning. svn path=/trunk/; revision=4889
* added use of UNICODE_CFLAGS... thanks ian...Arik Devens2000-08-201-0/+5
| | | | svn path=/trunk/; revision=4887
* Moved e-text to UTF-8Lauris Kaplinski2000-08-201-0/+5
| | | | svn path=/trunk/; revision=4886
* Check for new enough gnome-vfsPeter Williams2000-08-191-0/+5
| | | | svn path=/trunk/; revision=4874
* Added the cal-util library to the documentation framework - FedericoFederico Mena Quintero2000-08-151-0/+5
| | | | svn path=/trunk/; revision=4839
* Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ↵Peter Williams2000-08-141-0/+6
| | | | | | the disabled mail functions svn path=/trunk/; revision=4836
* offer --enable-pilot-conduits to add pilot conduits if the user wantsChris Toshok2000-08-141-0/+5
| | | | | | | | | 2000-08-13 Chris Toshok <toshok@helixcode.com> * configure.in: offer --enable-pilot-conduits to add pilot conduits if the user wants them. svn path=/trunk/; revision=4833