aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New function to get whether or not to encrypt the message.Jeffrey Stedfast2000-12-163-3/+116
* Added Security menuJeffrey Stedfast2000-12-162-0/+18
* New callback to handle multipart/signed parts. (decode_pgp): Update toJeffrey Stedfast2000-12-164-93/+766
* When checking to see if we need to fold the header, when we come accross aJeffrey Stedfast2000-12-162-1/+8
* Removed unused function, a relic from Gnomecal.Federico Mena Quintero2000-12-163-35/+5
* Fix the sign in the HAVE_TM_GMTOFF caseDan Winship2000-12-162-1/+6
* Removed getdate.y.Federico Mena Quintero2000-12-163-2/+6
* Removed getdate.y. We no longer use it; it is a relic from Gnomecal.Federico Mena Quintero2000-12-163-1005/+7
* Upped the version number to 0.4.1. Bumped the GAL_REVISION to 1.Christopher James Lahey2000-12-161-8/+0
* Updated Swedish translation.Christian Rose2000-12-162-87/+234
* Build `libical-static.la', that is needed for the conduits.Ettore Perazzoli2000-12-152-0/+8
* Updated Ukrainian translationYuri Syrota2000-12-151-4/+4
* Updated Ukrainian translationYuri Syrota2000-12-151-4/+2
* Updated Ukrainian translationYuri Syrota2000-12-151-87/+70
* Updated Ukrainian translationYuri Syrota2000-12-151-15/+14
* Updated Ukrainian translationYuri Syrota2000-12-151-15/+12
* added note about better reply editingRadek Doulik2000-12-151-0/+3
* Updated Ukrainian translationYuri Syrota2000-12-151-11/+10
* Updated Ukrainian translationYuri Syrota2000-12-151-416/+218
* Fixes bug #955.Federico Mena Quintero2000-12-1510-118/+180
* Updated russian translation.Valek Frob2000-12-152-164/+261
* Dont blindly convert all parts to utf8, e.g. image/jpg. We only convertNot Zed2000-12-151-26/+31
* #include <time.h>Federico Mena Quintero2000-12-153-1/+5
* Revisions as suggested by Dan. Especially to filter dialogs... which stillAaron Weber2000-12-158-250/+378
* Update with the code name of the 0.8 release.Ettore Perazzoli2000-12-151-2/+2
* Reset the widths of the columns with pixbufs to the actual pixbufs' sizes;Federico Mena Quintero2000-12-152-2/+9
* Added a bit of addressbook NEWS.Christopher James Lahey2000-12-153-5/+13
* Unref the iterator when we're done with it.Christopher James Lahey2000-12-152-0/+6
* 0.8 "Archaeopteryx".Ettore Perazzoli2000-12-151-1/+1
* Moved these images each up one pixel.Christopher James Lahey2000-12-154-4/+9
* Small updateKjartan Maraas2000-12-151-23/+23
* Update.Jeffrey Stedfast2000-12-152-1/+13
* Made it so that carriage return doesn't insert a newline in the subjectChristopher James Lahey2000-12-152-0/+6
* What I can remember doing. :)Iain Holmes2000-12-151-0/+14
* call gtk_html_set_default_content_type to make gkthtml default to utf-8Larry Ewing2000-12-152-0/+9
* Fix a slight race condition that could cause the busy indicator not toEttore Perazzoli2000-12-152-7/+14
* #elsif -> #elifChris Toshok2000-12-151-1/+1
* Removed the set cursor and get cursor methods from ETableGroup.Christopher James Lahey2000-12-155-93/+6
* Destroy the dialog after a double click.Iain Holmes2000-12-152-1/+4
* call set_style and use the appropriate style for the text to determine ifChris Toshok2000-12-151-1/+4
* make icalcomponent.c depend on icalproperty.h, icalvalue.h, andPeter Teichman2000-12-151-2/+4
* Commented out an unused variable to fix a warning.Christopher James Lahey2000-12-151-0/+2
* News - FedericoFederico Mena Quintero2000-12-151-1/+51
* ShushJP Rosevear2000-12-152-0/+9
* UpdateJP Rosevear2000-12-152-1/+18
* put icalproperty.h and icalvalue.h before icalcomponent.c in thePeter Teichman2000-12-151-2/+2
* Bumped up the GtkHTML dependency and updated README.Ettore Perazzoli2000-12-152-7/+4
* #define this to 500, not nothing. Also, move this bit after the otherDan Winship2000-12-142-6/+12
* Change the function to have the same signature as the double click callback.Iain Holmes2000-12-142-0/+9
* Woooho! builddir != srcdir again.Ettore Perazzoli2000-12-142-0/+6
* Updated for the shell, and reformatted the part about the mailer aEttore Perazzoli2000-12-141-32/+85
* Slightly updated the startup warning message for the release.Ettore Perazzoli2000-12-142-2/+7
* Update the splash animation to fit with the new splash design.Ettore Perazzoli2000-12-142-1/+5
* Translations from keldKenneth Christiansen2000-12-141-2094/+1545
* More builddir != srcdir fun! Man, I enjoy this so much.Ettore Perazzoli2000-12-142-17/+21
* Updated Norwegian translation. This too. Adjust to fit the new tools.Kjartan Maraas2000-12-143-70/+220
* Added Id tag to easier trace changes.Christian Rose2000-12-142-38/+44
* ChangeLog for the new splash screen.Ettore Perazzoli2000-12-141-0/+4
* Cute new splash screen.Ettore Perazzoli2000-12-141-0/+0
* Use gmtime() unconditionally, since we want an UTC broken-downFederico Mena Quintero2000-12-142-4/+11
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-1411-44/+83
* time_t values *are* in UTC by definition, so the is_utc argument isFederico Mena Quintero2000-12-142-0/+15
* Added some casts to get rid of warnings. (tail_dump): #if 0ed this out toChristopher James Lahey2000-12-143-6/+20
* Test for the existance of LDAP_NAME_ERROR and if it exists as a macro, useChristopher James Lahey2000-12-142-0/+10
* Added eti_visibility_notify. Didn't get it to work properly, so it's #ifChristopher James Lahey2000-12-141-0/+25
* icalparser.c Addedd support for x-parameters.Eric Busboom2000-12-146-27/+66
* Changed the color from yellow to light gray.Christopher James Lahey2000-12-142-2/+7
* Changed the background color of the tooltips to light gray.Christopher James Lahey2000-12-142-2/+2
* update cut and paste description error.Michael Meeks2000-12-143-3/+8
* Removed mention of ETable and EText in widgets directory.Christopher James Lahey2000-12-142-2/+6
* Added a name to the parameter to icalerror_set_errno.Christopher James Lahey2000-12-142-1/+6
* Added a cast.Christopher James Lahey2000-12-142-1/+6
* Made the vertical scrollbar always be there.Christopher James Lahey2000-12-143-2/+14
* #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end):Christopher James Lahey2000-12-148-9/+50
* I like monkeys - FedericoFederico Mena Quintero2000-12-1425-39313/+70059
* Removed the explicit paths. Why it did *not* work on my original try whenFederico Mena Quintero2000-12-142-19/+23
* remove the silly logic - we pop up a tooltip regardless of where the mouseChris Toshok2000-12-142-7/+30
* New function to calculate the extra pixels per column header.Christopher James Lahey2000-12-146-27/+82
* only return TRUE in the BUTTON_PRESS case if the node was expandable.Chris Toshok2000-12-141-1/+1
* add mailer features since 0.6 (except filter stuff)Dan Winship2000-12-141-1/+80
* cut&paste from e-table-sorted-variable.c and massage names a bit to makeChris Toshok2000-12-141-1/+208
* Missed ChangeLog.Ettore Perazzoli2000-12-141-0/+23
* make it public-reference.sgml not referenc.sgml here.Larry Ewing2000-12-144-2/+12
* change a bunch of IS_CAMEL_* macros to CAMEL_IS_*Dan Winship2000-12-1449-60/+65
* add #include <sys/types.h> for freebsd.Chris Toshok2000-12-142-0/+6
* NUL-terminate the returned vcard so we don't sometimes end up withDan Winship2000-12-142-6/+12
* Rm the whole of the Executive Summary dir.Iain Holmes2000-12-146-26/+181
* Make the "forward" button in the toolbar forward the current messageEttore Perazzoli2000-12-142-1/+6
* redone shortcutsRadek Doulik2000-12-142-18/+17
* Fix some horrible Makefile breakage, getting it to compile withEttore Perazzoli2000-12-132-12/+23
* Updated russian translation.Valek Frob2000-12-132-944/+794
* make sure we actually make enough space for "&nbsp;".Larry Ewing2000-12-132-1/+6
* Revert federico's change for now because of libtool limitations withJP Rosevear2000-12-133-2/+10
* Use set_title_from_comp (save_todo_object): ditto (set_title_from_comp):JP Rosevear2000-12-132-10/+33
* Count the number of rows correctlyIain Holmes2000-12-132-4/+14
* Don't convert the utf-8 string to a gtkstring because the widget expectsJeffrey Stedfast2000-12-133-10/+13
* #if 0ed out some #if 1ed test code that was breaking my build byJoe Shaw2000-12-132-1/+6
* Make the -> in the select names dialog into a GNOME stock arrow pixmap.Iain Holmes2000-12-132-4/+15
* Small ChangeLog mistake.Chris Lahey2000-12-131-2/+2
* Added a cast.Christopher James Lahey2000-12-134-7/+24
* Mention the gconf stable branch.Dan Winship2000-12-132-1/+6
* Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototypeChristopher James Lahey2000-12-139-26/+68
* Added #include <e-summary-callbacks.h>. (destroy_prefs_cb): Added a cast.Christopher James Lahey2000-12-139-28/+63
* Fix to use the right .h instead of the deprecated one.Dan Winship2000-12-132-1/+6
* Add missing .h file. (From campd.)Dan Winship2000-12-132-6/+6
* Add stuff. (From campd.)Dan Winship2000-12-132-0/+5
* Add $(IDLS). (From campd.)Dan Winship2000-12-132-0/+5
* Update for reality. (Mostly from campd.)Dan Winship2000-12-132-35/+24
* Made cache_sanity only be included if d(x) is defined as x.Christopher James Lahey2000-12-133-1/+14
* Return TRUE as we have handled the event.Jeffrey Stedfast2000-12-132-0/+7
* Add a check for "extern int timezone;" vs struct tm tm_gmtoff, stolen fromDan Winship2000-12-135-8/+53
* Attach a signature when forwarding, fixes bug #826.Jeffrey Stedfast2000-12-132-1/+15
* Constify for new libical API. (set_text_list): Likewise.Federico Mena Quintero2000-12-136-39/+25
* Pass path+1 rather than path to get_type_for_storage, to match theDan Winship2000-12-132-1/+7
* removed Bold item from toolbarRadek Doulik2000-12-122-4/+4
* Fixed some warnings.Christopher James Lahey2000-12-123-2/+8
* More fixage - FedericoFederico Mena Quintero2000-12-1212-19/+41
* Connect a button-press-event signal on the splash screen so users canJeffrey Stedfast2000-12-122-1/+18
* Warning-- Table layout changed and works nice.Iain Holmes2000-12-124-45/+90
* Fixed a warning by making e_strstrcase return a const gchar.Christopher James Lahey2000-12-122-60/+64
* Made selected rows ignore their color specification.Christopher James Lahey2000-12-121-1/+1
* Make AC_INIT() check for a file that is not autogenerated!Federico Mena Quintero2000-12-122-1/+4
* Fixety fix - FedericoFederico Mena Quintero2000-12-125-3209/+12
* This is to make things work with libical 0.21helix1 and later. WarningsFederico Mena Quintero2000-12-129-97/+81
* shoo - FedericoFederico Mena Quintero2000-12-124-9443/+0
* Remove more auto-generated files - FedericoFederico Mena Quintero2000-12-123-4955/+0
* Removed auto-generated files - FedericoFederico Mena Quintero2000-12-128-12041/+0
* Fix fucking CVS conflicts - FedericoFederico Mena Quintero2000-12-1220-44/+36
* Added a kludge, 'is_active' which is a static variable that holds whetherJeffrey Stedfast2000-12-122-0/+12
* Autoselect the rule that ends up in the same position (or the one above itJeffrey Stedfast2000-12-122-1/+12
* updated the tests on the start & end time just before calling theDamon Chaplin2000-12-123-35/+67
* New function to tell the code that it's ok (or not) to interact with theDan Winship2000-12-124-1/+28
* Deal with "mailstorage" type views (top-level mail storages) by trying toDan Winship2000-12-123-6/+44
* Updated Swedish translation.Christian Rose2000-12-122-342/+346
* Updated to reflect arguments to the openpgp functions - now also takes anJeffrey Stedfast2000-12-124-89/+179
* Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - FedericoFederico Mena Quintero2000-12-1266-2973/+8198
* This commit was generated by cvs2svn to compensate for changes in r6917,Federico Mena Quintero2000-12-1222-298/+1548
* Initial revisionFederico Mena Quintero2000-12-1236-0/+20368
* return NULL if no {folder,storage} is found. (get_control_for_uri): returnDan Winship2000-12-122-1/+13
* Opps, forgot about this...Iain Holmes2000-12-121-0/+15
* Only allow one e_summary_rebuild_page to be queued.Iain Holmes2000-12-124-15/+37
* Memory leaks-- Default HTML prettiness++Iain Holmes2000-12-123-4/+15
* Ignore double-clicks on "active" columns (the ones where clicking doesDan Winship2000-12-123-1/+12
* Emit double_click signal with the model column, not the view column.Dan Winship2000-12-121-1/+1
* Remove the never-once-used BonoboObject stuff and make MessageList be aDan Winship2000-12-127-199/+129
* Remove an unused variable.Dan Winship2000-12-121-1/+0
* clean up the cleanup a bitDan Winship2000-12-121-6/+3
* Changes to the HTML file to add an entry box.Iain Holmes2000-12-119-15/+98
* Updated Norwegian translation.Kjartan Maraas2000-12-112-347/+339
* Updated Japanese translation.Akira Tagoh2000-12-112-2072/+1923
* Remove use of linewrap filter. Headers are now wrapped. encode_8bitMichael Zucci2000-12-117-77/+266
* Just added a little todo comment about some design issues.Michael Zucci2000-12-111-0/+8
* oops again, another insignificatn debug printf removed.Michael Zucci2000-12-111-1/+0
* Left debug on, turned off.Michael Zucci2000-12-112-1/+2
* reordered the options and added maildir, mbox, maildir, mh, in that order.Not Zed2000-12-113-49/+181
* Hrm, we actually want to call set_header, not add_header here, probablyNot Zed2000-12-113-18/+67
* added changed flags and added calls to a new functionDamon Chaplin2000-12-118-103/+534
* Updates from Keld achtung/po/da.po balsa/po/da.po bonobo/po/da.poKenneth Christiansen2000-12-101-2179/+1673
* Connect to the "cursor_change" signal on the ETable here instead of theChristopher James Lahey2000-12-102-3/+13
* Change the "drawfocus" argument on e_table_scrolled_get_table(etable)Christopher James Lahey2000-12-102-1/+7
* Split the lines in this cell before testing whether we're to the right ofChristopher James Lahey2000-12-101-8/+12
* upd.Michael Meeks2000-12-102-2/+10
* cell should be edit cast to a CurrentCell, not data cast to a CurrentCell.Christopher James Lahey2000-12-101-1/+1
* Added the actions parameter to ect_event. Added an actions field toChristopher James Lahey2000-12-108-62/+112
* Unref the object instead of destroying it.Federico Mena Quintero2000-12-104-4/+4
* When setting the "name" argument, copy the incoming name. This fixes aChristopher James Lahey2000-12-102-1/+6
* Made editing the name using the full name button set the file as entryChristopher James Lahey2000-12-103-38/+43
* Made it so that the editor->name is set after the entry is changed. ThisChristopher James Lahey2000-12-093-4/+12
* If there are columns allocated, free them upon a destroy.JP Rosevear2000-12-092-5/+3
* Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-0910-69/+57
* Check to see if the file already exists, if it does prompt the user to forJeffrey Stedfast2000-12-093-24/+121
* Call the parent class destroyer as wellJP Rosevear2000-12-092-0/+8
* the e-table double-click signal now has extra paramsJP Rosevear2000-12-092-1/+6
* Don't hardcode image paths.Iain Holmes2000-12-092-3/+7
* Complete the code to associate a URI and a folder type to the toplevelEttore Perazzoli2000-12-0921-109/+304
* a slight mixup in order causes "1.33 M" to be displayed as the subject...uh h...Jeffrey Stedfast2000-12-091-4/+4
* Set the "Size" field to sort using integer comparison instead of string.Jeffrey Stedfast2000-12-092-21/+54
* Translations from keldKenneth Christiansen2000-12-091-423/+434
* Updated the required version of gal.Christopher James Lahey2000-12-092-3/+7
* Connect to signals on the ETable instead of the ETableScrolled.Christopher James Lahey2000-12-093-7/+15
* Fixed some formatting.Christopher James Lahey2000-12-095-10/+16
* Connect to signals on the ETable instead of the ETableScrolled.Christopher James Lahey2000-12-092-4/+9
* Don't highlight the title if it's "Untitled" because switching widgetJeffrey Stedfast2000-12-092-1/+9
* Updated documentation comment.Federico Mena Quintero2000-12-092-1/+8
* Free the strings we get from the editables.Federico Mena Quintero2000-12-093-18/+55
* Free the dates we get from the component.Federico Mena Quintero2000-12-092-0/+8
* Attach signal handlers to the e_scrolled_table's etable rather than to theJP Rosevear2000-12-092-4/+19
* Add purify options for the buildJP Rosevear2000-12-092-0/+16
* oopsMichael Zucci2000-12-091-0/+198
* ShushJP Rosevear2000-12-092-0/+9
* Oops, that shouldn't have gone in :-)JP Rosevear2000-12-091-2/+2
* Remove test3 from build until the files show upJP Rosevear2000-12-095-7/+14
* Change the sign of the default date offset when none is supplied.Not Zed2000-12-082-2/+10
* Pass "" rather than NULL to e_card_new. (local_record_from_ecard): MakeJP Rosevear2000-12-082-13/+23
* New and improved display,Iain Holmes2000-12-0824-323/+1347
* set "sort_info" on our sorter when we get a new sort_info to keep thingsChris Toshok2000-12-082-4/+60
* Some new images for the summary.Iain Holmes2000-12-084-0/+3
* Got rid of code referencing the ETableScrolled proxy functions.Christopher James Lahey2000-12-082-3/+8
* Don't include executive-summary-client.h.Dave Camp2000-12-082-1/+5
* Got rid of code referencing the ETableScrolled proxy functions.Christopher James Lahey2000-12-082-2/+9
* Got rid of code referencing the ETableScrolled proxy functions. ChangedChristopher James Lahey2000-12-082-9/+15
* Only do a message_list_foreach if we plan on attaching messages, otherwiseJeffrey Stedfast2000-12-083-8/+47
* Add column and GdkEvent * parameters to the double click signal.Christopher James Lahey2000-12-0810-330/+62
* Ugly hack for syncing until pcs can be altered (longer term)JP Rosevear2000-12-083-3/+26
* Change line no format so that emacs can detect it.Not Zed2000-12-084-4/+12
* Destroy the gdkIC if we have oneJP Rosevear2000-12-081-0/+5
* update to GNOME_Evolution_Shell.oafinfoMichael Meeks2000-12-085-4/+10
* Make the iTip hack spew a g_warning and not crash if you have no identityDan Winship2000-12-082-3/+7
* add EXTRA_GNOME_LIBS.Chris Toshok2000-12-082-0/+6
* Create an empty cal component if the object has been deleted.JP Rosevear2000-12-083-3/+16
* renamed HTMLEditor.idl to Editor.idlRadek Doulik2000-12-082-6/+11
* Include HtmlView.idl.Dave Camp2000-12-082-0/+5
* Add some g_return_if_fail()s to protect from crashes until the code toDan Winship2000-12-085-8/+22
* psstRadek Doulik2000-12-081-4/+4
* added warnings (prepare_engine): updated toRadek Doulik2000-12-086-68/+81
* Free the xmlDoc when we are done with it. (e_table_state_save_to_file):Federico Mena Quintero2000-12-083-5/+13
* Unref the component from the objects list; it got referenced as many timesFederico Mena Quintero2000-12-082-0/+7
* Make the vfolder editor resize correctly. Fixes bug #835.Jeffrey Stedfast2000-12-072-1/+6
* We want to bitwise-or the server and cached flags here so that we keep theJeffrey Stedfast2000-12-072-2/+13
* Confirm before deleting the event.Federico Mena Quintero2000-12-072-8/+17
* unref the pixbuf when finished with it62000-12-072-1/+6
* pass along the column's width to e_cell_show_tooltip.Chris Toshok2000-12-075-17/+14
* Fix up shutdown so that things that should be destroyed getDan Winship2000-12-075-89/+101
* Fix prototypeDan Winship2000-12-071-3/+2
* Fixes bug #920.Federico Mena Quintero2000-12-0712-63/+205
* Use e_filename_make_safe (which used to be e_str_make_safe).Jeffrey Stedfast2000-12-074-5/+12
* kill (Cal_get_changes): return the corba sequence directlyJP Rosevear2000-12-076-105/+66
* Increased the version number to 0.3. Increased the so number.Christopher James Lahey2000-12-071-1/+0
* Adapted these to accept the new flags parameter to e_cell_event.Christopher James Lahey2000-12-076-29/+48
* Update so as not to conflict with calendar (next_changed_item): update toJP Rosevear2000-12-0715-451/+388
* Mark some strings for translation.Kjartan Maraas2000-12-072-2/+6
* Added some Norwegian translations.Kjartan Maraas2000-12-072-0/+7
* Removed incorrect e-list.h include.Christopher James Lahey2000-12-071-1/+0
* Fixed some warnings.Christopher James Lahey2000-12-071-1/+1
* Missed this file during the last commit.Chris Lahey2000-12-071-2/+4
* Added a GalViewCollection argument to the new function here.Christopher James Lahey2000-12-075-30/+58
* Increased the required version of gal.Christopher James Lahey2000-12-072-3/+7
* Moved the gal view menu stuff from here to EAddressbookView.Christopher James Lahey2000-12-074-9/+51
* Run the folder_changed code on message_changed as well, so the unreadDan Winship2000-12-072-4/+10
* Remove bits of filter-on-demand and toolbar bug workaround cruft thatDan Winship2000-12-074-29/+9
* Added gal-view-collection.c, gal-view-etable.c, gal-view-factory-etable.c,Christopher James Lahey2000-12-0717-157/+868
* Fixed warning in compute_elision_length.Christopher James Lahey2000-12-072-18/+0
* disconnect the "group_info_changed" signal on the old sort_info andDan Winship2000-12-071-2/+12
* updated italian translation from Clara TattoniChristopher R. Gabriel2000-12-062-1540/+1536
* Another conduit build fixJP Rosevear2000-12-062-0/+5
* Fix my build stupidty READ THE MACROJP Rosevear2000-12-063-0/+8
* Forgot to commit this with my last set of changes to the filter codeJeffrey Stedfast2000-12-061-3/+0
* If the data wrapper fails to be written to the stream, unref it and theJeffrey Stedfast2000-12-062-0/+11
* Use a charset filter to make sure the data is written out in the charsetJeffrey Stedfast2000-12-062-8/+40
* Use camel to construct the list of recipients rather than justJeffrey Stedfast2000-12-062-0/+33