| Commit message (Expand) | Author | Age | Files | Lines |
* | set handle_popup to TRUE on the EText. | Chris Toshok | 2003-04-04 | 3 | -8/+34 |
* | set the im_context on the field's EText. (e_minicard_label_event): remove | Chris Toshok | 2003-04-04 | 2 | -46/+7 |
* | [ fixes bug #40715 ] add this callback, to unref the book/free the closure | Chris Toshok | 2003-04-04 | 4 | -20/+63 |
* | Add a select-all callback and verb. (composer_entry_focus_in_event_cb): | Jeffrey Stedfast | 2003-04-04 | 2 | -0/+24 |
* | Updated Spanish translation by Francisco Javier Fernandez | Pablo Gonzalo del Campo | 2003-04-03 | 2 | -349/+422 |
* | emit a keypress signal. yes, i know this might not correspond to a single | Chris Toshok | 2003-04-03 | 1 | -0/+2 |
* | add EVOLUTION_IMAGESDIR | Chris Toshok | 2003-04-03 | 2 | -0/+8 |
* | ifdef gtk_widget_get_clipboard since we need to build against gtk 2.0. | Chris Toshok | 2003-04-03 | 1 | -3/+24 |
* | only connect the signals if !im_context_signals_registered. (e_text_init): | Chris Toshok | 2003-04-03 | 2 | -7/+13 |
* | just disconnect based on DATA, so we only need 1 call. (e_text_event): | Chris Toshok | 2003-04-03 | 1 | -20/+4 |
* | change all this around so that we populate the existing popup. This means | Chris Toshok | 2003-04-03 | 4 | -179/+138 |
* | [ either fixes #39702 or comes damn, damn close. also, fixes EText to not | Chris Toshok | 2003-04-03 | 5 | -461/+474 |
* | For example; a selection ending 2003-apr-02 does not fit into the | Hans Petter Jansson | 2003-04-03 | 2 | -8/+24 |
* | add NONE:OBJECT | Chris Toshok | 2003-04-03 | 4 | -0/+35 |
* | (e_tree_class_init): Add a G_SIGNAL_TYPE_STATIC_SCOPE | Ettore Perazzoli | 2003-04-03 | 1 | -1/+1 |
* | Add a check to see if the view should be the day-view and change the | Jeffrey Stedfast | 2003-04-03 | 3 | -6/+20 |
* | Guard against the filesel's selection being NULL. Fixes bug #40679. | Jeffrey Stedfast | 2003-04-03 | 2 | -6/+14 |
* | Fixes #39262 | Rodrigo Moya | 2003-04-03 | 2 | -7/+40 |
* | added "folder_type" parameter to EvolutionImporterLoadFileFn. | Rodrigo Moya | 2003-04-03 | 2 | -0/+7 |
* | added "folder_type" parameter to EvolutionImporterLoadFileFn. | Rodrigo Moya | 2003-04-03 | 6 | -3/+16 |
* | added "folder_type" parameter to EvolutionImporterLoadFileFn. | Rodrigo Moya | 2003-04-03 | 3 | -0/+8 |
* | added "foldertype" argument to GNOME::Evolution::Importer. | Rodrigo Moya | 2003-04-03 | 7 | -7/+30 |
* | restore expanded state of node and all children. Fixes Ximian bug #40393. | Mike Kestner | 2003-04-03 | 1 | -3/+31 |
* | Fixes #39955 | JP Rosevear | 2003-04-02 | 2 | -2/+6 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-04-02 | 1 | -2/+2 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-04-02 | 1 | -5/+5 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-04-02 | 1 | -22/+22 |
* | Fixes #40661 | Rodrigo Moya | 2003-04-02 | 2 | -0/+7 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-04-02 | 1 | -7/+7 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-04-02 | 1 | -281/+281 |
* | move to using gtk_im_context. | Larry Ewing | 2003-04-02 | 2 | -85/+11 |
* | Nuke GdkFont and use Pango's font measuring for everything. | Hans Petter Jansson | 2003-04-02 | 4 | -130/+160 |
* | Only clear the Mail passwords. | Not Zed | 2003-04-02 | 2 | -2/+4 |
* | Delete all Passwords-* sections. Should make this work. | Not Zed | 2003-04-02 | 2 | -1/+20 |
* | [#40652] | Not Zed | 2003-04-02 | 2 | -2/+7 |
* | [#39467] | Not Zed | 2003-04-02 | 3 | -13/+20 |
* | Nuke GdkFont and use Pango's font measuring. | Hans Petter Jansson | 2003-04-02 | 11 | -172/+263 |
* | stop drawing that annoying focus rectangle. | Chris Toshok | 2003-04-02 | 1 | -1/+1 |
* | [ fixes bug #39508 ] add back in some suitably pango-ized code to get | Chris Toshok | 2003-04-02 | 1 | -5/+59 |
* | If we are using the heimdal krb5 implementation, don't free outbuf ever. | Jeffrey Stedfast | 2003-04-02 | 2 | -0/+16 |
* | Keep track of which entry widget has focus. | Jeffrey Stedfast | 2003-04-02 | 4 | -16/+165 |
* | updated translation | Marco Ciampa | 2003-04-02 | 2 | -33/+37 |
* | Don't allow the 'prefix' argument to make_safe_filename() be NULL. If we | Jeffrey Stedfast | 2003-04-02 | 2 | -5/+15 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-04-02 | 1 | -3/+3 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-04-02 | 1 | -276/+286 |
* | Call composer_check_autosave if we're going interactive, to check for | Not Zed | 2003-04-02 | 2 | -0/+10 |
* | ** See bug #40300 & probably others. | Not Zed | 2003-04-02 | 3 | -4/+27 |
* | [#40590] | Not Zed | 2003-04-02 | 2 | -2/+16 |
* | Fix for #17231 (Evo portion) | JP Rosevear | 2003-04-02 | 3 | -2/+12 |
* | added filename (tasks.ics/calendar.ics) to the URI if it does not contain | Rodrigo Moya | 2003-04-02 | 2 | -2/+30 |
* | new function, just return the local uri. (set_default_book_uri_local): use | Chris Toshok | 2003-04-01 | 2 | -7/+34 |
* | if we're called and the idle handler is set, remove it, so we dont go and | Not Zed | 2003-04-01 | 2 | -1/+13 |
* | make the verbs static so they don't enter the global namespace. | Larry Ewing | 2003-04-01 | 2 | -2/+7 |
* | if killing the root node, set it to NULL in the priv data. Bug #39441. | Mike Kestner | 2003-04-01 | 1 | -0/+2 |
* | [#40474] | Not Zed | 2003-04-01 | 2 | -8/+23 |
* | Properly init message_list. Fixed a type-o that initialized it to the | Jeffrey Stedfast | 2003-04-01 | 2 | -1/+6 |
* | Convert to libglade-2's format. | Jeffrey Stedfast | 2003-04-01 | 3 | -293/+266 |
* | Use strncasecmp for matching the nofill and /nofill tags. Also fixed to | Jeffrey Stedfast | 2003-04-01 | 2 | -41/+243 |
* | Updated Hungarian translation. | Andras Timar | 2003-04-01 | 2 | -4335/+4339 |
* | Updated Hungarian translation. | Andras Timar | 2003-04-01 | 1 | -2926/+3192 |
* | Fixes #39961 | Rodrigo Moya | 2003-04-01 | 2 | -22/+13 |
* | it emits a list now | JP Rosevear | 2003-03-31 | 2 | -17/+26 |
* | Remove folder-selector button initialization. (e_select_names_new): | Dan Winship | 2003-03-31 | 6 | -61/+84 |
* | constify return value | Dan Winship | 2003-03-31 | 2 | -3/+3 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-03-31 | 1 | -80/+80 |
* | print "" if the value is NULL. (main): add a couple of utf8 test cases | Chris Toshok | 2003-03-31 | 3 | -132/+239 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-03-31 | 1 | -22/+15 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-03-31 | 1 | -4/+4 |
* | Updated Ukrainian translation | Yuri Syrota | 2003-03-31 | 2 | -3570/+3176 |
* | add vcard tests | Chris Toshok | 2003-03-31 | 16 | -0/+218 |
* | braindead, and *extremely* forgiving vcard parser. not for public | Chris Toshok | 2003-03-31 | 3 | -0/+1038 |
* | Handle multiple destroys. | Hans Petter Jansson | 2003-03-31 | 2 | -3/+15 |
* | add vcard docs | Chris Toshok | 2003-03-31 | 4 | -0/+6593 |
* | need to check for config_service != NULL, not service != NULL before | Not Zed | 2003-03-31 | 4 | -2/+16 |
* | [ fixes bug #39381 (again) ] add "GtkWidget *button" first arg, so we | Chris Toshok | 2003-03-31 | 2 | -1/+7 |
* | Update Czech translation | Miloslav Trmac | 2003-03-30 | 2 | -475/+476 |
* | Fixes #39895 | Not Zed | 2003-03-30 | 4 | -3/+25 |
* | Updated Brazilian Portuguese translation done by Gustavo Maciel Dias | Gustavo Maciel Dias Vieira | 2003-03-30 | 2 | -4904/+4832 |
* | Updated Swedish translation. | Christian Rose | 2003-03-29 | 2 | -216/+230 |
* | Added myself as new Portuguese translator. | Duarte Loreto | 2003-03-29 | 2 | -0/+5 |
* | Finished updating Portuguese translation. | Duarte Loreto | 2003-03-29 | 2 | -5549/+4766 |
* | set the sub item to the default as well | JP Rosevear | 2003-03-29 | 2 | -0/+18 |
* | Ported check for "killall" vs. "killp" back from | Ettore Perazzoli | 2003-03-29 | 2 | -3/+27 |
* | (install-data-local): Fix installation of the | Ettore Perazzoli | 2003-03-29 | 2 | -3/+14 |
* | the shell client is a g_object now, ref appropriately | JP Rosevear | 2003-03-29 | 2 | -2/+7 |
* | [ fixes bug #40403 ] revert the fix for 28945, as was done on the 1.2 | Chris Toshok | 2003-03-29 | 2 | -10/+9 |
* | [ fix the contact editor so that the only time the address is parsed is | Chris Toshok | 2003-03-29 | 3 | -36/+46 |
* | Hold weak references to the CalComponent instead of connecting to the | Hans Petter Jansson | 2003-03-29 | 3 | -29/+30 |
* | (kill_old_wombat): New. | Ettore Perazzoli | 2003-03-29 | 3 | -1/+81 |
* | Update. | Ettore Perazzoli | 2003-03-29 | 1 | -4/+4 |
* | Add InterfaceCheck object. Likewise. | Ettore Perazzoli | 2003-03-29 | 8 | -15/+240 |
* | Updated Spanish translation by Francisco Javier Fernandez | Pablo Gonzalo del Campo | 2003-03-29 | 2 | -1305/+1371 |
* | Updated German translation. | Christian Neumair | 2003-03-29 | 2 | -663/+638 |
* | Fixes #39954 | Hans Petter Jansson | 2003-03-29 | 2 | -4/+11 |
* | Declare a prototype for this function prior to fe_got_children() so that | Jeffrey Stedfast | 2003-03-29 | 2 | -0/+9 |
* | init new members (get_current_account): get a matching account for the | JP Rosevear | 2003-03-28 | 4 | -59/+149 |
* | remove unused var. | Not Zed | 2003-03-28 | 16 | -37/+67 |
* | cast warning. | Not Zed | 2003-03-28 | 2 | -1/+5 |
* | guard against NULL keys | JP Rosevear | 2003-03-28 | 2 | -0/+7 |
* | Likewise. | Ettore Perazzoli | 2003-03-28 | 6 | -66/+56 |
* | Get rid of debug printf's that are no longer needed. In the case of | Jeffrey Stedfast | 2003-03-28 | 2 | -9/+8 |
* | Renamed from update_dialog_clist, Ported to GtkTreeView. | Ettore Perazzoli | 2003-03-28 | 3 | -21/+34 |
* | When we remove a node from the list, make sure to g_list_free_1(). | Jeffrey Stedfast | 2003-03-28 | 2 | -1/+15 |
* | (set_state): Removed debugging message. | Ettore Perazzoli | 2003-03-28 | 2 | -1/+5 |
* | (EXTRA_DIST): Ooops, add omf.make. | Ettore Perazzoli | 2003-03-28 | 2 | -1/+5 |
* | remove extra arg to camel_url_encode | Dan Winship | 2003-03-27 | 2 | -1/+6 |
* | Like camel_url_encode, but works directly on an existing GString. | Dan Winship | 2003-03-27 | 6 | -79/+117 |
* | Do a more thorough check for html marked as text/plain. Check that the | Not Zed | 2003-03-27 | 2 | -2/+11 |
* | [ fixes bug #19178 ] use e_book_load_address_book_by_uri on the passed in | Chris Toshok | 2003-03-27 | 3 | -42/+19 |
* | Make Radek's surname correct, Doulík, inserted utf8 into the name string. | Not Zed | 2003-03-27 | 2 | -1/+6 |
* | [ fixes bug #34651 ] strcmp -> g_utf8_collate. (update_query): encode the | Chris Toshok | 2003-03-27 | 2 | -6/+20 |
* | Non-final update to Portuguese translation. | Duarte Loreto | 2003-03-27 | 2 | -2991/+1321 |
* | [ fixes bug #34085 ] only successfully complete the drag if they dropped a | Chris Toshok | 2003-03-27 | 2 | -11/+25 |
* | $evolution_uidir -> $evolutionuidir | Chris Toshok | 2003-03-27 | 2 | -1/+6 |
* | [ fixes #40212 ] change accelerator for Save As... to Control-Shift-s | Chris Toshok | 2003-03-27 | 3 | -4/+12 |
* | dont set the paned initial size here, but hook onto the realize signal. | Not Zed | 2003-03-27 | 2 | -6/+19 |
* | Updated Swedish translation. | Christian Rose | 2003-03-27 | 2 | -1264/+1327 |
* | ** see bug #40141 | Not Zed | 2003-03-27 | 2 | -8/+13 |
* | [ fixes bug #39170 ] remove 'return'. (pas_backend_remove_cards): same. | Philip Zhao | 2003-03-27 | 2 | -12/+29 |
* | set the popup to insensitive when we pop it down. hack to force it to lose | Not Zed | 2003-03-27 | 1 | -0/+3 |
* | Renamed from evolution-C.omf. Renamed from evolution.xml. | Ettore Perazzoli | 2003-03-27 | 2 | -0/+143 |
* | Renamed from evolution-C.omf. Renamed from evolution.xml. | Ettore Perazzoli | 2003-03-27 | 7 | -148/+71 |
* | Autogen help/Makefile. | Ettore Perazzoli | 2003-03-27 | 3 | -0/+9 |
* | (e_shell_view_construct): Pass "evolution-1.4" as | Ettore Perazzoli | 2003-03-27 | 2 | -1/+6 |
* | append the second line to the address if necessary | JP Rosevear | 2003-03-27 | 2 | -3/+25 |
* | Fixes bug #40074. | Jeffrey Stedfast | 2003-03-27 | 4 | -0/+23 |
* | Fixes for bug #39870 | Jeffrey Stedfast | 2003-03-27 | 2 | -64/+74 |
* | Loop over child nodes here too in order to not be affected by libxml2 | Jeffrey Stedfast | 2003-03-27 | 3 | -20/+36 |
* | [Shell part of #7153.] | Ettore Perazzoli | 2003-03-27 | 2 | -1/+47 |
* | New member physical_uri in struct ESummaryMailFolder. (new_folder_cb): Set | Ettore Perazzoli | 2003-03-27 | 3 | -249/+74 |
* | If the CamelFolderInfo node doesn't have \NoInferriors set, then check for | Jeffrey Stedfast | 2003-03-27 | 2 | -4/+13 |
* | use g_object_unref for CalClient's. (create_checkboxes_control): use | Rodrigo Moya | 2003-03-27 | 2 | -8/+12 |
* | Pass in the addresses of the second args to the delete/release functions. | Jeffrey Stedfast | 2003-03-27 | 2 | -81/+81 |
* | return correct values in g_return_val_if_fail. | Rodrigo Moya | 2003-03-27 | 3 | -3/+8 |
* | add a parameter(TC_CORBA_string) to the bonobo_widget_get_property. | Jack Jia | 2003-03-26 | 2 | -1/+7 |
* | Ignore whether or not the bag is currently reserved. We'll miss the new | Not Zed | 2003-03-26 | 2 | -17/+8 |
* | Use set_default_size instead of size_request so we allow the user to | Not Zed | 2003-03-26 | 2 | -4/+10 |
* | Undo jeff's patch below for #40275, the destroy timeout is already removed | Not Zed | 2003-03-26 | 2 | -23/+22 |
* | Remove the timeout. Should fix bug #40275. | Jeffrey Stedfast | 2003-03-26 | 2 | -0/+8 |
* | Fix colors again | Dan Winship | 2003-03-26 | 2 | -10/+12 |
* | Remove search entry which never worked right (and can't work as users | Jeffrey Stedfast | 2003-03-26 | 3 | -219/+24 |
* | Fixed Heimdal include path. | Jeffrey Stedfast | 2003-03-26 | 2 | -1/+6 |
* | Don't use setv when we don't need the stdarg interface. | Jeffrey Stedfast | 2003-03-26 | 2 | -5/+13 |
* | (e_dialog_set_transient_for_xid): #ifdef out gtk 2.2 api usage | Dan Winship | 2003-03-26 | 2 | -3/+11 |
* | Update for e_notice move (do_summary_print): Pass a parent_window to | Dan Winship | 2003-03-25 | 2 | -2/+7 |
* | Update for e_notice move | Dan Winship | 2003-03-25 | 5 | -15/+38 |
* | Update for e_notice move (apply_changes): Pass a parent_window to e_notice | Dan Winship | 2003-03-25 | 8 | -10/+18 |
* | Update for e_notice move | Dan Winship | 2003-03-25 | 2 | -9/+13 |
* | Update for e_notice move. Likewise Likewise Likewise Likewise Likewise | Dan Winship | 2003-03-25 | 13 | -37/+51 |
* | #include gtkarrow.h Likewise | Dan Winship | 2003-03-25 | 4 | -2/+11 |
* | Move this here from gal. Use e_dialog_set_transient_for so it DTRT for | Dan Winship | 2003-03-25 | 3 | -40/+108 |
* | Remove e_notice. (Moved to evolution.) | Dan Winship | 2003-03-25 | 2 | -30/+0 |
* | Fix 39901 and 40233 | Rodney Dawes | 2003-03-25 | 2 | -4/+10 |
* | Update prototype | Dan Winship | 2003-03-25 | 2 | -1/+6 |
* | add a "new_view_xid" arg, so the component has a window id to make use of | Dan Winship | 2003-03-25 | 7 | -21/+45 |
* | Utility wrapper around icalparser. | Dan Winship | 2003-03-25 | 6 | -85/+54 |
* | strdup the key before freeing the url as it is probably pointing there. | Not Zed | 2003-03-25 | 2 | -1/+7 |
* | fix a typo & some missing headers. | Not Zed | 2003-03-25 | 2 | -5/+9 |
* | forgot to cvs add | Michael Zucci | 2003-03-25 | 2 | -0/+577 |
* | This expression can never return an array. We must always return a string | Jeffrey Stedfast | 2003-03-25 | 2 | -16/+16 |
* | properly parse nodes that include whitespace. bug #39896 | Mike Kestner | 2003-03-25 | 1 | -13/+16 |
* | removed invisible 8bit chars | Jeffrey Stedfast | 2003-03-25 | 1 | -1/+1 |
* | camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server | ÃÂ Timo SirainenÃÂ | 2003-03-25 | 2 | -2/+10 |
* | forgot to save before committing | Dan Winship | 2003-03-25 | 1 | -3/+3 |
* | Rename, rewrite, make them actually work. | Dan Winship | 2003-03-25 | 3 | -145/+98 |
* | don't call delete_node on the root node since generate_tree already does | Mike Kestner | 2003-03-24 | 1 | -2/+3 |
* | remove a debug printf that made it in a commit. | Not Zed | 2003-03-24 | 2 | -1/+3 |
* | Load per-folder setting of show_preview from meta data. | Not Zed | 2003-03-24 | 8 | -19/+139 |
* | Added e-meta.[ch] to libeutil | Not Zed | 2003-03-24 | 2 | -0/+9 |
* | Update Czech translation | Miloslav Trmac | 2003-03-24 | 2 | -302/+227 |
* | set the dialog to "Visible: No" so it doesn't flash when we bring it up. | Chris Toshok | 2003-03-24 | 2 | -254/+294 |
* | [ fixes bug #40026 ] add EContactEditor arg, and block/unblock signals | Chris Toshok | 2003-03-24 | 2 | -9/+26 |
* | nuke. | Chris Toshok | 2003-03-24 | 5 | -49/+94 |
* | [ fixes bug #31786 ] fix some gtk warnings. (set_advanced_button_state): | Chris Toshok | 2003-03-24 | 3 | -3248/+35 |
* | Non-final update to Portuguese translation. | Duarte Loreto | 2003-03-24 | 2 | -952/+954 |
* | Update Czech translation | Miloslav Trmac | 2003-03-24 | 2 | -59/+94 |
* | fix UMR. | Chris Toshok | 2003-03-23 | 1 | -1/+1 |
* | pass FALSE for e_destination_get_textrep's include_email arg. | Chris Toshok | 2003-03-23 | 2 | -2/+6 |
* | [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep. | Chris Toshok | 2003-03-23 | 9 | -20/+53 |
* | Remove vanished files. Updated traditional Chinese translation from | Abel Cheung | 2003-03-23 | 4 | -12679/+10110 |
* | Fix the mit krb5+krb4 check to work with --without-kr5 | Rodney Dawes | 2003-03-22 | 2 | -8/+9 |
* | Camel part of the fix for Lewing's bug #39204. Second half of the patch | Jeffrey Stedfast | 2003-03-22 | 2 | -8/+39 |
* | Default to the charset provied in the MimePart's Content-Type over that of | Jeffrey Stedfast | 2003-03-22 | 2 | -2/+11 |
* | (init): grumble-grumble-non-g_new0-using-people-grumble | Dan Winship | 2003-03-22 | 1 | -0/+1 |
* | (init): grumble-grumble-non-g_new0-using-people-grumbe | Dan Winship | 2003-03-22 | 1 | -0/+1 |
* | Fixes #32248 | JP Rosevear | 2003-03-22 | 2 | -1/+10 |
* | Fixes #31660 | JP Rosevear | 2003-03-22 | 2 | -11/+88 |
* | continue reading the cert file until we've read it all or get a non-EINTR | Jeffrey Stedfast | 2003-03-22 | 2 | -7/+25 |
* | If we get a second request to open a folder we're already waiting for, | Dan Winship | 2003-03-22 | 2 | -10/+55 |
* | Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore. | Sanshao Jiang | 2003-03-22 | 2 | -6/+7 |
* | "en_us" should not be translated. Fixes bug #40088. | Jeffrey Stedfast | 2003-03-22 | 2 | -1/+6 |
* | #include <com_err.h> instead of #include <et/com_err.h> | Jeffrey Stedfast | 2003-03-21 | 2 | -1/+6 |
* | Added missing files. Updated German translation. | Christian Neumair | 2003-03-21 | 4 | -781/+917 |
* | Update Czech translation | Miloslav Trmac | 2003-03-21 | 2 | -385/+425 |
* | [ fixes bug #39856 ] request a full redraw when we're done dragging | Chris Toshok | 2003-03-21 | 1 | -0/+1 |
* | remember to disconnect the destroy handler if whenever the loader is shut | Larry Ewing | 2003-03-21 | 2 | -0/+7 |
* | If the gunichar is 0xfffe, just skip processing it. Maybe this will fix | Jeffrey Stedfast | 2003-03-21 | 2 | -2/+1 |
* | Change the message_destroy callback to just gtk_widget_destroy. No need to | Jeffrey Stedfast | 2003-03-21 | 2 | -7/+6 |
* | remove unused command | JP Rosevear | 2003-03-21 | 2 | -9/+4 |
* | remove conduit settings as a separate entry | JP Rosevear | 2003-03-21 | 2 | -1/+4 |
* | Don't forget to add the signature to the signature list if it is a valid | Jeffrey Stedfast | 2003-03-21 | 2 | -1/+6 |
* | Make sure we can find the registered handler before trying to remove it | Jeffrey Stedfast | 2003-03-21 | 2 | -4/+11 |
* | Fixes for bug #39813 | Jeffrey Stedfast | 2003-03-21 | 2 | -7/+15 |
* | Plug in GSSAPI support. | Jeffrey Stedfast | 2003-03-21 | 5 | -28/+69 |
* | calcomponents are gobjects now (calconduit_load_configuration): ref and | JP Rosevear | 2003-03-21 | 3 | -2/+20 |
* | If the gunichar is 0xfffe, just skip processing it. Maybe this will fix | Jeffrey Stedfast | 2003-03-21 | 2 | -18/+25 |
* | Make the 5th argument to gtk_message_dialog_new() "%s" and move the | Jeffrey Stedfast | 2003-03-21 | 2 | -1/+20 |
* | use a GtkMessageDialog and deal correctly with the dialog's reponses. | Rodrigo Moya | 2003-03-21 | 2 | -4/+14 |
* | (button_clicked): Fix this so we don't get stuck inside | Dan Winship | 2003-03-21 | 2 | -13/+7 |
* | Change the strings in the timespans array from "second" / "seconds" to "1 | Dan Winship | 2003-03-21 | 2 | -9/+17 |
* | Remove this since there's a function in CamelMimeMessage to do it now. | Dan Winship | 2003-03-21 | 2 | -68/+7 |
* | Handle raw 8-bit From data "correctly". (The same way we handle | Dan Winship | 2003-03-21 | 11 | -98/+120 |
* | Don't return here - this is a void function. (rule_editor_set_source): | Jeffrey Stedfast | 2003-03-20 | 2 | -2/+8 |
* | Remove mail-search-dialogue.c | Rodney Dawes | 2003-03-20 | 2 | -1/+4 |
* | macros/autogen.sh: use GNOME2_DIR, not GNOME2_PATH which can be | Frédéric Crozat | 2003-03-20 | 2 | -3/+8 |
* | updated for gnome spell API 0.3 | Radek Doulik | 2003-03-20 | 2 | -5/+5 |
* | Fixes #39770 | Rodrigo Moya | 2003-03-20 | 2 | -5/+15 |
* | removed activation of shell_client. (importer_destroy_cb): no need to | Rodrigo Moya | 2003-03-20 | 2 | -28/+7 |
* | removed. (load_file_fn, vcal_load_file_fn): use physical_uri instead of | Rodrigo Moya | 2003-03-20 | 3 | -92/+14 |
* | ** for mail part of bug #38461. | Not Zed | 2003-03-20 | 8 | -316/+276 |
* | *** empty log message *** | Michael Zucci | 2003-03-20 | 7 | -18/+59 |
* | Updated to use GtkDialog instead of GnomeDialog. Also fixed bug #39550 | Jeffrey Stedfast | 2003-03-20 | 3 | -95/+102 |
* | removed a dead header file | Jeffrey Stedfast | 2003-03-20 | 1 | -1/+0 |
* | Revert ettore's broken patch. | Jeffrey Stedfast | 2003-03-20 | 4 | -248/+1 |
* | Revert ettore's broken patch. | Jeffrey Stedfast | 2003-03-20 | 3 | -7/+11 |
* | Change the logic to attach text parts when appropriate. (map_default_cb): | Jeffrey Stedfast | 2003-03-20 | 2 | -11/+12 |
* | (get_name_from_component_info): Look for the | Ettore Perazzoli | 2003-03-20 | 2 | -2/+7 |
* | Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692] | Ettore Perazzoli | 2003-03-20 | 3 | -2/+10 |
* | Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692] | Ettore Perazzoli | 2003-03-20 | 2 | -2/+8 |
* | Change the logic to attach text parts when appropriate. | Jeffrey Stedfast | 2003-03-20 | 2 | -34/+35 |
* | Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692] | Ettore Perazzoli | 2003-03-20 | 3 | -2/+8 |
* | Updated considerably. | Ettore Perazzoli | 2003-03-20 | 2 | -154/+177 |
* | (generate_html): Add a %P in the strftime | Ettore Perazzoli | 2003-03-20 | 2 | -2/+7 |
* | s/sgml/xml/ (DOH) | Aaron Weber | 2003-03-20 | 3 | -1/+19 |
* | argh, make that IS_E_SEXP | Jeffrey Stedfast | 2003-03-20 | 1 | -9/+9 |
* | s/FILTER_IS_SEXP/E_IS_SEXP | Jeffrey Stedfast | 2003-03-20 | 1 | -15/+15 |
* | Fix ESExpClass to never be an empty struct. Also make ESExp optionally a | Jeffrey Stedfast | 2003-03-20 | 4 | -48/+77 |
* | If you can't get a pixbuf icon for the folder's type, do not crash. | Ettore Perazzoli | 2003-03-20 | 4 | -27/+27 |
* | (mail_config_druid_new): Give the druid the | Ettore Perazzoli | 2003-03-20 | 2 | -0/+6 |
* | changed default language to en_us instead of en | Radek Doulik | 2003-03-19 | 2 | -1/+34 |
* | up the column count by one for the underline. | Chris Toshok | 2003-03-19 | 2 | -1/+12 |
* | Fixed a type-o in the krb5 checks. | Jeffrey Stedfast | 2003-03-19 | 2 | -1/+5 |
* | Add gthread-2.0, to get any thread-specific flags (like -D_REENTRANT). | Not Zed | 2003-03-19 | 2 | -8/+8 |
* | fix use of deprecated gtk_menu_append. (card_picker_selection_changed): | Chris Toshok | 2003-03-19 | 2 | -54/+48 |
* | [ Fixes addressbook bug #39730 ] add response ids to the search base | Chris Toshok | 2003-03-19 | 3 | -55/+50 |
* | e_msg_composer_hdrs_get_subject() now returns const so don't g_free() it | Jeffrey Stedfast | 2003-03-19 | 5 | -44/+50 |
* | e_msg_composer_get_subject() now returns a const char *, so update | Jeffrey Stedfast | 2003-03-19 | 2 | -5/+8 |
* | fix leak, cleanup variable name, and call gtk_window_set_transient_for | Larry Ewing | 2003-03-19 | 2 | -6/+15 |
* | add underline_column field. | Chris Toshok | 2003-03-19 | 4 | -27/+60 |
* | add cursor_idle_id. | Chris Toshok | 2003-03-19 | 1 | -0/+2 |