aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: eec4b5f56d7ed8a5143dde8b233a569a75d2bef4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="evolution"


. $srcdir/macros/autogen.sh
strings here, and didn't seeJon Trowbridge2001-07-012-13/+29 * Pulled organizing stuff, made its own file.Kevin Breit2001-07-0116-2830/+2818 * Pass the event time to gtk_menu_popup() so that we can release the buttonFederico Mena Quintero2001-07-012-1/+7 * Added evolution-alarm-notify.Federico Mena Quintero2001-07-014-3/+10 * call e_calendar_table_cut_clipboard with the correct objectRodrigo Moya2001-06-302-2/+18 * Marked strings for translation + conversion to utf8.Chyla Zbigniew2001-06-305-24/+80 * Added addressbook/gui/component/e-address-popup.c,Chyla Zbigniew2001-06-302-0/+11 * Marked strings for translation.Chyla Zbigniew2001-06-302-3/+8 * Touch all of our EDestinations before we unref them, updating the last-useJon Trowbridge2001-06-302-1/+13 * Make the standard for considering two cards to be match stricter.Jon Trowbridge2001-06-309-64/+429 * Do nothing if passed NULL. (e_completion_match_compare): Move theJon Trowbridge2001-06-301-16/+16 * Added a search field to the query here. (e_select_names_init): Update theChristopher James Lahey2001-06-304-105/+148 * Change the uri here to have addressbook.db at the end.Christopher James Lahey2001-06-303-3/+15 * Change the query when the "Update List" button is pushed.Christopher James Lahey2001-06-304-19/+70 * This is a first shoot at making shortcuts renameable [#3719];Ettore Perazzoli2001-06-307-297/+263 * remove redundant logic.Larry Ewing2001-06-302-2/+4 * Replaced GList with GSList here to fix a type mismatch.Christopher James Lahey2001-06-302-1/+6 * Changed $(datadir)/evolution/etspec to "$(etspecdir)" here.Christopher James Lahey2001-06-302-2/+7 * Replaced GList with GSList here to fix a type mismatch.Christopher James Lahey2001-06-302-1/+6 * make sure we show the sig file.Larry Ewing2001-06-304-4/+16 * Change EShortcuts to use GSLists instead of GLists.Ettore Perazzoli2001-06-304-60/+75 * Require GAL 0.8.99.6.Ettore Perazzoli2001-06-302-1/+5 * Add e_free_string_slist() and e_free_object_slist().Ettore Perazzoli2001-06-302-0/+25 * fixed typosRodrigo Moya2001-06-302-5/+9 * Turn folder syncing back on here so that IMAP folders will sync withoutJeffrey Stedfast2001-06-302-17/+18 * Put in the hack to stop GtkHTML from returning to the top of the page.Iain Holmes2001-06-302-2/+12 * fixed a logic mistake in the last commitJeffrey Stedfast2001-06-301-9/+9 * Fix a few buggiesIain Holmes2001-06-303-8/+28 * Set the filter-rule dialog to be user-resizable.Jeffrey Stedfast2001-06-303-28/+44 * Throw up the confirmation dialog. (composer_get_message): If the user onlyJeffrey Stedfast2001-06-304-2/+91 * Add $(srcdir) as in install-data-local rule.Peter Williams2001-06-302-1/+6 * Configure My EvolutionIain Holmes2001-06-3019-53/+3158 * Added Originator: header as a header to look for when looking for theJeffrey Stedfast2001-06-302-0/+4 * Build the test-crlf test program.Jeffrey Stedfast2001-06-308-25/+255 * manage subscriptions toolbar iconsJakub Steiner2001-06-294-0/+5 * Take two authtypes lists, "all", and "supported", and make the unsupportedDan Winship2001-06-292-10/+26 * shaded a bit more... /tigertTuomas Kuosmanen2001-06-291-0/+0 * new icon for print button. /tigertTuomas Kuosmanen2001-06-292-0/+2 * new icons for next / previous message buttons. Some kind soul could patchTuomas Kuosmanen2001-06-293-0/+5 * add EVOLUTION_IMAGESDIR define.Chris Toshok2001-06-294-1/+52 * add contact-is-a-list.pngChris Toshok2001-06-292-0/+5 * added icon for toshok, for contact lists.. /tigertTuomas Kuosmanen2001-06-292-0/+4 * sJose Maria Celorio2001-06-291-0/+1 * sshJose Maria Celorio2001-06-291-0/+6 * Adding `camel/tests/mime-filter/Makefile' to the `AC_OUTPUT()' list inEttore Perazzoli2001-06-292-2/+7 * pop up list editor for lists, contact editor otherwise.Chris Toshok2001-06-295-10/+48 * Fix the fix.Ettore Perazzoli2001-06-291-1/+1 * Ooops. Update ChangeLog entry correctly.Ettore Perazzoli2001-06-291-1/+2 * remove ancient e-table include, and add include for contact-editor so weChris Toshok2001-06-294-18/+52 * Fix #3756, `--debug' option not working anymore.Ettore Perazzoli2001-06-292-5/+18 * add support for X-EVOLUTION-LIST and X-EVOLUTION-LIST-SHOW-ADDRESSES.Chris Toshok2001-06-293-0/+94 * send signals even if the row/col is -1. (et_drag_drop): same.Chris Toshok2001-06-292-66/+56 * Fix #3382, shortcut bar crashes when checking mail, and all theEttore Perazzoli2001-06-292-6/+22 * Updated to reflect reality. Updated Norwegian translation.Kjartan Maraas2001-06-293-2173/+6193 * commented out AC_DEFINE(ICAL_ERRORS_ARE_FATAL,1). We only want it to abortDamon Chaplin2001-06-292-1/+6 * implemented plain savingRadek Doulik2001-06-292-32/+84 * small cosmetic changes + added ChangeLog entries from last commitRadek Doulik2001-06-292-8/+13 * signature editorRadek Doulik2001-06-292-5/+237 * exportedRadek Doulik2001-06-293-4/+10 * Add a CamelMimeFilterStripHeader that removes a header from mime output. UsedPeter Williams2001-06-2924-14/+532 * new fileRadek Doulik2001-06-293-0/+76 * The e_iterator_get() returns a gconstpointer and we need a non-constJeffrey Stedfast2001-06-295-3/+22 * Capitalize words in the link right-click menu to make it consistentEttore Perazzoli2001-06-292-2/+8 * Implement the "Copy link location" right-click menu item in theEttore Perazzoli2001-06-293-35/+90 * Don't bother trying to save the passwd if the url is NULL.Jeffrey Stedfast2001-06-293-1/+8 * (e_storage_new_folder): Move the folder_changed_cb() call to avoidDan Winship2001-06-292-1/+4 * Call folder_changed_cb after adding the new folder so that if it was addedDan Winship2001-06-292-0/+7 * Since we have an exception variable, we might as well use it when gettingJeffrey Stedfast2001-06-293-7/+27 * After finding a folder, attach to its "folder_changed" andDan Winship2001-06-293-68/+123 * Fix a memory leak. Also if the decoded value is NULL, that means it wasn'tJeffrey Stedfast2001-06-292-32/+114 * If the folder is frozen, don't refresh, just record that we need to do itDan Winship2001-06-295-7/+84 * simplified(refactored) signature handling + better support for htmlRadek Doulik2001-06-298-48/+177 * simplified(refactored) signature handling + better support for htmlRadek Doulik2001-06-293-69/+37 * Small typoRodrigo Moya2001-06-281-2/+1 * added cut/copy/paste entries to the main menuRodrigo Moya2001-06-282-0/+14 * new functions for allowing the execution of clipboard-related commandsRodrigo Moya2001-06-286-49/+158 * Re-added removed paramter in call to evolution_shell_component_newRodrigo Moya2001-06-282-0/+2 * added cut/copy/paste entries to the main menuRodrigo Moya2001-06-282-0/+18 * removed not-uses-anymore parameter in call toRodrigo Moya2001-06-2810-2/+184 * Rename `e_shell_new_view()' into `e_shell_create_view()' to avoidEttore Perazzoli2001-06-286-11/+16 * Get the Mail Component to understand `mailto:'.Ettore Perazzoli2001-06-282-1/+33 * Make the shell to be able to display URIs that the user specified onEttore Perazzoli2001-06-289-47/+159 * Added a URI schema registry to the shell, and changed the bootstrapEttore Perazzoli2001-06-289-5/+440 * remove FIXME from FileInsertFile.Larry Ewing2001-06-28