aboutsummaryrefslogtreecommitdiffstats
path: root/finance/p5-Business-OnlinePayment-OCV/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add p5-Business-OnlinePayment-OCV 0.01, a Business::OnlinePayment backendsobomax2003-12-151-0/+26
n>2-6/+10 * Use camel_mime_parser_read to read internal parser data.Jeffrey Stedfast2002-02-052-1/+2 * Use camel_mime_parser_read to read internal parser data.Jeffrey Stedfast2002-02-057-108/+132 * Same here.Jeffrey Stedfast2002-02-053-66/+9 * new gui routines for conduit settings (e_todo_gui_fill_config): dittoJP Rosevear2002-02-052-6/+88 * tidyJP Rosevear2002-02-053-21/+178 * Added. New stream for HTTP requests (currently supported are GET andJeffrey Stedfast2002-02-053-0/+530 * Call set_errno appropriately.Jeffrey Stedfast2002-02-052-3/+17 * The new selector widgetIain Holmes2002-02-0513-1518/+1050 * Updated Spanish translation.Hector Garcia2002-02-042-2922/+2020 * *** empty log message ***Wang Jian2002-02-042-12938/+19877 * Updated Spanish translation.Hector Garcia2002-02-042-1089/+13404 * if the shown address in the mailing address or there is no mailingJP Rosevear2002-02-044-6/+134 * Add attachments after we've seen if the composer object is valid.Not Zed2002-02-043-18/+32 * Updated Norwegian (bokmål) translation.Kjartan Maraas2002-02-032-431/+398 * Destroy the S/MIME frame if not available, instead of just graying it out.Ettore Perazzoli2002-02-032-1/+8 * Some touchups from me and Anna.Ettore Perazzoli2002-02-032-189/+177 * Allocate the ConnectionList list with the right number of entries insteadEttore Perazzoli2002-02-022-2/+9 * swap the order in which we add recipients to the list. If we add the auto-rec...Jeffrey Stedfast2002-02-021-33/+34 * New function to find out if a destination was one which was auto-maticallyJeffrey Stedfast2002-02-023-273/+319 * Don't bother setting the auto-cc/bcc recipients here. I'm moving the codeJeffrey Stedfast2002-02-022-25/+7 * Update the auto-cc/bcc recipients in the composer header fields to matchJeffrey Stedfast2002-02-022-2/+118 * [Fix a crash that can happen if you have opened multiple views ofEttore Perazzoli2002-02-024-43/+117 * Made this preserve addressbook flags other than the first three.Christopher James Lahey2002-02-025-1638/+100 * Added gal-view-instance.c and gal-view-instance.h.Christopher James Lahey2002-02-014-72/+573 * Made this function much more readable. Got rid of all the gotos. Fixed aChristopher James Lahey2002-02-012-37/+54 * ignore spell checking of words in addresses, move set_body_text after allRadek Doulik2002-02-013-6/+37 * new method, tells composer to ignore all word in str string (next_word):Radek Doulik2002-02-013-80/+140 * Converted French translation to UTF-8.Christophe Merlet2002-01-312-1748/+1752 * Make this function take a bitfield of parameters instead of two bools.Christopher James Lahey2002-01-312-6/+12 * Added this simple accessor function.Christopher James Lahey2002-01-314-0/+49 * New function to do a search through a tree in one direction or the other.Christopher James Lahey2002-01-312-89/+206 * Oops, this was converting foo@[blah] to foo@[ blah ], fixed.Not Zed2002-01-312-2/+7 * Updated Norwegian (bokmål) translation.Kjartan Maraas2002-01-312-1008/+1062 * Pass the parent window to mail_account_editor_new().Jeffrey Stedfast2002-01-316-14/+28 * Use "pop" instead of "pop3" so current configurations continue to work.Jeffrey Stedfast2002-01-312-1/+6 * if this is a reply, print the attendee statusJP Rosevear2002-01-312-0/+39 * print quoted text in italicRadek Doulik2002-01-312-6/+10 * compute the change db filename based on our contact db filename.Chris Toshok2002-01-312-6/+25 * Updated French translation.Christophe Merlet2002-01-311-1/+1 * Updated French translation.Christophe Merlet2002-01-312-12055/+9084 * re-enable popup menu. (populate_folder_context_menu): If we're on aNot Zed2002-01-302-8/+31 * Use right_click_row_path rather than selected_row_path, so clients get theNot Zed2002-01-302-1/+7 * Changed name from "NT Login" to simply "Login".Not Zed2002-01-3014-671/+1645 * Updated Norwegian nynorsk translationRoy-Magne Mo2002-01-301-574/+451 * Changed the function signature so that we can pass in whom we want toDave West2002-01-302-6/+27 * Started writing an LDAP config exampleKevin Breit2002-01-302-0/+19 * Make X-Evolution-Account take priority over X-Evolution-Transport. ShouldJeffrey Stedfast2002-01-302-3/+8 * ignore evolution-addressbook-abuseJeffrey Stedfast2002-01-301-0/+1 * Updated russian translation.Valek Frob2002-01-302-3603/+3156 * Added more kludge to an existing Exchange IMAP 5.5 kludge to work aroundJeffrey Stedfast2002-01-302-1/+11 * Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bugJeffrey Stedfast2002-01-302-3/+12 * New function that implements the Redirect feature.Jeffrey Stedfast2002-01-306-4/+143 * Add MessageRedirect.Jeffrey Stedfast2002-01-302-0/+10 * (footer_info_free): unref footer fontRadek Doulik2002-01-302-1/+10 * (do_mail_print): get rid of static global variables, as they areRadek Doulik2002-01-302-21/+38 * If we are in redirect mode, use the original message and set the resent-*Jeffrey Stedfast2002-01-305-148/+210 * initialize line to 0 to make everybody happy ;-) ops, set local_font toRadek Doulik2002-01-302-2/+8 * Handle Resent headers too.Jeffrey Stedfast2002-01-293-5/+14 * Added Resent-* #defines.Jeffrey Stedfast2002-01-292-0/+6 * Use while (node->next) instead of while (node)Jeffrey Stedfast2002-01-292-1/+4 * Don't bother checking for invalid recipients anymore. If a recipient isJeffrey Stedfast2002-01-292-41/+12 * New function to decode an enhanced status code. (smtp_set_exception): SetsJeffrey Stedfast2002-01-293-97/+142 * print footer (footer_print_cb): print page number and number of pagesRadek Doulik2002-01-292-16/+35 * Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.Jeffrey Stedfast2002-01-294-73/+171 * Skip over illegal whitespace in Microsoft-generated BYDAY rules.Dan Winship2002-01-292-10/+12 * Revert my previous change as trow says this will break auto-completionJeffrey Stedfast2002-01-292-1/+7 * added DB3_LDADDRadek Doulik2002-01-292-1/+6 * added bonobo to filter flags to avoid compile errorRadek Doulik2002-01-292-1/+6 * Updated Hungarian translationAndras Timar2002-01-282-2156/+13923 * Added missing file. Updated and converted to UTF-8.Christian Rose2002-01-283-4903/+5056 * Added information regarding types of search scopesKevin Breit2002-01-283-4/+38 * Added Search Base as an entry Added Search Scope as an entryKevin Breit2002-01-285-100/+154 * Use `-f' instead of `-e' so installation of topic.dat works on non-GNUEttore Perazzoli2002-01-282-3/+7 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-2836-346/+326 * Updated Norwegian nynorsk translationRoy-Magne Mo2002-01-271-3416/+2520 * check if re->edit != NULL before trying to unref it. Fixes a segfault whenMikael Hallendal2002-01-272-1/+10 * Updated Slovenian translationAndraz Tori2002-01-271-4221/+15656 * nl.po Minor translation update....we're getting thereVincent van Adrighem2002-01-271-48/+25 * Updated Norwegian (bokmål) translation. Updated.Kjartan Maraas2002-01-263-3129/+3275 * AIX and IRIX are like Sun systems - they use ISO8859-1 rather than namesJeffrey Stedfast2002-01-261-2/+2 * Don't check for an @ in the email address. This is to fix bug #10960.Jeffrey Stedfast2002-01-262-1/+11 * We need to return a value here. I think FALSE is fine (I hope).Jeffrey Stedfast2002-01-262-0/+5 * [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-262-10/+28 * Save the pathname. (save_part): Use the new mail_config cruft to get theJeffrey Stedfast2002-01-264-14/+58 * Do some NULL checking on the url before using it.Jeffrey Stedfast2002-01-262-3/+13 * Use 1 instead of zero as the minimum value for the repetitions spin buttonFederico Mena Quintero2002-01-263-1/+10 * Require gal 0.19.99.1.Ettore Perazzoli2002-01-262-1/+5 * nl.po Massive translation update All untranslated has been done FuzziesVincent van Adrighem2002-01-251-2017/+2343 * [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-2511-117/+445 * Updated Norwegian (nynorsk) translationRoy-Magne Mo2002-01-252-4716/+15114 * Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS. Likewise.Ettore Perazzoli2002-01-252-2/+3 * Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS.Ettore Perazzoli2002-01-252-10/+13 * Remove some old cruft.Ettore Perazzoli2002-01-252-16/+4 * Ooops. Forgot to use EVOLUTION_CALENDAR_LIBS here.Ettore Perazzoli2002-01-252-1/+6 * Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-2532-348/+358 * This wrapper for gdk_beep().Jeffrey Stedfast2002-01-252-2/+9 * Call the beep callback function.Jeffrey Stedfast2002-01-253-6/+31 * Just use BONOBO_HTML_GNOME_CFLAGS and BONOBO_HTML_GNOME_LIBS forEttore Perazzoli2002-01-252-18/+14 * Don't bother trying to see if the domain looks like a FQDN.Jeffrey Stedfast2002-01-252-7/+7 * If the mail-display is in focus, then select-all in the mail displayJeffrey Stedfast2002-01-252-3/+13 * Add missing files. Ooops!Ettore Perazzoli2002-01-252-0/+178 * Applied modified UK locations patchIain Holmes2002-01-243-1/+35 * Fix the mail order stuffIain Holmes2002-01-243-3/+11 * nl.po Translation updateVincent van Adrighem2002-01-241-5525/+4771 * More updates to the Italian translation.Ettore Perazzoli2002-01-242-25/+27 * Updated translation by Clara Tattoni <clara.tattoni@libero.it>.Ettore Perazzoli2002-01-242-1535/+12774 * Pass a NULL icon to `evolution_shell_component_add_user_creatable_item()'.Ettore Perazzoli2002-01-242-1/+8 * Pass a NULL @icon toEttore Perazzoli2002-01-243-8/+13 * Pass a NULL @icon toEttore Perazzoli2002-01-242-2/+12 * [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-2418-301/+744 * Implements bug #15692Jeffrey Stedfast2002-01-242-11/+67 * [Patch by Michael Meeks <michael@ximian.com>.]Ettore Perazzoli2002-01-242-0/+8 * #include <locale.h>.Ettore Perazzoli2002-01-242-0/+6 * Define CAMEL_PROVIDERDIR to be the configure.in-defined camel_providerdir.Dan Winship2002-01-242-2/+7 * lv.po - Recommited for two stupid mistakes by me.Peteris Krisjanis2002-01-231-2/+2 * lv.po - Updated Latvian translation.Peteris krisjanis2002-01-232-3147/+15788 * [ fixes bug # 16864 ] create and return a GString here, instead of writingChris Toshok2002-01-232-24/+32 * Now takes a boolean notify argument. If this is *not* set, then remove theJeffrey Stedfast2002-01-233-3/+16 * New function to remove a filter rule by name.Jeffrey Stedfast2002-01-233-1/+30 * Simplified.Jeffrey Stedfast2002-01-232-30/+34 * Yet Another Stupid Marshaller.Ettore Perazzoli2002-01-232-0/+20 * Updated Slovak translation.Stanislav Visnovsky2002-01-222-1415/+792 * As a temporary solution, just printf ("\a"); to make a beep :-)Jeffrey Stedfast2002-01-228-47/+84 * If the first "token" in the body is "<html>", then treat this as aJeffrey Stedfast2002-01-223-1/+19 * Buffers Files Tools Edit Search Mule HelpJP Rosevear2002-01-223-11/+31 * Implement max_width_by_row.Christopher James Lahey2002-01-224-126/+211 * UpdatedAlastair McKinstry2002-01-222-1532/+1389 * Updated russian translation.Valek Frob2002-01-212-2355/+14303 * Set the number of cards to return to the value specified in the ldap uri,Christopher James Lahey2002-01-216-10/+190 * Stop the importer dialog going behind the main windowIain Holmes2002-01-212-1/+7 * Request a reflow and an update when the text model changes. Fixes XimianChristopher James Lahey2002-01-211-3/+4 * Readded.Carlos Perelló Marín2002-01-201-0/+1195 * *** empty log message ***Rodrigo Moya2002-01-201-1195/+0 * New function to decode an IMAP mailbox name from modified UTF-7 encodingJeffrey Stedfast2002-01-193-1/+274 * Updated Greek translationSimos Xenitellis2002-01-192-3926/+2861 * Made username match with no domain match be vague instead of partial.Christopher James Lahey2002-01-182-1/+7 * From addressbook/ChangeLog:Christopher James Lahey2002-01-189-35/+163 * Sort country list. Country list moves from fulladdr.glade toChristopher James Lahey2002-01-183-236/+293 * typos.Aaron Weber2002-01-182-2/+6 * save the alarm string in the correct variable (str), so it actually getsDamon Chaplin2002-01-182-2/+7 * Fixes #17725Zbigniew Chyla2002-01-182-4/+16 * Update to match new uudecode interface (ie, no longer need a uulen stateJeffrey Stedfast2002-01-182-3/+8 * Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. SetJeffrey Stedfast2002-01-185-73/+93 * default component classification to PUBLIC. Fixes internal bug #1066Rodrigo Moya2002-01-172-3/+10 * If we don't want to corrupt the uuencoded data by overwriting it withJeffrey Stedfast2002-01-174-0/+23 * Fixed slight logic error to find the uuencode begin line. Fixes bugJeffrey Stedfast2002-01-172-1/+7 * Remove "Dump" menu item.Ettore Perazzoli2002-01-172-1/+4 * Use soup to transfer HTTP files and other bugs fixedIain Holmes2002-01-179-340/+221 * SOUP stuffIain Holmes2002-01-173-0/+15 * move all functions here, get rid of header files, use e-pilot-settings toJP Rosevear2002-01-176-280/+256 * new file, implements the ECellProgress object.Krisztian Pifko2002-01-172-0/+524 * Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-178-1/+8 * Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-1728-0/+31 * for all separators, add a unique (per xml file) name to each separator, soMichael Meeks2002-01-1616-81/+100 * New functions for saving selection state and such.Christopher James Lahey2002-01-165-23/+210 * [Fix #17441, Crash trying to import Multiple VCard file into LDAPEttore Perazzoli2002-01-162-6/+27 * Redo the whole options/account-creation thing.Aaron Weber2002-01-163-114/+325 * remove misleading title and fix spacingJP Rosevear2002-01-162-43/+5 * New callback to handle the set_base signal. (on_url_requested): If theJeffrey Stedfast2002-01-163-5/+60 * Updated to match the new send_to API. (smtp_send): Get the from addressJeffrey Stedfast2002-01-165-16/+36 * Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT.Jeffrey Stedfast2002-01-162-28/+56 * If we write "" to an xml file, we read back NULL. So if we read back NULL,Not Zed2002-01-152-4/+13 * Handle the case of a 0 length string properly here.Christopher James Lahey2002-01-151-0/+6 * move all functions here, get rid of header files, use e-pilot-settings toJP Rosevear2002-01-1511-568/+509 * compile new filesJP Rosevear2002-01-154-3/+231 * use icaltimetype_to_tmJP Rosevear2002-01-152-7/+5 * figure out when today is and highlight if it is not selectedJP Rosevear2002-01-154-3/+30 * Updated to use the new imap_uid_array_to_set() interface.Jeffrey Stedfast2002-01-154-110/+188 * re-order activate / de-activate to minimise flicker switching betweenMichael Meeks2002-01-152-9/+16 * Updated Swedish translation.Christian Rose2002-01-142-21/+30 * Rewritten to use a cache for body searches when online. Will need someNot Zed2002-01-148-111/+1480 * add protosJP Rosevear2002-01-144-21/+164 * Updated Norwegian (bokmål) translation.Kjartan Maraas2002-01-142-3681/+13371 * Updated Greek TranslationSimos Xenitellis2002-01-132-5498/+6494 * Updated Swedish translation.Christian Rose2002-01-132-89/+99 * translate timezone names when displayed. Fixes bug #6544.Damon Chaplin2002-01-12