aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 0aa8f77438f191bfa491a50e4fbc3951622b71f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
changelogs =            \
    ChangeLog

appicondir = $(datadir)/pixmaps
appicon_DATA = evolution.png

applicationdir = $(datadir)/gnome/apps/Applications
application_DATA = evolution.desktop

EXTRA_DIST =            \
    AUTHORS         \
    $(changelogs)       \
    README          \
    HACKING         \
    MAINTAINERS     \
    NEWS            \
    evolution.spec.in   \
    $(appicon_DATA)     \
    $(application_DATA)


SUBDIRS =           \
        intl                    \
        macros                  \
        data                    \
        e-util                  \
        widgets                 \
        shell                   \
        libibex                 \
        camel                   \
        filter                  \
        composer                \
        mail                    \
        libical                 \
        libversit               \
        addressbook             \
        calendar                \
        wombat                  \
        art                     \
        default_user            \
        tools                   \
        po                      \
        doc


dist-hook: evolution.spec
    cp evolution.spec $(distdir)


/commit/?id=7ab072d87ee042e30fc02ebc740dee250027ddad'>Handle GDK_KP_* cursor keys as well.Ettore Perazzoli2001-07-231-1/+5 * Added some operation progress reporting. Actual data transfer is 'tricky'Not Zed2001-07-234-12/+44 * Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-2314-17/+174 * Removing these macros from the global gnome macros directory. Sorry about that.Andrew Hughes Chatham2001-07-234-148/+0 * Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-2219-18/+110 * typo in changelog.Jacob Leach2001-07-221-1/+1 * Capitalize "messgaes" in "Hide Read messages" menu item label. Bug #5091.Jason Leach2001-07-222-1/+6 * Use `g_source_remove()' instead of `gtk_timeout_remove()' here, as we areEttore Perazzoli2001-07-222-1/+13 * Updated Swedish translation.Christian Rose2001-07-212-124/+135 * Removed some debugging spew I committed by mistake.Jon Trowbridge2001-07-211-4/+1 * Change window policy to allow the completion window to shrink when theJon Trowbridge2001-07-212-11/+9 * Fixed the first time druid stuff a little more.Kevin Breit2001-07-214-16/+28 * [Fix a crash if you start evolution with a bad URI.]Jason Leach2001-07-213-2/+16 * Make dist, dist check, and rpm are now supported and working. If you want to ...Kevin Gibbs2001-07-215-2/+152 * Removed the "Forward To" filter action.Jeffrey Stedfast2001-07-213-45/+44 * Removed the "Redirect" menu since this is now a future feature.Jeffrey Stedfast2001-07-212-5/+5 * Change this back to the "evolution:/local/Inbox" URI.Jason Leach2001-07-212-1/+6 * Revert last changes, URIs are now back to original in shell.Jason Leach2001-07-214-8/+13 * [This is a better way to have "Local Folders" be shown as the localJason Leach2001-07-219-8/+77 * More usage fixes for CamelException. Check our own exception forPeter Williams2001-07-212-2/+12 * Pull up test fixes to get them building againJP Rosevear2001-07-2110-12/+18 * Pull in new splash screenJP Rosevear2001-07-212-0/+4 * Bump to 0.11.99JP Rosevear2001-07-212-1/+5 * Don't let the user remove vtrash folders.Peter Williams2001-07-212-0/+8 * Fix DanW's fix. Pass the right arguments to mail_msg_destroy.Peter Williams2001-07-214-6/+41 * er, unbroke changelogJeffrey Stedfast2001-07-211-1/+0 * Don't expunge the source folder if we have a cache.Jeffrey Stedfast2001-07-214-11/+18 * Use mail_msg_destroy rather than mail_msg_free, so the cancellationDan Winship2001-07-212-1/+7 * install 2 new category icons (16_category_suppliers.png andRodrigo Moya2001-07-202-17/+24 * use the 2 new category icons (16_category_suppliers.png andRodrigo Moya2001-07-202-2/+8 * Updated Slovak translation a bit.Stanislav Visnovsky2001-07-202-229/+198 * New category icon again... /tigertTuomas Kuosmanen2001-07-202-0/+3 * Icon for "suppliers" category for Evolution. /tigertTuomas Kuosmanen2001-07-202-0/+2 * *** empty log message ***Rodrigo Moya2001-07-201-0/+1 * Duh, this one I changed, not the other. Anyway..Tuomas Kuosmanen2001-07-201-0/+0 * Removed the colored background from the icons, since it turned out itTuomas Kuosmanen2001-07-206-0/+8 * renamed to camel_charset_to_iconv() to make it just a little moreNot Zed2001-07-206-9/+15 * Update this evolution:/local/ URI to evolution:/Local Folders/ to go alongJason Leach2001-07-202-1/+7 * Update the evolution:/local/ URI's to evolution:/Local Folders/ to goJason Leach2001-07-204-11/+18 * Removed unused prototype.Federico Mena Quintero2001-07-203-2/+8 * Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-209-116/+165 * Fix #4605: "Save Image as" should be "Save Image as...".Jason Leach2001-07-202-2/+7 * Fixed a compiler warning about returning without a value in a non-voidJeffrey Stedfast2001-07-201-1/+1 * free various data related settings (destroy): use cleanup and unref theJP Rosevear2001-07-202-5/+70 * Modified to treat the return value from camel_charset_locale_name() as aJeffrey Stedfast2001-07-205-62/+79 * updated to use new print icon.Damon Chaplin2001-07-203-1/+7 * update to use new print icon.Damon Chaplin2001-07-203-11/+14 * Updated Swedish translation.Christian Rose2001-07-202-188/+199 * Make the local storage name "Local Folders" instead of "local", looksJason Leach2001-07-207-12/+27 * HTMLIain Holmes2001-07-202-1/+5 * Set the vertical scrolling policy for the mail display to AUTOMATIC, onlyJason Leach2001-07-204-6/+18 * Line up the padding for the folder title bar labels when you have theJason Leach2001-07-203-3/+15 * In camel:Peter Williams2001-07-206-42/+234 * No need for `acharset' anymore. (check_html_charset): Return a const char*Jeffrey Stedfast2001-07-202-13/+17 * Remove my iso8859-1 -> iso-8859-1 hack and useJeffrey Stedfast2001-07-205-36/+156 * install the 2 new category iconsRodrigo Moya2001-07-202-1/+7 * use the 2 new category iconsRodrigo Moya2001-07-202-2/+5 * Fix the mail folder linksIain Holmes2001-07-203-2/+5 * Set the text colour to BLACKIain Holmes2001-07-202-1/+7 * 2 new category icons.. /tigertTuomas Kuosmanen2001-07-203-0/+5 * remove something notzed didn't mean to commitDan Winship2001-07-201-1/+1 * Revert 7/11/2001 patch for IMAP INBOX filtering at NotZed's request.Peter Williams2001-07-192-67/+17 * remvoed register/start/end etc code.Not Zed2001-07-195-318/+41 * s/imagedir/imagesdirRodrigo Moya2001-07-192-1/+5 * partial checkin before completing the changesNot Zed2001-07-196-127/+137 * remove all the servers that just don't work anymore, and add Verisign'sChris Toshok2001-07-192-20/+9 * Remove obsolete reference to account.default_account.Jon Trowbridge2001-07-192-1/+5 * Remove this prototype for a function that was removed long ago.Jason Leach2001-07-192-4/+6 * Update to the new way of finding the default account.Jason Leach2001-07-192-3/+14 * [Simplifying how default account is stored and used internally, fixesJason Leach2001-07-197-82/+89 * [ patch contributed by Jos Dehaes <jos.dehaes@bigfoot.com> ]Chris Toshok2001-07-192-15/+75 * Flush the listener's queue before unreffing it to ensure that it doesn'tDan Winship2001-07-194-5/+22 * toolbar icons for message editorJakub Steiner2001-07-194-0/+5 * More stuffIain Holmes2001-07-194-10/+28 * Remove spewageIain Holmes2001-07-192-1/+4 * Make the Tasks option workIain Holmes2001-07-193-5/+68 * prune the list of cards that match our query using the avoid list here,Chris Toshok2001-07-192-17/+29 * Do what was suggested in #4596.Jeffrey Stedfast2001-07-193-32/+32 * When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-192-1/+5 * When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-192-188/+179 * Make pretty buttons.Iain Holmes2001-07-193-7/+66 * Return -1 if we don't find it? This is what most of the code expected butJeffrey Stedfast2001-07-193-31/+41 * Cosmetic fixesIain Holmes2001-07-192-0/+6 * USe a message box to look nicer.Iain Holmes2001-07-192-10/+12 * Updated Slovak translation.Stanislav Visnovsky2001-07-192-3217/+5211 * Add GTK_WIDGET to the charset picker. Reportedly prevent a craash forPeter Williams2001-07-192-1/+4 * Typo fix. Later: And actually fix the typo.Peter Williams2001-07-182-1/+2 * Typo fix.Peter Williams2001-07-182-1/+5 * Updated Swedish translation.Christian Rose2001-07-182-433/+472 * don't show the time in the EDateEdit widget for adding EXDATEs.Damon Chaplin2001-07-183-2/+10 * [ Fixes bugs #4611 - crash searching in the name field at Bigfoot for "\"Chris Toshok2001-07-18