| Commit message (Expand) | Author | Age | Files | Lines |
* | for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV. | Damon Chaplin | 2000-05-05 | 10 | -92/+266 |
* | turned the notebook border off. The calendar looks better without it. If | Damon Chaplin | 2000-05-05 | 2 | -0/+9 |
* | Make this compile again in the !KRB4 case | Dan Winship | 2000-05-05 | 1 | -1/+1 |
* | Oops. The Kerberos check was succeeding when it shouldn't have (and thus | Dan Winship | 2000-05-05 | 2 | -2/+8 |
* | Don't fall back to plaintext passwords if APOP fails, since it should also | Dan Winship | 2000-05-05 | 2 | -18/+20 |
* | New function to replace camel_provider_scan. Returns a list of either (a) | Dan Winship | 2000-05-04 | 10 | -31/+265 |
* | Updated the Turkish translation | Fatih Demir | 2000-05-04 | 2 | -110/+105 |
* | Define `E_TYPE_SHORTCUT_BAR'. | Ettore Perazzoli | 2000-05-04 | 2 | -0/+6 |
* | Added a height_cache idle loop so that the height_cache will be validated | Christopher James Lahey | 2000-05-04 | 5 | -4/+85 |
* | Load all the data to be sorted by before actually doing the sort. | Christopher James Lahey | 2000-05-04 | 3 | -34/+99 |
* | EIconBar/EShortcutBar constification. | Ettore Perazzoli | 2000-05-04 | 6 | -11/+26 |
* | Fix author information. | Christopher James Lahey | 2000-05-04 | 9 | -32/+97 |
* | Fixed EShortcutBar API: the icon callback function now gets a `const | Ettore Perazzoli | 2000-05-04 | 6 | -12/+47 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 15 | -47/+1597 |
* | Add back in main loop calls during sorting. | Christopher James Lahey | 2000-05-04 | 3 | -0/+9 |
* | Translations from Keld | Kenneth Christiansen | 2000-05-04 | 1 | -26/+14 |
* | Replace insert sort completely with a qsort. | Christopher James Lahey | 2000-05-04 | 5 | -155/+132 |
* | Some small build fixes: | Jacob Leach | 2000-05-04 | 4 | -1/+13 |
* | Changed the insert sort to be binary instead of linear. | Christopher James Lahey | 2000-05-04 | 3 | -58/+109 |
* | Make the "Cc:" field optional again. (Before, we could check if | Dan Winship | 2000-05-04 | 2 | -7/+16 |
* | Make it easier for us all | Kjartan Maraas | 2000-05-04 | 1 | -0/+8 |
* | Updated Norwegian translation. | Kjartan Maraas | 2000-05-04 | 2 | -66/+58 |
* | Shh | Kjartan Maraas | 2000-05-04 | 1 | -1/+5 |
* | Updated russian translation. | Valek Frob | 2000-05-04 | 2 | -26/+18 |
* | fix configure for old libxmls. | Michael Meeks | 2000-05-04 | 2 | -1/+5 |
* | #ifdef HAVE_LDAP the ldap specific stuff. (null_cb): same. | Chris Toshok | 2000-05-03 | 2 | -3/+15 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 9 | -53/+57 |
* | comment out the changed signal for now. | Larry Ewing | 2000-05-03 | 2 | -1/+6 |
* | If the iconv handle is -1, then dont try and convert (crashes | NotZed | 2000-05-03 | 2 | -10/+27 |
* | Eeek. I committed the wrong version of the file. | Ettore Perazzoli | 2000-05-03 | 1 | -1/+0 |
* | New function to free a list of referenced objects. | Ettore Perazzoli | 2000-05-03 | 5 | -6/+46 |
* | fix typo when dereferencing saveoffset. | Larry Ewing | 2000-05-03 | 2 | -1/+6 |
* | Remove unused file. | Ettore Perazzoli | 2000-05-03 | 1 | -10/+0 |
* | Don't generate `doc/Makefile' in `configure' because there is nothing | Ettore Perazzoli | 2000-05-03 | 2 | -1/+6 |
* | Updated for removed files. | Ettore Perazzoli | 2000-05-03 | 2 | -1/+4 |
* | Fix builddir != srcdir build once again. | Ettore Perazzoli | 2000-05-03 | 2 | -0/+6 |
* | Removing more cruft. | Ettore Perazzoli | 2000-05-03 | 6 | -69/+16 |
* | add some minimal Kerberos checking. This isn't intended to be generically | Dan Winship | 2000-05-03 | 3 | -20/+56 |
* | Get rid of crufty `e-service' modules. | Ettore Perazzoli | 2000-05-03 | 5 | -388/+8 |
* | Missed these ... | Michael Zucci | 2000-05-03 | 3 | -0/+549 |
* | REmove gmime-utils.h from here. | NotZed | 2000-05-03 | 8 | -374/+47 |
* | And here too. | NotZed | 2000-05-03 | 5 | -5/+17 |
* | Translations from Keld | Kenneth Christiansen | 2000-05-03 | 1 | -52/+52 |
* | set the active radio button here. Oops - it wasn't a Bonobo problem after | Damon Chaplin | 2000-05-03 | 8 | -42/+150 |
* | set and reset the GTK_HAS_FOCUS flag. We now get focus_out events | Damon Chaplin | 2000-05-03 | 3 | -0/+14 |
* | Free the parse tree if we have one. (e_sexp_parse): If we already have a | NotZed | 2000-05-03 | 2 | -0/+26 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 33 | -24/+99 |
* | > * providers/mbox/camel-mbox-search.c | Michael Zucci | 2000-05-03 | 4 | -11/+7 |
* | only free search if it is not NULL. | Larry Ewing | 2000-05-03 | 2 | -1/+11 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 16 | -786/+41 |
* | Removed bizarre string_dichotomy version of this. This code is somewhat | Michael Zucci | 2000-05-03 | 1 | -30/+0 |
* | Fix the previous overflow problem properly (can happen in 2 places). | NotZed | 2000-05-03 | 2 | -39/+41 |
* | Dont use autofill on these fucking long function anmes!!!!!! | 2 | 2000-05-03 | 2 | -5/+9 |
* | > 2000-05-02 NotZed <NotZed@HelixCode.com> | Michael Zucci | 2000-05-03 | 4 | -3/+14 |
* | Fix the offset for the summary when an item is expunged to take account of | NotZed | 2000-05-03 | 2 | -1/+7 |
* | Updated Swedish translation | Andreas Hydén | 2000-05-02 | 2 | -90/+111 |
* | Added a deleted message icon whcih shows when messages are | Michael Zucci | 2000-05-02 | 5 | -6/+96 |
* | Deleted messages properly get removed from the index. | Michael Zucci | 2000-05-02 | 5 | -4/+29 |
* | Ok, you can now delete and expunge messages ... not really pretty | Michael Zucci | 2000-05-02 | 4 | -2/+60 |
* | > (camel_folder_expunge): Changed to only allow expunge on an open | Michael Zucci | 2000-05-02 | 2 | -1/+3 |
* | > (folder_browser_gui_init): Add an option meny to the search line. | Michael Zucci | 2000-05-02 | 4 | -14/+108 |
* | > (func_header_contains): Debug out some search stuff. | Michael Zucci | 2000-05-02 | 4 | -4/+9 |
* | "But that trick NEVER works!" "This time for sure!" | Dan Winship | 2000-05-02 | 2 | -1/+8 |
* | Fix for api. | NotZed | 2000-05-02 | 2 | -12/+5 |
* | Fixed for sync search api revert. | Michael Zucci | 2000-05-02 | 2 | -52/+48 |
* | A hackish little quick-search entry. (search_activate): Perform a | NotZed | 2000-05-02 | 5 | -25/+116 |
* | Removed search_id. | Michael Zucci | 2000-05-02 | 7 | -94/+70 |
* | Constified XML utility functions. | Ettore Perazzoli | 2000-05-02 | 5 | -16/+22 |
* | Turn off control frame autoactivation, so the toolbars work correctly. | Dan Winship | 2000-05-02 | 2 | -0/+7 |
* | Add back in the CORBA_Object_release. | Christopher James Lahey | 2000-05-02 | 3 | -2/+26 |
* | Made uri slightly better managed. | Christopher James Lahey | 2000-05-02 | 5 | -14/+25 |
* | Switched the subdirs order since backend depends on ename. | Christopher James Lahey | 2000-05-02 | 2 | -1/+6 |
* | More message cleanup. Flags now work, are saved, and the delete | NotZed | 2000-05-02 | 8 | -176/+469 |
* | Automatic check for oaf. Thanks ettore, you rule! | Anders Carlsson | 2000-05-02 | 2 | -2/+13 |
* | fix a typo in the for loop. | Larry Ewing | 2000-05-02 | 2 | -1/+6 |
* | Updated russian translation. | Valek Frob | 2000-05-01 | 2 | -85/+95 |
* | new function to get the currently seleted time range form the current | Damon Chaplin | 2000-05-01 | 8 | -46/+175 |
* | include a header to make it compile... | Michael Meeks | 2000-05-01 | 2 | -0/+5 |
* | Doh, also unref the pas_book_factory when we are done. | Federico Mena Quintero | 2000-05-01 | 2 | -0/+8 |
* | Removed stale comment - Federico | Federico Mena Quintero | 2000-05-01 | 1 | -2/+0 |
* | Stylistic fix - Federico | Federico Mena Quintero | 2000-05-01 | 2 | -3/+377 |
* | Connect to the "last_book_gone" signal of the book factory. | Federico Mena Quintero | 2000-05-01 | 2 | -1/+21 |
* | Added new status values for the IDL stuff. | Federico Mena Quintero | 2000-05-01 | 10 | -91/+511 |
* | Made this more reentrant. | Christopher James Lahey | 2000-05-01 | 11 | -20/+150 |
* | *** empty log message *** | Seth Alves | 2000-05-01 | 1 | -0/+10 |
* | set attendee and contact address correctly. | Seth Alves | 2000-05-01 | 3 | -20/+34 |
* | new function to see if the event dates have changed (including any | Damon Chaplin | 2000-05-01 | 13 | -172/+950 |
* | added e-ldap-server-dialog.c (glade_DATA): added ldap-server-dialog.glade | Chris Toshok | 2000-05-01 | 6 | -31/+556 |
* | create the book listener here, since it's destroyed in unload_uri. | Chris Toshok | 2000-05-01 | 2 | -12/+18 |
* | Added load-pine-addressbook. | Christopher James Lahey | 2000-05-01 | 2 | -0/+5 |
* | Made some fields invisible that were visible before. | Christopher James Lahey | 2000-05-01 | 7 | -18/+48 |
* | From addressbook/ChangeLog | Christopher James Lahey | 2000-05-01 | 12 | -60/+698 |
* | oops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/ | Dan Winship | 2000-05-01 | 1 | -1/+1 |
* | update for camel provider changes. | Dan Winship | 2000-05-01 | 5 | -26/+0 |
* | Remove no-longer-necessary call to camel_provider_register_as_module. | Dan Winship | 2000-05-01 | 2 | -1/+5 |
* | This is no longer necessary. | Dan Winship | 2000-04-30 | 3 | -20/+8 |
* | Tweak the definition of CamelProvider. Among other things, a provider may | Dan Winship | 2000-04-30 | 20 | -499/+329 |
* | Fixed a string mismatch. | Christopher James Lahey | 2000-04-30 | 5 | -4/+9 |
* | Added ename includes and libs. | Christopher James Lahey | 2000-04-30 | 12 | -642/+599 |
* | add support for a rootdn in the uri. | Chris Toshok | 2000-04-30 | 2 | -3/+17 |
* | Add \n | Anders Carlsson | 2000-04-30 | 1 | -1/+1 |
* | Added Dutch translation | Arjan Scherpenisse | 2000-04-30 | 3 | -1/+586 |
* | Handle clicks on "cid" URLs by popping up a "Save Attachment" dialog. | Dan Winship | 2000-04-30 | 3 | -1/+127 |
* | Improve the builtin vs bonobo selection code. (handle_mystery): Include | Dan Winship | 2000-04-30 | 6 | -133/+231 |
* | Added e_card_phone_new e_card_delivery_address_new, | Christopher James Lahey | 2000-04-30 | 21 | -88/+1819 |
* | updated Danish strings | Pablo Saratxaga | 2000-04-30 | 2 | -2/+2 |
* | const poison | Dan Winship | 2000-04-29 | 3 | -2/+5 |
* | camel_mime_parser_tell() returns an offset from where it started parsing, | Dan Winship | 2000-04-29 | 4 | -15/+53 |
* | remove an unused #include | Dan Winship | 2000-04-29 | 1 | -1/+0 |
* | fix the `USING_OAF' changes so that they work for when we are not using | Larry Ewing | 2000-04-29 | 2 | -1/+8 |
* | update for Camel recipient changes. (Just to make it build, not to take | Dan Winship | 2000-04-29 | 4 | -19/+48 |
* | Fix broken OAF patch for the GNORBA case. | Ettore Perazzoli | 2000-04-29 | 2 | -8/+14 |
* | fix a bug that would cause corruption with very long headers. | Dan Winship | 2000-04-29 | 2 | -1/+6 |
* | Makefile fix | Miguel de Icaza | 2000-04-28 | 1 | -1/+2 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 50 | -180/+1066 |
* | Fix for removal of camelmimebodypart, and changes to recipient stuff. | NotZed | 2000-04-28 | 3 | -27/+33 |
* | Dont try and check a NULL header. | NotZed | 2000-04-28 | 11 | -556/+176 |
* | deleted some commented out code | Seth Alves | 2000-04-28 | 1 | -3/+1 |
* | *** empty log message *** | Seth Alves | 2000-04-28 | 1 | -0/+7 |
* | fix memory leak (save_to_vcal): same (save): same (cal_backend_load): same | Seth Alves | 2000-04-28 | 1 | -0/+5 |
* | Class to represent news addresses - currently empty, and not built. | NotZed | 2000-04-28 | 8 | -0/+694 |
* | Revert previous change. I was confused. | Dan Winship | 2000-04-28 | 2 | -7/+7 |
* | Oops. Remove the part of the previous patch that wasn't supposed to | Dan Winship | 2000-04-28 | 1 | -24/+8 |
* | Move text_to_html to e-util. | Dan Winship | 2000-04-28 | 5 | -217/+70 |
* | New routine, to process mailto URLs. | Dan Winship | 2000-04-28 | 3 | -0/+131 |
* | Moved here from the mailer, since it's of general use, and the composer | Dan Winship | 2000-04-28 | 4 | -0/+287 |
* | expose these routines. | Dan Winship | 2000-04-28 | 3 | -24/+42 |
* | Improve URL converstion code. Recognize https, recognize "www\..*" without | Dan Winship | 2000-04-28 | 2 | -14/+55 |
* | Fixed some warnings. | Christopher James Lahey | 2000-04-28 | 14 | -16/+20 |
* | Added addressbook/ename/Makefile. | Christopher James Lahey | 2000-04-28 | 21 | -292/+750 |
* | Oops, forgot this. | Nat Friedman | 2000-04-27 | 2 | -0/+1712 |
* | Further Makefile loving. | Ettore Perazzoli | 2000-04-27 | 3 | -2/+10 |
* | Fix broken `Makefile.am' again. I am frustrated. | Ettore Perazzoli | 2000-04-27 | 2 | -1/+9 |
* | Diagram of the camel-stream and derived classes used within | Michael Zucci | 2000-04-27 | 1 | -0/+0 |
* | Reorganize a bit and add a new flag, TEXT_TO_HTML_CONVERT_URLS to | Dan Winship | 2000-04-27 | 3 | -95/+145 |
* | + * configure.in: added tools/Makefile. | Matthew Loper | 2000-04-27 | 6 | -0/+32 |
* | Oops. Fix previous commit so we don't get a mime part nested directly | Dan Winship | 2000-04-27 | 1 | -5/+15 |
* | Updated Norwegian translation. | Kjartan Maraas | 2000-04-27 | 1 | -42/+29 |
* | Fix the changes to the tests | Michael Zucci | 2000-04-27 | 4 | -7/+15 |
* | Only generate a multipart message if there are attachments. Otherwise | Dan Winship | 2000-04-27 | 2 | -9/+15 |
* | Only write a newline between the headers and the content object if the | Dan Winship | 2000-04-27 | 2 | -4/+12 |
* | Added an address label field. | Christopher James Lahey | 2000-04-27 | 12 | -844/+737 |
* | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 17 | -343/+90 |
* | Update for camel_mime_part_set_content. | Dan Winship | 2000-04-27 | 3 | -25/+27 |
* | sink the content object after referencing it. | Dan Winship | 2000-04-27 | 4 | -69/+49 |
* | sync to current reality | Dan Winship | 2000-04-27 | 5 | -148/+23 |
* | Translations from Keld | Kenneth Christiansen | 2000-04-27 | 1 | -31/+18 |
* | fix format specifier for time zone. Fix typo in month names array. | Dan Winship | 2000-04-27 | 2 | -3/+7 |
* | + * tests/.cvsignore: Added test13. | Matthew Loper | 2000-04-27 | 6 | -3/+14 |
* | + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer and | Matthew Loper | 2000-04-27 | 5 | -18/+108 |
* | Added a missing include. | Christopher James Lahey | 2000-04-26 | 3 | -0/+6 |
* | Update for the camel changes. | Dan Winship | 2000-04-26 | 6 | -19/+19 |
* | add e-popup-menu.[ch] | Miguel de Icaza | 2000-04-26 | 4 | -0/+230 |
* | move #include <locale.h> above the others because it was getting | Seth Alves | 2000-04-26 | 2 | -2/+4 |
* | New file. Implements easy to use popup menus. | Miguel de Icaza | 2000-04-26 | 2 | -5/+11 |
* | Add argument handling here. | Miguel de Icaza | 2000-04-26 | 23 | -998/+523 |
* | update for CamelStream changes. | Dan Winship | 2000-04-26 | 2 | -5/+8 |
* | add a s/SIMPLE_// that notzed missed remove a now-unused variable | Dan Winship | 2000-04-26 | 3 | -2/+7 |
* | Danish translations from Keld | Kenneth Christiansen | 2000-04-26 | 1 | -74/+90 |
* | Replaced libcal-util.la with *.la | Christopher James Lahey | 2000-04-26 | 3 | -1/+9 |
* | Removed. | Christopher James Lahey | 2000-04-26 | 2 | -376/+4 |
* | Added proper handling of the email field. | Christopher James Lahey | 2000-04-26 | 3 | -48/+145 |
* | Prefixed the ADDR_ flags. | Christopher James Lahey | 2000-04-26 | 13 | -678/+714 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 34 | -1923/+935 |
* | Use camel_mime_part_set_text() to set the text rather than messing with | NotZed | 2000-04-26 | 3 | -9/+15 |
* | Eeek, remove "while(1);" debug code - Federico | Federico Mena Quintero | 2000-04-26 | 1 | -3/+0 |
* | only return TRUE if the parent is at eos AND the buffer has been exhausted | Dan Winship | 2000-04-26 | 2 | -1/+4 |
* | New module-wide variables for the PAS and PCS factories. (setup_pcs): | Federico Mena Quintero | 2000-04-26 | 2 | -21/+98 |
* | Renamed from backend_destroy_cb. Now we use it for the "last_client_gone" | Federico Mena Quintero | 2000-04-26 | 5 | -10/+82 |
* | add a convert_space_hack flag, which turns N spaces into N-1 s and a | Dan Winship | 2000-04-26 | 2 | -28/+138 |
* | compare iCalObjects by their UIDs instead of by their pointers. | Seth Alves | 2000-04-26 | 3 | -2/+9 |
* | Now that we're not limited to a single GtkHTML for the display, there's no | Dan Winship | 2000-04-26 | 3 | -270/+191 |
* | don't save on destroy. | Seth Alves | 2000-04-26 | 2 | -3/+6 |
* | The Joy of Broken Makefiles Part #3. | Ettore Perazzoli | 2000-04-26 | 3 | -4/+11 |
* | hook for widget destroy -- used to unref the CalClient so wombat knows we | Seth Alves | 2000-04-26 | 3 | -11/+37 |
* | (reply_body): Make this deal better with multiparts. | Dan Winship | 2000-04-26 | 2 | -40/+30 |
* | (setup_function_table): pass unknown text subtypes to | Dan Winship | 2000-04-26 | 2 | -3/+34 |
* | The Joy of Broken Makefiles Part #3. | Ettore Perazzoli | 2000-04-26 | 4 | -4/+11 |
* | The Joy of Broken Makefiles Part #2. | Ettore Perazzoli | 2000-04-26 | 2 | -17/+16 |
* | Updated Norwegian translation. | Kjartan Maraas | 2000-04-26 | 2 | -76/+96 |
* | Fix compile with builddir != srcdir. | Ettore Perazzoli | 2000-04-26 | 3 | -2/+6 |
* | Fix compilation by using `$(GTKHTML_CFLAGS)' instead of `-I | Ettore Perazzoli | 2000-04-26 | 2 | -1/+5 |
* | allow for null ico | Seth Alves | 2000-04-26 | 4 | -3/+9 |
* | fix menu problem in composer window | Radek Doulik | 2000-04-26 | 2 | -7/+10 |
* | fix some incorrect macro usage that resulted in bogus casts | Dan Winship | 2000-04-25 | 2 | -4/+9 |
* | Fix some bugs that crept into reply generation. This needs a lot more work | Dan Winship | 2000-04-25 | 2 | -5/+21 |
* | Redo large chunks of this. The mail display now consists of a vbox in a | Dan Winship | 2000-04-25 | 5 | -638/+747 |
* | ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp). | Yukihiro Nakai | 2000-04-25 | 1 | -77/+93 |
* | include -I$(datadir)/idl in orbit-idl arguments so that you can have | Dan Winship | 2000-04-25 | 3 | -2/+13 |
* | Fixed a warning. | Christopher James Lahey | 2000-04-25 | 5 | -4/+8 |
* | The path to the test calendar changed when we moved stuff around. Users | Federico Mena Quintero | 2000-04-25 | 2 | -5/+38 |
* | convert from a time_t to an icaldurationtype. | Seth Alves | 2000-04-25 | 2 | -0/+24 |
* | allow for null CN (parse_person): allow for null sent_by | Seth Alves | 2000-04-25 | 9 | -28/+373 |
* | fix a cut-and-pasto. | Dan Winship | 2000-04-25 | 2 | -1/+4 |
* | ref (and sink) the message stream if we're going to unref it later. | Dan Winship | 2000-04-25 | 2 | -0/+7 |
* | remove data-wrapper-repository.h include(s) | Dan Winship | 2000-04-25 | 2 | -2/+4 |
* | finished first stab at iCalObject to icalcomponent conversion. | Seth Alves | 2000-04-25 | 2 | -6/+294 |
* | added new source files and pixmaps, and removed old source files, which | Damon Chaplin | 2000-04-24 | 25 | -290/+5365 |
* | Made some functions syncronous that didn't need to be asyncronous. | Christopher James Lahey | 2000-04-24 | 2 | -19/+10 |
* | Made the tooltip show up in the correct place and configuration when using | Christopher James Lahey | 2000-04-24 | 14 | -64/+441 |
* | Added tr to ALL_LINGUAS | Fatih Demir | 2000-04-24 | 2 | -1/+5 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 8 | -48/+364 |
* | Fixed for method movements. | NotZed | 2000-04-24 | 5 | -5/+17 |
* | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 20 | -1132/+441 |
* | oops, silly me. | Matthew Loper | 2000-04-24 | 2 | -3/+1 |
* | + * widgets/Makefile.am: Added e-paned directory. | Matthew Loper | 2000-04-24 | 16 | -20/+438 |
* | reorder the list of dependency libraries such that, starting from | Dan Winship | 2000-04-24 | 1 | -10/+23 |
* | Of course, it just crashes ... | NotZed | 2000-04-24 | 3 | -5/+10 |
* | Calculate the width of the table from the width of all the columns, and | Iain Holmes | 2000-04-24 | 3 | -4/+28 |
* | add an extra lib of docklets. These checks are braindamaged though, they | George Lebl | 2000-04-24 | 2 | -0/+11 |
* | fix some obvious minor bugs noted by -Wall. | Dan Winship | 2000-04-24 | 2 | -2/+7 |
* | rename "send" to "send_msg", to avoid name clash with the tcp function. | Dan Winship | 2000-04-24 | 5 | -5/+90 |
* | build libcomposer static and don't install it. | Dan Winship | 2000-04-24 | 3 | -10/+33 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 15 | -211/+765 |
* | New tests/fixed tests. | Michael Zucci | 2000-04-23 | 4 | -2/+135 |
* | Change cid expectations to match current camel reality. | Dan Winship | 2000-04-23 | 2 | -5/+5 |
* | Updated Swedish translation | Andreas Hydén | 2000-04-23 | 2 | -54/+65 |
* | call glade_gnome_init, for composer. | Dan Winship | 2000-04-23 | 2 | -0/+6 |
* | #include "mail-format.h" | Dan Winship | 2000-04-23 | 1 | -0/+1 |
* | move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send, | Dan Winship | 2000-04-23 | 6 | -56/+328 |
* | clean, document, etc. (camel_multipart_init): pick a prettier default | Dan Winship | 2000-04-23 | 3 | -273/+365 |
* | new function to make the composer record additional headers it should | Dan Winship | 2000-04-23 | 3 | -1/+56 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 14 | -577/+655 |
* | start on code to do the opposite of icalendar.c (convert from iCalObjects | Seth Alves | 2000-04-22 | 8 | -6/+759 |
* | Connect "Exit" menu item finally. | Dan Winship | 2000-04-22 | 2 | -1/+22 |
* | new functions | Dan Winship | 2000-04-22 | 7 | -9/+99 |
* | Removed. | NotZed | 2000-04-22 | 7 | -1531/+9 |
* | ignore test-url | Seth Alves | 2000-04-21 | 1 | -0/+1 |
* | moved "About Calendar" into the View menu so it shows up. | Seth Alves | 2000-04-21 | 2 | -1/+6 |
* | *** empty log message *** | Seth Alves | 2000-04-21 | 2 | -1/+3 |
* | Added Lithuanian strings | Pablo Saratxaga | 2000-04-21 | 1 | -0/+2 |
* | deal with cid: URLs. (find_cid): helper routine for above. (This could be | Dan Winship | 2000-04-21 | 3 | -21/+144 |
* | ref the message we display, since we're going to unref it when we remove | Dan Winship | 2000-04-21 | 2 | -0/+8 |
* | use libunicode iconv functions rather than libc ones (since libc might not | Dan Winship | 2000-04-21 | 3 | -8/+25 |
* | new function: callback for listener's object updated signal. | Seth Alves | 2000-04-21 | 2 | -14/+29 |
* | callback for obj_updated or obj_removed. (gnome_calendar_new): hook up | Seth Alves | 2000-04-21 | 2 | -13/+32 |
* | create fullday's gcs even if pixmap_bell has already been created. this | Seth Alves | 2000-04-21 | 2 | -1/+45 |
* | Trim leading/trailing spaces off the raw headers. | NotZed | 2000-04-21 | 2 | -3/+22 |
* | Oops, remove some debug i put there. | NotZed | 2000-04-21 | 2 | -4/+1 |
* | Removed a bunch of crappy unrequired headers. | NotZed | 2000-04-21 | 3 | -7/+8 |
* | Merged from NEW_PARSER branch. | Michael Zucci | 2000-04-21 | 1 | -11/+11 |
* | Fixed some headers. | NotZed | 2000-04-21 | 2 | -14/+21 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 42 | -2664/+7068 |
* | Add libibex.la to link. | NotZed | 2000-04-21 | 4 | -24/+33 |
* | Use "e-minicard" as the log domain. | Federico Mena Quintero | 2000-04-21 | 69 | -270/+685 |
* | new functions to get and set the contents of the HTML editor via | Dan Winship | 2000-04-21 | 2 | -4/+84 |
* | ssshhhh | Seth Alves | 2000-04-21 | 1 | -0/+3 |
* | update for bonobo change, and remove a now-unused variable. | Dan Winship | 2000-04-21 | 2 | -43/+7 |
* | update for bonobo changes | Dan Winship | 2000-04-21 | 1 | -2/+2 |
* | Updated the Turkish translation for evolution | Fatih Demir | 2000-04-20 | 2 | -0/+583 |