| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Just use g_basename. (mlf_finalize): Free the real_path. | Jeffrey Stedfast | 2002-04-18 | 3 | -6/+14 |
* | If there is a grabbed_item, send all events to it. | Christopher James Lahey | 2002-04-18 | 1 | -22/+20 |
* | Removed. (impl_tree_drag_motion): Rewritten to use | Ettore Perazzoli | 2002-04-17 | 5 | -321/+529 |
* | reverted last change commited by mistake | Radek Doulik | 2002-04-17 | 1 | -31/+0 |
* | untranslated cs.po | Radek Doulik | 2002-04-17 | 2 | -0/+25848 |
* | added cs to ALL_LINGUAS | Radek Doulik | 2002-04-17 | 1 | -1/+1 |
* | Free the format string. | Jeffrey Stedfast | 2002-04-17 | 4 | -2/+15 |
* | Unref the priv->tooltips object here. | Jeffrey Stedfast | 2002-04-17 | 4 | -10/+24 |
* | Get rid of an unused variable. | Jeffrey Stedfast | 2002-04-17 | 8 | -23/+159 |
* | New wrapper around gethostbyaddr_r if the system has it, else a whole new | Jeffrey Stedfast | 2002-04-17 | 3 | -79/+150 |
* | Add checks for gethostbyaddr_r | Jeffrey Stedfast | 2002-04-17 | 3 | -2/+42 |
* | Ref the prefs widget here since we unref in the destroy callback. Caught | Jeffrey Stedfast | 2002-04-17 | 3 | -5/+14 |
* | Updated French translation. | Christophe Merlet | 2002-04-16 | 2 | -57/+60 |
* | oops, forgot to commit this last time | Jeffrey Stedfast | 2002-04-15 | 1 | -0/+3 |
* | fixes for socklen_t detection | Jeffrey Stedfast | 2002-04-15 | 1 | -1/+12 |
* | Added #include <sys/types.h> for dirent.h which needs it on MacOS X. | Jeffrey Stedfast | 2002-04-15 | 5 | -3/+18 |
* | s/ENABLE_NEWS/ENABLE_NNTP | Jeffrey Stedfast | 2002-04-14 | 1 | -1/+1 |
* | Added #include <sys/types.h> for dirent.h which needs it on MacOS X. | Jeffrey Stedfast | 2002-04-14 | 3 | -0/+9 |
* | Check for socklen_t and if it doesn't exist, define it as unsigned int. | Jeffrey Stedfast | 2002-04-14 | 2 | -0/+7 |
* | compile fixes | Jeffrey Stedfast | 2002-04-14 | 3 | -19/+19 |
* | fix the nntp provider makefile.am | Jeffrey Stedfast | 2002-04-14 | 1 | -18/+3 |
* | Build fixes for --enable-nntp. | Jeffrey Stedfast | 2002-04-14 | 2 | -4/+9 |
* | Updated French translation. | Christophe Merlet | 2002-04-13 | 4 | -805/+823 |
* | Treat commas as token delimeters. (WEEKDAY_CHARS): Use full weekday names | Jeffrey Stedfast | 2002-04-13 | 2 | -22/+31 |
* | Fixed a grammer mistake, or so according to bug #23376. Whatever. | Jeffrey Stedfast | 2002-04-13 | 3 | -19/+25 |
* | added a #include to fix a compile warning | Jeffrey Stedfast | 2002-04-13 | 1 | -0/+2 |
* | Make it so that unchecking the "Enable Advanced Options" in the signature | Jeffrey Stedfast | 2002-04-13 | 3 | -1/+27 |
* | Setup News preferences too if it is enabled. | Jeffrey Stedfast | 2002-04-13 | 5 | -1794/+262 |
* | Fix typos | Andrew V. Samoilov | 2002-04-12 | 1 | -25/+25 |
* | Set the text of the reply-to. (mail_account_gui_save): Get the reply-to | Jeffrey Stedfast | 2002-04-12 | 8 | -127/+380 |
* | Change the Reply-To header contents. (e_msg_composer_hdrs_set_reply_to): | Jeffrey Stedfast | 2002-04-12 | 2 | -13/+22 |
* | Fix "Follow Up" searches by comparing to the empty string, rather than just | Russell Steinthal | 2002-04-12 | 3 | -4/+16 |
* | new method. | Rodrigo Moya | 2002-04-12 | 7 | -2/+69 |
* | Handle parsing negative integers. | Jeffrey Stedfast | 2002-04-12 | 2 | -7/+23 |
* | Include addressbook-config.h here as this file uses it. | Christopher James Lahey | 2002-04-12 | 8 | -44/+196 |
* | Fixed a memory leak here by using the "selection-done" signal. | Christopher James Lahey | 2002-04-12 | 3 | -13/+49 |
* | If the last message(s) were deleted, and we had any messages output, | Not Zed | 2002-04-11 | 4 | -1/+24 |
* | s/Sent/Date. This fixes bug #11159. | Jeffrey Stedfast | 2002-04-11 | 2 | -1/+5 |
* | Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight where | Jeffrey Stedfast | 2002-04-11 | 2 | -1/+14 |
* | Set the 'No' button as the default. | Jeffrey Stedfast | 2002-04-11 | 2 | -0/+8 |
* | it's monkey-16.png not monkey.png | Jeffrey Stedfast | 2002-04-11 | 1 | -1/+1 |
* | Fix this: Rodrigo's patch used one of the functions I just removed. :) | Dan Winship | 2002-04-11 | 2 | -12/+11 |
* | add Rupert's seal of approval | Dan Winship | 2002-04-11 | 2 | -0/+1 |
* | Oops, put x_mailer_display_style in /Mail/Display, not /Mail/Format | Dan Winship | 2002-04-11 | 1 | -2/+2 |
* | Handle the X-Mailer display style. (There is currently no GUI for | Dan Winship | 2002-04-11 | 4 | -13/+102 |
* | oops, after converting everything truncate the GByteArray to the correct leng... | Jeffrey Stedfast | 2002-04-11 | 1 | -0/+4 |
* | Fixed a bug that would miscalculate how much data to copy into the | Jeffrey Stedfast | 2002-04-11 | 2 | -46/+68 |
* | use the default uri for tasks (as stored in the configuration) when the | Rodrigo Moya | 2002-04-11 | 2 | -22/+14 |
* | No need to query for the persist-stream interface here, just re-use | Jeffrey Stedfast | 2002-04-11 | 2 | -13/+17 |
* | #include <parser.h> and <xmlmemory.h> instead of <gnome-xml/parser.h> and | Ettore Perazzoli | 2002-04-11 | 1 | -2/+4 |
* | Shell config page routines. Right now handles the default folders page. | Dan Winship | 2002-04-11 | 13 | -23/+618 |
* | Add. (Copied from Unscalable Gorilla because it was handy. Will probably | Dan Winship | 2002-04-11 | 3 | -0/+7 |
* | Use new-and-improved default folder URI config paths. | Dan Winship | 2002-04-11 | 6 | -103/+31 |
* | Check that there is a value to setup. Fixes #15470. | Not Zed | 2002-04-10 | 2 | -1/+4 |
* | Make the folder_lock recursive. See bug #22363 for details. Basically, | Jeffrey Stedfast | 2002-04-10 | 4 | -8/+16 |
* | removed an extra printf | Jeffrey Stedfast | 2002-04-10 | 1 | -1/+0 |
* | Kludge around the brokeness that is GtkOptionMenu just like we kludge | Jeffrey Stedfast | 2002-04-10 | 2 | -76/+87 |
* | Change the logic for displaying a default window, so we don't end up with | Ettore Perazzoli | 2002-04-10 | 2 | -1/+6 |
* | This needs to return a gboolean (TRUE). (rule_edit): Using | Jeffrey Stedfast | 2002-04-10 | 2 | -5/+15 |
* | made the copmment clearer | Jeffrey Stedfast | 2002-04-10 | 1 | -1/+1 |
* | Don't adjust the timezone offset if we used tm.tm_gmtoff because it is | Jeffrey Stedfast | 2002-04-10 | 2 | -0/+9 |
* | Oops. The previous change made the search bar widgets get packed in the | Dan Winship | 2002-04-10 | 2 | -3/+11 |
* | Update for new-and-improved consistent default folder uri. | Dan Winship | 2002-04-10 | 3 | -64/+23 |
* | Added closing ) for "not starts with" subject rule. Added closing ) for | Not Zed | 2002-04-10 | 2 | -5/+6 |
* | Move <dirent.h> down the #include list so it compiles on Darwin. | Ettore Perazzoli | 2002-04-10 | 2 | -2/+8 |
* | Added closing ) for "not starts with" subject rule. | Not Zed | 2002-04-10 | 3 | -19/+24 |
* | New. Check that things that need to be in the config db are. Right now it | Dan Winship | 2002-04-09 | 7 | -9/+60 |
* | If the shell fails to display all of the requested URIs, fall back to | Dan Winship | 2002-04-09 | 2 | -8/+15 |
* | Oops. Add ChangeLog entries for some changes that accidentally escaped | Dan Winship | 2002-04-09 | 1 | -0/+8 |
* | Fix bad xml. | Dan Winship | 2002-04-09 | 2 | -1/+5 |
* | Add view_info arg but don't do anything with it. | Dan Winship | 2002-04-09 | 2 | -0/+6 |
* | Add view_info arg. If the view_info is non-empty and this is a calendar | Dan Winship | 2002-04-09 | 5 | -9/+76 |
* | Add view_info arg, but don't do anything with it. | Dan Winship | 2002-04-09 | 2 | -0/+6 |
* | Add view_info arg, but don't do anything with it. | Dan Winship | 2002-04-09 | 2 | -0/+6 |
* | Add a "view_info" argument. | Dan Winship | 2002-04-09 | 12 | -29/+127 |
* | Use decode rather than unformat - the e_destination was changed (long time | Not Zed | 2002-04-09 | 3 | -5/+19 |
* | Argh! get_folder_info owns and frees its *OWN* folder info, it shouldn't | Not Zed | 2002-04-09 | 2 | -2/+7 |
* | If we get multiple Content-Type header values, change subsequent headers | Not Zed | 2002-04-09 | 6 | -29/+104 |
* | oops, I forgot to update the ChangeLog to be accurate for my last commit | Jeffrey Stedfast | 2002-04-09 | 1 | -4/+3 |
* | Since bonobo doesn't seem to O_TRUNC the file stream before writing to it, | Jeffrey Stedfast | 2002-04-09 | 2 | -26/+49 |
* | Re-added the config wizard interfaces. Ettore accidently removed them | Jeffrey Stedfast | 2002-04-09 | 4 | -47/+38 |
* | Don't count our filler when encoding our line-length octet. | Jeffrey Stedfast | 2002-04-09 | 3 | -4/+12 |
* | Fix "evolution evolution:/path/to/folder" to use default view | Dan Winship | 2002-04-08 | 6 | -46/+67 |
* | added some debug printf's | Jeffrey Stedfast | 2002-04-08 | 1 | -2/+6 |
* | Updated French translation. | Christophe Merlet | 2002-04-08 | 2 | -2268/+2046 |
* | Remove notes files. | JP Rosevear | 2002-04-07 | 2 | -2/+6 |
* | Oops. | JP Rosevear | 2002-04-07 | 1 | -0/+4 |
* | Remove dead files. | JP Rosevear | 2002-04-07 | 2 | -1250/+0 |
* | add config_item:type | JP Rosevear | 2002-04-07 | 2 | -0/+9 |
* | add config_item:priority | JP Rosevear | 2002-04-07 | 3 | -0/+12 |
* | add config_item:type | JP Rosevear | 2002-04-07 | 2 | -0/+10 |
* | add config_item:type | JP Rosevear | 2002-04-07 | 2 | -1/+9 |
* | set type (load_pages): get the oaf property for type and track the page | JP Rosevear | 2002-04-07 | 4 | -10/+97 |
* | Construct the buttons earlier so that the option-menu-setup code that | Dan Winship | 2002-04-07 | 2 | -5/+11 |
* | show a specific page number | JP Rosevear | 2002-04-07 | 3 | -0/+23 |
* | Oops. | JP Rosevear | 2002-04-07 | 1 | -1/+1 |
* | Remove mail-summary.c | JP Rosevear | 2002-04-07 | 1 | -0/+4 |
* | Remove executive summary files. | JP Rosevear | 2002-04-07 | 2 | -9/+13 |
* | Set the title of the dialog. | Ettore Perazzoli | 2002-04-06 | 2 | -0/+5 |
* | Don't get the statuscode here anymore. (http_method_invoke): Use a | Jeffrey Stedfast | 2002-04-06 | 3 | -34/+170 |
* | Fixes bug #3980. | Jeffrey Stedfast | 2002-04-06 | 4 | -7/+21 |
* | comment out more unused camel files | JP Rosevear | 2002-04-06 | 2 | -3/+8 |
* | remove file that is not compiled (and hence not disted) | JP Rosevear | 2002-04-06 | 2 | -1/+5 |
* | dist the relevant xpms | JP Rosevear | 2002-04-05 | 2 | -1/+8 |
* | If (body-contains) is not passed any arguments, return empty/false. Fixes | Not Zed | 2002-04-05 | 2 | -1/+5 |
* | Simplified since we can now decode in-reply-to without getting extra | Jeffrey Stedfast | 2002-04-05 | 4 | -42/+61 |
* | Re-Add $(WOMBAT_LIBS) so wombat actually links. | Jeffrey Stedfast | 2002-04-05 | 2 | -1/+6 |
* | Fix a memory mixup. | Dan Winship | 2002-04-05 | 2 | -2/+7 |
* | link to the static libversit | JP Rosevear | 2002-04-05 | 2 | -1/+5 |
* | add evolution-folder-selector-button.c | Dan Winship | 2002-04-05 | 1 | -0/+1 |
* | Remove refs to drafts_folder_name and sent_folder_name in the corba | Dan Winship | 2002-04-05 | 2 | -2/+6 |
* | Update for evolution_shell_client_user_select_folder API change. | Dan Winship | 2002-04-05 | 2 | -16/+18 |
* | Remove the #ifndef SHELL part. Use an EvolutionFolderSelectorButton. | Dan Winship | 2002-04-05 | 6 | -126/+40 |
* | Make the drafts and sent folder buttons be EvolutionFolderSelectorButtons. | Dan Winship | 2002-04-05 | 9 | -170/+122 |
* | New widget for a button that displays a folder selection in a standard | Dan Winship | 2002-04-05 | 12 | -75/+712 |
* | fix substitution typo | JP Rosevear | 2002-04-05 | 3 | -5/+9 |
* | Fix static linking on solaris which doesn't have a static libresolv. | JP Rosevear | 2002-04-05 | 2 | -1/+17 |
* | Don't show the popup if the entry->item doesn't have focus. | Ettore Perazzoli | 2002-04-04 | 1 | -0/+5 |
* | Added missing </submenu> tag. Remove bogus "Dump" menu item. | Ettore Perazzoli | 2002-04-04 | 2 | -161/+162 |
* | Put DB3_LDADD and LDAP_LIBS on the top so the PAS backend uses the right | Ettore Perazzoli | 2002-04-04 | 2 | -3/+9 |
* | Change type of parent_class to BonoboXObjectClass. | Ettore Perazzoli | 2002-04-04 | 9 | -64/+148 |
* | Add GNOME_Evolution_Summary.oaf.in, as this file is now generated. | Ettore Perazzoli | 2002-04-04 | 1 | -0/+1 |
* | Remove bogus EXTRA_DIST with sgmldocs.make. Problem pointed out by Richard | Ettore Perazzoli | 2002-04-04 | 2 | -1/+5 |
* | Remove AddressbookConfig, ContactNew, ContactNewList EPixmap entries. | Ettore Perazzoli | 2002-04-04 | 3 | -3/+13 |
* | Make the preferences seperate from the views | Iain Holmes | 2002-04-04 | 12 | -265/+250 |
* | Updated Brazilian Portuguese translation done by Gustavo Maciel Dias | Gustavo Maciel Dias Vieira | 2002-04-04 | 2 | -3131/+16350 |
* | Reset the keepalive timeout to 10 minutes rather than the 30 seconds I was | Not Zed | 2002-04-04 | 2 | -1/+7 |
* | Deal with folders with no physical_uri. | Dan Winship | 2002-04-04 | 2 | -0/+7 |
* | Set the window title/icon here instead. | Jeffrey Stedfast | 2002-04-04 | 10 | -88/+210 |
* | Dutch translation updated by Tino Meinen. | Vincent van Adrighem | 2002-04-04 | 1 | -8659/+8554 |
* | Changes to allow combined store/transport providers (like exchange and | Dan Winship | 2002-04-04 | 3 | -15/+94 |
* | make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so you | Dan Winship | 2002-04-04 | 9 | -27/+58 |
* | Turn indexing back on, fingers crossed ... | Not Zed | 2002-04-03 | 7 | -11/+246 |
* | Pass the UID of the message being edited to the save-draft signal handler. | Jeffrey Stedfast | 2002-04-03 | 2 | -9/+36 |
* | Handle a ton more nspr i/o errno's. (stream_connect): Act as if we are | Jeffrey Stedfast | 2002-04-03 | 3 | -11/+109 |
* | Set the show_checkboxes field here instead of the show_folders field. | Christopher James Lahey | 2002-04-03 | 2 | -2/+8 |
* | If folder is NULL, return the correct type of data. | Christopher James Lahey | 2002-04-03 | 2 | -2/+9 |
* | Added e-storage-set-view-checkboxes.etstate and | Christopher James Lahey | 2002-04-03 | 7 | -16/+91 |
* | Sync the key tables explcitly. | Not Zed | 2002-04-03 | 5 | -34/+147 |
* | Updated Italian translation from Clara Tattoni <clara.tattoni@libero.it>. | Ettore Perazzoli | 2002-04-03 | 2 | -6994/+7305 |
* | Fix spelling of E_CARD_SIMPLE_PHONE_ID_TTYTDD and | Dan Winship | 2002-04-02 | 4 | -7/+17 |
* | Put back in the exception setup stuff i disabled for debugging. | Not Zed | 2002-04-02 | 2 | -4/+6 |
* | Temporarily disable indexing. | Not Zed | 2002-04-02 | 9 | -15/+108 |
* | Removed an unused pixmap from Tools/Settings to avoid a big nasty bonobo | Jeffrey Stedfast | 2002-04-02 | 2 | -1/+3 |
* | Set 're' as the parent window rather than as the parent widget. | Jeffrey Stedfast | 2002-04-02 | 3 | -7/+14 |
* | Re-Implemented the signature editor stuff (mostly just copy/paste from | Jeffrey Stedfast | 2002-04-02 | 7 | -46/+479 |
* | only include if USE_STRTBL is defined. (deleteStrItem): same. (hashStr): | Chris Toshok | 2002-04-02 | 2 | -1/+27 |
* | #include appropriate headers for mkdir | Jeffrey Stedfast | 2002-04-02 | 1 | -0/+2 |
* | ignore .pure | Chris Toshok | 2002-04-02 | 7 | -2/+9 |
* | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2002-04-02 | 2 | -130/+147 |
* | Fix a string. | Kjartan Maraas | 2002-04-02 | 2 | -1/+5 |
* | simple fix for DB3 header inclusion in Mac OS X, by Max Horn | Rodrigo Moya | 2002-04-02 | 2 | -0/+9 |
* | Darwin/OS X portability from Max Horn <max@quendi.de> | Dan Winship | 2002-04-02 | 3 | -7/+9 |
* | Darwin/OS portability from Max Horn <max@quendi.de> | Dan Winship | 2002-04-02 | 5 | -9/+16 |
* | Use -avoid-version -module. (From Max Horn <max@quendi.de>) | Dan Winship | 2002-04-02 | 2 | -2/+8 |
* | Use -avoid-version instead of -version-info 0:0:0, and specify -module. | Dan Winship | 2002-04-02 | 7 | -7/+25 |
* | parent_class should be static. (From Max Horn <max@quendi.de>) | Dan Winship | 2002-04-01 | 2 | -1/+6 |
* | free the my_address member (find_my_address): fall back on a CN match if | JP Rosevear | 2002-04-01 | 2 | -97/+158 |
* | Added missing file. Updated Swedish translation some. | Christian Rose | 2002-04-01 | 3 | -2400/+3480 |
* | New. | Ettore Perazzoli | 2002-03-31 | 1 | -0/+67 |
* | [Some initial broken support for building components as shlib. Mostly | Ettore Perazzoli | 2002-03-31 | 8 | -71/+173 |
* | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2002-03-30 | 2 | -520/+569 |
* | Don't shift the r, g and b values here either. | Jeffrey Stedfast | 2002-03-30 | 3 | -6/+18 |
* | Restore the labels & colours options from the grave. | Jeffrey Stedfast | 2002-03-30 | 4 | -3/+350 |
* | Add priority. | Ettore Perazzoli | 2002-03-30 | 2 | -1/+7 |
* | Added priorities for all the configuration pages | Ettore Perazzoli | 2002-03-30 | 2 | -0/+11 |
* | Set a priority for the config item. Rename to "Calendar and Tasks". | Ettore Perazzoli | 2002-03-30 | 2 | -2/+9 |
* | Add priority for the config page. Renamed to "Directory Servers". | Ettore Perazzoli | 2002-03-30 | 2 | -2/+9 |
* | Add type "Page". (page_new): New helper function. (page_free): New helper | Ettore Perazzoli | 2002-03-30 | 2 | -7/+114 |
* | Same here. | Jeffrey Stedfast | 2002-03-30 | 3 | -8/+46 |
* | Change the ETable specs so it doesn't sort. | Ettore Perazzoli | 2002-03-30 | 2 | -1/+5 |
* | s/libversit.la/libversit.a/ | JP Rosevear | 2002-03-30 | 3 | -2/+8 |
* | implement new pop up menu items for "Save as", "Print", "Assign Task", | JP Rosevear | 2002-03-30 | 7 | -116/+664 |
* | Cleaned up a bunch [removing duplicates ;-)], set up icons for all the | Ettore Perazzoli | 2002-03-30 | 2 | -89/+8 |
* | *** empty log message *** | Ettore Perazzoli | 2002-03-30 | 7 | -59/+72 |
* | open a file selection dialog with the given title and return the selected | JP Rosevear | 2002-03-30 | 3 | -0/+70 |
* | Remove old file | JP Rosevear | 2002-03-30 | 2 | -490/+0 |
* | Use iconv-detect.c to generate a iconv-detect.h file containing | Jeffrey Stedfast | 2002-03-30 | 1 | -13/+33 |
* | Check for GConf. Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS. | Ettore Perazzoli | 2002-03-30 | 2 | -5/+11 |
* | We now have to check to make sure that p->message is non-NULL because we | Jeffrey Stedfast | 2002-03-29 | 2 | -3/+29 |
* | (account_cursor_change): Make sure that event is non-NULL here. | Jeffrey Stedfast | 2002-03-29 | 2 | -2/+3 |
* | Change the message arg to a CamelMimeMessage instead of a CamelMedium. | Dan Winship | 2002-03-29 | 5 | -195/+73 |
* | Use a GtkCList instead of an ETable, for some reason the etable was | Jeffrey Stedfast | 2002-03-29 | 4 | -35/+183 |
* | From composer/ChangeLog: | Christopher James Lahey | 2002-03-29 | 2 | -41/+22 |
* | Bumped the required version of gal to 0.19.99.10. | Christopher James Lahey | 2002-03-29 | 2 | -1/+5 |
* | fix for the changes to GTKHTML_DATADIR that include the release number. | Larry Ewing | 2002-03-28 | 2 | -3/+8 |
* | Use gtk_container_add() to put the toplevel in the parent widget, instead | Ettore Perazzoli | 2002-03-28 | 3 | -5/+4 |
* | Use gtk_container_add() to put the toplevel in the parent widget, instead | Ettore Perazzoli | 2002-03-28 | 2 | -2/+12 |
* | end the line properly | JP Rosevear | 2002-03-28 | 2 | -2/+5 |
* | Adding topic.dat | Aaron Weber | 2002-03-28 | 1 | -0/+11 |
* | add from branch. merge from branch merge from branch merge from branch | Aaron Weber | 2002-03-28 | 8 | -129/+230 |
* | Updated to respect the new mail-config options for default reply style | Jeffrey Stedfast | 2002-03-28 | 2 | -1/+21 |
* | don't free req->vcard. it's freed in pas_book_free_request. | Chris Toshok | 2002-03-28 | 2 | -19/+12 |
* | eek, we don't want 2 seps in a row | Jeffrey Stedfast | 2002-03-28 | 1 | -2/+0 |
* | Removed the "Mail Settings" stuff. | Jeffrey Stedfast | 2002-03-28 | 3 | -8/+10 |
* | make sure to call ldap_value_free (values);, and ldap_msgfree (resp). | Chris Toshok | 2002-03-28 | 2 | -12/+40 |
* | unset GTK_CAN_FOCUS on the button so that it can't grab focus when you | Dan Winship | 2002-03-28 | 2 | -0/+9 |
* | Construct the source_url the right way. The previous way was generating | Jeffrey Stedfast | 2002-03-28 | 2 | -7/+21 |
* | Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS. | Ettore Perazzoli | 2002-03-28 | 2 | -1/+6 |
* | Updated Norwegian (bokmål) translation. Bring back up to speed. | Kjartan Maraas | 2002-03-27 | 3 | -727/+1118 |
* | Sync with yet-another-mail-config branch. | Jeffrey Stedfast | 2002-03-27 | 24 | -1599/+3629 |
* | New. New. | Ettore Perazzoli | 2002-03-27 | 3 | -0/+366 |
* | g_warning if the control cannot be activated. | Ettore Perazzoli | 2002-03-27 | 3 | -1/+12 |
* | Changed to get the address from the messageinfo of the current selected | Not Zed | 2002-03-26 | 6 | -79/+219 |
* | New version from anna, with fixed widget names. | Not Zed | 2002-03-26 | 2 | -165/+214 |
* | Added mention that 2048 maybe recommended by some people. Fixed a typo. | Kevin Breit | 2002-03-26 | 2 | -4/+10 |
* | Changed to use just g_utf8_strdown instead of utf8_normalise, to match the | Not Zed | 2002-03-26 | 2 | -2/+9 |
* | updated | Jeffrey Stedfast | 2002-03-26 | 1 | -0/+1 |
* | Added widgets/e-option-menu.lo. | Christopher James Lahey | 2002-03-26 | 5 | -28/+130 |
* | Call the parent function after doing all the internal work so that when | Christopher James Lahey | 2002-03-26 | 1 | -9/+9 |
* | Register a "working" folder type with the hourglass icon. (Would | Dan Winship | 2002-03-25 | 4 | -2/+17 |
* | Add working-16.png (the GNOME2 stock "wait" icon, from Jakub) | Dan Winship | 2002-03-25 | 3 | -1/+7 |
* | When we add a new name, up all of the cache limits, because we're probably | Not Zed | 2002-03-25 | 38 | -248/+5346 |
* | Change the OAFIID for the GtkHTML editor to have :1.1 at the end. | Peter Williams | 2002-03-25 | 2 | -1/+6 |
* | I fixed a typo which caused the documentation to not build. | Kevin Breit | 2002-03-24 | 3 | -14/+29 |
* | Removed. (load_pages): Use e_get_language_list() here instead. Also, free | Ettore Perazzoli | 2002-03-23 | 2 | -23/+10 |
* | New. New. | Ettore Perazzoli | 2002-03-23 | 4 | -0/+96 |
* | *** empty log message *** | Dan Winship | 2002-03-23 | 1 | -1/+1 |
* | (evolution_storage_removed_folder): Oops. Fix here too. | Dan Winship | 2002-03-23 | 2 | -1/+4 |
* | Fix a "how can this ever have worked" bug to make unread message counts | Dan Winship | 2002-03-23 | 2 | -1/+5 |
* | Use e_folder_get_name. Don't assume it's the same as the last path | Dan Winship | 2002-03-23 | 2 | -6/+9 |
* | Document the fact that this takes two locale charset strings and one UTF8 | Dan Winship | 2002-03-22 | 2 | -7/+13 |
* | Use the date in the received header for the received_date. | Jeffrey Stedfast | 2002-03-22 | 2 | -6/+22 |
* | +2002-03-20 Christopher James Lahey <clahey@ximian.com> | Chris Lahey | 2002-03-22 | 1 | -15/+15 |
* | Set the wmclass to "evolution-splash" so sawfish knows it's not the same | Dan Winship | 2002-03-21 | 2 | -0/+7 |
* | Make all the verb/menu arrays appropriately static. | Ettore Perazzoli | 2002-03-21 | 2 | -6/+11 |
* | Move the ComponentActionsPlaceholder into the Actions menu, instead of the | Ettore Perazzoli | 2002-03-21 | 22 | -89/+222 |
* | Add accelerators for "Find Now" and "Clear". | Ettore Perazzoli | 2002-03-21 | 6 | -12/+28 |
* | Remove all the SearchBar items before setting them up again. | Ettore Perazzoli | 2002-03-21 | 2 | -25/+80 |
* | Fix this to work right. We need to convert the input buffer to the charset | Jeffrey Stedfast | 2002-03-20 | 4 | -25/+66 |
* | add missing NULL closure data to popup menu initialization. | Larry Ewing | 2002-03-20 | 2 | -4/+9 |
* | more fixes for libversit.la -> libversit.a | Dan Winship | 2002-03-20 | 17 | -12/+48 |
* | Update for libversit change: Use .a rather than .la now. | Dan Winship | 2002-03-20 | 4 | -10/+19 |
* | Move the preferences from a per-view setting to a global setting | Iain Holmes | 2002-03-19 | 9 | -36/+58 |
* | Report a message before entering bonobo_main() to simplify debugging. | Ettore Perazzoli | 2002-03-19 | 2 | -0/+7 |
* | Updated to use the same logic as the POP code. | Jeffrey Stedfast | 2002-03-19 | 2 | -8/+9 |
* | No longer takes a stls_supported argument since we no longer need it with | Jeffrey Stedfast | 2002-03-19 | 2 | -16/+21 |
* | No accelerator for "FindNow". (add_button): Add a one-pixel padding to the | Ettore Perazzoli | 2002-03-19 | 2 | -2/+8 |
* | Rename the "Search Now" menu entry to "Find Now". Rename the corresponding | Ettore Perazzoli | 2002-03-19 | 2 | -4/+12 |
* | New halper function to update the sensitivity of the commands. | Ettore Perazzoli | 2002-03-19 | 2 | -0/+46 |
* | Init clear_button to NULL. (add_button): New helper function to add a | Ettore Perazzoli | 2002-03-19 | 3 | -15/+54 |
* | New, implementation for a new "SearchNow" verb. (setup_standard_verbs): | Ettore Perazzoli | 2002-03-19 | 2 | -0/+21 |
* | Free account_name so we don't leak. Also after getting the source uri, use | Jeffrey Stedfast | 2002-03-19 | 2 | -34/+72 |
* | Add `search="string"' for the keyboard navigability search thingy. | Ettore Perazzoli | 2002-03-19 | 2 | -1/+6 |
* | [Search bar re-design implementation, Take 2.] | Ettore Perazzoli | 2002-03-19 | 10 | -85/+102 |
* | "Forward as iCalendar" uses set_body, so we can't make the composer | Dan Winship | 2002-03-19 | 4 | -16/+36 |
* | VFolders in the summary | Iain Holmes | 2002-03-18 | 17 | -165/+1306 |
* | Draw colour rectangles for each of the colour items and set a closure on | Jeffrey Stedfast | 2002-03-16 | 4 | -15/+108 |
* | New callback to set a colour on a message. | Jeffrey Stedfast | 2002-03-16 | 12 | -78/+667 |
* | Updated to use new EPopupMenu API. | Jeffrey Stedfast | 2002-03-16 | 2 | -4/+9 |