aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Locale-gettext
ModeNameSize
-rw-r--r--Makefile497logstatsplainblame
-rw-r--r--distinfo191logstatsplainblame
d---------files45logstatsplain
-rw-r--r--pkg-descr176logstatsplainblame
-rw-r--r--pkg-plist372logstatsplainblame
* Use `g_strcasecmp()' instead of `strcasecmp()', just to be anal aboutEttore Perazzoli2001-03-292-2/+7 * Access the folder directly from the message info.Not Zed2001-03-294-105/+139 * Don't print the xml tree here.Christopher James Lahey2001-03-292-1/+8 * Use strcasecmp instead of strcmp.Christopher James Lahey2001-03-292-4/+9 * Fixed some crashes.Christopher James Lahey2001-03-292-0/+18 * Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of getting the NAME and thenChristopher James Lahey2001-03-293-6/+18 * oops libunicode isn't quite dead yetDan Winship2001-03-291-0/+14 * Sigh. Use the right variable, idiot. And fix a crash bug thatEttore Perazzoli2001-03-292-1/+6 * add a bit mentioning that if configure claims you don't have somethingDan Winship2001-03-294-208/+79 * Move the gtk_toggle_button_set_active outside the if.Jeffrey Stedfast2001-03-292-6/+20 * A mockup of how meeting scheduling and editting should work. This design is b...Anna Dirks2001-03-291-0/+488 * Screenshot of Damon's meeting-scheduling widget, used in my mockup of the mee...Anna Dirks2001-03-291-0/+0 * Updated Slovenian translationAndraz Tori2001-03-291-525/+628 * Use the drafts folder specified by the account, if possible. Also, fix theDan Winship2001-03-292-4/+60 * Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-298-80/+255 * Change "mark as read" to be C-k instead of C-q, which is a standardEttore Perazzoli2001-03-292-1/+6 * In a fit of egomania, added myself to the authors array.Jon Trowbridge2001-03-282-0/+6 * In a burst of egomania, added myself.Jon Trowbridge2001-03-282-0/+5 * New class implementing a tree model. Not finished yet or in use, but IChristopher James Lahey2001-03-282-0/+563 * Add the port (if user defined) to the path to fix bug #1996.Jeffrey Stedfast2001-03-282-0/+13 * If we aren't going to even check the resp/free buffer that gets returnedJeffrey Stedfast2001-03-283-5/+15 * Lets do some NULL checking here. First, make sure the gsrc isn't NULL andJeffrey Stedfast2001-03-283-9/+14 * fixed button placement to comply with gnome standards.Anna Marie Dirks2001-03-282-6/+11 * set the FormatHTML property on the editor to let it know the mode.Larry Ewing2001-03-282-0/+6 * fixed spacing and label alignment to comply with gnome standards. AlsoAnna Marie Dirks2001-03-282-129/+105 * set the initial druid button state after doing the mail_account_gui_setup,Dan Winship2001-03-282-2/+6 * (save_service): Don't look at authtype if the widget isDan Winship2001-03-282-1/+4 * we can now resolve to storages and streams.Dietmar Maurer2001-03-272-3/+73 * Fill in signature and organization too. (mail_account_gui_save): PreserveDan Winship2001-03-272-0/+16 * Use gnome-dialog-close instead of object_unref, for some reason it doesn'tNot Zed2001-03-272-1/+8 * Unref the html filter when done. (summary_build_content_info): DisableNot Zed2001-03-272-5/+16 * set the FormatHTML property on the editor to let it know the mode.Larry Ewing2001-03-272-0/+9 * Fix a cut n paste bug, we want uid_removed not uid_changed deref, fixesNot Zed2001-03-272-1/+6 * add an argument to say whether or not you want "PLAIN" in the list (so youDan Winship2001-03-277-11/+23 * Probably the very last new config dialog ever. (Ha ha). From Anna, basedDan Winship2001-03-2713-4973/+3122 * Kludge, copied+modified from mail_config_folder_to_cachename to deal withDan Winship2001-03-271-2/+22 * Update this to reflect the CamelProvider structure changeDan Winship2001-03-271-1/+1 * Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-2715-162/+242 * Fix parsing of params. (output_param): And unparsing...Dan Winship2001-03-271-2/+7 * Rewrite to use imap_store->namespace, not service->url->pathDan Winship2001-03-271-8/+12 * Add "vtrash" as an allowed mail folder type.Jeffrey Stedfast2001-03-272-1/+4 * Move all of the camel_vee_folder_construct() internals here.Jeffrey Stedfast2001-03-272-5/+34 * Updated to reflect changes made to the move/copy API in camel-folder.cJeffrey Stedfast2001-03-272-1/+2 * oops, don't use uids->pdata[i], just use uidsJeffrey Stedfast2001-03-271-2/+1 * Updated to reflect changes made to the move/copy API in camel-folder.cJeffrey Stedfast2001-03-273-25/+21 * Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-2710-183/+396 * Get the shell to compile by implementing a missing function.Ettore Perazzoli2001-03-272-2/+17 * Fixed vfolder_new api.Not Zed2001-03-272-2/+5 * Added folder_created event here.Not Zed2001-03-277-610/+668 * Updated Slovenian translationAndraz Tori2001-03-271-106/+55 * Added util/e-bit-array.lo.Christopher James Lahey2001-03-276-224/+558 * When writing the last token (if not rfc2047 encoded), don't useJeffrey Stedfast2001-03-272-1/+5 * Updated these to match the new e_tree_model_node_removed signal.Christopher James Lahey2001-03-275-45/+95 * Don't spew a warning if the message-id wasn't set by the application, notJeffrey Stedfast2001-03-272-10/+12 * Set the mime part content-id.Jeffrey Stedfast2001-03-272-0/+11 * Rename this from "PLAIN" to "Password": there's no reason the user needsDan Winship2001-03-271-2/+2 * Finish the DnD stuff by implementing move/copy on the shell side asEttore Perazzoli2001-03-2710-26/+423 * Make the thumbnail cache global rather than per-MailDisplay, sinceDan Winship2001-03-271-1/+0 * remove a debugging printf that got awayDan Winship2001-03-271-1/+0 * undo a boolean boobooDan Winship2001-03-271-1/+2 * keep a reference on the store's current_folder.Dan Winship2001-03-273-2/+17 * Make fake content-id URLs be guaranteed unique: the old way (with %p onDan Winship2001-03-263-22/+44 * Add missing accessor.Dan Winship2001-03-263-0/+10 * Simplify a bit using camel_session_get_provider.Dan Winship2001-03-263-35/+41 * New. Return the provider for a URL.Dan Winship2001-03-263-18/+71 * create camel/misc/MakefileRadek Doulik2001-03-262-0/+5 * Replace <gnome.h> <and <bonobo.h> includes and add <stdlib.h> to removeKjartan Maraas2001-03-262-7/+20 * Header shuffling. Move glibc headers before gnome stuff. Same here. AddedKjartan Maraas2001-03-264-4/+13 * Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-2624-32/+90 * clear name and email data after each addressRadek Doulik2001-03-262-8/+13 * un Mar 25 22:31:19 2001 George Lebl <jirka@5z.com>George Lebl2001-03-261-4/+4 * eh, changed my mind, put the exception back in camel_url_new()Dan Winship2001-03-264-13/+10 * New URL parser with full RFC1808 relative URL support. Yum.Dan Winship2001-03-269-199/+523 * Updated Swedish translation.Christian Rose2001-03-262-868/+987 * UpdateFatih Demir2001-03-262-1182/+1192 * Fix a bug in this that probably would have been noticed sooner if ETreeDan Winship2001-03-262-1/+7 * ref the sort_info taken from the state object. Ditto. Fixes the last ETreeDan Winship2001-03-262-0/+2 * The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-258-58/+73 * Updated Slovenian translationAndraz Tori2001-03-251-1700/+1852 * Allow the authtype to be NULL. (transport_auth_init): If the providerJeffrey Stedfast2001-03-252-2/+31 * Don't use copy_to if the source folder doesn't support summary info's.Jeffrey Stedfast2001-03-252-4/+13 * Added e-selection-model-array.lo.Christopher James Lahey2001-03-258-560/+975 * Added '=' and '-' as tree node expand and collapseChristopher James Lahey2001-03-251-3/+11 * Rather than starting the pending query by directly callingJon Trowbridge2001-03-252-8/+42 * Default to iso-8859-1 as the user's charset here if it is undefined. ThisJeffrey Stedfast2001-03-252-1/+7 * Do charset conversion on the username param here if needed.Jeffrey Stedfast2001-03-252-4/+49 * Properly remove old items from the ETableExtras if they are replaced byChristopher James Lahey2001-03-241-0/+3 * Made this only up the insert_count if it actually had to do any nonChristopher James Lahey2001-03-241-3/+4 * Ignore these signals if we aren't realized yet.Christopher James Lahey2001-03-231-4/+19 * Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-2320-72/+755 * Made this not create the new font until realize instead of at new_viewChristopher James Lahey2001-03-232-15/+28 * Turned on BROKEN_ETREE.Christopher James Lahey2001-03-232-1/+5 * Refactor ELocalStorage a bit so that it's easier to implement theEttore Perazzoli2001-03-232-192/+206 * Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-2317-43/+152 * update by ChiDeok, Hwang <hwang@mizi.co.kr>Nam SungHyun2001-03-231-1050/+1026 * Oops, an unspecified date is '0', not -1.Jeffrey Stedfast2001-03-23