| Commit message (Expand) | Author | Age | Files | Lines |
* | signature changing | Radek Doulik | 2001-04-25 | 5 | -32/+36 |
* | signature changing | Radek Doulik | 2001-04-25 | 6 | -65/+142 |
* | #include <glib.h> and move corresponding local includes to the top. | Kjartan Maraas | 2001-04-25 | 27 | -25/+62 |
* | Updated Norwegian translation. Major overhaul. | Kjartan Maraas | 2001-04-25 | 3 | -836/+991 |
* | Updated Swedish translation. | Christian Rose | 2001-04-25 | 2 | -767/+992 |
* | Fixed Strftime so it uses the locale prefered way to display date/time. | Duncan Mak | 2001-04-25 | 2 | -1/+7 |
* | Added a new signal, "message_loaded" that gets emitted when the message | Jeffrey Stedfast | 2001-04-25 | 4 | -13/+59 |
* | If the buffer is too small, making it twice as big does not guarantee it | Dan Winship | 2001-04-25 | 2 | -16/+23 |
* | Updated Spanish translation. | Hector Garcia | 2001-04-25 | 2 | -352/+407 |
* | Add accelerators to the context menu. (on_right_click): Use | Dan Winship | 2001-04-25 | 3 | -28/+73 |
* | Bump up the gal requirement | Dan Winship | 2001-04-25 | 2 | -1/+5 |
* | Updated russian translation. | Valek Frob | 2001-04-24 | 2 | -480/+548 |
* | Updated tr.po | Fatih Demir | 2001-04-24 | 2 | -611/+835 |
* | Update | Kjartan Maraas | 2001-04-24 | 1 | -2/+3 |
* | Added #include <glib.h> and moved corresponding local headers to the top. | Kjartan Maraas | 2001-04-24 | 7 | -10/+30 |
* | Added #include <glib.h>. | Kjartan Maraas | 2001-04-24 | 3 | -1/+9 |
* | Added #include <glib.h> and move corresponding local headers to the top to | Kjartan Maraas | 2001-04-24 | 6 | -8/+17 |
* | remove prototype for e_gethostbyname_init. | Chris Toshok | 2001-04-24 | 3 | -41/+43 |
* | Removed attempts to use Radek's evil <DATA> hacks, which were just causing | Jon Trowbridge | 2001-04-24 | 8 | -145/+294 |
* | Documented this function properly. | Christopher James Lahey | 2001-04-24 | 3 | -118/+159 |
* | Added get_cell_geometry method. | Christopher James Lahey | 2001-04-24 | 8 | -9/+122 |
* | Add camel-vee-folder.h and camel-digest-folder.h | Jeffrey Stedfast | 2001-04-24 | 2 | -0/+4 |
* | New class that can be used to browse a multipart/digest message as if it | Jeffrey Stedfast | 2001-04-24 | 5 | -1/+366 |
* | Changed dependency for install-data-local from "evolution" to | Jon Trowbridge | 2001-04-24 | 4 | -2/+12 |
* | Include glib.h, so that the g_warning in e_gethostbyname_r will be treated | Jon Trowbridge | 2001-04-24 | 2 | -0/+7 |
* | #include gnome-window-icon.h | Jeffrey Stedfast | 2001-04-24 | 2 | -0/+5 |
* | Added mail/message-browser.c and removed mail/mail-view.c | Jeffrey Stedfast | 2001-04-24 | 2 | -1/+6 |
* | Use the message-browser widget rather than the mail-view window. | Jeffrey Stedfast | 2001-04-24 | 11 | -267/+425 |
* | Port builddir != srcdir patch from the evolution-0-10-branch. | Ettore Perazzoli | 2001-04-24 | 12 | -14/+40 |
* | Added #include <stdlib.h>. | Christopher James Lahey | 2001-04-24 | 1 | -0/+1 |
* | Made it so that if a message is from the last 8 hours, it only prints the | Christopher James Lahey | 2001-04-24 | 1 | -5/+21 |
* | Make pixbuf columns show their title if there is space. | Christopher James Lahey | 2001-04-24 | 1 | -2/+23 |
* | Remove UNICODE_CFLAGS (e_text_test_LDADD, e_entry_test_LDADD, | Dan Winship | 2001-04-24 | 1 | -43/+42 |
* | Updated Norwegian translation. | Kjartan Maraas | 2001-04-24 | 2 | -798/+1127 |
* | remove UNICODE_CFLAGS | Dan Winship | 2001-04-24 | 1 | -21/+20 |
* | bump to 0.7.99.1, add gal/unicode/Makefile. gal no longer internally | Dan Winship | 2001-04-24 | 2 | -52/+53 |
* | Append a "/" to the result of g_get_home_dir so gets the default dir it | Dan Winship | 2001-04-24 | 2 | -2/+9 |
* | Re-commit ChangeLog. | Ettore Perazzoli | 2001-04-24 | 2 | -4/+0 |
* | Documentation building fixes merged from the evolution-0-10-branch: | Ettore Perazzoli | 2001-04-24 | 13 | -38/+76 |
* | Updated translation | Matthias Warkus | 2001-04-23 | 2 | -628/+673 |
* | Updated Hungarian translation (andras) | Szabolcs Ban | 2001-04-23 | 2 | -1088/+768 |
* | add e-host-utils.[ch] | Chris Toshok | 2001-04-23 | 4 | -0/+188 |
* | ugh, don't bother checking if the header values are non-NULL - it doesn't hur... | Jeffrey Stedfast | 2001-04-23 | 2 | -14/+3 |
* | Only set the X-Evolution-* header if that value is non-NULL. | Jeffrey Stedfast | 2001-04-23 | 3 | -12/+33 |
* | We need to link in more than just libnspr4, we also need libpthread. | Jeffrey Stedfast | 2001-04-23 | 2 | -3/+9 |
* | Make sure we have a context before we try and use it. | Jeffrey Stedfast | 2001-04-23 | 2 | -2/+10 |
* | Oops, don't use the return value of iconv() as a string length, it only | Jeffrey Stedfast | 2001-04-23 | 3 | -3/+10 |
* | Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS. | Mikael Hallendal | 2001-04-23 | 2 | -1/+6 |
* | Added save_source_data here. | Christopher James Lahey | 2001-04-22 | 2 | -0/+7 |
* | Translations from keld | Keld Jørn Simonsen | 2001-04-22 | 1 | -2495/+2584 |
* | translate "Things to do" etc. and convert them to utf8. Changed some link | Gediminas Paulauskas | 2001-04-22 | 2 | -13/+24 |
* | use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. Rename | Gediminas Paulauskas | 2001-04-22 | 8 | -34/+41 |
* | Set window_icon of the Composer window to be compose-message.png | Duncan Mak | 2001-04-22 | 2 | -1/+10 |
* | Set window_icon of the splash screen to "evolution.png" | Duncan Mak | 2001-04-22 | 2 | -0/+6 |
* | Added in "compose-messages.png" in the Makefile of evolution/art | Duncan Mak | 2001-04-22 | 2 | -0/+5 |
* | Properly convert to utf8. (Bug #2256) (build_quick_add_dialog): Properly | Jon Trowbridge | 2001-04-22 | 3 | -12/+46 |
* | Translations from Keld | Kenneth Christiansen | 2001-04-22 | 1 | -1066/+3613 |
* | I get "cannot obtain lock on directory /cvs/gnome/..../.deps: no such file or... | Gediminas Paulauskas | 2001-04-22 | 1 | -0/+1 |
* | For Dirk-Jan C. Binnema <dirkjan@gnome.org> : | Almer S. Tigelaar | 2001-04-21 | 2 | -35/+41 |
* | Convert the result of g_get_real_name() from the locale charset to UTF8. | Dan Winship | 2001-04-21 | 2 | -1/+7 |
* | Implemented using the secmime.h convenience functions. (smime_clearsign): | Jeffrey Stedfast | 2001-04-21 | 4 | -15/+754 |
* | Use a CamelPgpType. (mail_config_get_pgp_type): Return a CamelPgpType. | Jeffrey Stedfast | 2001-04-21 | 3 | -6/+90 |
* | changed path to the importer header files, since we've had reports that | Damon Chaplin | 2001-04-21 | 4 | -6/+18 |
* | Fix a dumb thinko in my 04-11 patch. | Dan Winship | 2001-04-21 | 2 | -1/+6 |
* | Pull up fix for translation of filter direction drop down menu from the | Kjartan Maraas | 2001-04-21 | 2 | -1/+12 |
* | Convert subject from utf8 before passing it on. | Dan Winship | 2001-04-20 | 2 | -5/+18 |
* | Fixed typo | Hector Garcia | 2001-04-20 | 2 | -36/+38 |
* | Fixed bug that prevented new translations | Hector Garcia | 2001-04-20 | 2 | -4/+22 |
* | Updated Spanish Translation | Hector Garcia | 2001-04-20 | 32 | -466/+808 |
* | Limit total matches, for better performance on slow machines. It is | Jon Trowbridge | 2001-04-20 | 4 | -29/+98 |
* | Update Hungarian translation (andras) | Szabolcs Ban | 2001-04-20 | 2 | -605/+550 |
* | Submit a signal even if there are no extras. | Christopher James Lahey | 2001-04-20 | 3 | -44/+132 |
* | #if 0'd out my not-working selection code | Gediminas Paulauskas | 2001-04-20 | 2 | -0/+11 |
* | Updates from Clara Tattoni | Christopher R. Gabriel | 2001-04-20 | 2 | -2034/+3045 |
* | Turned off information expanders (tooltips) in ETable by default. Turn | Christopher James Lahey | 2001-04-20 | 1 | -7/+9 |
* | Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd): | Jeffrey Stedfast | 2001-04-20 | 2 | -5/+159 |
* | Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd): | Jeffrey Stedfast | 2001-04-20 | 2 | -7/+307 |
* | Updated Japanese translation. | Akira TAGOH | 2001-04-20 | 2 | -237/+270 |
* | ">From" is not a citation unless the previous or following line is a | Dan Winship | 2001-04-19 | 2 | -7/+44 |
* | Make this more raw: don't do URLs and citations. | Dan Winship | 2001-04-19 | 2 | -3/+12 |
* | Fixed two fatal errors. | Richard Hult | 2001-04-19 | 2 | -2/+6 |
* | missed this with the last commit (pop3 and imap memory leaks) | Dan Winship | 2001-04-19 | 1 | -0/+14 |
* | Don't need to dup the string: the relevant gnome-dialog routine already | Dan Winship | 2001-04-19 | 3 | -1/+17 |
* | Plug memory leaks. | Dan Winship | 2001-04-19 | 14 | -21/+62 |
* | Free base_url and storage_path. | Dan Winship | 2001-04-19 | 3 | -5/+33 |
* | Implemented. (resend_msg): Use is_sent_folder(). | Jeffrey Stedfast | 2001-04-19 | 2 | -2/+66 |
* | Free some things that weren't getting freed. | Dan Winship | 2001-04-19 | 2 | -3/+10 |
* | For Dirk-Jan C. Binnema <dirkjan@gnome.org> : | Almer S. Tigelaar | 2001-04-19 | 2 | -866/+786 |
* | Commit the stupid "File -> New Evolution Window" change that got lost | Ettore Perazzoli | 2001-04-19 | 1 | -3/+2 |
* | Hot builddir != srcdir loving action. | Ettore Perazzoli | 2001-04-19 | 4 | -1/+15 |
* | Disable the Python stuff and the tests for now. They are broken and | Ettore Perazzoli | 2001-04-18 | 2 | -1/+6 |
* | Prepend `$(srcdir)' to the list of libicalss headers to be combined. | Ettore Perazzoli | 2001-04-18 | 2 | -11/+16 |
* | Fix the building of ical.h. Again. | Ettore Perazzoli | 2001-04-18 | 2 | -6/+16 |
* | Re-commit ChangeLog for yesterday's changes to the "New" menu. It was | Ettore Perazzoli | 2001-04-18 | 1 | -0/+9 |
* | #include <unistd.h> | Ettore Perazzoli | 2001-04-18 | 2 | -0/+6 |
* | Connect to the "changed" signal of the categories entry so that they will | Federico Mena Quintero | 2001-04-18 | 4 | -9/+53 |
* | New source files to handle Pkcs7 encryption, decryption, signing, and | Jeffrey Stedfast | 2001-04-18 | 4 | -0/+330 |
* | Updated Spanish translation | Hector Garcia | 2001-04-18 | 2 | -582/+367 |
* | more auto-indentation magic | Radek Doulik | 2001-04-18 | 2 | -0/+9 |
* | more memory leaks | Dan Winship | 2001-04-18 | 4 | -2/+14 |
* | s/helixcode/ximian (How I missed this page on the first go-round I don't | Aaron Weber | 2001-04-18 | 8 | -38/+48 |
* | the libical action stuff uses enums rather than strings to enumerate the | JP Rosevear | 2001-04-18 | 2 | -15/+36 |
* | Proxy events to the tooltip object properly. | Christopher James Lahey | 2001-04-18 | 2 | -0/+55 |
* | The perl script generated files changed between releases | JP Rosevear | 2001-04-18 | 11 | -1753/+949 |
* | Hopefully this does it | JP Rosevear | 2001-04-18 | 3 | -471/+0 |
* | Still more | JP Rosevear | 2001-04-18 | 1 | -1/+0 |
* | Remove more generated files. Apparently i forgot to run make maintainer | JP Rosevear | 2001-04-18 | 2 | -4272/+0 |
* | Removing autogenerated files | JP Rosevear | 2001-04-18 | 9 | -2282/+0 |
* | Finish merge of new libical 0.23a version | JP Rosevear | 2001-04-18 | 40 | -3116/+3303 |
* | This commit was generated by cvs2svn to compensate for changes in r9415, | JP Rosevear | 2001-04-18 | 16 | -424/+189 |
* | Initial revision | JP Rosevear | 2001-04-18 | 45 | -0/+12569 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-18 | 2 | -1/+6 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-18 | 10 | -14/+30 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-18 | 2 | -0/+7 |
* | Updated Slovak translation | Stano Visnovsky | 2001-04-17 | 2 | -595/+737 |
* | Updated Finnish translation | jjranta | 2001-04-17 | 2 | -322/+334 |
* | Updated Japanese translation. | Akira TAGOH | 2001-04-17 | 2 | -551/+881 |
* | don't use g_return's | Jeffrey Stedfast | 2001-04-17 | 1 | -2/+3 |
* | Add EXTRA_GNOME_CFLAGS, for gal. | Dan Winship | 2001-04-17 | 2 | -0/+5 |
* | Don't we want to tell where we are by using the start of the message? I | Jeffrey Stedfast | 2001-04-17 | 2 | -5/+14 |
* | Turned on tooltips and alternating colors. | Christopher James Lahey | 2001-04-17 | 1 | -2/+2 |
* | Changed some comments here. | Christopher James Lahey | 2001-04-17 | 3 | -14/+24 |
* | Upped the version number to 0.7.99.0. | Jody Goldberg | 2001-04-17 | 1 | -17/+17 |
* | Added. | Jon Trowbridge | 2001-04-17 | 8 | -18/+138 |
* | toolitems which have non-default pixmaps, must have "pixtype=pixbuf" arg. | Gediminas Paulauskas | 2001-04-17 | 2 | -5/+10 |
* | Added a prototype for stamp(). | Jeffrey Stedfast | 2001-04-17 | 4 | -1/+11 |
* | Go back to doing the utf8 conversion by hand so that we don't depend on | Jeffrey Stedfast | 2001-04-17 | 2 | -4/+46 |
* | Merge fix from the 0.10 branch: | Ettore Perazzoli | 2001-04-17 | 2 | -1/+6 |
* | oops, forgot to commit this with the last files | Jeffrey Stedfast | 2001-04-17 | 1 | -1/+0 |
* | Remove the EXTRA_GNOME_CFLAGS include. | Jeffrey Stedfast | 2001-04-17 | 11 | -21/+103 |
* | Propagate the event after sending it to the base EText. | Christopher James Lahey | 2001-04-17 | 2 | -1/+10 |
* | eh? | Jeffrey Stedfast | 2001-04-17 | 1 | -2/+0 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-16 | 3 | -4/+27 |
* | Fix a crash here. | Christopher James Lahey | 2001-04-16 | 1 | -2/+0 |
* | change $(cmd) to `cmd` in order to make it usable in non-bash bourne | Jaka Mocnik | 2001-04-16 | 2 | -4/+9 |
* | Create the ESearchBar thingy. (search_bar_query_changed_cb): Build the | Federico Mena Quintero | 2001-04-16 | 5 | -18/+482 |
* | New function, because it is ridiculous to have to hunt down object | Federico Mena Quintero | 2001-04-16 | 3 | -2/+48 |
* | Set the background color to the specified tooltip->background. Set the | Christopher James Lahey | 2001-04-16 | 5 | -23/+112 |
* | Made setting the rgba color work even if you're using the non-aa canvas | Christopher James Lahey | 2001-04-16 | 1 | -8/+7 |
* | Mark the messages as seen, not unseen. (is_drafts_folder): New function to | Jeffrey Stedfast | 2001-04-16 | 3 | -14/+88 |
* | Do not ref both the box and the item; just connect to the item's "destroy" | Federico Mena Quintero | 2001-04-16 | 1 | -7/+15 |
* | oops, &pattern | Jeffrey Stedfast | 2001-04-16 | 1 | -2/+2 |
* | regex doesn't set errno and regcomp returns 0 on success and any other | Jeffrey Stedfast | 2001-04-16 | 2 | -5/+21 |
* | Start parsing the sexp with parse_value(), not parse_list(), because we | Federico Mena Quintero | 2001-04-16 | 2 | -1/+7 |
* | s/Is/is/ and s/Is Not/is not/ to be more consistant with the rest. | Jeffrey Stedfast | 2001-04-16 | 3 | -22/+25 |
* | Mark the messages as seen, not unseen. | Jeffrey Stedfast | 2001-04-16 | 2 | -1/+6 |
* | Added /* #defines */ at the top. Fixed ALTERNATE_COLORS to be an #ifdef | Christopher James Lahey | 2001-04-16 | 2 | -1/+5 |
* | Added strikeout argument. | Christopher James Lahey | 2001-04-16 | 2 | -4/+34 |
* | Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. | Christopher James Lahey | 2001-04-16 | 3 | -68/+19 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-15 | 3 | -11/+49 |
* | Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on the | Christopher James Lahey | 2001-04-15 | 3 | -20/+79 |
* | Updated russian translation. | Valek Frob | 2001-04-15 | 2 | -1656/+2164 |
* | Cleaned this up. Removed some #if 0 and replaced others with #ifdefs. | Christopher James Lahey | 2001-04-15 | 1 | -59/+4 |
* | Set "bold" argument on created tooltip. Adjusted position of displayed | Christopher James Lahey | 2001-04-15 | 4 | -31/+32 |
* | Added "bold" argument. | Christopher James Lahey | 2001-04-15 | 2 | -37/+58 |
* | Added widget/e-hsv-utils.lo. | Christopher James Lahey | 2001-04-15 | 1 | -14/+13 |
* | Added widget/e-hsv-utils.lo. | Christopher James Lahey | 2001-04-15 | 2 | -0/+197 |
* | Added Filter/VFolder on mailing list. Yay. I also figured I'd expand this | Jeffrey Stedfast | 2001-04-15 | 2 | -18/+32 |
* | Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same. | Jeffrey Stedfast | 2001-04-15 | 6 | -38/+72 |
* | Check to make sure the context is a valid context in all the user | Jeffrey Stedfast | 2001-04-15 | 2 | -0/+15 |
* | Added the function e_book_view_listener_stop to tell the book view | Christopher James Lahey | 2001-04-15 | 8 | -88/+117 |
* | Ref the cursor here when we receive it. | Christopher James Lahey | 2001-04-15 | 4 | -74/+39 |
* | Do this everywhere, also fixup CLEANFILES | Michael Meeks | 2001-04-14 | 29 | -18503/+28040 |
* | Pull up fix from the 0-10 branch (chain the ::destroy handler for | Ettore Perazzoli | 2001-04-14 | 2 | -0/+7 |
* | s/imap_store/store/, fixing a typo that was causing the build to fail. | Jon Trowbridge | 2001-04-14 | 2 | -5/+9 |
* | Oops --- I forgot to add these files before my last commit. | Jon Trowbridge | 2001-04-14 | 2 | -0/+408 |
* | Make the (previously unused) get-source command actually do the right | Jon Trowbridge | 2001-04-14 | 10 | -7/+64 |
* | Remove some redundant LIBS variables... purify complained that the command | Dan Winship | 2001-04-14 | 7 | -18/+43 |
* | Plug leaks. | Dan Winship | 2001-04-14 | 6 | -10/+41 |
* | Fix memory leak | Dan Winship | 2001-04-14 | 1 | -1/+2 |
* | Fix the syntactic bogon here, and attempt to fix the logical bogon too. | Dan Winship | 2001-04-14 | 2 | -2/+10 |
* | Get the ESelectNamesModel from the widget's text model instead of storing | Christopher James Lahey | 2001-04-13 | 2 | -6/+21 |
* | Only activate the message if the cursor has moved. | Christopher James Lahey | 2001-04-13 | 2 | -4/+18 |
* | Always emit the cursor changed signal. Even if it's changed to the same | Christopher James Lahey | 2001-04-13 | 1 | -8/+5 |
* | Update the Voice and Fax phone numbers too, finishing off bug #1667. | Jason Leach | 2001-04-13 | 2 | -2/+7 |
* | Added e-table/e-cell-spin-button.lo Added e-table/e-cell-float.lo | Mikael Hallendal | 2001-04-13 | 2 | -0/+64 |
* | New cell for floats. | Mikael Hallendal | 2001-04-13 | 4 | -0/+906 |
* | Update the built in VCard. | Christopher James Lahey | 2001-04-13 | 2 | -2/+7 |
* | Updated the required version of gal to 0.6.99.0. | Christopher James Lahey | 2001-04-13 | 2 | -1/+5 |
* | Implemented these. | Christopher James Lahey | 2001-04-13 | 2 | -0/+23 |
* | Updated this function to be a correct full ordering. | Christopher James Lahey | 2001-04-13 | 3 | -72/+130 |
* | Upped the version number to 0.6.99.0. Upped the so number to 6. | Christopher James Lahey | 2001-04-13 | 10 | -114/+396 |
* | If the service is NULL, just use the item as the key. | Jeffrey Stedfast | 2001-04-13 | 2 | -3/+9 |
* | Oops, lets not get into a recursive call here ;-) | Jeffrey Stedfast | 2001-04-13 | 5 | -15/+24 |
* | Removed openpgp-utils.c and added the camel-pgp-*.c files. Added | Jeffrey Stedfast | 2001-04-13 | 2 | -1/+2 |
* | Use the mail-crypto pgp-mime wrappers. (build_message): | Jeffrey Stedfast | 2001-04-13 | 2 | -10/+11 |
* | Use the CamelCipherHash enum. (mail_crypto_pgp_mime_part_verify): Use a | Jeffrey Stedfast | 2001-04-13 | 4 | -18/+28 |
* | Updated to reflect the few changes made to the CamelPgpContext class. | Jeffrey Stedfast | 2001-04-13 | 8 | -313/+662 |
* | Fix a pair of array bounds reads noted by purify | Dan Winship | 2001-04-13 | 2 | -2/+7 |
* | oh, and the tcp-stream headers. | Jeffrey Stedfast | 2001-04-13 | 1 | -0/+3 |
* | #include the pgp stuff. | Jeffrey Stedfast | 2001-04-13 | 2 | -0/+6 |
* | put the business address into the pilot record as that is what we put into | JP Rosevear | 2001-04-13 | 5 | -78/+24 |
* | Don't printf NULL | Dan Winship | 2001-04-13 | 2 | -2/+5 |
* | Removed openpgp-utils.c and added the camel-pgp-*.c files. | Jeffrey Stedfast | 2001-04-13 | 2 | -1/+7 |
* | Fix a memory leak. | Dan Winship | 2001-04-13 | 2 | -4/+9 |
* | Don't leak memory. | Dan Winship | 2001-04-13 | 2 | -1/+10 |
* | Plug memory leaks. | Dan Winship | 2001-04-13 | 3 | -0/+8 |
* | removed openpgp-utils | Jeffrey Stedfast | 2001-04-13 | 2 | -1370/+0 |
* | Updated for changes to PGP code. | Jeffrey Stedfast | 2001-04-13 | 7 | -479/+131 |
* | Use the mail-crypto pgp-mime wrappers. | Jeffrey Stedfast | 2001-04-13 | 2 | -3/+8 |
* | svn path=/trunk/; revision=9267 | Federico Mena Quintero | 2001-04-13 | 2 | -1/+6 |
* | New function to restart a query for the day view. (query_obj_updated_cb): | Federico Mena Quintero | 2001-04-13 | 11 | -284/+662 |
* | s/IMAP/SMTP | Jeffrey Stedfast | 2001-04-12 | 1 | -1/+1 |
* | Updated Spanish translation. | Hector Garcia | 2001-04-12 | 2 | -1191/+1456 |
* | Updated Slovak translation | Stano Visnovsky | 2001-04-12 | 2 | -2040/+2069 |
* | Fixed Swedish translation. Thanks to Göran Uddeborg | Christian Rose | 2001-04-12 | 2 | -37/+42 |
* | Only look for special pseudo-multipart-isms (binhex, uucode, old pgp, etc) | Dan Winship | 2001-04-12 | 2 | -1/+17 |
* | Don't get into an infinite loop when clicking on an IMAP storage. Might | Dan Winship | 2001-04-12 | 2 | -0/+11 |
* | mark messages as seen when opening then in a separate window. | Dan Winship | 2001-04-12 | 2 | -0/+6 |
* | Fix previous. | Dan Winship | 2001-04-12 | 2 | -1/+9 |
* | Removed a trailing 'k' making an error while compiling. | Mikael Hallendal | 2001-04-12 | 2 | -1/+5 |
* | Don't g_free the recipient array members here because we free them in the | Jeffrey Stedfast | 2001-04-12 | 2 | -8/+10 |
* | Simplify peterw's imap_is_atom_char fix. | Dan Winship | 2001-04-12 | 2 | -2/+7 |
* | Don't add more than five phone numbers and set the remaining blank entries | JP Rosevear | 2001-04-12 | 2 | -3/+10 |
* | Huh, somehow I forgot to apply the from filter when verifying signed | Jeffrey Stedfast | 2001-04-12 | 2 | -1/+10 |
* | Added pgp-mime.c to the tests. | Jeffrey Stedfast | 2001-04-12 | 7 | -26/+155 |
* | prepend to both changes and change_ids when different and mark as | JP Rosevear | 2001-04-12 | 2 | -2/+8 |
* | Updated Finnish translation. | jjranta | 2001-04-12 | 2 | -668/+815 |
* | Use the homedir as the default filename. | Jeffrey Stedfast | 2001-04-12 | 3 | -6/+3 |
* | Set the default filename to the user's homedir. | Jeffrey Stedfast | 2001-04-12 | 2 | -3/+3 |
* | Change into the user's home dir before opening the filesel. | Jeffrey Stedfast | 2001-04-12 | 3 | -2/+8 |
* | Change to the user's home dir before opening the filesel. | Jeffrey Stedfast | 2001-04-12 | 3 | -1/+10 |
* | Updated Swedish translation. | Christian Rose | 2001-04-12 | 2 | -1556/+1886 |
* | Check if gethostbyname_r take five params | JP Rosevear | 2001-04-12 | 11 | -2/+75 |
* | add camel-charset-map.h to the list of includes | Jeffrey Stedfast | 2001-04-11 | 1 | -0/+1 |
* | Use camel_charset_locale_name() to get the locale charset rather than | Jeffrey Stedfast | 2001-04-11 | 4 | -3/+58 |
* | Use e_utf8_from_locale_string() rather than trying to do it manually since | Jeffrey Stedfast | 2001-04-11 | 2 | -26/+10 |
* | Commit to be sure | Matthias Warkus | 2001-04-11 | 2 | -1597/+1833 |
* | Return TRUE for left and right arrows. | Christopher James Lahey | 2001-04-11 | 1 | -0/+2 |
* | Updated tr.po | Fatih Demir | 2001-04-11 | 2 | -492/+623 |
* | Added E_CARD_SIMPLE_FIELD_LAST_SIMPLE_STRING. | Christopher James Lahey | 2001-04-11 | 5 | -14/+34 |
* | Save the expanded state using the ETree built in expanded state code. | Christopher James Lahey | 2001-04-11 | 2 | -109/+32 |
* | Translate the titles here. | Christopher James Lahey | 2001-04-11 | 4 | -9/+14 |
* | Add the galview.xml files here. | Christopher James Lahey | 2001-04-11 | 2 | -0/+7 |
* | Fix this to just send the data to the wombat instead of inserting it | Christopher James Lahey | 2001-04-11 | 2 | -44/+26 |
* | Put debugging stuff in d(). | Christopher James Lahey | 2001-04-11 | 1 | -3/+5 |
* | Display fixes, thanks to Kjartan for finding these. | Gediminas Paulauskas | 2001-04-11 | 3 | -21/+26 |
* | #include "gal/widgets/e-unicode.h". | Christopher James Lahey | 2001-04-11 | 1 | -0/+1 |
* | Translate the title as we read it. | Christopher James Lahey | 2001-04-11 | 1 | -1/+5 |
* | New function to translate a string and then convert it to utf8. Acts just | Christopher James Lahey | 2001-04-11 | 4 | -14/+90 |
* | i18n fixes, added missing includes. | Gediminas Paulauskas | 2001-04-11 | 18 | -38/+83 |
* | i18n fixes. | Gediminas Paulauskas | 2001-04-11 | 2 | -1/+5 |
* | Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c | Jeffrey Stedfast | 2001-04-10 | 10 | -28/+182 |
* | create the makefile in camel/tests/smime | Jeffrey Stedfast | 2001-04-10 | 2 | -0/+6 |
* | Changed resizeable to resizable in ETableCol for consistency. | Christopher James Lahey | 2001-04-10 | 6 | -21/+25 |
* | stubbed, #if 0'ed (xfer_folder): same. (populate_context_menu): same. | Chris Toshok | 2001-04-10 | 2 | -2/+68 |
* | on BUTTON_PRESS: if it's button 1, store the button x, y, and set | Chris Toshok | 2001-04-10 | 6 | -0/+202 |
* | add some more 16 character versions for freebsd. | Chris Toshok | 2001-04-09 | 2 | -0/+7 |
* | add #include <sys/types.h> since gnome-print.h uses time_t without | Chris Toshok | 2001-04-09 | 2 | -0/+7 |
* | make sure to notify new clients to the writable status of an already open | Chris Toshok | 2001-04-09 | 2 | -2/+12 |