aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-string-utils.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-03 17:29:08 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-03 17:29:08 +0800
commit0a7400e900f9235cf6ef73a8978433178a5b8f0c (patch)
tree53f1ce1f63eff31afa5e3ef0c607a9af806cd441 /camel/camel-string-utils.h
parentf60455997beaa2374f20921d2e874f70d08b4bb4 (diff)
downloadgsoc2013-evolution-0a7400e900f9235cf6ef73a8978433178a5b8f0c.tar.gz
gsoc2013-evolution-0a7400e900f9235cf6ef73a8978433178a5b8f0c.tar.zst
gsoc2013-evolution-0a7400e900f9235cf6ef73a8978433178a5b8f0c.zip
only save the summary, don't update from server, thats what refresh info
2004-06-03 Not Zed <NotZed@Ximian.com> * providers/nntp/camel-nntp-folder.c (nntp_folder_sync_online): only save the summary, don't update from server, thats what refresh info does. (nntp_folder_download_message): fix exception handling. (nntp_folder_cache_message): same. (nntp_folder_get_message): ditto, plus major cleanup. (nntp_folder_download_message): take combined uid so it can cache and lookup properly. duh. * providers/nntp/camel-nntp-store.c (nntp_store_get_subscribed_folder_info): if not fast, then open the folder, and update it. Yeah i've given up trying to worry about performance vs usability. * providers/nntp/camel-nntp-summary.c (camel_nntp_summary_check): update the storesummary if we update the folder summary. Hmm, isn't duplicated data meant to be a bad thing? :P * providers/nntp/camel-nntp-store.c (camel_nntp_store_set_folder): removed, now handled by nntp_command. (nntp_connected): removed, now handled by nntp_command. * camel-string-utils.c (camel_tolower): added ascii to-lower function. (camel_toupper): and upper, for completeness. * camel-store-summary.c (CAMEL_STORE_SUMMARY_VERSION): bumped file version by 1. This is a mess, version 1 files treated the bitfield 'flags' with bit number values not bits. Messy. * providers/nntp/camel-nntp-store-summary.c (store_info_save): write last/first count. (CAMEL_NNTP_STORE_SUMMARY_VERSION): bump version to 1. (store_info_load): if we're loading >= version 1, then load last/first counts. * providers/nntp/camel-nntp-store.c (nntp_store_get_folder_info_all): pass the whole line to store_info_from_line, dont strip last/first info. (nntp_store_info_update): renamed from info_new_from_line. only add if not present. handle updates, try and handle unread counts and readonly status. 2004-06-02 Not Zed <NotZed@Ximian.com> * providers/nntp/camel-nntp-store.c: setup xover once we've started. * providers/nntp/camel-nntp-summary.c: (xover_setup): moved to nntp store. * providers/nntp/camel-nntp-folder.c (folder_check) (folder_check_free, camel_nntp_folder_new): remove async summary stuff. * providers/nntp/camel-nntp-store.c (camel_nntp_command): take exception argument again, and folder argument. do retry logic and auth logic differently. (camel_nntp_raw_command): raw command interface, dont try reconnect or anything fancy. pass i/o errors straight out, etc. (camel_nntp_try_authenticate): change to return return codes & take exception. * providers/nntp/camel-nntp-summary.c (camel_nntp_summary_new): just take path argument. (camel_nntp_summary_check): take a store, and a folder name. (add_range_head, add_range_xover): remove the time based update events, they never had any effect anyway. Take store argument. (xover_setup): take store argument. * camel-folder-search.c (search_match_threads): remove debug. svn path=/trunk/; revision=26164
Diffstat (limited to 'camel/camel-string-utils.h')
-rw-r--r--camel/camel-string-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-string-utils.h b/camel/camel-string-utils.h
index 54cbad3fad..e8a5bf3ffb 100644
--- a/camel/camel-string-utils.h
+++ b/camel/camel-string-utils.h
@@ -39,6 +39,7 @@ void camel_string_list_free (GList *string_list);
char *camel_strstrcase (const char *haystack, const char *needle);
const char *camel_strdown (char *str);
+char camel_tolower(char c);
#ifdef __cplusplus
}
n>6-7/+1240 * Added e-table/e-table-sorting-utils.lo.Christopher James Lahey2001-02-2419-641/+1226 * Move the event box into the esb->dropdown_holder. Changed so it can beNot Zed2001-02-243-16/+68 * Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrabJon Trowbridge2001-02-243-8/+49 * Doh!Chris Lahey2001-02-231-10/+10 * Added a bunch of g_return_if_fails.Christopher James Lahey2001-02-231-7/+78 * Added some g_return_if_fails here.Christopher James Lahey2001-02-211-0/+4 * If we are drawing a top-level tree node, without any children then dontNot Zed2001-02-211-1/+6 * add some more (mostly empty) api docs. (e_tree_model_node_changed): passChris Toshok2001-02-201-2/+355 * Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-2011-1216/+12 * Forgot to add. Doh!Jon Trowbridge2001-02-202-0/+790 * Added. Allows you to attach an ECompletion to an EEntry, and have thatJon Trowbridge2001-02-2014-623/+2483 * Removed setting of invalid "horizontal_scrolling" argument.Christopher James Lahey2001-02-172-10/+0 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-176-0/+25 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-176-0/+51 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-1741-0/+244 * Change the calculation of the maximum with of tree cell, from O(n^2) toRusty Conover2001-02-171-4/+4 * Made it so that if you set the row or col to something not equal to -1, itChristopher James Lahey2001-02-151-0/+6 * This new function updates the minimum width of all of the columns based onChristopher James Lahey2001-02-144-1/+41 * Set policy of scrolled window to be automatic/automatic.Christopher James Lahey2001-02-143-6/+5 * Fix the crash when ETableItems are destroyed.Christopher James Lahey2001-02-141-1/+4 * Made a width other than the default possible if the children have widthsChristopher James Lahey2001-02-112-5/+27 * Fix selection so that changing a model row equal to 31 mod 32 works.Christopher James Lahey2001-02-111-1/+1 * Let e_canvas_item_show_area_delayed deal with a delayed area show insteadChristopher James Lahey2001-02-111-28/+8 * Added this function.Christopher James Lahey2001-02-112-9/+60 * Since gdkevent is a union, casting a smaller struct to a gdkevent causedJP Rosevear2001-02-101-7/+16 * Add a missing gtk_object_ref.Dan Winship2001-02-091-0/+1 * Use e_format_number.Christopher James Lahey2001-02-091-1/+1 * Set the dnd_code on the header properly.Christopher James Lahey2001-02-091-1/+6 * Commented out this function since it's not being used.Christopher James Lahey2001-02-091-0/+3 * Added a "header" argument to set the label at the top of the dialog.Christopher James Lahey2001-02-091-30/+31 * Don't handle C-Enter.Christopher James Lahey2001-02-091-4/+4 * Added this function. Made frozen an int so that recursive freezes andChristopher James Lahey2001-02-092-8/+26 * Store the whole GdkColor instead of just the pixel.Christopher James Lahey2001-02-082-13/+9 * Added Akira's japanese etc. encodings to e-fontLauris Kaplinski2001-02-081-5/+10 * Create the local directory when saving if it doesn't exist already.Christopher James Lahey2001-02-071-1/+2 * Change encoding from locale encoding to utf8.Christopher James Lahey2001-02-071-4/+6 * Check for nl_langinfo (CODESET). Code taken from glib 1.3 branch.Christopher James Lahey2001-02-072-2/+130 * Added e-text-model-testJeffrey Stedfast2001-02-061-0/+1 * Ignore test-dropdown-buttonJeffrey Stedfast2001-02-062-0/+5 * Changed draw_borders from a gboolean to a a guint : 1.Christopher James Lahey2001-02-061-1/+1 * Removed unnecessary comment about now non-existant virtual column list.Christopher James Lahey2001-02-061-7/+0 * Changed the text to pop up the Field Chooser.Christopher James Lahey2001-02-061-1/+1 * Fixed a number of small bugs in how we were saving and loading viewChristopher James Lahey2001-02-062-7/+46 * Added a "changed" signal.Christopher James Lahey2001-02-065-11/+79 * Make some private variables static in `ETableSorter'.Ettore Perazzoli2001-02-061-4/+4 * Changed the call to iconv to be char ** instead of const char **.Christopher James Lahey2001-02-051-5/+5 * Make this not error out if ecol is not found, but simply return -1.Christopher James Lahey2001-02-051-3/+2 * Dont overwrite the end of our bitmap array.Not Zed2001-02-021-1/+2 * make the segfault caused by double clicking into a critical warning untilLarry Ewing2001-02-011-0/+1 * added gboolean draw_borders to make it compile, probably some forgottenRadek Doulik2001-02-011-0/+2 * Fixed allocation and placement of text for no bordered text.Christopher James Lahey2001-01-311-16/+33 * Fixed allocation and placement of text window.Christopher James Lahey2001-01-312-25/+34 * Reverted the latest change to EText since we're in feature freeze.Christopher James Lahey2001-01-306-333/+63 * Made the contained %ETableItem have cursor_mode asChristopher James Lahey2001-01-304-34/+45 * Made carriage return finish editing.Christopher James Lahey2001-01-302-31/+56 * Connect to the model's "position" signal. (e_text_init): Set default valueJon Trowbridge2001-01-306-63/+333 * Added e-cell-number.loChristopher James Lahey2001-01-293-1/+101 * Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which isNot Zed2001-01-291-1/+1 * Update copyright and add myself as the author.Ettore Perazzoli2001-01-281-2/+6 * Make the ESearchBar pretty by using the same border for the dropdownEttore Perazzoli2001-01-282-3/+31 * Made the scrolling to show the current roll happen in a time out.Christopher James Lahey2001-01-282-2/+52 * Documented.Ettore Perazzoli2001-01-281-4/+14 * Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-283-16/+60 * Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-284-0/+62 * cvs remove all files in shortcut-bar/, this widget is now in gal, will beJason Leach2001-01-2719-7532/+7 * Make the ESearchBar use the new EDropdownButton widget.Ettore Perazzoli2001-01-273-146/+217 * Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-274-21/+13 * ...And the ChangeLog too.Ettore Perazzoli2001-01-271-0/+4 * Ooops, forgot to commit the Makefile.Ettore Perazzoli2001-01-271-9/+27 * New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-273-0/+390 * Make ETable stop editing when it looses focus.Christopher James Lahey2001-01-272-8/+32 * Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-276-111/+776 * Set the GTK_CAN_FOCUS flag on the widget, since an ETable ought to beFederico Mena Quintero2001-01-262-85/+165 * Clamp the value we set here. (compute_offset): Switched to ints here.Christopher James Lahey2001-01-261-16/+16 * Made this function put some space around the area shown.Christopher James Lahey2001-01-261-12/+32 * Made this correctly check for going off the end of the table.Christopher James Lahey2001-01-261-2/+4 * Make this actually deploy the titles from the GalViewCollection and emitChristopher James Lahey2001-01-262-111/+133 * Documented. Added a "cursor_activated" signal. Removed some unusedChristopher James Lahey2001-01-2510-129/+461 * e_calendar_item_get_date_range() now returns a boolean, which is FALSE ifDamon Chaplin2001-01-253-8/+34 * Have the argument system do type checking on our "collection" argument.Christopher James Lahey2001-01-252-12/+17 * Actually implement this function.Christopher James Lahey2001-01-241-2/+17 * Made GalViewCollectionItem a public type. (load_single_file): Made it soChristopher James Lahey2001-01-242-41/+40 * Fixed gal_define_views_dialog_new to be called with its proper argument.Jon Trowbridge2001-01-232-1/+6 * Initialize collection field to NULL. Set the collection on the model asChristopher James Lahey2001-01-2210-82/+343 * Made the cursor move when rows are inserted or deleted. If in single modeChristopher James Lahey2001-01-221-0/+11 * Use the new gal_view_set_title function.Christopher James Lahey2001-01-217-56/+311 * Made this conform to the new prototype for e_popup_menu_run.Christopher James Lahey2001-01-218-105/+341 * Fix memory leak: Unref some stuff if we're not showing the tooltip.Iain Holmes2001-01-211-1/+2 * Unset the GTK_CAN_FOCUS flag on the ECalendar. (e_calendar_focus_in):Federico Mena Quintero2001-01-202-33/+14 * s/GdkEventButton/GdkEvent/Dan Winship2001-01-204-5/+8 * Do most of the work to get Grouping working, by reusing massive ammountsMiguel de Icaza2001-01-194-185/+282 * Keep track of the valid column names (not used right now).Miguel de Icaza2001-01-195-157/+260 * Fixed text misplacement.Christopher James Lahey2001-01-191-10/+12 * Make zero the minimum number of days that can be specified.Federico Mena Quintero2001-01-192-5/+18 * Disconnect from the etss->source's signals *before* we unref it.Federico Mena Quintero2001-01-192-10/+22 * Make tooltip appear properly even if anchor is set.Christopher James Lahey2001-01-181-1/+1 * Center text vertically.Christopher James Lahey2001-01-181-10/+13 * New function. (update_sort_config_dialog): Massive update to thisMiguel de Icaza2001-01-185-26/+230 * Made EEntry be shrinkable.Christopher James Lahey2001-01-181-3/+6 * Make justification work properly for entries. Documented.Christopher James Lahey2001-01-182-2/+50 * Added a collection argument to this to set the GalViewCollection.Christopher James Lahey2001-01-1811-36/+315 * Oops. Delete this. I never meant for this to get commit'd.Jeffrey Stedfast2001-01-182-23/+5 * Dont remove the function, give it the proper nameJP Rosevear2001-01-172-0/+25 * Fix the build by removing a stale function definition. Sigh.Ettore Perazzoli2001-01-172-20/+6 * Hi fejj. Using your computer to check in the files you forget to add. :-)Jeffrey Stedfast2001-01-172-0/+451 * Removed #inclusion of e-table-config-field.h.Dave Camp2001-01-171-1/+0 * Added e-messagebox to the build.Jeffrey Stedfast2001-01-172-0/+9 * This fixes translations of library messages compared to applicationMiguel de Icaza2001-01-174-3/+7 * Simplify column grabbing code and drop item layout code.Miguel de Icaza2001-01-171-34/+52 * Load frames.Miguel de Icaza2001-01-1710-370/+344 * Added a bit of documentation. (config_sort_config_show,Christopher James Lahey2001-01-174-6/+44 * Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-172-0/+6 * Emit a "changed" signal to the EText after we gtk_object_set a "model" argJason Leach2001-01-161-0/+1 * Added e-cell-date.c, e-cell-date.h, e-cell-size.c, and e-cell-size.h.Christopher James Lahey2001-01-167-71/+366 * Step 2Miguel de Icaza2001-01-1622-31/+31 * Rename from Helix Code -> XimianMiguel de Icaza2001-01-1645-51/+52 * Document all entry points. (e_table_specification_save_to_file): ChangeMiguel de Icaza2001-01-165-121/+265 * Make output pretier by using newlines when there is a lot of informationMiguel de Icaza2001-01-162-40/+46 * Make output pretier by using newlines when there is a lot of informationMiguel de Icaza2001-01-151-3/+16 * Work on the ETableConfigurator. Pick up where Chris left.Miguel de Icaza2001-01-158-563/+576 * Changed the filter function back to being args to be more consistent withChristopher James Lahey2001-01-132-42/+44 * New function. Tells whether a key should begin editing. (ect_event,Miguel de Icaza2001-01-122-9/+23 * Implement new function API. Remove Gtk arguments for this. (ect_height):Miguel de Icaza2001-01-122-22/+32 * Close #758 2001-01-12 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza2001-01-121-46/+64 * *** empty log message ***Miguel de Icaza2001-01-122-6/+119 * Added selection_mode argument.Christopher James Lahey2001-01-125-52/+114 * Made this the same size as an ETableItem with all text items. Made theChristopher James Lahey2001-01-111-22/+26 * Added expansions field and loading and saving of that field.Christopher James Lahey2001-01-113-9/+41 * Unfinished sorted variable model for ETree.Christopher James Lahey2001-01-102-0/+517 * Removed an unused variable. (e_utf8_from_gtk_string_sized): Made ib constChristopher James Lahey2001-01-091-2/+3 * Fixed sorting. needs_sorting was getting set to 0 when sorted happens, butChristopher James Lahey2001-01-062-30/+3 * Broke font and fontset parts of EFont into separate functions. PossiblyLauris Kaplinski2001-01-061-2/+52 * Fixed the border bug. Borders draw properly now.Christopher James Lahey2001-01-051-2/+2 * bump versionJP Rosevear2001-01-051-0/+174 * Added functions for encoding utf8 safely into libxml brokennessLauris Kaplinski2001-01-032-0/+100 * Add support here for "cursor_pos". (et_get_arg): Handle ARG_CURSOR_POS.Miguel de Icaza2000-12-292-5/+35 * Removed a bunch of unused code.Christopher James Lahey2000-12-271-217/+0 * Added a "draw_background" argument. Set the default for theChristopher James Lahey2000-12-272-2/+19 * Connect to the "changed" and "activate" signals on the EText to the proxyMiguel de Icaza2000-12-261-0/+22 * Always have some text. Fixes crash.Miguel de Icaza2000-12-262-1/+1 * Always have some text. Fixes crash.Miguel de Icaza2000-12-262-5/+7 * draw_background=FALSEMiguel de Icaza2000-12-262-0/+3 * Set draw_background to FALSE.Miguel de Icaza2000-12-252-0/+6 * Set draw_background to FALSE.Miguel de Icaza2000-12-251-0/+1 * Made the code CanvasItem correct: the code should not draw at arbitraryMiguel de Icaza2000-12-251-6/+16 * Pass draw_background = FALSEMiguel de Icaza2000-12-252-0/+5 * add api docs.Chris Toshok2000-12-252-0/+57 * Handle draw background. (e_text_draw): Support both border drawing andMiguel de Icaza2000-12-253-50/+106 * Destroy text and pixbuf if they exist whether or not is_pixbuf is set.Christopher James Lahey2000-12-237-27/+51 * translationsJP Rosevear2000-12-233-10/+125 * Set the minimum width of newly created children.Christopher James Lahey2000-12-195-42/+69 * ditto.Miguel de Icaza2000-12-191-2/+2 * Upped the version number to 0.4.1. Bumped the GAL_REVISION to 1.Christopher James Lahey2000-12-161-8/+0 * #include <time.h>Federico Mena Quintero2000-12-153-1/+5 * Removed the set cursor and get cursor methods from ETableGroup.Christopher James Lahey2000-12-155-93/+6 * call set_style and use the appropriate style for the text to determine ifChris Toshok2000-12-151-1/+4 * Commented out an unused variable to fix a warning.Christopher James Lahey2000-12-151-0/+2 * Added eti_visibility_notify. Didn't get it to work properly, so it's #ifChristopher James Lahey2000-12-141-0/+25 * Changed the color from yellow to light gray.Christopher James Lahey2000-12-142-2/+7 * Changed the background color of the tooltips to light gray.Christopher James Lahey2000-12-142-2/+2 * remove the silly logic - we pop up a tooltip regardless of where the mouseChris Toshok2000-12-142-7/+30 * New function to calculate the extra pixels per column header.Christopher James Lahey2000-12-146-27/+82 * only return TRUE in the BUTTON_PRESS case if the node was expandable.Chris Toshok2000-12-141-1/+1 * cut&paste from e-table-sorted-variable.c and massage names a bit to makeChris Toshok2000-12-141-1/+208 * Fixed some warnings.Christopher James Lahey2000-12-121-1/+2 * Made selected rows ignore their color specification.Christopher James Lahey2000-12-121-1/+1 * Emit double_click signal with the model column, not the view column.Dan Winship2000-12-121-1/+1 * Split the lines in this cell before testing whether we're to the right ofChristopher James Lahey2000-12-101-8/+12 * cell should be edit cast to a CurrentCell, not data cast to a CurrentCell.Christopher James Lahey2000-12-101-1/+1 * Added the actions parameter to ect_event. Added an actions field toChristopher James Lahey2000-12-108-62/+112 * Unref the object instead of destroying it.Federico Mena Quintero2000-12-104-4/+4 * If there are columns allocated, free them upon a destroy.JP Rosevear2000-12-092-5/+3 * Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-099-50/+45 * Call the parent class destroyer as wellJP Rosevear2000-12-092-0/+8 * set "sort_info" on our sorter when we get a new sort_info to keep thingsChris Toshok2000-12-082-4/+60 * Add column and GdkEvent * parameters to the double click signal.Christopher James Lahey2000-12-0810-330/+62 * Destroy the gdkIC if we have oneJP Rosevear2000-12-081-0/+5 * Free the xmlDoc when we are done with it. (e_table_state_save_to_file):Federico Mena Quintero2000-12-083-5/+13 * pass along the column's width to e_cell_show_tooltip.Chris Toshok2000-12-075-17/+14 * Adapted these to accept the new flags parameter to e_cell_event.Christopher James Lahey2000-12-076-29/+48 * Removed incorrect e-list.h include.Christopher James Lahey2000-12-071-1/+0 * Missed this file during the last commit.Chris Lahey2000-12-071-2/+4 * Added a GalViewCollection argument to the new function here.Christopher James Lahey2000-12-075-30/+58 * Added gal-view-collection.c, gal-view-etable.c, gal-view-factory-etable.c,Christopher James Lahey2000-12-0717-157/+868 * Fixed warning in compute_elision_length.Christopher James Lahey2000-12-072-18/+0 * disconnect the "group_info_changed" signal on the old sort_info andDan Winship2000-12-071-2/+12 * Move the correct offset when memmoving. Patch provided by Richard HultJP Rosevear2000-12-051-1/+1 * NULL-terminate gal_view_menus_apply's BonoboUIVerb array to prevent aDan Winship2000-12-052-0/+7 * need to zero out the bits corresponding to the rows not selected in theChris Toshok2000-12-041-1/+13 * Federico gets into pixel-perfect neurosis. Xmag is my best friend.Federico Mena Quintero2000-12-036-273/+546 * Move away from unicode_iconv*. We still need libunicode for utf8Dan Winship2000-11-301-25/+9 * ShushJP Rosevear2000-11-291-1/+2 * updated to emit "changed" when appropriate, which turned out to beDamon Chaplin2000-11-275-465/+1185 * Removed e_table_col_get_arrow and e_table_col_set_arrow.Christopher James Lahey2000-11-262-28/+0 * Documented.Miguel de Icaza2000-11-256-29/+212 * inline documentation added.Miguel de Icaza2000-11-253-152/+430 * Save the children - FedericoFederico Mena Quintero2000-11-234-11/+19 * Fixed some typos to get the table to display properly.Christopher James Lahey2000-11-222-3/+3 * AdaptMiguel de Icaza2000-11-181-3/+3 * Add Makefile.am and .cvsignoreMiguel de Icaza2000-11-182-0/+19 * Added widgets/menus that contains the gal-view-menus.c code from Gal thatMiguel de Icaza2000-11-181-1/+2 * Removed test for Bonobo here.Miguel de Icaza2000-11-181-1/+0 * Updated version number.Christopher James Lahey2000-11-143-17/+25 * Added a bunch of .lo s from the menus directory.Christopher James Lahey2000-11-1211-14/+929 * Made the underline show up properly in the main menu bar.Christopher James Lahey2000-11-111-3/+23 * Switched from using gtk_menu_item_new_with_label for the menu header toChristopher James Lahey2000-11-101-1/+1 * Changed the gal version number and the gal so number. Added check forChristopher James Lahey2000-11-103-2/+236 * Fixed two spacing problems: first, changed the spacing around the end ofAnna Marie Dirks2000-11-101-2/+4 * Added decomposing case insensitive utf-8 strstrLauris Kaplinski2000-11-082-4/+1493 * gal/widgets/e-unicode.h: END_GNOME_DECLS, not BEGINJulian Missig2000-11-071-1/+1 * Changed this to match the new EPopupMenu structre.Christopher James Lahey2000-11-071-16/+16 * Add a submenu field to struct EPopupMenu.Jeffrey Stedfast2000-11-072-34/+46 * Fixed the argument comment. Removed an old enum that's not used here.Christopher James Lahey2000-11-071-9/+4 * Added e-search-bar.c and e-search-bar.h.Christopher James Lahey2000-11-072-0/+384 * Removed unnecessary .cvsignore files.Christopher James Lahey2000-11-064-9/+5 * New files for the new define views dialog.Christopher James Lahey2000-11-063-0/+573 * Made it compile again.Chris Lahey2000-11-041-2/+2 * Turned on proper handling of insert and delete.Christopher James Lahey2000-11-041-1/+1 * Removed the "time_changed" signal, since it was never being emitted in theFederico Mena Quintero2000-11-043-59/+81 * Since we insert at the parent->child position, we need to account forNot Zed2000-11-031-39/+117 * Updated these unused glade files to better match the versions in the code.Christopher James Lahey2000-11-035-100/+130 * modified or added a bunch of .cvsignore to ignore generated files, whichGediminas Paulauskas2000-11-013-0/+9 * #include <string.h> to get rid of warning. Same here.Kjartan Maraas2000-10-313-0/+7 * Do not unref the cal_popup since we already destroyed it.Federico Mena Quintero2000-10-282-1/+6 * Added an "allow_newlines" argument.Christopher James Lahey2000-10-276-23/+99 * If we are inserting into the root level, we dont have to search the wholeNot Zed2000-10-271-1/+6 * remove the save_id here, so we don't save state for nodes that no longerChris Toshok2000-10-261-9/+6 * Made the column on the right click and click signals be the model columnChristopher James Lahey2000-10-261-2/+2 * Add "click" to the list of etable signals we proxy.Dan Winship2000-10-26