bbc6d63ef0aa4b2ae1244f1a7de63b0b86f3ce69
2000-04-06 Miguel de Icaza <miguel@gnu.org> * shell/e-shortcut.c (shell_icon_cb): Load the icons from the installation path, not form the GNOME-libs installation prefix. (shell_icon_cb): Memory leak fix. * shell/Makefile.am (imagesdir): Pass the EVOLUTION_IMAGES installation directory here. * art/Makefile.am (images_DATA): Renamed from pixmaps to images. 2000-04-06 Miguel de Icaza <miguel@gnu.org> * message-list.c: Stick pixmaps here. * mail-display.c (embeddable_destroy_cb): Replaced C++ comments with C comments. * message-list.c (load_internal_images): New function, loads images. (message_list_init_renderers): Load images, fix previous attempt at loading images. * Makefile.am (dist-hook): Added distribution of pixmaps. * pixmaps: New directory, used to hold the XPMs we ship with. * pixmaps/envelope-closed.xpm, pixmaps/envelope-open.xpm: Tigert's envelopes incorporated. 2000-04-06 Miguel de Icaza <miguel@gnu.org> * e-cell-text.c: Killed ARG_EDITABLE. (ect_event): Updated to new editable setup. (e_cell_text_new): Kill editable argument. * e-cell-toggle.c (etog_event): Handle editability here * e-cell-text.h: Removed editable bit field from here, it is now taken care at the e-cell level. * e-cell.c (e_cell_set_editable): New function. (e_cell_init): Set editable to TRUE by default. * test-check.c (check_test): update to new api * test-table.c (table_browser_test): ditto. (do_e_table_demo): ditto. * test-cols.c (multi_cols_test): ditto svn path=/trunk/; revision=2302
…
…
…
…
…
…
…
…
…
…
…
…
Evolution is the integrated mail, calendar and address book distributed suite from Helix Code, Inc. See http://www.helixcode.com/apps/evolution.php3 for more information. Note that Evolution is still pre-alpha. This means even if you manage to compile and run it, you might not be able to figure out how to tell it to accidentally delete all of your mail. If you are interested in hacking on Evolution, you should subscribe to the Evolution mailing list. Send mail to "evolution-request@helixcode.com" with the word "subscribe" in the body of the message. If you are planning to work on any part of Evolution, please send mail to the mailing list first, to avoid duplicated effort (and to make sure that you aren't basing your work on interfaces that are expected to change). There is a mailing list archive available at http://lists.helixcode.com/archives/public/evolution/ There is also an #evolution IRC channel on irc.gnome.org. Evolution depends on the following non-core gnome libraries: bonobo, gdk-pixbuf, gnome-print, gnome-vfs, gtkhtml, libglade, and libunicode. (These are all in GNOME CVS, in the modules by those names.) You also need a recent copy of ORBit. At the present time, the version in Helix GNOME is the only released version that is new enough. If you don't have that, you should check out ORBit from GNOME CVS with the option "-r orbit-stable-0-5" to get the recent stable branch. The Palm-synchronization code requires the pilot-link package. There is most likely a package for this in your OS of choice (the name may be "pilot-link" or "libpisock"). If not, you can get the source at ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ The layout of the source tree is: addressbook: the Address Book UI calendar: the Calendar UI camel: libcamel, a messaging library used by the mailer. Camel is inspired by Sun's JavaMail (http://java.sun.com/products/javamail/) and the IMAPv4 spec (RFC 2060). wombat: Has source code that will load in the addressbook and calendar backend, and will form the server process we'll be using composer: the message composer UI data: the .desktop file for Evolution devel-docs: entirely inadequate documentation doc: more inadequate documentation, and some nice white papers e-util: utility code used by various parts of Evolution filter: libfilter, a mail filtering library libibex: an indexing library used by the mailer libical: a library for the iCalendar format (RFC 2445-2446) libversit: a library for the vCard (RFC 2425-2426) and vCalendar (http://www.imc.org/pdi/vcal-10.txt) formats mail: the mail display UI shell: the Evolution shell (the main program that launches the other components) tests: some test programs widgets: widgets used by Evolution, including the shortcut bar, ETable, and EText
Description
Languages
C
96.8%
JavaScript
1.4%
CMake
1.2%
Makefile
0.2%
Python
0.2%