aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create taggnome-debug-0-1-2nobody2000-06-181452-389080/+0
* exit immediately if aclocal, autoheader, automake, or autoconf fails,Dan Winship2000-06-182-5/+22
* Prevent double-freeing action on summary_table and uid_rowmap.Dan Winship2000-06-182-5/+5
* Add some debugging printfs when rebulding summary to help figure out whyDan Winship2000-06-182-2/+14
* removed imap.c/h from providers/imapJeffrey Stedfast2000-06-184-971/+101
* Mention OAF_INFO_PATH. Fix gtkhtml entry (need CVS gtkhtml now)Dan Winship2000-06-181-1/+13
* Updated russian translation.Valek Frob2000-06-172-105/+122
* Made cells with strikeout on have a line from the left margin to the rightChristopher James Lahey2000-06-173-16/+13
* Made the left column of minicards not get any wider than the widestChristopher James Lahey2000-06-177-18/+137
* Made EText use the font from the canvas's style if one isn't set.Christopher James Lahey2000-06-173-0/+13
* Added code to expunge if called for (still need to finish coding this).Jeffrey Stedfast2000-06-177-1000/+97
* added little buttons which are shown when there are more events than willDamon Chaplin2000-06-176-3/+138
* updated to use EText items rather than GtkEntry widgets and added supportDamon Chaplin2000-06-179-71/+455
* I18N the message composer's title bar. Don't install header files.Ettore Perazzoli2000-06-178-67/+408
* new icon for the EWeekView to jump to the day.Damon Chaplin2000-06-173-0/+21
* Implement clicking on the envelope icon to set read/unread. Based on aDan Winship2000-06-173-12/+43
* new function to do a uid to row mapping. (mark_msg_seen, select_msg,Dan Winship2000-06-174-60/+150
* Update for Camel flag handling changes.Dan Winship2000-06-172-8/+7
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-1710-351/+543
* KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, outputDan Winship2000-06-174-9/+18
* Updated Norwegian translation.Kjartan Maraas2000-06-162-333/+368
* Squeek - FedericoFederico Mena Quintero2000-06-161-2/+0
* #ifdef'ed out references to functions which don't exist yet, so evolutionDamon Chaplin2000-06-162-0/+8
* Doh, sync - FedericoFederico Mena Quintero2000-06-167-58/+200
* Took out some debugging code.Damon Chaplin2000-06-161-1/+1
* updated.Damon Chaplin2000-06-165-63/+623
* added evolution-guide and evolution-guide.junk so we don't get the '?Damon Chaplin2000-06-164-0/+16
* added icalendar-test.Damon Chaplin2000-06-162-0/+5
* Moved the reflow signal handling into an idle handler to fix a bug whenChristopher James Lahey2000-06-165-6/+43
* document camel_folder_search_by_expressionDan Winship2000-06-161-3/+14
* use libical.aDamon Chaplin2000-06-162-1/+18
* Started to code the imap summary stuffJeffrey Stedfast2000-06-164-16/+114
* Remove camel_service_connect_with_url. (URLs must be specified when theDan Winship2000-06-163-203/+102
* Update for CamelFolder changes.Dan Winship2000-06-164-20/+10
* Update for CamelFolder changes.Dan Winship2000-06-162-8/+6
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-1610-316/+86
* fix a bug. (don't expunge deleted messages if called with expunge ==Dan Winship2000-06-162-1/+4
* print the icon for the tree control.Chris Toshok2000-06-163-42/+58
* Check server for various interesting extensions.Dan Winship2000-06-165-38/+197
* Fix to previous change: make sure the "seek" variable ends up with theDan Winship2000-06-163-7/+23
* New function to revert back to non-searching mode.Dan Winship2000-06-164-0/+16
* if the document requests an unknown URL, it's not an error; just ignoreDan Winship2000-06-153-1/+17
* merge the two separate noinst_PROGRAMS declarations into one so automakeDan Winship2000-06-152-3/+9
* bye bye goadDan Winship2000-06-152-37/+28
* Category stuff improved.Aaron Weber2000-06-154-314/+480
* keep the GtkFileSelection around between calls so we start up in the sameDan Winship2000-06-142-15/+29
* Don't line-wrap lines that start with ">".Dan Winship2000-06-142-2/+8
* ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-06-141-54/+50
* call gtkhtmllib_init hereRadek Doulik2000-06-142-0/+5
* added sect on menubar, other minor changes.Aaron Weber2000-06-1410-2702/+2976
* new function, to generate postscript so i can test tree printing.Chris Toshok2000-06-145-58/+273
* Request the value of e_table_is_cell_editable of the model_col instead ofChristopher James Lahey2000-06-145-14/+21
* added command to co ORBit.Damon Chaplin2000-06-142-0/+5
* if the mbox doesn't end with a '\n', write one before appending the newDan Winship2000-06-142-4/+18
* updated the crlf filter:Jeffrey Stedfast2000-06-142-5/+9
* Took out the filter code ( we already filter inJeffrey Stedfast2000-06-142-12/+5
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-1410-38/+68
* Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whetherDan Winship2000-06-144-25/+49
* IMAP will now allow you to login, and on some IMAP providers it will actually...Jeffrey Stedfast2000-06-148-118/+119
* finish switch back to vcalSeth Alves2000-06-141-3/+9
* switch back to vcal for debuggingSeth Alves2000-06-141-3/+3
* fixed it so that source always pointed to a valueJeffrey Stedfast2000-06-142-0/+7
* New macro. Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF' ifMartin Baulig2000-06-132-0/+23
* Clip the contained text.Christopher James Lahey2000-06-137-10/+797
* Changed the needed e_marshal functions.Christopher James Lahey2000-06-139-38/+203
* put back the libxml check that was erroneously removed in rev 1.94Dan Winship2000-06-131-0/+7
* Added `gnome-gettext.m4'. (gnome_aclocal_DATA): Added `gnome-gettext.m4'.Martin Baulig2000-06-132-2/+8
* Updated russian translation.Valek Frob2000-06-132-69/+69
* Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-135-5/+565
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-1311-81/+90
* Got rid of sources_max_row and identities_max_row as they are not reallyJeffrey Stedfast2000-06-132-19/+22
* Removed the freeze/thaw stuff for the model. As Chris wisely pointed out,Federico Mena Quintero2000-06-1327-268/+123
* Removed the ETableModel thaw handler.Federico Mena Quintero2000-06-132-7/+5
* Removed the ETableModel thaw handler. Likewise.Federico Mena Quintero2000-06-136-53/+12
* implemented a temp hack for the imap fetch by uid codeJeffrey Stedfast2000-06-133-30/+43
* Control does horizontal scrolling...Anders Carlsson2000-06-132-2/+9
* pop provider now uses the crlf filterJeffrey Stedfast2000-06-133-4/+19
* Removed the camel-mime-filter-smtp.h entry from Makefile.am - oops!Jeffrey Stedfast2000-06-131-1/+0
* Deprecated.Jeffrey Stedfast2000-06-139-352/+82
* don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-139-8/+12
* If a paragraph starts with TABs, indent the whole paragraph to that tabDan Winship2000-06-132-12/+33
* Make the message composer use a EScrollFrame for the attachment barEttore Perazzoli2000-06-133-17/+26
* Return the result of folder_browser_load_folder. (get_prop, set_prop,Dan Winship2000-06-137-117/+31
* Fix the subject generation so we don't get "Re: Re:". This is workingDan Winship2000-06-132-4/+15
* Don't break on non-breaking spaces, don't keep non-breaking spaces thatDan Winship2000-06-132-5/+26
* New filter to do CRLF<->LF conversion. (Currently only tested in theDan Winship2000-06-137-0/+205
* include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced withMichael Meeks2000-06-122-1/+7
* Fix a build problem (e-table now depends on the `misc' widgets, so weEttore Perazzoli2000-06-125-1/+27
* Add support for mouse wheel scrolling in EScrollFrame.Anders Carlsson2000-06-122-2/+36
* Updated russian translation.Valek Frob2000-06-112-171/+194
* ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-06-111-187/+199
* Updated the Turkish translation.Fatih Demir2000-06-112-387/+545
* supply the pixbufs here.Chris Toshok2000-06-117-38/+79
* Fixed the widget reparenting.Christopher James Lahey2000-06-112-2/+8
* offset events before passing them to our subcell view.Chris Toshok2000-06-113-8/+39
* change things so we focus the cell and select the row, and also dispatchChris Toshok2000-06-1120-836/+1706
* Added glade files.Christopher James Lahey2000-06-117-15/+62
* Small syntactic changes.Christopher James Lahey2000-06-115-24/+48
* Forgot ChangeLog for my latest commit.Ettore Perazzoli2000-06-111-0/+9
* Make ETable use EScrollFrame instead of GtkScrolledWindow.Ettore Perazzoli2000-06-119-18/+57
* Renamed a bunch of functions for better readability.Christopher James Lahey2000-06-115-53/+119
* Glade files for Select Names dialog.Christopher James Lahey2000-06-113-0/+260
* Do e_card_simple_sync and extract_info more often.Christopher James Lahey2000-06-114-7/+119
* Added $(GNOME_PRINT_LIBS) to all of the LDADDs.Christopher James Lahey2000-06-1126-125/+874
* Added e-printable.c and e-printable.h.Christopher James Lahey2000-06-1110-22/+604
* Made the folder creation dialog slightly larger.Ettore Perazzoli2000-06-111-2/+2
* Folder selection dialog, (untested) CORBA interfaces for it, and a newEttore Perazzoli2000-06-118-2/+478
* Talk, cvs!Anders Carlsson2000-06-111-7/+0
* Added pl (Polish) to ALL_LINGUASChyla Zbigniew2000-06-112-1/+5
* Added Polish translationChyla Zbigniew2000-06-112-0/+650
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-1118-196/+864
* Removing generated filesÉRDI Gergo2000-06-103-138/+1
* Updated russian translation.Valek Frob2000-06-102-391/+543
* Add a serial number to FolderBrowser.Dan Winship2000-06-104-9/+30
* display error from camel_folder_expunge if there is one.Dan Winship2000-06-102-3/+3
* Fix pixmap/bitmap leak in ETitleBar.Ettore Perazzoli2000-06-102-0/+8
* install an idle function to select the row rather than doing it directly.Dan Winship2000-06-102-8/+17
* Update for CamelAuthCallback changes. (Uncache passwords when asked to.)Dan Winship2000-06-102-19/+38
* Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK orDan Winship2000-06-104-33/+65
* use stock pixmap buttonsJacob Berkman2000-06-103-26/+71
* Updated to reflect changes made in camel-imap-store.cJeffrey Stedfast2000-06-107-83/+78
* close and expunge the source folder after copying it to a local folder.Dan Winship2000-06-102-0/+8
* Updated the Turkish translation.Fatih Demir2000-06-101-0/+4
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-1029-125/+1515
* Will now always send EHLO first, if that fails it will fall back on HELO.Jeffrey Stedfast2000-06-103-5/+36
* ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-06-101-384/+534
* Redo things a bit so that whitespace-only text parts aren't displayed. (InDan Winship2000-06-102-112/+143
* add a note about setting PATH to include ${prefix}/binDan Winship2000-06-091-1/+4
* Added a get_n_objects() method.Federico Mena Quintero2000-06-0911-3/+206
* Translations from KeldKenneth Christiansen2000-06-091-657/+779
* Use version here. Add padding to the message. Only destroy object if itsMiguel de Icaza2000-06-092-11/+13
* New files. A tree model using a GNode structure to store it's info.Chris Toshok2000-06-0922-2/+2743
* Updated Norwegian translation.Kjartan Maraas2000-06-092-847/+710
* Bind Save As to save the current view of the contact as a vcard.Christopher James Lahey2000-06-093-2/+29
* Doh, sync the card simple and extract the card info.Federico Mena Quintero2000-06-093-0/+11
* Now this derives from GtkObject. It follows the same strategy as theFederico Mena Quintero2000-06-0917-4335/+5241
* Allow for NULL summaries.Federico Mena Quintero2000-06-092-1/+6
* Added missing tooltips. We still need icons, though.Federico Mena Quintero2000-06-082-9/+22
* The field chooser works now.Christopher James Lahey2000-06-0811-64/+70
* More work on the Field Chooser. Not quite done yet.Christopher James Lahey2000-06-0818-85/+551
* Fix Makefiles so that (guess what?) they work with builddir != srcdir.Ettore Perazzoli2000-06-088-28/+57
* Added e-table-field-chooser*.Christopher James Lahey2000-06-0824-318/+2583
* Initial datawrapper diagram.Michael Zucci2000-06-081-0/+0
* Parser state diagram.Michael Zucci2000-06-081-0/+0
* providers/imap/camel-imap-summary.c now buildsJeffrey Stedfast2000-06-085-21/+30
* Restore the toolbar. I committed a line of code that shouldn't haveEttore Perazzoli2000-06-082-1/+6
* Added rules to build camel-imap-streamJeffrey Stedfast2000-06-086-120/+103
* Properly dereference warning/debug messages. (header_references_decode):Not Zed2000-06-082-6/+15
* put this back in, it's still used inSeth Alves2000-06-083-3/+5
* *** empty log message ***Seth Alves2000-06-081-0/+2
* update some .cvsignoresSeth Alves2000-06-083-1/+2
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-0812-141/+151
* Removed an untranslated oneFatih Demir2000-06-081-48/+54
* Added a "quantum" argument for making the panes move in jumps.Christopher James Lahey2000-06-085-10/+51
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-0811-106/+396
* finished adding calendar prefs. screenshots. (may be second commit forAaron Weber2000-06-072-40/+430
* finished adding calendar prefs. screenshots. new file (screenshot forAaron Weber2000-06-074-0/+0
* Moved these files to calendar/cal-util - FedericoFederico Mena Quintero2000-06-075-1362/+0
* moved camel-imap-stream.* to providers/imapJeffrey Stedfast2000-06-074-0/+780
* Update for folder creation/existence changes.Dan Winship2000-06-074-51/+17
* Update for folder existence/creation changes.Dan Winship2000-06-072-5/+6
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-0712-628/+236
* Commit stuffAnders Carlsson2000-06-072-0/+3
* *** empty log message ***Seth Alves2000-06-075-12/+542
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-078-64/+372
* merge libical-0.17 onto the headSeth Alves2000-06-0732-1653/+1634
* And the changelogAnders Carlsson2000-06-071-0/+4
* StuffAnders Carlsson2000-06-0714-0/+1293
* fixed a bunch of problems use libical instead of libversitSeth Alves2000-06-0712-109/+322
* Initial revisionSeth Alves2000-06-075-0/+4208
* Finished evolutiontr.poFatih Demir2000-06-072-83/+125
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-078-200/+263
* Removed from the public header; made static. Now everyone should useFederico Mena Quintero2000-06-077-42/+45
* Bind right click on the ETable to "Save to VCard."Christopher James Lahey2000-06-062-0/+26
* Added a right click signal.Christopher James Lahey2000-06-0619-52/+262
* Leave the composer window around if the message doesn't get sent.Dan Winship2000-06-062-6/+14
* Allow "GDK_KP_Delete", a keypad delete key, to delete a message.Matthew Loper2000-06-062-1/+7
* Remember passwords between calls. (forget_passwords): Callback for "ForgetDan Winship2000-06-064-2/+51
* fix some function prototypesDan Winship2000-06-063-8/+14
* Add "Delete" = delete message.Dan Winship2000-06-062-0/+5
* Update for new composer attachment interface.Dan Winship2000-06-062-35/+15
* New convenience function.Dan Winship2000-06-069-408/+301
* updateKenneth Christiansen2000-06-062-2/+2
* Added readme file, which explains the use of the newly checked in poKenneth Christiansen2000-06-064-0/+350
* allow the right button to popup the menu, even when the event is beingDamon Chaplin2000-06-063-4/+22
* updateKenneth Christiansen2000-06-061-92/+73
* updateKenneth Christiansen2000-06-061-515/+1825
* fix typo/braino (set "Content-Disposition", not "Content-Description")Dan Winship2000-06-063-3/+9
* ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-06-061-553/+1816
* UpdateKjartan Maraas2000-06-061-516/+2061
* shuut. ;)Mathieu Lacage2000-06-051-0/+1
* a bunch of patches to make evolution compile with bonobo in strange prefixes....Mathieu Lacage2000-06-056-24/+31
* Updated Ukrainian translationYuri Syrota2000-06-051-364/+228
* Another update -> only 70 entries remaining ( why all these FIXME entries ? ) .Fatih Demir2000-06-051-174/+173
* Incorporated chgs from Kevin.Aaron Weber2000-06-058-214/+326
* Updated the Turkish translation a bitFatih Demir2000-06-052-577/+1862
* Updated russian translation.Valek Frob2000-06-052-525/+1775
* Added German translation from Kai Lahmann <kl@linuxfaqs.de>, updatedEttore Perazzoli2000-06-056-14/+2798
* ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-06-041-132/+166
* Translations from KeldKenneth Christiansen2000-06-041-126/+156
* Updated Norwegian translation.Kjartan Maraas2000-06-042-124/+166
* Updated russian translation.Valek Frob2000-06-032-63/+87
* New function to call the print engine. (calendar_toolbar): Added the PrintFederico Mena Quintero2000-06-037-131/+170
* Ick, damn signs! Fix a bug with sign extended bytes.Not Zed2000-06-033-35/+41
* Released Evolution 0.1.Christopher James Lahey2000-06-032-1/+5
* Jeffrey Stedfast <fejj@helixcode.com>Jeffrey Stedfast2000-06-032-10/+15
* Made phone/email/address labels change correctly again.Christopher James Lahey2000-06-033-6/+11
* added new notebook page to the prividers config dialog for slecting text/plai...Jeffrey Stedfast2000-06-032-0/+71
* changed "Using the Shell" to "Getting Started"Jeffrey Stedfast2000-06-032-1/+5
* Added pt_BR translations.Jorge Godoy2000-06-031-0/+1047
* If the date in the summary is 0, output "?".Dan Winship2000-06-032-0/+6
* Reverted removal of e_setup_base_dir.Christopher James Lahey2000-06-032-0/+5
* Made evolution-addressbook shut down when the shell is done with it.Christopher James Lahey2000-06-032-2/+24
* Added the ability to save plain text mail.Christopher James Lahey2000-06-032-25/+79
* Don't ref the services in the cache.Christopher James Lahey2000-06-032-9/+4
* moved some debug print statements to better locationsJeffrey Stedfast2000-06-032-20/+28
* Added Portuguese translationJesus Bravo Alvarez2000-06-034-1/+540
* keep a GList of folder browsers created (owner_unset_cb): Go through theDan Winship2000-06-032-0/+22
* Use camel_service_connect, not connect_with_url, since we already passedDan Winship2000-06-032-2/+7
* If we get a funny result, just throw it out. Basically a fix for the oneNot Zed2000-06-035-10/+149
* Update dependencies. Rewrite the GOAD vs OAF thing som more to reflectDan Winship2000-06-032-21/+51
* Use camel_folder_free_summary instead of g_ptr_array_free. Unref theChristopher James Lahey2000-06-032-4/+11
* Ref and unref objects in the service cache properly.Christopher James Lahey2000-06-033-3/+19
* Free the exception and the priv struct.Christopher James Lahey2000-06-022-0/+8
* Fixed the multiple copies of rows in ETable bug.Christopher James Lahey2000-06-023-2/+7
* Free the uri variable.Christopher James Lahey2000-06-023-0/+10
* Free the finish data.Christopher James Lahey2000-06-022-0/+21
* Free all the item data.Christopher James Lahey2000-06-022-0/+13
* Implemented. (toolbar): Added an icon for the Save and Close command.Federico Mena Quintero2000-06-022-18/+74
* Fun with purify.Dan Winship2000-06-025-0/+27
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-028-284/+307
* Revert removal of e_setup_base_dir.Christopher James Lahey2000-06-022-0/+5
* Made double click only work on the first button.Christopher James Lahey2000-06-025-2/+9
* Fixed EXTRA_DIST.Christopher James Lahey2000-06-022-1/+9
* Handler for the "editor_closed" signal of the event editor; we justFederico Mena Quintero2000-06-024-25/+74
* Connect to ETable's key_press signal. (etable_key): scroll mail onDan Winship2000-06-022-3/+43
* spelling changes in commenst!Jeffrey Stedfast2000-06-021-1/+1
* Made sent column as wide as from column.Christopher James Lahey2000-06-022-1/+5
* source editor now fills in fieldsJeffrey Stedfast2000-06-022-0/+13
* was using the wrong clist row variable in the callbacks for the sources clistJeffrey Stedfast2000-06-022-2/+9
* two more pastosDan Winship2000-06-025-4/+9
* Fixed e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-023-2/+6
* Copy and paste error.Christopher James Lahey2000-06-025-22/+14
* Added e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-025-0/+54
* Added a "key_press" signal.Christopher James Lahey2000-06-0217-6/+194
* Add a date column. (COL_SENT_WIDTH_MIN): Make this wider. (ml_value_at):Dan Winship2000-06-023-16/+53
* Make the close button on the shell view exit Evolution cleanly. Not aEttore Perazzoli2000-06-022-2/+24
* Duh! -1 != 1. :)Dan Winship2000-06-023-2/+6
* Don't call e_setup_base_dir.Christopher James Lahey2000-06-022-1/+4
* Don't call e_setup_base_dir.Christopher James Lahey2000-06-022-1/+4