| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the unicode libraries as well. | Miguel de Icaza | 2000-02-16 | 20 | -48/+149 |
* | thou shall not shout | Bertrand Guiheneuf | 2000-02-15 | 1 | -0/+7 |
* | include gmime-base64.h various compilation and runtime fixes. | bertrand | 2000-02-15 | 11 | -139/+281 |
* | use the eos stream method. (gmime_read_line_from_stream): ditto. | bertrand | 2000-02-15 | 1 | -1/+7 |
* | use the eos stream method. (gmime_read_line_from_stream): ditto. | bertrand | 2000-02-15 | 4 | -20/+54 |
* | make a blocking version of the header parser. When the fs stream uses | bertrand | 2000-02-15 | 13 | -73/+714 |
* | by default, a message/rfc822 object is handled by the CamelMimeMessage | bertrand | 2000-02-15 | 1 | -0/+3 |
* | remove camel-stream-buffer from compilation process. It is not here | Bertrand Guiheneuf | 2000-02-14 | 1 | -2/+0 |
* | Add libunicode to CFLAGS/LIBS. | NotZed | 2000-02-14 | 5 | -3/+115 |
* | Hack together a build using libtool. This should all be auto*'d at some | NotZed | 2000-02-14 | 2 | -12/+21 |
* | New file, implements the search api for mbox folders. | NotZed | 2000-02-14 | 10 | -33/+948 |
* | + * tests/ui-tests/test-multipart-mixed.msg: New rfc822 file, which | Matthew Loper | 2000-02-14 | 4 | -61/+468 |
* | Initial revision | Michael Zucci | 2000-02-14 | 12 | -0/+1527 |
* | + * camel/camel-stream-fs.c (_init_with_name): Set stream_fs->fd to | Matthew Loper | 2000-02-14 | 2 | -2/+16 |
* | + * tests/ui-tests/message-browser.c (handle_tree_item): Expand tree | Matthew Loper | 2000-02-14 | 5 | -88/+175 |
* | HTMLStreamClass's parent changed to CamelStreamClass, not CamelStream. | Matthew Loper | 2000-02-14 | 5 | -61/+211 |
* | Major rationalization of pts vs pixels and the use of margins. | Jody Goldberg | 2000-02-13 | 2 | -5/+6 |
* | These shouldn't be here | Anders Carlsson | 2000-02-13 | 3 | -523/+0 |
* | I am sure that kabalak didn't mean to remove gnome-common/macros :) | James Henstridge | 2000-02-13 | 33 | -0/+4475 |
* | removed gtranslator for re-checkin | Fatih Demir | 2000-02-13 | 30 | -3952/+0 |
* | Check the ethi is actually the one being dragged. Prevents crashes when | Iain Holmes | 2000-02-13 | 3 | -0/+37 |
* | Add the e-text directory to the includes list. | Christopher James Lahey | 2000-02-12 | 3 | -2/+10 |
* | Added test of sort arrows. | Christopher James Lahey | 2000-02-12 | 9 | -42/+163 |
* | Implemented. | Federico Mena Quintero | 2000-02-12 | 27 | -188/+769 |
* | Fixed the location the first time you see the drop down menus for changing | Christopher James Lahey | 2000-02-12 | 3 | -4/+16 |
* | Made a click on a text widget set the cursor properly. | Christopher James Lahey | 2000-02-12 | 3 | -6/+41 |
* | Test column header image. | Christopher James Lahey | 2000-02-12 | 11 | -48/+190 |
* | Add an editable argument to e_cell_text_new. | Christopher James Lahey | 2000-02-12 | 11 | -18/+32 |
* | Removed some arguments from the .h that will never be implemented. | Christopher James Lahey | 2000-02-12 | 3 | -8/+5 |
* | Added reordering of columns. | Christopher James Lahey | 2000-02-12 | 7 | -50/+148 |
* | Made space around text look right. Added a blinking cursor. | Christopher James Lahey | 2000-02-12 | 3 | -122/+93 |
* | Display the summary. Abstractly | Miguel de Icaza | 2000-02-11 | 1 | -5/+20 |
* | Add nice assertion. | Miguel de Icaza | 2000-02-11 | 5 | -4/+19 |
* | Connect to the Cal's destroy signal. (cal_backend_remove_cal): Killed | Federico Mena Quintero | 2000-02-11 | 33 | -356/+1696 |
* | parent class is seekable stream, not stream | bertrand | 2000-02-11 | 1 | -1/+1 |
* | chut | Bertrand Guiheneuf | 2000-02-11 | 4 | -0/+24 |
* | misc autoconf/automake fixes. | Bertrand Guiheneuf | 2000-02-11 | 3 | -8/+2 |
* | remove test program build. | Bertrand Guiheneuf | 2000-02-11 | 1 | -1/+1 |
* | default the text/* mime types to CamelSimpleDataWrapper so that Michael | bertrand | 2000-02-11 | 2 | -0/+9 |
* | Bad Ettore, no biscuit! | NotZed | 2000-02-11 | 2 | -1/+6 |
* | don't build thread related tests if evolution has been compiled with no | bertrand | 2000-02-11 | 7 | -15/+82 |
* | Handle button releases properly. | Christopher James Lahey | 2000-02-10 | 5 | -6/+108 |
* | Removed a bizarre comparison construct for converting case. | NotZed | 2000-02-10 | 4 | -12/+26 |
* | Increment the copy source address to match the data read offset. (seek): | NotZed | 2000-02-10 | 2 | -2/+11 |
* | Tweaked e-cell-text. Added a white background and tweaked the borders. | Christopher James Lahey | 2000-02-10 | 3 | -12/+81 |
* | If we get a -1 read, DONT update the total bytes, and try and truncate the | NotZed | 2000-02-10 | 3 | -12/+30 |
* | New test file; run message-browser on it, and it will crash. | Matthew Loper | 2000-02-10 | 2 | -0/+17743 |
* | Fix GNUism introduced in the previous fix. | Raja R Harinath | 2000-02-10 | 2 | -1/+5 |
* | show the containers and the containees (get_message_tree_ctrl): call | bertrand | 2000-02-10 | 2 | -25/+50 |
* | show the item. | bertrand | 2000-02-10 | 2 | -1/+5 |
* | set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE --- | bertrand | 2000-02-10 | 7 | -22/+39 |
* | various typo fixes in the ctree construction. | bertrand | 2000-02-10 | 11 | -26/+88 |
* | Minor cleanup. | Matthew Loper | 2000-02-10 | 2 | -17/+15 |
* | Added libetext as libetable depends on it. | Christopher James Lahey | 2000-02-09 | 2 | -0/+5 |
* | Changes where e-text is included from. | Christopher James Lahey | 2000-02-09 | 2 | -2/+6 |
* | Actually initialise the class. It simple couldn't have worked before. | NotZed | 2000-02-09 | 2 | -0/+24 |
* | Add new Makefiles to Makefile list. | Christopher James Lahey | 2000-02-09 | 8 | -54/+176 |
* | More fixing action | Miguel de Icaza | 2000-02-09 | 9 | -2385/+0 |
* | More cleanup action | Miguel de Icaza | 2000-02-09 | 4 | -432/+0 |
* | Added inline documentation comment - Federico | Arturo Espinosa | 2000-02-09 | 2 | -0/+20 |
* | Remove e-cursors | Miguel de Icaza | 2000-02-09 | 4 | -166/+1 |
* | Handle non GNU find programs. | Miguel de Icaza | 2000-02-09 | 2 | -2/+12 |
* | New file; shows a message in tree format, where multipart's have multiple | Matthew Loper | 2000-02-09 | 4 | -23/+194 |
* | Added get_uids() method to get a list of UIDs based on object types. | Federico Mena Quintero | 2000-02-09 | 44 | -358/+1040 |
* | + * tests/test-formatter.c (convert_to_html_and_print): Use the | Matthew Loper | 2000-02-09 | 3 | -13/+66 |
* | + * tests/test-formatter.c (convert_to_html_and_print): Fixed call | Matthew Loper | 2000-02-09 | 3 | -6/+15 |
* | New member to 'CamelFormatterPrivate', 'attachments', will be used to let | Matthew Loper | 2000-02-09 | 3 | -151/+362 |
* | Changed the order of the compilation so the CORBA stuff was generated | Iain Holmes | 2000-02-09 | 4 | -4/+14 |
* | Add the files, stupid me - Federico | Arturo Espinosa | 2000-02-08 | 4 | -0/+200 |
* | New struct to wrap instances of calendar objects for recurrencies and | Federico Mena Quintero | 2000-02-08 | 17 | -26/+567 |
* | Fixed some motion event bugs. (incorrect x and y.) | Christopher James Lahey | 2000-02-08 | 8 | -149/+2902 |
* | Added line wrap and a max number of lines (max number of lines is only | Christopher James Lahey | 2000-02-08 | 7 | -396/+819 |
* | Removed an unneccessary include of libhnj. All uses of libhnj are | Christopher James Lahey | 2000-02-08 | 2 | -2/+5 |
* | Sync for Chris to use | Miguel de Icaza | 2000-02-08 | 4 | -24/+36 |
* | function deleted. | Matthew Loper | 2000-02-08 | 2 | -76/+2 |
* | + * tests/test-formatter.c (print_usage_and_quit): New function, | Matthew Loper | 2000-02-08 | 3 | -60/+115 |
* | Include gnome-animator as part of non-experimental header files. Implement | Elliot Lee | 2000-02-08 | 1 | -1/+2 |
* | finished. | Damon Chaplin | 2000-02-07 | 3 | -12/+19 |
* | Setup the scroll region of the table canvas on size allocation. | Miguel de Icaza | 2000-02-07 | 9 | -34/+67 |
* | New macro. This is an improved version of AC_CHECK_TYPE which takes into | Martin Baulig | 2000-02-05 | 2 | -2/+44 |
* | New function to create the base VObject for a calendar. | Federico Mena Quintero | 2000-02-04 | 13 | -38/+149 |
* | Chut. | Bertrand Guiheneuf | 2000-02-03 | 3 | -0/+6 |
* | Sync to laptop - Federico | Arturo Espinosa | 2000-02-03 | 5 | -50/+141 |
* | Added the get_object() method. | Federico Mena Quintero | 2000-02-02 | 19 | -158/+410 |
* | typo fix : use | bertrand | 2000-02-02 | 1 | -0/+7 |
* | *** empty log message *** | Bertrand Guiheneuf | 2000-02-02 | 1 | -3/+3 |
* | + * tests/test-formatter.c: New file; intended to test the | Matthew Loper | 2000-02-02 | 4 | -182/+535 |
* | Files to load the contact print style editor from the glade file. Doesn't | Christopher James Lahey | 2000-02-02 | 13 | -122/+1127 |
* | Handle the cal_loaded signal from the listener. Store the calendar client | Federico Mena Quintero | 2000-02-01 | 7 | -0/+288 |
* | Sync to desktop - Federico | Arturo Espinosa | 2000-01-31 | 7 | -10/+29 |
* | Add evolution-mail.gnorba file | Arturo Espinosa | 2000-01-30 | 1 | -0/+13 |
* | Add missing file | Arturo Espinosa | 2000-01-30 | 1 | -0/+58 |
* | More work. Not funny that e-table does not display. | Arturo Espinosa | 2000-01-29 | 6 | -28/+189 |
* | Add data field back in. | Miguel de Icaza | 2000-01-29 | 3 | -0/+6 |
* | Changed the namespace from GNOME::Calendar to Evolution::Calendar. | Federico Mena Quintero | 2000-01-29 | 27 | -250/+267 |
* | Work on the factoyr | Arturo Espinosa | 2000-01-29 | 3 | -13/+43 |
* | Handle the grab and ungrab command instead of doing focus by hand. This | Christopher James Lahey | 2000-01-28 | 21 | -1004/+1373 |
* | Use e_canvas_item_grab_focus so that it will work with old versions of | Christopher James Lahey | 2000-01-27 | 15 | -12/+248 |
* | Set the minimum_width. | Christopher James Lahey | 2000-01-27 | 15 | -20/+175 |
* | Added an arrow cursor for the draggable columns. Made the clickable column | Christopher James Lahey | 2000-01-26 | 21 | -204/+1073 |
* | gnome-bonobo-check.m4 Include <bonobo.h> rather than | Dave Camp | 2000-01-26 | 2 | -1/+6 |
* | Check for bonobo_object_get_type() rather than gnome_object_get_type(). | Dave Camp | 2000-01-26 | 2 | -1/+6 |
* | + * camel/camel-formatter.c: By looking up a mimetype in a | Matthew Loper | 2000-01-26 | 3 | -50/+165 |
* | don't set the x_set and y_set arguments as don't exist in gdk-pixbuf | bertrand | 2000-01-26 | 2 | -2/+7 |
* | cvs shutup | Mathieu Lacage | 2000-01-26 | 3 | -0/+10 |
* | Handle shift-tab properly now. | Christopher James Lahey | 2000-01-26 | 27 | -863/+1805 |
* | Updated | Arturo Espinosa | 2000-01-26 | 2 | -8/+140 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 45 | -239/+243 |
* | Further work | Arturo Espinosa | 2000-01-26 | 1 | -0/+5 |
* | Example contact printing style. Not used yet. | Christopher James Lahey | 2000-01-26 | 11 | -1/+2640 |
* | Add missing file | Arturo Espinosa | 2000-01-26 | 1 | -0/+6 |
* | renamed mbox_folder->summary to mbox_folder->internal_summary to avoid | bertrand | 2000-01-26 | 5 | -32/+108 |
* | more cvs shutup. | Mathieu Lacage | 2000-01-25 | 2 | -0/+3 |
* | It compiles -miguel | Arturo Espinosa | 2000-01-25 | 9 | -15/+91 |
* | Calendar client side work - Federico | Arturo Espinosa | 2000-01-25 | 5 | -0/+731 |
* | More work | Arturo Espinosa | 2000-01-25 | 10 | -5/+780 |
* | Check that the listener is not nil and emit and exception if it is. | Federico Mena Quintero | 2000-01-25 | 7 | -18/+147 |
* | More work. | Nat Friedman | 2000-01-25 | 21 | -570/+4677 |
* | When will I ever learn to add the files... - Federico | Arturo Espinosa | 2000-01-25 | 4 | -0/+206 |
* | The CamelDataWrapper can now be provided with input and output streams, so | bertrand | 2000-01-25 | 5 | -8/+107 |
* | Added the gnome-pilot and capplet checks; they will likely be reworked for | Federico Mena Quintero | 2000-01-25 | 19 | -85/+245 |
* | parent class is now CamelSeekableStream idem idem idem idem (_seek): | bertrand | 2000-01-25 | 13 | -53/+247 |
* | converted all gint64 variables into guint32. | bertrand | 2000-01-25 | 6 | -27/+52 |
* | add recipient_list to the recipients, not recipients_list. I don't know | bertrand | 2000-01-24 | 16 | -43/+354 |
* | new function, broken out from 'camel_formatter_make_html'. | Matthew Loper | 2000-01-24 | 3 | -22/+168 |
* | New function to remove a calendar client interface object from a backend. | Federico Mena Quintero | 2000-01-24 | 9 | -84/+342 |
* | Reverted my last commit. | Martin Baulig | 2000-01-24 | 2 | -7/+0 |
* | i broke the version-checking macro for other distribs in my last commit. | Peter Teichman | 2000-01-24 | 2 | -1/+9 |
* | Check for `u_int8_t' and `int8_t'. | Martin Baulig | 2000-01-24 | 2 | -1/+8 |
* | fix the version-checking macro for debian | Peter Teichman | 2000-01-23 | 2 | -2/+9 |
* | use the real summary file path instead of a stupid hardcoded one. Fixes | bertrand | 2000-01-23 | 7 | -23/+79 |
* | implemented. A lot of fixes too. Works now. | bertrand | 2000-01-23 | 8 | -36/+148 |
* | Take in a GnomeVFSURI, not a string. | Federico Mena Quintero | 2000-01-22 | 13 | -120/+308 |
* | test the mbox provider. | bertrand | 2000-01-22 | 5 | -8/+61 |
* | add exception handling everywhere in the store related functions | bertrand | 2000-01-22 | 12 | -64/+115 |
* | added camel-mbox-provider.c to the mbox provider sources. | bertrand | 2000-01-22 | 11 | -47/+302 |
* | Removed the VFS crap; my mistake, it should not go here. | Federico Mena Quintero | 2000-01-22 | 6 | -79/+13 |
* | + * camel/camel-formatter.c (camel_formatter_make_html): added a | Matthew Loper | 2000-01-22 | 3 | -36/+33 |
* | Libversit / VFS work - Federico | Arturo Espinosa | 2000-01-21 | 8 | -2187/+131 |
* | New files. You'll be able to use a CamelFormatter to get html-formatted | Matthew Loper | 2000-01-21 | 4 | -0/+270 |
* | Changed some line spacing. | Chris Lahey | 2000-01-21 | 43 | -621/+6388 |
* | Look for sched_yield in -lrt, too. Suggested by Drazen Kazar | Raja R Harinath | 2000-01-21 | 2 | -2/+11 |
* | implemented. | bertrand | 2000-01-20 | 8 | -122/+257 |
* | Norwegian translation | Kjartan Maraas | 2000-01-20 | 1 | -0/+2 |
* | More work | Arturo Espinosa | 2000-01-20 | 5 | -0/+163 |
* | Added myself as a co-author of Evolution. | Ettore Perazzoli | 2000-01-20 | 1 | -4/+7 |
* | More work on the code. Added more for the framework. | Arturo Espinosa | 2000-01-19 | 11 | -82/+189 |
* | tests for summary and parsing process of mbox files. | bertrand | 2000-01-19 | 8 | -26/+79 |
* | Moved the calendar backend here. This is the actual calendar-handling | Federico Mena Quintero | 2000-01-19 | 15 | -222/+1147 |
* | Ah zut alors. Missing files | Bertrand Guiheneuf | 2000-01-19 | 2 | -0/+267 |
* | summary file read/write routines. | bertrand | 2000-01-19 | 13 | -36/+159 |
* | Sync, take two - Federico | Arturo Espinosa | 2000-01-18 | 2 | -0/+2 |
* | More work; Model view for the shortcut bar is better; More menus; More fea... | Arturo Espinosa | 2000-01-18 | 6 | -202/+551 |
* | Forgot these - Federico | Arturo Espinosa | 2000-01-18 | 4 | -0/+262 |
* | Sync - Federico | Arturo Espinosa | 2000-01-18 | 11 | -28/+251 |
* | A precommit so Federico can see. | Nat Friedman | 2000-01-18 | 16 | -0/+1791 |
* | do the rm-gnome-gettext.m4 hokey pokey | Elliot Lee | 2000-01-18 | 1 | -4/+8 |
* | Finishing previous commit. | Chris Lahey | 2000-01-17 | 14 | -238/+236 |
* | Images for e-contact-editor.c. | Chris Lahey | 2000-01-17 | 20 | -0/+1236 |
* | Shaping up; Model/view is still not fully setup, but coming, coming | Arturo Espinosa | 2000-01-17 | 8 | -25/+606 |
* | test for the mbox utils. (copy_file_chunk): fixed a nasty bug. | bertrand | 2000-01-17 | 6 | -19/+114 |
* | Add the gnomecanvaspixbuf argument to gnome-config invocations. | Federico Mena Quintero | 2000-01-17 | 2 | -7/+12 |
* | Add missing file -mig | Arturo Espinosa | 2000-01-17 | 1 | -0/+7 |
* | A bunch of new funcs to handle x-evolution private header field. | bertrand | 2000-01-17 | 9 | -18/+470 |
* | Fix typo in PILOT_LINK_HOOK. | Vadim Strizhevsky | 2000-01-17 | 2 | -1/+5 |
* | Sync ChangeLog | Arturo Espinosa | 2000-01-16 | 1 | -1/+37 |
* | Use e_bar_set_item_data. | Miguel de Icaza | 2000-01-16 | 12 | -39/+221 |
* | PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaults | Eskil Heyn Olsen | 2000-01-16 | 2 | -5/+48 |
* | Fix for proper include directory. Remove gnome-gettext.m4 if needed. Stick | Elliot Lee | 2000-01-15 | 2 | -1/+6 |
* | Added selection and clipboard support. Added up and down arrow keys. Fixed | Chris Lahey | 2000-01-14 | 23 | -62/+1102 |
* | eof is true when no more chars are available, not when we've read the | bertrand | 2000-01-14 | 1 | -19/+104 |
* | e_canvas_item_move_absolute is just a helper function not supplied by the | Chris Lahey | 2000-01-14 | 44 | -193/+4114 |
* | Added the prototype of camel_mbox_parse_file. | bertrand | 2000-01-13 | 3 | -1/+17 |
* | remove non updated tests from the build process. | bertrand | 2000-01-13 | 6 | -5/+45 |
* | corrected a bunch of bugs | bertrand | 2000-01-13 | 2 | -47/+286 |
* | Added a resize signal for when the card changes height. Made it so that | Chris Lahey | 2000-01-12 | 24 | -464/+1239 |
* | More | Arturo Espinosa | 2000-01-12 | 9 | -40/+627 |
* | Removed the CORBA listener methods, adjusted for the new IDL. | Federico Mena Quintero | 2000-01-12 | 8 | -91/+241 |
* | Clean up configuration, add check for gperf > 2.7, cleanup. | Frank Chiulli | 2000-01-12 | 1 | -0/+1 |
* | Macro to check version of gperf | Frank Chiulli | 2000-01-12 | 1 | -0/+79 |
* | Backup of the first clean and working mbox file parser. It both find the | bertrand | 2000-01-12 | 4 | -41/+442 |
* | New IDL for the personal calendar server. | Federico Mena Quintero | 2000-01-12 | 15 | -0/+2408 |
* | Blocked the tab key from getting inserted into the buffer since the | Chris Lahey | 2000-01-12 | 11 | -22/+393 |
* | Removed some code which got in the way of testing properly. | Chris Lahey | 2000-01-11 | 36 | -122/+4231 |
* | Added minicard and text stuff. | Chris Lahey | 2000-01-10 | 32 | -1/+9033 |
* | GdkPixbuf | Arturo Espinosa | 2000-01-10 | 1 | -6/+16 |
* | *** empty log message *** | Arturo Espinosa | 2000-01-10 | 5 | -35/+40 |
* | Removed todo capplet stuff. | Eskil Heyn Olsen | 2000-01-09 | 3 | -6/+14 |
* | Applied patch from R. Bernstein <rocky@panix.com> - print a better error | Martin Baulig | 2000-01-09 | 2 | -4/+16 |
* | More work. Before the shortcut changes -mig | Arturo Espinosa | 2000-01-09 | 7 | -8/+361 |
* | Update to use gpilotd_get_pilot_basedir and gnome_pilot_conduit_standard_abs... | Vadim Strizhevsky | 2000-01-08 | 4 | -9/+9 |
* | shut up cvs action -mig | Arturo Espinosa | 2000-01-07 | 2 | -0/+5 |
* | shut up cvs action -mig | Arturo Espinosa | 2000-01-07 | 1 | -3/+6 |
* | More missing files | Arturo Espinosa | 2000-01-07 | 4 | -0/+140 |
* | More hacks | Arturo Espinosa | 2000-01-07 | 2 | -0/+8 |
* | More framework work -miguel | Arturo Espinosa | 2000-01-07 | 10 | -12/+296 |
* | Work with builddir != srcdir | Elliot Lee | 2000-01-07 | 3 | -1/+8 |
* | Compilation touchups -miguel | Arturo Espinosa | 2000-01-06 | 33 | -29/+34 |
* | Lots of reorganization to get the Evolution shell to begin its life. It | Arturo Espinosa | 2000-01-06 | 100 | -7872/+8066 |
* | Added an argument to the corba get_number_of_objects, so you can decide | Eskil Heyn Olsen | 2000-01-05 | 8 | -162/+192 |
* | sync before Boston | Bertrand Guiheneuf | 2000-01-05 | 4 | -6/+181 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 75 | -76/+76 |
* | chkouink chkouink | Bertrand Guiheneuf | 2000-01-04 | 1 | -0/+6 |
* | detects netscape ".sdb" folders as well as simple non-suffixed folders (as | bertrand | 2000-01-04 | 4 | -9/+80 |
* | sync. Does not compile | Bertrand Guiheneuf | 2000-01-03 | 4 | -12/+39 |
* | Fix handling of QUOTED-PRINTABLE strings. writeQPString has been fixed to | Vadim Strizhevsky | 2000-01-01 | 1 | -11/+35 |
* | Committed fixes for the end-on-day recurrence bug where the last | Eskil Heyn Olsen | 1999-12-31 | 15 | -26/+71 |
* | Added Galician translation | Jesus Bravo Alvarez | 1999-12-31 | 2 | -0/+4 |
* | Ok, the restructuring of ETableItem to compute its size without hacks is | Miguel de Icaza | 1999-12-31 | 26 | -216/+564 |
* | Minor unmiportant changes, but my laptop is acting up, so I | Eskil Heyn Olsen | 1999-12-30 | 3 | -9/+24 |
* | Sync, does not work, dont try it, just backing up -miguel | Arturo Espinosa | 1999-12-28 | 32 | -549/+1486 |
* | Backup sync. | Bertrand Guiheneuf | 1999-12-27 | 5 | -6/+322 |
* | Applied patch from Colin Walters to make it compile under Debian | Martin Baulig | 1999-12-25 | 2 | -1/+6 |
* | Work in progress. Missing files | Bertrand Guiheneuf | 1999-12-22 | 5 | -0/+832 |
* | part of the mbox provider. | bertrand | 1999-12-22 | 6 | -28/+61 |
* | PKGW signs off on Balsa 0.6.0. | Peter Williams | 1999-12-21 | 1 | -1/+1 |
* | added widgets/meeting-time-sel/Makefile | Damon Chaplin | 1999-12-20 | 17 | -0/+5518 |
* | include camel-log.h to avoid unresolved symbols. | bertrand | 1999-12-20 | 2 | -1/+7 |
* | documented. | bertrand | 1999-12-18 | 3 | -1/+16 |
* | updated to take the change on append into account. | bertrand | 1999-12-18 | 4 | -19/+40 |
* | use exception mechanism. (camel_folder_delete): idem. (_delete_messages): | bertrand | 1999-12-18 | 3 | -33/+357 |
* | Ettore's drop shadow on cursor, | Michael Meeks | 1999-12-18 | 1 | -1/+1 |
* | use exception mechanism. (camel_folder_set_name): idem. | bertrand | 1999-12-18 | 5 | -18/+294 |
* | Balsa now does not install standard gnome M4 macros. | Peter Williams | 1999-12-17 | 1 | -2/+2 |
* | changed the return value. Now returns the list of expunged messages | bertrand | 1999-12-17 | 7 | -119/+231 |
* | implemented. The routines in this file will be called by providers to | bertrand | 1999-12-16 | 5 | -28/+226 |
* | update (_get_message_by_number): Update to reflect changes in CamelFolder | bertrand | 1999-12-15 | 3 | -99/+121 |
* | clean-ups. | bertrand | 1999-12-15 | 2 | -107/+276 |
* | Fix copyright informations once again | Bertrand Guiheneuf | 1999-12-15 | 73 | -73/+73 |
* | *** empty log message *** | Nat Friedman | 1999-12-14 | 1 | -0/+8 |
* | New file. New file. New file. New file. New file. :-) | Nat Friedman | 1999-12-14 | 5 | -0/+384 |
* | Fix before trip | Arturo Espinosa | 1999-12-13 | 31 | -402/+620 |
* | Works with GnomeCanvasGroups -miguel | Arturo Espinosa | 1999-12-13 | 16 | -85/+229 |
* | Making sure everything's in | Jeremy Wise | 1999-12-13 | 1 | -2/+2 |
* | Missing file | Arturo Espinosa | 1999-12-13 | 3 | -0/+12 |
* | More work. We now have the basics for nesting working, now we need all the | Arturo Espinosa | 1999-12-12 | 65 | -212/+2196 |
* | Add missing files | Arturo Espinosa | 1999-12-11 | 9 | -0/+162 |
* | Fix sensitivity bug when used to create default alarm box (widgets in that | Russell Steinthal | 1999-12-11 | 3 | -2/+15 |
* | fix this routine. | Miguel de Icaza | 1999-12-10 | 52 | -473/+1599 |
* | Make set_* methods in CamelMimeMessage use const strings. | Ettore Perazzoli | 1999-12-09 | 3 | -21/+41 |
* | Capplets now sets first_sync on enable, this should make the conduit copy | Eskil Heyn Olsen | 1999-12-08 | 4 | -3/+18 |
* | Check if local store is empty. If, force slow sync. | Eskil Heyn Olsen | 1999-12-07 | 14 | -84/+193 |
* | Removed all guile variables. | Martin Baulig | 1999-12-06 | 2 | -4/+4 |
* | Added a sub package to the .spec file, it now generates | Eskil Heyn Olsen | 1999-12-06 | 3 | -0/+11 |
* | Removed intl | Eskil Heyn Olsen | 1999-12-05 | 3 | -0/+8 |
* | Sigh. Get this one | Arturo Espinosa | 1999-12-04 | 2 | -0/+4 |
* | fixed api. | Miguel de Icaza | 1999-12-03 | 38 | -252/+93 |
* | 1.1.0 | Arturo Espinosa | 1999-12-03 | 2 | -83/+174 |
* | The long-awaited and much-needed (IMNSHO) snooze button for gnomecal alarms. | Russell Steinthal | 1999-12-03 | 9 | -16/+168 |
* | undef DEBUG_CALCONDUT, suppresses debug output. | Eskil Heyn Olsen | 1999-12-03 | 4 | -6/+10 |