| Commit message (Expand) | Author | Age | Files | Lines |
* | Totally rewritten to filter a single message at a time instead of | Jeffrey Stedfast | 2000-09-07 | 7 | -289/+525 |
* | Get the meeting time selector to work on my system (libunicode | Ettore Perazzoli | 2000-09-07 | 2 | -0/+5 |
* | set the data to NULL for the tree root, so nuke_uids won't try to free | Dan Winship | 2000-09-07 | 2 | -1/+6 |
* | Fix memory handling for the shell's CORBA object reference within the | Ettore Perazzoli | 2000-09-06 | 5 | -17/+51 |
* | Use new cal_component_has_recurrences convenience function | JP Rosevear | 2000-09-06 | 8 | -40/+48 |
* | Use new convenience functions and only get the recurrence stuff if needed. | JP Rosevear | 2000-09-06 | 4 | -8/+112 |
* | Kill all exdates if there are no dates in the box | JP Rosevear | 2000-09-06 | 3 | -10/+72 |
* | uses the new TaskEditor dialog. | Damon Chaplin | 2000-09-06 | 13 | -594/+1300 |
* | make sure we get the start_weekday since we need it for draw_days(). Fixes | Damon Chaplin | 2000-09-06 | 3 | -21/+31 |
* | camel_mime_part_get_filename now deals with both Content-Disposition and | Dan Winship | 2000-09-06 | 4 | -23/+10 |
* | kill a warning | Dan Winship | 2000-09-06 | 1 | -1/+1 |
* | If a MIME part has no Content-Disposition, but does have a "name" on the | Dan Winship | 2000-09-06 | 2 | -4/+15 |
* | care about response code. (get_HEAD_headers): same. | Chris Toshok | 2000-09-06 | 10 | -97/+304 |
* | The exdate and rdate lists are a list of icaltimetypes, not | JP Rosevear | 2000-09-06 | 3 | -18/+23 |
* | Update for CamelObject and some other changes | Dan Winship | 2000-09-06 | 5 | -90/+69 |
* | Grammar, links, screenshots. | Aaron Weber | 2000-09-06 | 14 | -0/+0 |
* | Add a use-default-port option to the source editor ; bugfixes | Peter Williams | 2000-09-06 | 4 | -47/+204 |
* | Re-rename "Sent". | Dan Winship | 2000-09-06 | 2 | -1/+3 |
* | Cache provider, for caching a remote store locally. This is not done yet. | Dan Winship | 2000-09-06 | 9 | -0/+1471 |
* | Remove the "+ 90" here since it seems to break things for me, and it's not | Dan Winship | 2000-09-06 | 2 | -1/+7 |
* | Append the exdate to the list AFTER we create the date value. | JP Rosevear | 2000-09-06 | 2 | -3/+8 |
* | Free the data, not the list element. | JP Rosevear | 2000-09-06 | 2 | -1/+6 |
* | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 13 | -265/+284 |
* | only call camel_folder_get_message_info if the folder has | Dan Winship | 2000-09-06 | 2 | -52/+48 |
* | Replace mail_do_setup_draftbox, mail_do_setup_outbox, and | Dan Winship | 2000-09-06 | 4 | -148/+66 |
* | Compute the event duration using the event start/end times, not the | JP Rosevear | 2000-09-06 | 2 | -13/+18 |
* | Check to see if r->enddate is (time_t)-1 and set to 0 if so | JP Rosevear | 2000-09-06 | 2 | -0/+7 |
* | Improve the Kerberos checks further (check for Sun kerb; check for sendauth p... | Peter Williams | 2000-09-06 | 3 | -8/+34 |
* | Add .cvsignore | Peter Williams | 2000-09-06 | 1 | -0/+2 |
* | Fix the accelerator for the "Format" menu so that it doesn't conflict | Ettore Perazzoli | 2000-09-06 | 2 | -1/+7 |
* | New font translation code for utf-8, but commented out at moment | Lauris Kaplinski | 2000-09-05 | 5 | -72/+209 |
* | Updated russian translation. | Valek Frob | 2000-09-05 | 2 | -460/+421 |
* | Updated Norwegian translation. | Kjartan Maraas | 2000-09-04 | 2 | -288/+335 |
* | Applied Jesse's patch that will append a signature to the replied message | Jeffrey Stedfast | 2000-09-04 | 3 | -22/+36 |
* | Applied Jesse's patch that sets the composer's sig_file | Jeffrey Stedfast | 2000-09-04 | 2 | -25/+32 |
* | Reversed my last change as it broke configure, how do I get it so that we | Jeffrey Stedfast | 2000-09-04 | 2 | -2/+7 |
* | Reversed my last change, folders with spaces in the name breaks configure | Jeffrey Stedfast | 2000-09-04 | 2 | -1/+6 |
* | Renamed default_user/local/Sentbox to default_user/local/Sent\ Mail as | Jeffrey Stedfast | 2000-09-04 | 2 | -1/+7 |
* | Renamed Sentbox to Sent\ Mail | Jeffrey Stedfast | 2000-09-04 | 4 | -1/+16 |
* | Copy the passed in item before adding (mail_config_add_source): ditto | JP Rosevear | 2000-09-03 | 3 | -20/+45 |
* | Change the "Get Mail" toolbar button to become "Send & Receieve" | Jeffrey Stedfast | 2000-09-03 | 7 | -41/+263 |
* | Get the calendar conduits to compile. | Ettore Perazzoli | 2000-09-03 | 3 | -4/+18 |
* | Since POP3 doesn't implement get_message_info, we need to check for info | Jeffrey Stedfast | 2000-09-03 | 2 | -40/+61 |
* | Make the `Home' and `End' keys do the Right Thing. Remove circular | Ettore Perazzoli | 2000-09-03 | 5 | -24/+101 |
* | A bit more e_utf8 wrappers here and there | Lauris Kaplinski | 2000-09-02 | 24 | -43/+192 |
* | Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and | Christopher James Lahey | 2000-09-02 | 9 | -3/+33 |
* | Attach a callback to the postpone signal (send_to_url): Same (mail_reply): | Jeffrey Stedfast | 2000-09-02 | 5 | -26/+197 |
* | This needs to return a const char * and not a char *, because we're not | Jeffrey Stedfast | 2000-09-02 | 4 | -66/+86 |
* | free node_data. (removed_storage_cb): same. (new_storage_cb): don't free | Chris Toshok | 2000-09-02 | 1 | -0/+9 |
* | Use gnome_calendar_construct() so that we can check for proper creation of | Federico Mena Quintero | 2000-09-02 | 4 | -97/+133 |
* | Fixed a leak and a double unref. | Christopher James Lahey | 2000-09-02 | 5 | -6/+6 |
* | This needs to return a const char * and not a char *, because we're not | Jeffrey Stedfast | 2000-09-02 | 3 | -2/+8 |
* | New convenience function to load the Outbox folder | Jeffrey Stedfast | 2000-09-02 | 4 | -14/+153 |
* | free node_data. (removed_storage_cb): same. (new_storage_cb): don't free | Chris Toshok | 2000-09-02 | 1 | -12/+8 |
* | Add default_user/local/Sentbox/Makefile to the list of makefiles to output | Jeffrey Stedfast | 2000-09-02 | 2 | -0/+6 |
* | Removed some unused functions. | Christopher James Lahey | 2000-09-02 | 2 | -45/+5 |
* | Strdup path when setting the callback data. | Christopher James Lahey | 2000-09-02 | 3 | -2/+7 |
* | Added Sentbox | Jeffrey Stedfast | 2000-09-02 | 4 | -0/+18 |
* | Added coverage of news, clarified POP/IMAP distinction (there's a theme to | Aaron Weber | 2000-09-02 | 8 | -94/+272 |
* | Update for new libical. Conduits should atleast compile again. | JP Rosevear | 2000-09-02 | 4 | -12/+25 |
* | We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOL | JP Rosevear | 2000-09-01 | 6 | -13/+55 |
* | new test, a home grown 2 hour hack of a file browser. uses | Chris Toshok | 2000-09-01 | 6 | -1/+1374 |
* | add signals/prototypes for e_tree_model_node_collapsed and | Chris Toshok | 2000-09-01 | 5 | -22/+139 |
* | Updated Norwegian translation. | Kjartan Maraas | 2000-09-01 | 2 | -804/+1011 |
* | initialize delayed_selection = NULL; | Chris Toshok | 2000-09-01 | 2 | -0/+5 |
* | Changed `Evolution::Storage' so that the displayed name for a folder | Ettore Perazzoli | 2000-09-01 | 12 | -41/+84 |
* | remove get_folder_name. (nntp_store_get_folder_name): remove. | Chris Toshok | 2000-09-01 | 2 | -8/+6 |
* | add delayed_selection to _EShellViewPrivate. (new_folder_cb): new | Chris Toshok | 2000-09-01 | 2 | -0/+59 |
* | Get the conduit to compile on my system. | Ettore Perazzoli | 2000-09-01 | 2 | -2/+9 |
* | No need to spit a warning if removal fails. (event_editor_destroy): Free | Federico Mena Quintero | 2000-09-01 | 7 | -107/+95 |
* | Email should now display correctly in GtkHTML | Lauris Kaplinski | 2000-09-01 | 8 | -15/+1916 |
* | use camel_remote_store_recv_line. | Chris Toshok | 2000-09-01 | 6 | -219/+129 |
* | make this a bit more robust. try to create an empty .newsrc file for the | Chris Toshok | 2000-09-01 | 5 | -37/+294 |
* | Reimplemented. It should now work correctly for most possible VFolder | Jeffrey Stedfast | 2000-09-01 | 2 | -175/+333 |
* | Kill off more old, dead files | JP Rosevear | 2000-09-01 | 29 | -11872/+4 |
* | This dir is not in 0.19 | JP Rosevear | 2000-09-01 | 9 | -213/+4 |
* | This file is not in 0.19 | JP Rosevear | 2000-09-01 | 2 | -222/+4 |
* | oops | JP Rosevear | 2000-09-01 | 1 | -0/+2 |
* | Kill file | JP Rosevear | 2000-09-01 | 3 | -460/+4 |
* | Don't list config.h in AC_OUTPUT | JP Rosevear | 2000-09-01 | 2 | -1/+4 |
* | Kill old file | JP Rosevear | 2000-09-01 | 6 | -562/+30 |
* | Implement delete option (recurrence_toggled): Make an ugly hack to get the | JP Rosevear | 2000-09-01 | 4 | -19/+95 |
* | Event editor destroyed callback to do hash cleanup | JP Rosevear | 2000-08-31 | 4 | -138/+217 |
* | Install load-gnomecard-addressbook and load-pine-addressbook. | Christopher James Lahey | 2000-08-31 | 2 | -1/+8 |
* | Added regular expressions to glossary. Explanation should be removed from | Aaron Weber | 2000-08-31 | 12 | -446/+524 |
* | Made the selection work when shift clicking on the first row of the table. | Christopher James Lahey | 2000-08-31 | 3 | -14/+19 |
* | Fix the tree example so that is doesn't show two sets of expand/unexpand | Richard Hult | 2000-08-31 | 3 | -8/+20 |
* | Added "quickref and pointers" sections. Props to O'Reilly for the copy of | Aaron Weber | 2000-08-31 | 10 | -116/+652 |
* | Don't save any exceptions caused by camel_imap_folder_changed | Jeffrey Stedfast | 2000-08-31 | 3 | -10/+51 |
* | (write_to_stream): Rearrange the logic so it always does charset | Michael Zucci | 2000-08-31 | 2 | -12/+22 |
* | #define gnome_font_lookup_default for gnome-print 0.20 | Lauris Kaplinski | 2000-08-31 | 3 | -1/+4 |
* | (write_to_stream): Fix some warnings/use the right constructor, | Michael Zucci | 2000-08-31 | 2 | -2/+5 |
* | Use the proper type checking function to check for text types. | Not Zed | 2000-08-31 | 2 | -1/+19 |
* | Make the HTML widget grab the focus in the mail view window so that | Ettore Perazzoli | 2000-08-31 | 2 | -0/+6 |
* | (append_latin1): Do an additional mask for account for c's | Michael Zucci | 2000-08-31 | 2 | -1/+3 |
* | New function - even though its broken, we'll assume mailers send latin1 | Not Zed | 2000-08-31 | 2 | -2/+32 |
* | New base class for Cells. Convert everything to access the elements that | Jody Goldberg | 2000-08-31 | 2 | -0/+4 |
* | Made it compilable both with gnome-print 0.20 and 0.21+ | Lauris Kaplinski | 2000-08-31 | 10 | -59/+98 |
* | Do not flicker while trying to resize a quantized pane. | Federico Mena Quintero | 2000-08-31 | 3 | -6/+33 |
* | Rewrote to ignore strings that look like server responses until it is sure | Jeffrey Stedfast | 2000-08-31 | 3 | -12/+69 |
* | Ensure that the child's allocation height is >= 1. | Federico Mena Quintero | 2000-08-31 | 6 | -9/+41 |
* | Don't wrap printed strings in quotes, makes things messy | Jeffrey Stedfast | 2000-08-31 | 6 | -134/+452 |
* | switched to using new ECalendar widget, and a few other fixes. | Damon Chaplin | 2000-08-31 | 9 | -517/+1315 |
* | Updated. | Damon Chaplin | 2000-08-31 | 6 | -476/+2151 |
* | Typo fix | Peter Williams | 2000-08-31 | 1 | -1/+1 |
* | Robustify the kerberos checks | Peter Williams | 2000-08-31 | 2 | -17/+52 |
* | Add a name to the minicard viewer. | Dan Winship | 2000-08-31 | 4 | -0/+11 |
* | Make CamelServices connect only when told to (old behavior). Make CamelRemote... | Peter Williams | 2000-08-31 | 10 | -137/+130 |
* | General cleanup / moving stuff around to make things easier to follow. | Jeffrey Stedfast | 2000-08-31 | 2 | -41/+61 |
* | make e-util depend on libunicode | Dan Winship | 2000-08-30 | 4 | -2/+13 |
* | Oops, set the dtstart/dtend on the component before adding it. | Federico Mena Quintero | 2000-08-30 | 2 | -15/+28 |
* | Make sure the is_utc flag is always FALSE for icaltime_from_timet | JP Rosevear | 2000-08-30 | 2 | -21/+27 |
* | Make sure the is_utc flag is always FALSE for icaltime_from_timet | JP Rosevear | 2000-08-30 | 2 | -34/+50 |
* | Oops, commit changelog | JP Rosevear | 2000-08-30 | 1 | -0/+6 |
* | Actually add the comp_instance struct to the instances list. We now appear | JP Rosevear | 2000-08-30 | 1 | -2/+4 |
* | Prevent exceptions from being overwritten | Jeffrey Stedfast | 2000-08-30 | 5 | -193/+235 |
* | Removed old code that will never be needed again | Jeffrey Stedfast | 2000-08-30 | 4 | -212/+102 |
* | Now the views monitor the client by themselves; it does not make sense to | Federico Mena Quintero | 2000-08-30 | 11 | -1053/+413 |
* | Fixing a spurious unref, or creating a circular reference? You decide. | Peter Williams | 2000-08-30 | 2 | -0/+12 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 20 | -902/+1216 |
* | Update this and related functions to no longer take a From address. (The | Dan Winship | 2000-08-30 | 4 | -41/+26 |
* | decruft | Dan Winship | 2000-08-30 | 3 | -39/+10 |
* | remove USING_OAF reference | Dan Winship | 2000-08-30 | 1 | -5/+1 |
* | Remove USING_OAF checks | Dan Winship | 2000-08-30 | 13 | -214/+32 |
* | Updated to check for EXPUNGE notifications | Jeffrey Stedfast | 2000-08-30 | 5 | -21/+88 |
* | Use event_editor_set_event_object | JP Rosevear | 2000-08-30 | 5 | -8/+24 |
* | Updated Swedish translation | Andreas Hydén | 2000-08-29 | 2 | -700/+747 |
* | Updated russian translation. | Valek Frob | 2000-08-29 | 2 | -183/+223 |
* | Strip off newlines when setting the messages in the statusbar, so that | Ettore Perazzoli | 2000-08-29 | 2 | -3/+22 |
* | These are not UTC times | JP Rosevear | 2000-08-29 | 2 | -2/+7 |
* | Fixed the hack around quoted string responses - should now handle them | Jeffrey Stedfast | 2000-08-29 | 3 | -165/+167 |
* | New function. We need this from code that dynamically updates from a | Federico Mena Quintero | 2000-08-29 | 14 | -45/+86 |
* | We no longer need time_from_icaltimetype as libical has the API for this | JP Rosevear | 2000-08-29 | 7 | -47/+31 |
* | Remove the icalcomponent from the toplevel calendar here. | Federico Mena Quintero | 2000-08-29 | 2 | -21/+38 |
* | Add new news stores as well as mail sources | Peter Williams | 2000-08-29 | 2 | -0/+11 |
* | Use the right argument name to turn on grid lines. | Christopher James Lahey | 2000-08-29 | 2 | -6/+12 |
* | Make printing of groups work better and make them print headers. | Christopher James Lahey | 2000-08-29 | 5 | -76/+275 |
* | Always request to import the HTML version if at all possible so that we | Jeffrey Stedfast | 2000-08-29 | 3 | -5/+9 |
* | Set the "From" address in the CamelMimeMessage. Also updated to use | Jeffrey Stedfast | 2000-08-29 | 4 | -45/+74 |
* | Free the from address when we're done with it. Also, | Jeffrey Stedfast | 2000-08-29 | 2 | -12/+16 |
* | Add/fix .cvsignores. | Ettore Perazzoli | 2000-08-28 | 2 | -0/+13 |
* | Remove a ton of (hopefully harmless) warnings from the ETable code. | Ettore Perazzoli | 2000-08-28 | 7 | -12/+46 |
* | Make the shell start up components through a OAF query for | Ettore Perazzoli | 2000-08-28 | 3 | -13/+96 |
* | Updated Japanese translation. | Akira Tagoh | 2000-08-28 | 2 | -746/+1671 |
* | Free()ing memory allocated through alloca() is Not A Good Thing. | Ettore Perazzoli | 2000-08-28 | 2 | -1/+5 |
* | update with emailed patch... | Vincent Renardias | 2000-08-28 | 1 | -718/+791 |
* | Add more user-friendly progress messages from the friendly folks at Helix Cod... | Peter Williams | 2000-08-28 | 3 | -3/+27 |
* | Display the number of messages downloaded starting from one instead of | Ettore Perazzoli | 2000-08-28 | 3 | -16/+49 |
* | Goodbye, GDK_THREADS! | Peter Williams | 2000-08-28 | 11 | -102/+31 |
* | Added pt to ALL_LINGUAS | Jesus Bravo Alvarez | 2000-08-28 | 2 | -1/+5 |
* | Initiliaze tzid to null, only set recurrence rules and exception dates if | JP Rosevear | 2000-08-28 | 2 | -35/+44 |
* | Fix to prevent possible buffer overflows and a logic fix. | Jeffrey Stedfast | 2000-08-28 | 2 | -5/+5 |
* | Fix to prevent possible buffer overflows | Jeffrey Stedfast | 2000-08-28 | 2 | -34/+42 |
* | Write out the calendar object (cal_backend_file_update_object): Remove/add | JP Rosevear | 2000-08-28 | 2 | -9/+59 |
* | New crypto function to clearsign plaintext | Jeffrey Stedfast | 2000-08-28 | 3 | -8/+140 |
* | Added bonobo menu handler for mark_all_deleted function. | Ariel Rios | 2000-08-28 | 4 | -0/+28 |
* | added italian translation | Christopher R. Gabriel | 2000-08-28 | 1 | -0/+2 |
* | Updated French translation | jfell | 2000-08-27 | 2 | -1203/+2500 |
* | Updated russian translation. | Valek Frob | 2000-08-27 | 2 | -101/+98 |
* | builddir != srcdir fixes. | Ettore Perazzoli | 2000-08-27 | 3 | -2/+9 |
* | Change the way the message view window's size is set up so that the | Ettore Perazzoli | 2000-08-27 | 2 | -1/+8 |
* | Use `g_free()' instead of `free()' in the `header_decode_text()' | Ettore Perazzoli | 2000-08-27 | 2 | -1/+6 |
* | Updated Galician translation | Jesus Bravo Alvarez | 2000-08-26 | 2 | -793/+2207 |
* | Got rid of some warnings. | Christopher James Lahey | 2000-08-26 | 4 | -4/+12 |
* | Fixed an incorrect struct name. | Christopher James Lahey | 2000-08-26 | 2 | -2/+6 |
* | Fixed an uninitialized variable. | Christopher James Lahey | 2000-08-26 | 2 | -1/+5 |
* | Added some g_return_if_fails and g_return_val_if_fails. | Christopher James Lahey | 2000-08-26 | 10 | -31/+122 |
* | Remove add addressbook/demo files from this. | Christopher James Lahey | 2000-08-26 | 2 | -2/+4 |
* | Comment out minicard-view-test since its gnorba dependent | JP Rosevear | 2000-08-26 | 3 | -36/+41 |
* | Die gnorba die. | JP Rosevear | 2000-08-26 | 6 | -45/+13 |
* | demo/* Removed the demo directory since it's no longer used. | Christopher James Lahey | 2000-08-26 | 13 | -1845/+4 |
* | Remove gnorba stuff | JP Rosevear | 2000-08-26 | 4 | -34/+6 |
* | Kill | JP Rosevear | 2000-08-26 | 3 | -30/+7 |
* | Kill | JP Rosevear | 2000-08-26 | 3 | -33/+8 |
* | Remove gnorba stuff | JP Rosevear | 2000-08-26 | 9 | -72/+14 |
* | Remove gnorba related code | JP Rosevear | 2000-08-26 | 3 | -83/+5 |
* | Remove gnorba related code | JP Rosevear | 2000-08-26 | 2 | -8/+7 |
* | Require oafized bonobo | JP Rosevear | 2000-08-26 | 2 | -41/+35 |
* | Uncomment debug code. | JP Rosevear | 2000-08-26 | 3 | -5/+36 |
* | convert to use ETree instead of GtkCTree. | Chris Toshok | 2000-08-26 | 5 | -399/+329 |
* | Add -export-dynamic so libglade will be able to resolve custom widget | Dan Winship | 2000-08-26 | 2 | -1/+7 |
* | Add support for specifying on which port to connect to a server; fix a potent... | Peter Williams | 2000-08-26 | 13 | -1/+67 |
* | Don't attempt to free this if its null (calendar_model_duplicate_value): | JP Rosevear | 2000-08-26 | 4 | -17/+43 |
* | Ref a few things that need it. Avoid triggering some assertions. | Peter Williams | 2000-08-26 | 4 | -4/+23 |
* | If the url path is "/" and the folder path is "/", just LIST "" "*" (this | Jeffrey Stedfast | 2000-08-26 | 2 | -3/+4 |
* | Updated russian translation. | Valek Frob | 2000-08-26 | 2 | -614/+689 |
* | If the url path is "/" and the folder path is "/", just LIST "" "*" (this | Jeffrey Stedfast | 2000-08-26 | 2 | -7/+38 |
* | Implemented PGP 2.x encryption. We only need to get the passphrase if we | Jeffrey Stedfast | 2000-08-26 | 2 | -17/+65 |
* | Compile fix for libical | Peter Williams | 2000-08-25 | 2 | -2/+8 |
* | Redid filter and vFolder assistant descriptions. | Aaron Weber | 2000-08-25 | 10 | -266/+1282 |
* | More UTF-8 handling | Lauris Kaplinski | 2000-08-25 | 20 | -66/+186 |
* | Properly append to list | JP Rosevear | 2000-08-25 | 5 | -18/+18 |
* | Remove this duplicate file to fix build | JP Rosevear | 2000-08-25 | 3 | -39/+6 |
* | Baby seal eyes are good with soy sauce! - Federico | Federico Mena Quintero | 2000-08-25 | 3 | -4/+8 |
* | Fixety fix - Federico | Federico Mena Quintero | 2000-08-25 | 2 | -2/+6 |
* | Fix an off by one error that was causing crashes. | Christopher James Lahey | 2000-08-25 | 3 | -2/+8 |
* | Set default values for all of the signal emissions. | Christopher James Lahey | 2000-08-25 | 3 | -6/+10 |
* | Check for selection->selection being NULL in | Christopher James Lahey | 2000-08-25 | 3 | -0/+11 |
* | Update for libical 0.19 | JP Rosevear | 2000-08-25 | 8 | -35/+39 |
* | More import tidying. | JP Rosevear | 2000-08-25 | 4 | -618/+7 |
* | Pay attention to the return value from the click signal. | Christopher James Lahey | 2000-08-25 | 3 | -4/+21 |
* | Remove the executive summary stuff from the AC_OUTPUT list, as it does | Ettore Perazzoli | 2000-08-25 | 1 | -1/+0 |
* | Added a click signal which gets sent if the user hits the left or middle | Christopher James Lahey | 2000-08-25 | 17 | -1/+187 |
* | Forgot to commit this | Chris Lahey | 2000-08-25 | 2 | -4/+4 |
* | Sync the right-click menu with the main menu for modifying messages | Peter Williams | 2000-08-25 | 4 | -6/+55 |
* | Fix minor conflicts. | JP Rosevear | 2000-08-25 | 53 | -3742/+5026 |
* | Start adding progress info; make flag_all_messages camel-safe; make the no ne... | Peter Williams | 2000-08-25 | 5 | -8/+70 |
* | Added g_return_if_fails. | Christopher James Lahey | 2000-08-25 | 5 | -6/+272 |
* | Initial revision | JP Rosevear | 2000-08-25 | 46 | -0/+15040 |
* | Added infrastructure for setting the justification of columns. Still need | Christopher James Lahey | 2000-08-25 | 17 | -22/+116 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-25 | 8 | -1/+34 |
* | Fixed some warnings in the uihandler code. | Christopher James Lahey | 2000-08-25 | 2 | -7/+12 |
* | Do not alloc the struct icaltimetype but point to one on the stack. More | JP Rosevear | 2000-08-25 | 2 | -4/+10 |
* | Make signal names saner (released_event_object_cb): ditto | JP Rosevear | 2000-08-25 | 5 | -41/+60 |
* | Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ... | Peter Williams | 2000-08-25 | 19 | -227/+518 |
* | Ahem. If you add dependencies on libraries, make sure things still build. | Federico Mena Quintero | 2000-08-24 | 2 | -6/+11 |
* | Do not alloc the struct icaltimetype but point to one on the stack. More | Federico Mena Quintero | 2000-08-24 | 2 | -2/+11 |
* | Remove owner field | JP Rosevear | 2000-08-24 | 4 | -82/+25 |
* | Handle summary field (calendar_model_value_is_empty): ditto | JP Rosevear | 2000-08-24 | 2 | -0/+12 |
* | Remove unused file. | Ettore Perazzoli | 2000-08-24 | 1 | -87/+0 |
* | Don't crash if a component cannot be activated. | Ettore Perazzoli | 2000-08-24 | 2 | -4/+12 |
* | Message Composer File and Edit menus. | Aaron Weber | 2000-08-24 | 4 | -4/+386 |
* | Unicode in addressbook basically works, including simple searching | Lauris Kaplinski | 2000-08-24 | 18 | -22/+163 |
* | And here too. | Not Zed | 2000-08-24 | 3 | -0/+13 |
* | Remove status bar | JP Rosevear | 2000-08-24 | 4 | -14/+13 |
* | Fixed a bug in e_table_subset_variable_increment that causes problems with | Christopher James Lahey | 2000-08-24 | 3 | -4/+11 |
* | #include <e-util/e-cursors.h> | Federico Mena Quintero | 2000-08-24 | 8 | -19/+38 |
* | Constify. | Federico Mena Quintero | 2000-08-24 | 3 | -2/+6 |
* | Set seltime.tm_isdst to -1, not daylight, because the current dst value is | Dan Winship | 2000-08-24 | 2 | -2/+7 |
* | Set vtype of new CalComponent (e_week_view_on_new_appointment): ditto | JP Rosevear | 2000-08-24 | 3 | -1/+12 |
* | Reformat a bit, make "Folder" appear before "Message", fill in the Message | Dan Winship | 2000-08-24 | 2 | -102/+132 |
* | Include gnome.h for gettext purposes | JP Rosevear | 2000-08-24 | 5 | -3/+17 |
* | Updated Swedish translation. | Richard Hult | 2000-08-24 | 2 | -813/+2321 |
* | Updated function. (e_calendar_table_open_task): Updated function. | Federico Mena Quintero | 2000-08-24 | 3 | -95/+51 |
* | put commas between addresses. | Dan Winship | 2000-08-24 | 2 | -0/+7 |
* | Fix a deadlock upon checking mail due to new camel_service semantics. | Peter Williams | 2000-08-24 | 2 | -5/+11 |
* | Fix this to not mess up if the person passes a VCard with a carriage | Christopher James Lahey | 2000-08-23 | 3 | -1/+10 |
* | Link with filter library. | Michael Zucci | 2000-08-23 | 1 | -2/+3 |
* | Missing commit, changes for search gui to link. | Michael Zucci | 2000-08-23 | 1 | -0/+7 |
* | Fixed fullname->full_name for search field. | Not Zed | 2000-08-23 | 5 | -13/+107 |
* | Added editor sections. | Aaron Weber | 2000-08-23 | 4 | -2/+58 |
* | Included Menu Reference Appendix. | Aaron Weber | 2000-08-23 | 10 | -224/+1566 |
* | Added missing e-unicode.h and e-unicode.c | Lauris Kaplinski | 2000-08-23 | 4 | -0/+372 |
* | UTF-8 in contact editor + some fixes for dealing with illegal strings | Lauris Kaplinski | 2000-08-23 | 8 | -60/+160 |
* | remove tree-expanded.xpm and tree-unexpanded.xpm. | Chris Toshok | 2000-08-23 | 8 | -101/+18 |
* | Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings to | Lauris Kaplinski | 2000-08-23 | 8 | -9/+88 |
* | Started adding a time zone field to ECard. | Christopher James Lahey | 2000-08-23 | 6 | -0/+19 |
* | use BODY.PEEK, not BODY, so we don't set the message \Seen. | Dan Winship | 2000-08-23 | 2 | -1/+7 |
* | Fixed a small warning. | Christopher James Lahey | 2000-08-23 | 2 | -3/+7 |
* | Capitalization change. | Ettore Perazzoli | 2000-08-23 | 1 | -1/+1 |