aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: df404ca32fc4ec7245aede439f096fbdb16b3833 (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
changelogs =            \
    ChangeLog

EXTRA_DIST =            \
    AUTHORS         \
    $(changelogs)       \
    COPYING-DOCS        \
    README          \
    HACKING         \
    MAINTAINERS     \
    NEWS            \
    xml-i18n-merge.in   \
    xml-i18n-update.in  \
    xml-i18n-extract.in

SUBDIRS =           \
        intl                    \
        macros                  \
        data                    \
        e-util                  \
    libical         \
        widgets                 \
        shell                   \
        libibex                 \
        camel                   \
        filter                  \
        libversit               \
    libwombat       \
    addressbook             \
        composer                \
        mail                    \
        calendar                \
        wombat                  \
    importers       \
    my-evolution        \
        art                     \
    ui          \
        default_user            \
    views           \
        tools                   \
    doc         \
    help            \
        po          \
    omf-install

2-0/+58 * Install the man page.Ettore Perazzoli2001-12-133-2/+51 * ungrab the pointer before calling e_day_view_finish_long_event_resizeJP Rosevear2001-12-133-9/+50 * set the new-mail-notify command.Jeffrey Stedfast2001-12-135-6/+134 * Updated Swedish translation.Christian Rose2001-12-132-247/+331 * properly convert the dtstart and dtend times if they are UTC (cursor_cb):JP Rosevear2001-12-124-38/+97 * If multiple-selection is enabled but nothing is slected, fall back toJeffrey Stedfast2001-12-122-14/+22 * Fixed for mail_content_loaded's new signature.Jon Trowbridge2001-12-129-96/+189 * unregister ETableHeaderItem widget as a drag target when unrealizing it.Gustavo Giráldez2001-12-121-0/+2 * use UTF-8 as the char set when testing pilot linkJP Rosevear2001-12-124-3/+14 * If multiple-selection is enabled but nothing is slected, fall back toJeffrey Stedfast2001-12-122-4/+13 * If the widget is non-NULL, then gtk_widget_destroy that bad boy...Jeffrey Stedfast2001-12-123-5/+12 * Fix typo.Jon Trowbridge2001-12-121-1/+1 * A new icon that sucks less. We still need stoem Tuomas-love.Jon Trowbridge2001-12-122-67/+102 * Add ETable magic for our new "Needs Reply" column. (The next few entriesJon Trowbridge2001-12-1210-230/+399 * "Ximian Evolution", not "Evolution".Ettore Perazzoli2001-12-122-1/+6 * Up VERSION to 1.1.0.99.Ettore Perazzoli2001-12-122-17/+5 * Updated Slovak translation.Stanislav Visnovsky2001-12-112-730/+791 * Updated Ukrainian TranslationYuri Syrota2001-12-111-1369/+785 * Merging files:Christopher James Lahey2001-12-113-1/+8 * Merging changes:Christopher James Lahey2001-12-111-2/+0 * Merging changes:Christopher James Lahey2001-12-111-8/+16 * Don't expunge when we sync anymore, this fixes bug #4472.Jeffrey Stedfast2001-12-112-2/+7 * select_file_attachments now returns a GPtrArray so handle that and loopJeffrey Stedfast2001-12-114-53/+128 * Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-114-29/+40 * Only execute an executable sig file if a magic environment variable isJon Trowbridge2001-12-112-1/+7 * removed code that connects to GnomeCalendar's "dates_shown_changed"Damon Chaplin2001-12-113-10/+24 * if all we have is the TZID, see if it is one of our TZIDs and if so getDamon Chaplin2001-12-112-1/+25 * Protect against either of the types being NULL.Jeffrey Stedfast2001-12-1111-110/+171 * fixed executable name. Fixes bug #16880.Damon Chaplin2001-12-112-1/+6 * Don't crash if the text string is NULL. (text_draw_with_objects): Don'tJon Trowbridge2001-12-111-1/+4 * set paper size to _("US-Letter"), use gtk_html_print_set_masterRadek Doulik2001-12-112-2/+7 * Don't just assume all of the GtkHTMLEmbedded's fields are filled in, sinceDan Winship2001-12-105-7/+35 * Fix the tm_gmtoff case (its sign is the opposite of "timezone"). FixesDan Winship2001-12-102-1/+7 * Oops... this didn't get committed before.Jon Trowbridge2001-12-101-0/+8 * Implements marking messages as "Need Reply".Jon Trowbridge2001-12-1014-51/+239 * Added vfolders.xml containing default initial vfolders - important vfolderNot Zed2001-12-103-1/+31 * *** empty log message ***Wang Jian2001-12-092-746/+4361 * if we have an alarm that can be represented on the pilot, set theJP Rosevear2001-12-093-14/+137 * s/%/%sRodrigo Moya2001-12-082-2/+7 * (committed by Damon)Federico Mena Quintero2001-12-082-25/+72 * apparently a merge removed the openssl checks - ugh.Jeffrey Stedfast2001-12-082-0/+68 * Check that the mail-display hasn't been destroyed.Jeffrey Stedfast2001-12-084-7/+42 * Remove a reference to code I don't want to commit yet. :-)Jon Trowbridge2001-12-082-2/+4 * Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-085-421/+433 * Remove perl.comIain Holmes2001-12-082-1/+4 * if the key in the config database does not exist, just return the localRodrigo Moya2001-12-072-2/+27 * default component classification to PUBLICRodrigo Moya2001-12-072-3/+10 * Updated Swedish translation.Christian Rose2001-12-072-357/+403 * s/PREVIEW_RELEASE/VERSION_COMMENTJeffrey Stedfast2001-12-072-1/+5 * s/PREVIEW_VERSION/VERSION_COMMENTJeffrey Stedfast2001-12-073-3/+7 * Explicitly destroy the EMeetingModel. This is a hack to work aroundJon Trowbridge2001-12-074-0/+28 * Added. Executes the given file and returns its output as a string.Jon Trowbridge2001-12-072-11/+64 * ack, forgot about this piece of the patchJeffrey Stedfast2001-12-071-1/+1 * Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will beJeffrey Stedfast2001-12-073-80/+51 * Don't append "(Preview Version)" at the end of the version string. Use theJeffrey Stedfast2001-12-072-6/+9 * Merging changes:Christopher James Lahey2001-12-071-0/+2 * move search_for_dn's contents here, and add an "existing_objectclasses"Chris Toshok2001-12-072-40/+115 * we need to be able to disable non-labels here as well. since we're usingChris Toshok2001-12-075-7/+42 * fixed changelog merge conflictsJeffrey Stedfast2001-12-071-1/+0 * Setup the UI for the AddSenderToAddressbook ui verb thingy.Jeffrey Stedfast2001-12-074-39/+24 * Add an "Add Sender to Address Book" menu item.Jeffrey Stedfast2001-12-072-0/+12 * added entry for the LOCATION fieldRodrigo Moya2001-12-063-2/+82 * added "meeting-announce" note ("Simple meeting announcements").Aaron Weber2001-12-062-0/+19 * Add missing comma.Ettore Perazzoli2001-12-062-1/+5 * [Fix #7827, Switching desktops leaves the folder bar popped up.]Ettore Perazzoli2001-12-063-1/+43 * Additional links to other portions of the document.Aaron Weber2001-12-062-4/+15 * Merging changes:Christopher James Lahey2001-12-064-28/+42 * oops, something got fubar'd in the merge I guess...Jeffrey Stedfast2001-12-061-0/+2 * Marked strings for translation.Zbigniew Chyla2001-12-062-13/+21 * back again !!!James Henstridge2001-12-0532-0/+4315 * Allow 'n' and 'p' to work when multiple messages are selected. FixesJon Trowbridge2001-12-052-6/+9 * I should have merged in the patch rather than being lazy and copying the file...Jeffrey Stedfast2001-12-051-10/+22 * Change the FileSend tooltip the be the same as the FileSendLater tooltipJeffrey Stedfast2001-12-052-32/+20 * Merging changes:Christopher James Lahey2001-12-0511-172/+411 * *** empty log message ***gfarris2001-12-0531-4308/+0 * Merging changes:Christopher James Lahey2001-12-042-11/+15 * Merging changes:Christopher James Lahey2001-12-043-53/+410 * fix up gfarris's mistaken commit to gnome-common (revert to yesterday's versi...James Henstridge2001-12-0431-0/+4308 * *** empty log message ***gfarris2001-12-0432-4315/+0 * Make address comparisons case-insensitive. (Fixes 11776)Jon Trowbridge2001-12-043-6/+14 * Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-043-3/+15 * make sure we call e_table_model_pre_change() before changing the model.Damon Chaplin2001-12-044-8/+34 * disabled 'Alarms', 'End Date' and 'Show Time As' fields, as these are notDamon Chaplin2001-12-042-3/+9 * Touched. Minor changes to IMAP section, to make sure links worked, etc.Aaron Weber2001-12-049-85/+365 * If the path exists, make sure it's a regular file (or we can't possiblyJeffrey Stedfast2001-12-043-24/+58 * Convert folder name to locale's encoding before using it as part of theZbigniew Chyla2001-12-042-2/+9 * connect to "cal_set_mode" signal before calling cal_client_set_mode. Also,Rodrigo Moya2001-12-032-7/+13 * Updated Swedish translation.Christian Rose2001-12-022-336/+358 * Merging changes:Christopher James Lahey2001-12-012-3/+51 * Merging changes:Christopher James Lahey2001-12-012-10/+12 * Merged changes:Christopher James Lahey2001-12-012-0/+34 * Merging fixes:Christopher James Lahey2001-12-012-37/+79 * Merging changes:Christopher James Lahey2001-12-011-0/+3 * Don't use regex matching. Fixes bug #16227.Jeffrey Stedfast2001-12-018-86/+124 * only show the dialog if we created it. Hopefully fixes bug #15774. AlsoDamon Chaplin2001-12-012-3/+27 * Use the uid rather than vuid for unmatched. Also add the uid to unmatched42001-12-013-16/+58 * Fix the boolean check to be && and not ||.Jeffrey Stedfast2001-12-012-1/+6 * Tiny fix.Aaron Weber2001-12-011-3/+5 * Added more info about pretty emails.Kevin Breit2001-12-012-2027/+2077 * Updated Spanish translation.Hector Garcia2001-11-302-599/+788 * Completely new implementation of NNTP.Not Zed2001-11-3018-877/+2438 * Set the category of the new task to that of the search bar. Fixes bugFederico Mena Quintero2001-11-302-0/+9 * Fixes bug #3290.Federico Mena Quintero2001-11-302-1/+30 * updated to new version from Ximian Setup Tools. Fixes bug #7641.Damon Chaplin2001-11-293-44/+76 * Added section about how to make your email pretty. I'll add more each dayKevin Breit2001-11-293