| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync - Federico | Federico Mena Quintero | 2000-06-23 | 9 | -69/+304 |
* | Add nice blocking stuff for the error dialog and a new get_password hook in t... | Peter Williams | 2000-06-23 | 4 | -41/+241 |
* | Killed a warning. | Christopher James Lahey | 2000-06-23 | 3 | -2/+6 |
* | Remove use of the "x" and "y" arguments to EText. | Christopher James Lahey | 2000-06-23 | 11 | -20/+14 |
* | Prettify the progress dialog a bit. | Peter Williams | 2000-06-22 | 3 | -48/+120 |
* | Modified to use the "namespace" (url->path) if it exists. | Jeffrey Stedfast | 2000-06-22 | 4 | -33/+47 |
* | Removed an erroneous comment. | Christopher James Lahey | 2000-06-22 | 2 | -5/+4 |
* | Make this not crash if you don't have a transport configured. | Dan Winship | 2000-06-22 | 2 | -1/+4 |
* | Made the Close button work. | Christopher James Lahey | 2000-06-22 | 7 | -2/+73 |
* | Changed this to move the cell to the nearest edge instead of to the left | Christopher James Lahey | 2000-06-22 | 5 | -6/+102 |
* | Fix dumb bug. | Dan Winship | 2000-06-22 | 2 | -1/+6 |
* | Made moving columns to the right work properly. | Christopher James Lahey | 2000-06-22 | 3 | -0/+11 |
* | IMAP is working! (sorta) | Jeffrey Stedfast | 2000-06-22 | 2 | -7/+127 |
* | When determining a mailboxe's folder_file_path et aluse its basename to preve... | Peter Williams | 2000-06-22 | 2 | -4/+11 |
* | Update received date to work like sent date. | Dan Winship | 2000-06-22 | 3 | -27/+32 |
* | Set date_received based on the first (most recent) "Received" header. | Dan Winship | 2000-06-22 | 2 | -1/+13 |
* | Add the async mail API (still not hooked up though) | Peter Williams | 2000-06-22 | 6 | -2/+750 |
* | Get evolution-dir the right way in e-setup.h | Peter Williams | 2000-06-22 | 2 | -2/+6 |
* | Updated Norwegian translation. | Kjartan Maraas | 2000-06-21 | 2 | -134/+149 |
* | Fixed some vertical scroll bugs. | Christopher James Lahey | 2000-06-21 | 3 | -16/+20 |
* | Fix a bug with intial vertical scroll. | Christopher James Lahey | 2000-06-21 | 3 | -2/+8 |
* | set event before using it! (e_day_view_init): used new colors from tigert. | Damon Chaplin | 2000-06-21 | 2 | -8/+15 |
* | Removed the usage of "x" and "y" arguments to EText. | Christopher James Lahey | 2000-06-21 | 8 | -104/+162 |
* | Remove the usage of the "x" and "y" arguments. | Christopher James Lahey | 2000-06-21 | 3 | -10/+19 |
* | Remove usage of "x" and "y" arguments. | Christopher James Lahey | 2000-06-21 | 7 | -12/+6 |
* | Fix a minor warning. | Christopher James Lahey | 2000-06-21 | 5 | -16/+47 |
* | got rid of some debug messages | Damon Chaplin | 2000-06-21 | 1 | -18/+0 |
* | changed so it keeps the selection range. It just moves it on one day/week | Damon Chaplin | 2000-06-21 | 6 | -38/+402 |
* | fixed a few warnings. | Damon Chaplin | 2000-06-21 | 2 | -2/+1 |
* | Added a variable to keep track of the cursor. Set the cursor when | Christopher James Lahey | 2000-06-21 | 5 | -20/+64 |
* | Fix HEADER_PADDING. | Christopher James Lahey | 2000-06-21 | 3 | -2/+6 |
* | Fix cursor column information. | Christopher James Lahey | 2000-06-21 | 3 | -12/+22 |
* | Removed the unfocus method since that's handled by the canvas itself now. | Christopher James Lahey | 2000-06-21 | 13 | -274/+198 |
* | Grab the focus when setting the cursor. | Christopher James Lahey | 2000-06-21 | 3 | -0/+28 |
* | flush the filter stream before unreffing it, so it will | Dan Winship | 2000-06-21 | 6 | -20/+60 |
* | oops, should have checked for a NULL sources in component-factory.c | Jeffrey Stedfast | 2000-06-21 | 3 | -3/+9 |
* | Started adapting ETableItem to use the canvas selection/cursor system. | Christopher James Lahey | 2000-06-21 | 5 | -202/+159 |
* | Built a system for doing selections and/or a cursor in canvas. | Christopher James Lahey | 2000-06-21 | 5 | -6/+323 |
* | now parses flags gotten from the IMAP server correctly | Jeffrey Stedfast | 2000-06-21 | 2 | -12/+14 |
* | Quick hack to prevent a NULL pointer dereference. Things need to be | Dan Winship | 2000-06-21 | 2 | -0/+7 |
* | Implemented. (imap_sync): Added code to set flags on messages that have | Jeffrey Stedfast | 2000-06-21 | 2 | -3/+66 |
* | Updated Portuguese translation | Jesus Bravo Alvarez | 2000-06-21 | 2 | -269/+2300 |
* | Oops. This should have been removed a long time ago. | Dan Winship | 2000-06-21 | 2 | -771/+5 |
* | Only fetch the summary if the folder summary doesn't already exist. When | Jeffrey Stedfast | 2000-06-21 | 6 | -36/+62 |
* | working on getting IMAP folder selection working | Jeffrey Stedfast | 2000-06-21 | 3 | -16/+29 |
* | mark the message info with CAMEL_MESSAGE_FOLDER_FLAGGED if we change the | Dan Winship | 2000-06-21 | 2 | -0/+7 |
* | Now returns the last line of data that the server sends back as well. This | Jeffrey Stedfast | 2000-06-21 | 3 | -7/+39 |
* | Add missing declaration of `evolution_dir' to get it to compile. | Ettore Perazzoli | 2000-06-21 | 2 | -0/+6 |
* | Add a confirmation dialog box for when the user tries to send a | Ettore Perazzoli | 2000-06-20 | 2 | -0/+35 |
* | basically got IMAP into the tree view | Jeffrey Stedfast | 2000-06-20 | 7 | -48/+192 |
* | Italian translation from Clara Tattoni <clara.tattoni@libero.it>. | Ettore Perazzoli | 2000-06-20 | 2 | -1809/+606 |
* | add an option to prefer text/plain. (reply_body): add an option to prefer | Dan Winship | 2000-06-20 | 2 | -13/+29 |
* | Remove the 'POSIX_SOURCE' define completely as we don't need that | Ettore Perazzoli | 2000-06-20 | 2 | -2/+5 |
* | tidied up dialog a bit, adding space etc. | Damon Chaplin | 2000-06-20 | 3 | -216/+272 |
* | #undef _POSIX_SOURCE after including dirent.h. this breaks the build on | Chris Toshok | 2000-06-20 | 2 | -0/+7 |
* | call e_table_model_row_inserted instead of e_table_model_changed. | Chris Toshok | 2000-06-20 | 3 | -8/+13 |
* | Set summary equal to NULL. (imap_get_summary): Store the summary in the | Jeffrey Stedfast | 2000-06-20 | 3 | -13/+49 |
* | Read the full server reply when we SELECT mailboxes. | Peter Williams | 2000-06-20 | 2 | -3/+11 |
* | Oops. except make it actually work. | Dan Winship | 2000-06-19 | 1 | -1/+1 |
* | Add a warning before crashing due to a known bug when it can't activate a | Dan Winship | 2000-06-19 | 2 | -0/+14 |
* | removed debugging messages & unused stuff. | Damon Chaplin | 2000-06-19 | 1 | -15/+0 |
* | added support for scroll-wheels. | Damon Chaplin | 2000-06-19 | 5 | -0/+87 |
* | Fix compilation with builddir != srcdir. | Ettore Perazzoli | 2000-06-19 | 6 | -2/+17 |
* | Should now correctly display the Transport page (made it set the | Jeffrey Stedfast | 2000-06-19 | 2 | -13/+35 |
* | fixed a DnD bug. | Damon Chaplin | 2000-06-19 | 2 | -3/+10 |
* | started to add code to load an IMAP folder. | Jeffrey Stedfast | 2000-06-19 | 3 | -18/+62 |
* | Now gets the message flags as it should. (imap_get_summary): Same as | Jeffrey Stedfast | 2000-06-19 | 3 | -18/+134 |
* | We were leaking memory - but not anymore! (imap_get_summary): We now get | Jeffrey Stedfast | 2000-06-18 | 2 | -3/+111 |
* | Don't copy newlines into the parsed header text, and turn any number of | Dan Winship | 2000-06-18 | 2 | -10/+28 |
* | camel/providers/imap/camel-imap-folder.c: CAPABILITY now works like it should | Jeffrey Stedfast | 2000-06-18 | 5 | -22/+38 |
* | Fix to not depend on installed ical.h | Dan Winship | 2000-06-18 | 2 | -1/+6 |
* | exit immediately if aclocal, autoheader, automake, or autoconf fails, | Dan Winship | 2000-06-18 | 2 | -5/+22 |
* | Prevent double-freeing action on summary_table and uid_rowmap. | Dan Winship | 2000-06-18 | 2 | -5/+5 |
* | Add some debugging printfs when rebulding summary to help figure out why | Dan Winship | 2000-06-18 | 2 | -2/+14 |
* | removed imap.c/h from providers/imap | Jeffrey Stedfast | 2000-06-18 | 4 | -971/+101 |
* | Mention OAF_INFO_PATH. Fix gtkhtml entry (need CVS gtkhtml now) | Dan Winship | 2000-06-18 | 1 | -1/+13 |
* | Updated russian translation. | Valek Frob | 2000-06-17 | 2 | -105/+122 |
* | Made cells with strikeout on have a line from the left margin to the right | Christopher James Lahey | 2000-06-17 | 3 | -16/+13 |
* | Made the left column of minicards not get any wider than the widest | Christopher James Lahey | 2000-06-17 | 7 | -18/+137 |
* | Made EText use the font from the canvas's style if one isn't set. | Christopher James Lahey | 2000-06-17 | 3 | -0/+13 |
* | Added code to expunge if called for (still need to finish coding this). | Jeffrey Stedfast | 2000-06-17 | 7 | -1000/+97 |
* | added little buttons which are shown when there are more events than will | Damon Chaplin | 2000-06-17 | 6 | -3/+138 |
* | updated to use EText items rather than GtkEntry widgets and added support | Damon Chaplin | 2000-06-17 | 9 | -71/+455 |
* | I18N the message composer's title bar. Don't install header files. | Ettore Perazzoli | 2000-06-17 | 8 | -67/+408 |
* | new icon for the EWeekView to jump to the day. | Damon Chaplin | 2000-06-17 | 3 | -0/+21 |
* | Implement clicking on the envelope icon to set read/unread. Based on a | Dan Winship | 2000-06-17 | 3 | -12/+43 |
* | new function to do a uid to row mapping. (mark_msg_seen, select_msg, | Dan Winship | 2000-06-17 | 4 | -60/+150 |
* | Update for Camel flag handling changes. | Dan Winship | 2000-06-17 | 2 | -8/+7 |
* | Move flag handling from CamelMimeMessage to CamelFolder. This | Dan Winship | 2000-06-17 | 10 | -351/+543 |
* | KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, output | Dan Winship | 2000-06-17 | 4 | -9/+18 |
* | Updated Norwegian translation. | Kjartan Maraas | 2000-06-16 | 2 | -333/+368 |
* | Squeek - Federico | Federico Mena Quintero | 2000-06-16 | 1 | -2/+0 |
* | #ifdef'ed out references to functions which don't exist yet, so evolution | Damon Chaplin | 2000-06-16 | 2 | -0/+8 |
* | Doh, sync - Federico | Federico Mena Quintero | 2000-06-16 | 7 | -58/+200 |
* | Took out some debugging code. | Damon Chaplin | 2000-06-16 | 1 | -1/+1 |
* | updated. | Damon Chaplin | 2000-06-16 | 5 | -63/+623 |
* | added evolution-guide and evolution-guide.junk so we don't get the '? | Damon Chaplin | 2000-06-16 | 4 | -0/+16 |
* | added icalendar-test. | Damon Chaplin | 2000-06-16 | 2 | -0/+5 |
* | Moved the reflow signal handling into an idle handler to fix a bug when | Christopher James Lahey | 2000-06-16 | 5 | -6/+43 |
* | document camel_folder_search_by_expression | Dan Winship | 2000-06-16 | 1 | -3/+14 |
* | use libical.a | Damon Chaplin | 2000-06-16 | 2 | -1/+18 |
* | Started to code the imap summary stuff | Jeffrey Stedfast | 2000-06-16 | 4 | -16/+114 |
* | Remove camel_service_connect_with_url. (URLs must be specified when the | Dan Winship | 2000-06-16 | 3 | -203/+102 |
* | Update for CamelFolder changes. | Dan Winship | 2000-06-16 | 4 | -20/+10 |
* | Update for CamelFolder changes. | Dan Winship | 2000-06-16 | 2 | -8/+6 |
* | Kill. Folders are now always open, and handle "closing" sorts of | Dan Winship | 2000-06-16 | 10 | -316/+86 |
* | fix a bug. (don't expunge deleted messages if called with expunge == | Dan Winship | 2000-06-16 | 2 | -1/+4 |
* | print the icon for the tree control. | Chris Toshok | 2000-06-16 | 3 | -42/+58 |
* | Check server for various interesting extensions. | Dan Winship | 2000-06-16 | 5 | -38/+197 |
* | Fix to previous change: make sure the "seek" variable ends up with the | Dan Winship | 2000-06-16 | 3 | -7/+23 |
* | New function to revert back to non-searching mode. | Dan Winship | 2000-06-16 | 4 | -0/+16 |
* | if the document requests an unknown URL, it's not an error; just ignore | Dan Winship | 2000-06-15 | 3 | -1/+17 |
* | merge the two separate noinst_PROGRAMS declarations into one so automake | Dan Winship | 2000-06-15 | 2 | -3/+9 |
* | bye bye goad | Dan Winship | 2000-06-15 | 2 | -37/+28 |
* | Category stuff improved. | Aaron Weber | 2000-06-15 | 4 | -314/+480 |
* | keep the GtkFileSelection around between calls so we start up in the same | Dan Winship | 2000-06-14 | 2 | -15/+29 |
* | Don't line-wrap lines that start with ">". | Dan Winship | 2000-06-14 | 2 | -2/+8 |
* | ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp). | Yukihiro Nakai | 2000-06-14 | 1 | -54/+50 |
* | call gtkhtmllib_init here | Radek Doulik | 2000-06-14 | 2 | -0/+5 |
* | added sect on menubar, other minor changes. | Aaron Weber | 2000-06-14 | 10 | -2702/+2976 |
* | new function, to generate postscript so i can test tree printing. | Chris Toshok | 2000-06-14 | 5 | -58/+273 |
* | Request the value of e_table_is_cell_editable of the model_col instead of | Christopher James Lahey | 2000-06-14 | 5 | -14/+21 |
* | added command to co ORBit. | Damon Chaplin | 2000-06-14 | 2 | -0/+5 |
* | if the mbox doesn't end with a '\n', write one before appending the new | Dan Winship | 2000-06-14 | 2 | -4/+18 |
* | updated the crlf filter: | Jeffrey Stedfast | 2000-06-14 | 2 | -5/+9 |
* | Took out the filter code ( we already filter in | Jeffrey Stedfast | 2000-06-14 | 2 | -12/+5 |
* | Updated: a separator is now a char* rather than a single char because IMAP | Jeffrey Stedfast | 2000-06-14 | 10 | -38/+68 |
* | Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whether | Dan Winship | 2000-06-14 | 4 | -25/+49 |
* | IMAP will now allow you to login, and on some IMAP providers it will actually... | Jeffrey Stedfast | 2000-06-14 | 8 | -118/+119 |
* | finish switch back to vcal | Seth Alves | 2000-06-14 | 1 | -3/+9 |
* | switch back to vcal for debugging | Seth Alves | 2000-06-14 | 1 | -3/+3 |
* | fixed it so that source always pointed to a value | Jeffrey Stedfast | 2000-06-14 | 2 | -0/+7 |
* | New macro. Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF' if | Martin Baulig | 2000-06-13 | 2 | -0/+23 |
* | Clip the contained text. | Christopher James Lahey | 2000-06-13 | 7 | -10/+797 |
* | Changed the needed e_marshal functions. | Christopher James Lahey | 2000-06-13 | 9 | -38/+203 |
* | put back the libxml check that was erroneously removed in rev 1.94 | Dan Winship | 2000-06-13 | 1 | -0/+7 |
* | Added `gnome-gettext.m4'. (gnome_aclocal_DATA): Added `gnome-gettext.m4'. | Martin Baulig | 2000-06-13 | 2 | -2/+8 |
* | Updated russian translation. | Valek Frob | 2000-06-13 | 2 | -69/+69 |
* | Added the array of objects and the hash table of UID->array index. | Federico Mena Quintero | 2000-06-13 | 5 | -5/+565 |
* | Build a `libeshell.a' library in `shell/' so that we don't need to | Ettore Perazzoli | 2000-06-13 | 11 | -81/+90 |
* | Got rid of sources_max_row and identities_max_row as they are not really | Jeffrey Stedfast | 2000-06-13 | 2 | -19/+22 |
* | Removed the freeze/thaw stuff for the model. As Chris wisely pointed out, | Federico Mena Quintero | 2000-06-13 | 27 | -268/+123 |
* | Removed the ETableModel thaw handler. | Federico Mena Quintero | 2000-06-13 | 2 | -7/+5 |
* | Removed the ETableModel thaw handler. Likewise. | Federico Mena Quintero | 2000-06-13 | 6 | -53/+12 |
* | implemented a temp hack for the imap fetch by uid code | Jeffrey Stedfast | 2000-06-13 | 3 | -30/+43 |
* | Control does horizontal scrolling... | Anders Carlsson | 2000-06-13 | 2 | -2/+9 |
* | pop provider now uses the crlf filter | Jeffrey Stedfast | 2000-06-13 | 3 | -4/+19 |
* | Removed the camel-mime-filter-smtp.h entry from Makefile.am - oops! | Jeffrey Stedfast | 2000-06-13 | 1 | -1/+0 |
* | Deprecated. | Jeffrey Stedfast | 2000-06-13 | 9 | -352/+82 |
* | don't pass a second (incorrect) -rpath in addition to the (correct) one | Dan Winship | 2000-06-13 | 9 | -8/+12 |
* | If a paragraph starts with TABs, indent the whole paragraph to that tab | Dan Winship | 2000-06-13 | 2 | -12/+33 |
* | Make the message composer use a EScrollFrame for the attachment bar | Ettore Perazzoli | 2000-06-13 | 3 | -17/+26 |
* | Return the result of folder_browser_load_folder. (get_prop, set_prop, | Dan Winship | 2000-06-13 | 7 | -117/+31 |
* | Fix the subject generation so we don't get "Re: Re:". This is working | Dan Winship | 2000-06-13 | 2 | -4/+15 |
* | Don't break on non-breaking spaces, don't keep non-breaking spaces that | Dan Winship | 2000-06-13 | 2 | -5/+26 |
* | New filter to do CRLF<->LF conversion. (Currently only tested in the | Dan Winship | 2000-06-13 | 7 | -0/+205 |
* | include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced with | Michael Meeks | 2000-06-12 | 2 | -1/+7 |
* | Fix a build problem (e-table now depends on the `misc' widgets, so we | Ettore Perazzoli | 2000-06-12 | 5 | -1/+27 |
* | Add support for mouse wheel scrolling in EScrollFrame. | Anders Carlsson | 2000-06-12 | 2 | -2/+36 |
* | Updated russian translation. | Valek Frob | 2000-06-11 | 2 | -171/+194 |
* | ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp). | Yukihiro Nakai | 2000-06-11 | 1 | -187/+199 |
* | Updated the Turkish translation. | Fatih Demir | 2000-06-11 | 2 | -387/+545 |
* | supply the pixbufs here. | Chris Toshok | 2000-06-11 | 7 | -38/+79 |
* | Fixed the widget reparenting. | Christopher James Lahey | 2000-06-11 | 2 | -2/+8 |
* | offset events before passing them to our subcell view. | Chris Toshok | 2000-06-11 | 3 | -8/+39 |
* | change things so we focus the cell and select the row, and also dispatch | Chris Toshok | 2000-06-11 | 20 | -836/+1706 |
* | Added glade files. | Christopher James Lahey | 2000-06-11 | 7 | -15/+62 |
* | Small syntactic changes. | Christopher James Lahey | 2000-06-11 | 5 | -24/+48 |
* | Forgot ChangeLog for my latest commit. | Ettore Perazzoli | 2000-06-11 | 1 | -0/+9 |
* | Make ETable use EScrollFrame instead of GtkScrolledWindow. | Ettore Perazzoli | 2000-06-11 | 9 | -18/+57 |
* | Renamed a bunch of functions for better readability. | Christopher James Lahey | 2000-06-11 | 5 | -53/+119 |
* | Glade files for Select Names dialog. | Christopher James Lahey | 2000-06-11 | 3 | -0/+260 |
* | Do e_card_simple_sync and extract_info more often. | Christopher James Lahey | 2000-06-11 | 4 | -7/+119 |
* | Added $(GNOME_PRINT_LIBS) to all of the LDADDs. | Christopher James Lahey | 2000-06-11 | 26 | -125/+874 |
* | Added e-printable.c and e-printable.h. | Christopher James Lahey | 2000-06-11 | 10 | -22/+604 |
* | Made the folder creation dialog slightly larger. | Ettore Perazzoli | 2000-06-11 | 1 | -2/+2 |
* | Folder selection dialog, (untested) CORBA interfaces for it, and a new | Ettore Perazzoli | 2000-06-11 | 8 | -2/+478 |
* | Talk, cvs! | Anders Carlsson | 2000-06-11 | 1 | -7/+0 |
* | Added pl (Polish) to ALL_LINGUAS | Chyla Zbigniew | 2000-06-11 | 2 | -1/+5 |
* | Added Polish translation | Chyla Zbigniew | 2000-06-11 | 2 | -0/+650 |
* | Implemented folder creation dialog (File -> New -> Folder). To make | Ettore Perazzoli | 2000-06-11 | 18 | -196/+864 |
* | Removing generated files | ÉRDI Gergo | 2000-06-10 | 3 | -138/+1 |
* | Updated russian translation. | Valek Frob | 2000-06-10 | 2 | -391/+543 |
* | Add a serial number to FolderBrowser. | Dan Winship | 2000-06-10 | 4 | -9/+30 |
* | display error from camel_folder_expunge if there is one. | Dan Winship | 2000-06-10 | 2 | -3/+3 |
* | Fix pixmap/bitmap leak in ETitleBar. | Ettore Perazzoli | 2000-06-10 | 2 | -0/+8 |
* | install an idle function to select the row rather than doing it directly. | Dan Winship | 2000-06-10 | 2 | -8/+17 |
* | Update for CamelAuthCallback changes. (Uncache passwords when asked to.) | Dan Winship | 2000-06-10 | 2 | -19/+38 |
* | Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK or | Dan Winship | 2000-06-10 | 4 | -33/+65 |
* | use stock pixmap buttons | Jacob Berkman | 2000-06-10 | 3 | -26/+71 |
* | Updated to reflect changes made in camel-imap-store.c | Jeffrey Stedfast | 2000-06-10 | 7 | -83/+78 |
* | close and expunge the source folder after copying it to a local folder. | Dan Winship | 2000-06-10 | 2 | -0/+8 |
* | Updated the Turkish translation. | Fatih Demir | 2000-06-10 | 1 | -0/+4 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 29 | -125/+1515 |
* | Will now always send EHLO first, if that fails it will fall back on HELO. | Jeffrey Stedfast | 2000-06-10 | 3 | -5/+36 |
* | ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp). | Yukihiro Nakai | 2000-06-10 | 1 | -384/+534 |
* | Redo things a bit so that whitespace-only text parts aren't displayed. (In | Dan Winship | 2000-06-10 | 2 | -112/+143 |
* | add a note about setting PATH to include ${prefix}/bin | Dan Winship | 2000-06-09 | 1 | -1/+4 |
* | Added a get_n_objects() method. | Federico Mena Quintero | 2000-06-09 | 11 | -3/+206 |
* | Translations from Keld | Kenneth Christiansen | 2000-06-09 | 1 | -657/+779 |
* | Use version here. Add padding to the message. Only destroy object if its | Miguel de Icaza | 2000-06-09 | 2 | -11/+13 |
* | New files. A tree model using a GNode structure to store it's info. | Chris Toshok | 2000-06-09 | 22 | -2/+2743 |
* | Updated Norwegian translation. | Kjartan Maraas | 2000-06-09 | 2 | -847/+710 |
* | Bind Save As to save the current view of the contact as a vcard. | Christopher James Lahey | 2000-06-09 | 3 | -2/+29 |
* | Doh, sync the card simple and extract the card info. | Federico Mena Quintero | 2000-06-09 | 3 | -0/+11 |
* | Now this derives from GtkObject. It follows the same strategy as the | Federico Mena Quintero | 2000-06-09 | 17 | -4335/+5241 |
* | Allow for NULL summaries. | Federico Mena Quintero | 2000-06-09 | 2 | -1/+6 |
* | Added missing tooltips. We still need icons, though. | Federico Mena Quintero | 2000-06-08 | 2 | -9/+22 |
* | The field chooser works now. | Christopher James Lahey | 2000-06-08 | 11 | -64/+70 |
* | More work on the Field Chooser. Not quite done yet. | Christopher James Lahey | 2000-06-08 | 18 | -85/+551 |
* | Fix Makefiles so that (guess what?) they work with builddir != srcdir. | Ettore Perazzoli | 2000-06-08 | 8 | -28/+57 |
* | Added e-table-field-chooser*. | Christopher James Lahey | 2000-06-08 | 24 | -318/+2583 |
* | Initial datawrapper diagram. | Michael Zucci | 2000-06-08 | 1 | -0/+0 |
* | Parser state diagram. | Michael Zucci | 2000-06-08 | 1 | -0/+0 |
* | providers/imap/camel-imap-summary.c now builds | Jeffrey Stedfast | 2000-06-08 | 5 | -21/+30 |
* | Restore the toolbar. I committed a line of code that shouldn't have | Ettore Perazzoli | 2000-06-08 | 2 | -1/+6 |
* | Added rules to build camel-imap-stream | Jeffrey Stedfast | 2000-06-08 | 6 | -120/+103 |
* | Properly dereference warning/debug messages. (header_references_decode): | Not Zed | 2000-06-08 | 2 | -6/+15 |
* | put this back in, it's still used in | Seth Alves | 2000-06-08 | 3 | -3/+5 |
* | *** empty log message *** | Seth Alves | 2000-06-08 | 1 | -0/+2 |
* | update some .cvsignores | Seth Alves | 2000-06-08 | 3 | -1/+2 |
* | instead of returning a text representation, decode the text and return an | Seth Alves | 2000-06-08 | 12 | -141/+151 |
* | Removed an untranslated one | Fatih Demir | 2000-06-08 | 1 | -48/+54 |
* | Added a "quantum" argument for making the panes move in jumps. | Christopher James Lahey | 2000-06-08 | 5 | -10/+51 |
* | Fixed a refcount leak and added interfaces to add/remove folders | Ettore Perazzoli | 2000-06-08 | 11 | -106/+396 |
* | finished adding calendar prefs. screenshots. (may be second commit for | Aaron Weber | 2000-06-07 | 2 | -40/+430 |
* | finished adding calendar prefs. screenshots. new file (screenshot for | Aaron Weber | 2000-06-07 | 4 | -0/+0 |
* | Moved these files to calendar/cal-util - Federico | Federico Mena Quintero | 2000-06-07 | 5 | -1362/+0 |
* | moved camel-imap-stream.* to providers/imap | Jeffrey Stedfast | 2000-06-07 | 4 | -0/+780 |
* | Update for folder creation/existence changes. | Dan Winship | 2000-06-07 | 4 | -51/+17 |
* | Update for folder existence/creation changes. | Dan Winship | 2000-06-07 | 2 | -5/+6 |
* | Remove exists, create, delete. A CamelFolder now always references an | Dan Winship | 2000-06-07 | 12 | -628/+236 |
* | Commit stuff | Anders Carlsson | 2000-06-07 | 2 | -0/+3 |
* | *** empty log message *** | Seth Alves | 2000-06-07 | 5 | -12/+542 |
* | Changed the read and write method prototypes to return an ssize_t type | Jeffrey Stedfast | 2000-06-07 | 8 | -64/+372 |
* | merge libical-0.17 onto the head | Seth Alves | 2000-06-07 | 32 | -1653/+1634 |
* | And the changelog | Anders Carlsson | 2000-06-07 | 1 | -0/+4 |
* | Stuff | Anders Carlsson | 2000-06-07 | 14 | -0/+1293 |
* | fixed a bunch of problems use libical instead of libversit | Seth Alves | 2000-06-07 | 12 | -109/+322 |
* | Initial revision | Seth Alves | 2000-06-07 | 5 | -0/+4208 |
* | Finished evolutiontr.po | Fatih Demir | 2000-06-07 | 2 | -83/+125 |
* | worked on getting providers/imap/* to build cleanly, fixed a number of stupid... | Jeffrey Stedfast | 2000-06-07 | 8 | -200/+263 |
* | Removed from the public header; made static. Now everyone should use | Federico Mena Quintero | 2000-06-07 | 7 | -42/+45 |
* | Bind right click on the ETable to "Save to VCard." | Christopher James Lahey | 2000-06-06 | 2 | -0/+26 |
* | Added a right click signal. | Christopher James Lahey | 2000-06-06 | 19 | -52/+262 |
* | Leave the composer window around if the message doesn't get sent. | Dan Winship | 2000-06-06 | 2 | -6/+14 |
* | Allow "GDK_KP_Delete", a keypad delete key, to delete a message. | Matthew Loper | 2000-06-06 | 2 | -1/+7 |
* | Remember passwords between calls. (forget_passwords): Callback for "Forget | Dan Winship | 2000-06-06 | 4 | -2/+51 |
* | fix some function prototypes | Dan Winship | 2000-06-06 | 3 | -8/+14 |
* | Add "Delete" = delete message. | Dan Winship | 2000-06-06 | 2 | -0/+5 |