aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_2'.GAL_0_2nobody2000-10-201529-508778/+0
* remove timeouts on destroy so they don't try to write to freed dataDan Winship2000-10-202-0/+13
* Updated French translation.Christophe Merlet2000-10-192-1205/+1577
* Clean up some old #if 0 code.Dan Winship2000-10-192-204/+4
* Updating pt_BR translations...Jorge Godoy2000-10-191-2648/+1966
* Updated Swedish translation.Christian Rose2000-10-192-821/+1081
* Made the number keys on the number pad work in ETexts and ECellTexts.Christopher James Lahey2000-10-192-2/+216
* Get the MailConfigIdentity *before* we create a new composer object soJeffrey Stedfast2000-10-192-4/+10
* Change how the extension field acts when converting delivery addresses toChristopher James Lahey2000-10-192-3/+8
* Added the function e_card_delivery_address_to_label.Christopher James Lahey2000-10-197-20/+51
* update for new UI handler.Michael Meeks2000-10-194-6/+16
* cripple, not worth updating to new UI code.Michael Meeks2000-10-191-1/+5
* kill. (create_ondemand_hooks): die. (control_activate): remove hook.Michael Meeks2000-10-194-54/+15
* Switched to saving the version as a double instead of a string.Christopher James Lahey2000-10-191-1/+1
* kill. (create_toolbar): die. (setup_ui): impl. (e_msg_composer_construct):Michael Meeks2000-10-194-203/+96
* change default state on 'view attachments'Michael Meeks2000-10-191-1/+1
* Fixed ETableFieldChooser row heights a bit.Christopher James Lahey2000-10-194-30/+88
* Made EEntry accept focus properly.Christopher James Lahey2000-10-191-0/+11
* add.Michael Meeks2000-10-1914-0/+673
* Fixed some column widths.Christopher James Lahey2000-10-192-3/+7
* update to new UI handler. (update_view_type): split fromMichael Meeks2000-10-192-45/+60
* Make text a different color if !(flags & E_CELL_FOCUSED).Christopher James Lahey2000-10-194-2/+17
* remove; redundant.Michael Meeks2000-10-193-268/+60
* The correct fix this time - the description should be encoded here and notJeffrey Stedfast2000-10-192-1/+10
* added.Michael Meeks2000-10-193-2/+357
* Sped up signal propogation.Christopher James Lahey2000-10-192-2/+52
* Change NAME_OR_ORG to return the email address if both name andChristopher James Lahey2000-10-193-12/+17
* If unicode_get_utf8 returns -1, assume it was actually undeclaredDan Winship2000-10-192-58/+18
* Initialize the outbuf to be empty before calling unicode_iconv on it.Ettore Perazzoli2000-10-192-0/+8
* Make all the CLists have passive titles. (identity_dialog): Make theIain Holmes2000-10-193-3/+18
* If the widget is not realized don't do anything, to prevent BadGC's atIain Holmes2000-10-193-2/+40
* Fixed the color of the background rectangle. Made the rectangle start atChristopher James Lahey2000-10-191-0/+16
* Add this file I forgot earlierIain Holmes2000-10-181-1/+2
* Updated Spanish translationHector Garcia2000-10-187-520/+560
* Make background color of ETable match the background color of item rows.Christopher James Lahey2000-10-181-1/+1
* Removed an unnecessary glade include file.Christopher James Lahey2000-10-184-1/+29
* Don't need the ID anymore.Iain Holmes2000-10-182-9/+6
* Change the initial dialog visibility to FALSE so the contact editorIain Holmes2000-10-184-182/+435
* Save the settings before the view is destroyed. (e_shell_quit): Don't saveIain Holmes2000-10-184-31/+57
* Disable the optionmenu because it is empty. (service_page_item_auth_fill):Iain Holmes2000-10-183-3/+27
* Updated fi.po. Forgot to modify ChangeLog, very sorry about that.jjranta2000-10-181-177/+186
* Moved the glade file directories.Christopher James Lahey2000-10-181-1/+2
* No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-1813-29/+118
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-1821-144/+348
* (camel_imap_folder_new): Move the summary creation to after theDan Winship2000-10-182-9/+12
* Remove cached info at the end of the summary when the folder shrinksDan Winship2000-10-183-11/+23
* die. (debug_xml_cb): add debugging hook.Michael Meeks2000-10-183-295/+43
* added.Michael Meeks2000-10-183-1/+367
* If the body text was NULL, then don't bother turning it into HTMLJeffrey Stedfast2000-10-182-10/+17
* Encode the header value. (add_header): Same.Jeffrey Stedfast2000-10-182-12/+25
* *** empty log message ***Jesse Pavel2000-10-182-25/+6
* new version of the splash, also for HEAD branch... /tigertTuomas Kuosmanen2000-10-182-0/+6
* Add definesJP Rosevear2000-10-187-57/+82
* Added focus to the general_summary text entry.Anna Marie Dirks2000-10-171-0/+8
* Minor update to the icon /tigertTuomas Kuosmanen2000-10-171-25/+25
* Added some malloc check debugging stuff.Not Zed2000-10-174-18/+81
* Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) orJeffrey Stedfast2000-10-172-1/+8
* Don't free 'resp' as it doesn't point to the beginning of the allocatedJeffrey Stedfast2000-10-172-14/+26
* Un #if 0'd out (search_full): Same. (folder_browser_gui_init): ConnectJeffrey Stedfast2000-10-173-6/+16
* fixed ChangeLog merge-conflict errorsJeffrey Stedfast2000-10-171-2/+0
* Decode recipient names so that they display nicely in the To and CcJeffrey Stedfast2000-10-172-23/+48
* only set the url->user field if the user string is non-NULL and not empty.Chris Toshok2000-10-172-2/+15
* when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure toChris Toshok2000-10-172-8/+18
* *** empty log message ***Jesse Pavel2000-10-173-7/+194
* Fixed a typo. Made this look a bit better.Christopher James Lahey2000-10-173-24/+29
* Add a typecast.Dan Winship2000-10-177-6/+25
* Only send the LOGOUT command if the store is connected. (imap_connect):Jeffrey Stedfast2000-10-174-12/+47
* Reworked some of the height stuff?Christopher James Lahey2000-10-171-14/+12
* Choose a better size for the e-table-header-itemIain Holmes2000-10-171-17/+53
* Deal with the possibility of not getting a LIST response back for the topDan Winship2000-10-172-12/+20
* Remove pilot cruft. All pilot stuff is in the conduits now and uses theJP Rosevear2000-10-1611-435/+73
* new versions of the calendar view icons - comments welcome.Tuomas Kuosmanen2000-10-166-187/+157
* Uh, fixed jeff's wrong fix for setting the speficiation (the functionNot Zed2000-10-162-16/+17
* get the next child before traversing/calling func.Chris Toshok2000-10-161-2/+5
* ETreePath != GNode now, use accessors. (ml_tree_value_at): same.Chris Toshok2000-10-162-15/+29
* Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't overrideDan Winship2000-10-1611-34/+37
* Update verify-evolution-install.sh a little teeny bit for 0.5 (no functionali...Peter Williams2000-10-162-2/+9
* get rid of ENode type, as everything in it is now in ETreePath, and addChris Toshok2000-10-162-139/+257
* Made it so that ETable won't use a state with 0 columns.Christopher James Lahey2000-10-161-2/+14
* Updated for the upcoming release. Same here.Kjartan Maraas2000-10-163-71/+289
* Check if there are any files in default_user that are not in ~/evolutionIain Holmes2000-10-165-3/+162
* Use an EScrollFrame instead of a GtkScrolledWindow for the folderEttore Perazzoli2000-10-152-41/+39
* If the entry widget is NULL, obviously we can't set any text on it.Jeffrey Stedfast2000-10-152-12/+7
* Forgot thisKjartan Maraas2000-10-151-0/+4
* Added Norwegian (nynorsk) translation. Updated Norwegian (bokmål)Kjartan Maraas2000-10-153-347/+5148
* Added "nn" to ALL_LINGUAS.Kjartan Maraas2000-10-151-1/+1
* Updated Dutch translation.Almer S. Tigelaar2000-10-152-2211/+2502
* Added ui/*.hKjartan Maraas2000-10-153-493/+1166
* Add rule to use bonobo-ui-extract to build translatable files.Michael Meeks2000-10-152-0/+11
* if we are in LDAP mode then merge in the extra few items, otherwise justMichael Meeks2000-10-153-4/+11
* drasticaly shrink to just the new features available with ldap; don'tMichael Meeks2000-10-156-82/+25
* Updated russian translation.Valek Frob2000-10-152-413/+443
* Icon property for the addressbook component.Ettore Perazzoli2000-10-154-0/+11
* Added TigerT's splash screen to the Makefile.Ettore Perazzoli2000-10-152-9/+14
* Icon property for the calendar component.Ettore Perazzoli2000-10-156-1/+16
* Icon property for the executive summary component.Ettore Perazzoli2000-10-154-0/+14
* Icon attribute for the mail component.Ettore Perazzoli2000-10-154-0/+11
* 31337 splash screen for the shell's startup sequence.Ettore Perazzoli2000-10-155-5/+549
* Added splash screen for evolution - the ultimate eyecandy department strikesTuomas Kuosmanen2000-10-142-0/+4
* Only allow one select-names dialog for each id.Iain Holmes2000-10-143-10/+50
* Only allow one select-names dialog for each composer.Iain Holmes2000-10-142-2/+17
* make the error message more friendly.Michael Meeks2000-10-144-10/+14
* Rearranged these fields a bit more.Christopher James Lahey2000-10-145-138/+145
* *** empty log message ***Jesse Pavel2000-10-141-2/+2
* *** empty log message ***Jesse Pavel2000-10-143-13/+440
* Changed these for boolean ascending attribute instead of int ascendingChristopher James Lahey2000-10-1411-304/+300
* Fixed these to use the new ascending attribute as a boolean instead of anChristopher James Lahey2000-10-145-11/+11
* Don't free the service name.Jeffrey Stedfast2000-10-142-11/+15
* Added e-table-config-field.lo.Christopher James Lahey2000-10-1411-228/+704
* *e-shell-folder-creation-dialog.glade: Added focus to the folder-name textAnna Marie Dirks2000-10-143-0/+6
* NULL is not a valid argument to `xmlNewDoc'. Was this code everEttore Perazzoli2000-10-141-1/+3
* Updated Swedish translation.Christian Rose2000-10-142-334/+323
* Updates.Matthias Warkus2000-10-132-1842/+1616
* stop using format_text, gtkhtml handles this now. (format_text): functionLarry Ewing2000-10-132-84/+18
* sync & expunge the source folder after filtering.Jeffrey Stedfast2000-10-132-36/+54
* Fixed gdk-font refcountingIain Holmes2000-10-133-34/+51
* Added e_container_focus_nth_entry.Christopher James Lahey2000-10-132-0/+33
* set the 2 icon columns to a min width of 18 and resizable to FALSE.Damon Chaplin2000-10-132-2/+7
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-1313-541/+609
* Create the 'spec' and 'extras' arguments and call e_table_scrolled_new()Jeffrey Stedfast2000-10-132-5/+90
* set the pixmaps of the toolbar buttons for the views, and removed a lot ofDamon Chaplin2000-10-123-59/+66
* Added toolbar buttons to switch views. We'll use plain buttons for theDamon Chaplin2000-10-122-0/+22
* Bumped ibex rev.Not Zed2000-10-123-3/+8
* Report the percentage of file complete for the filter.Not Zed2000-10-1210-541/+801
* Duh, fix the test for the folder name, strstr != strcmp is it.Not Zed2000-10-129-85/+229
* Added some stat stuff.Not Zed2000-10-125-26/+187
* Removed temp_message_buffer, and content_input_stream fields which seem toNot Zed2000-10-128-27/+53
* got 12/24 hour format the wrong way round.Damon Chaplin2000-10-122-2/+7
* special case for folders with NULL urls (which aren'tChris Toshok2000-10-122-5/+31
* Store recurrence stuff on the desktop properly (get_ical_day): UtilityJP Rosevear2000-10-122-0/+97
* Replace To with From except in Drafts, Outbox, or Sent boxes. Make SubjectChristopher James Lahey2000-10-122-4/+10
* when there are 0 columns, don't assert.Jeffrey Stedfast2000-10-121-1/+1
* Disable stuffIain Holmes2000-10-122-2/+4
* Disable executive-summaryIain Holmes2000-10-125-8/+25
* ChangelogIain Holmes2000-10-121-0/+4
* Disable the executive-summaryIain Holmes2000-10-122-5/+11
* Disable executive-summaryIain Holmes2000-10-122-7/+0
* Disable the executive-summary for 0.6Iain Holmes2000-10-123-2/+7
* set expansion to 0.0, minimum-width to 16, and resizable to false for theChris Toshok2000-10-122-23/+61
* remove the leading '/'. (nntp_store_subscribe_folder): same.Chris Toshok2000-10-122-3/+9
* Re-checked validity of all files. Made minor changes to menuref.sgml,Aaron Weber2000-10-1218-134/+198
* Take CalObjType as a param because its impossible to determine after aJP Rosevear2000-10-126-140/+149
* *** empty log message ***Jesse Pavel2000-10-122-9/+46
* Changed the password-getting dialog so that the text entry has focus.Anna Marie Dirks2000-10-122-0/+15
* Change the behavior of all the toolbars to be "exclusive".Ettore Perazzoli2000-10-129-8/+18
* change cell type to "string" since we're not including it in the extras.Chris Toshok2000-10-122-1/+6
* g_strconcat needs a NULL.Iain Holmes2000-10-122-2/+7
* New versions of the task icons /tigertTuomas Kuosmanen2000-10-126-473/+112
* Make saving state work properly.Christopher James Lahey2000-10-121-3/+41
* don't free evolution_dir as we need it to save the config settings.Damon Chaplin2000-10-123-2/+5
* moved the calendar settings menu item to the Settings menu and renamed itDamon Chaplin2000-10-122-1/+10
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-1225-139/+2846
* add support for 'X-' parameters.Damon Chaplin2000-10-123-4/+18
* fixed to recalculate min_cell_width/height in case the show_week_numbersDamon Chaplin2000-10-124-45/+211
* Quote the mailbox name as it may contain spaces. (imap_copy_message_to):Jeffrey Stedfast2000-10-122-2/+8
* *** empty log message ***Jesse Pavel2000-10-122-0/+22
* Fixed the column elements, the no-headers attribute and added aChristopher James Lahey2000-10-115-15/+24
* Fixed the column elements here.Christopher James Lahey2000-10-112-3/+7
* Changed these to use the proper form for the column element.Christopher James Lahey2000-10-113-7/+12
* Fixed the spec on this.Christopher James Lahey2000-10-112-2/+6
* Fixed the parity on the cursor-mode check.Christopher James Lahey2000-10-111-1/+1
* Updated to use the new ETable specification stuff.Christopher James Lahey2000-10-112-51/+35
* Updated these to the new ETable style of specifications.Christopher James Lahey2000-10-114-204/+82
* Changed this to use the built in cells.Christopher James Lahey2000-10-112-17/+7
* Updated these to the new style ETables.Christopher James Lahey2000-10-115-139/+79
* convert to the new gal e-table stuff. (html_size_req): (html_new):Chris Toshok2000-10-112-63/+42
* Changed these to use the default cells.Christopher James Lahey2000-10-116-50/+13
* Adapted this for the new ETable system.Christopher James Lahey2000-10-112-14/+16
* Example spec file. Not used. Just an example of what you can do.Christopher James Lahey2000-10-111-0/+21
* remove the html description stuff for now.Chris Toshok2000-10-112-0/+10
* Changed these to match the new ETable system.Christopher James Lahey2000-10-1119-308/+1292
* The element is "pilot_id" not "pilotid". Update both maps (compute_pid):JP Rosevear2000-10-116-83/+124
* Included a missing #include.Christopher James Lahey2000-10-113-22/+84
* Fix a small bugAnders Carlsson2000-10-111-9/+10
* Make it compile.Anders Carlsson2000-10-114-21/+9
* fill in message_count and unread_message_count properly.Chris Toshok2000-10-115-30/+69
* umm.. duh :) only subscribe if it's not subscribed, and vice versa.Chris Toshok2000-10-112-4/+17
* add a ref to input->storage here so that the ref/unref pattern moreChris Toshok2000-10-116-42/+123
* make sure we dup the return value of get_reply_to or get_from whenLarry Ewing2000-10-112-2/+10
* HTML changeIain Holmes2000-10-112-1/+6
* Handle missing icons better.Iain Holmes2000-10-113-3/+29
* Re-took most screenshots; last batch had wrong Sawfish theme.Aaron Weber2000-10-1124-152/+348
* *** empty log message ***Jesse Pavel2000-10-1111-54/+480
* Un-rasterize my changelog entryJoe Shaw2000-10-111-1/+1
* check to make sure we get a valid response from when calling get_text andLarry Ewing2000-10-111-2/+14
* Check before deferencing the sep pointer.Joe Shaw2000-10-112-1/+8
* added lt translationGediminas Paulauskas2000-10-113-0/+4558
* Added #include <errno.h> to mail/mail-threads.c so it will compile.Cody Russell2000-10-112-0/+4
* teach camel about "its" vs. "it's"Jacob "Ulysses" Berkman2000-10-115-8/+12
* make the built sources depend on the idl filesJacob "Ulysses" Berkman2000-10-112-0/+10
* Updated Swedish translation.Christian Rose2000-10-111-48/+12
* Install the Executive-Summary filesIain Holmes2000-10-102-0/+5
* Truncate key if it is too big to fit in a single block to MAX_KEYLENNot Zed2000-10-102-0/+22
* Updated French translations.Christophe Merlet2000-10-102-155/+185
* Updated Swedish translation.Christian Rose2000-10-102-82/+100
* Adjust to using gnome-pilot-sync-abs conduit which is based on the latestJP Rosevear2000-10-1012-1937/+1305
* new round-and-around-and-around-and-arou..duh. New icon. For repeatingTuomas Kuosmanen2000-10-102-78/+20
* Fixed for new rule_context_loadIain Holmes2000-10-102-1/+5
* use our own etable to display the stores, and get them from theChris Toshok2000-10-103-149/+362
* write out the newsrc. (nntp_store_get_name): if @brief, just return host.Chris Toshok2000-10-103-57/+95
* Added the executive-summary library and cflagsIain Holmes2000-10-1011-3/+354
* Updated to use new icon code.Iain Holmes2000-10-102-52/+179
* Added an icon parameter to the create_view methods.Iain Holmes2000-10-1010-29/+80
* Oops, forgot these files last night.Michael Zucci2000-10-102-0/+221
* Updating pt_BR translationsJorge Godoy2000-10-091-1966/+2648
* s/Menu_//Michael Meeks2000-10-097-16/+20
* Work around missing files in Zucchi's commit.Ettore Perazzoli2000-10-093-5/+21
* Removed ondemand callback nonsense from rule_context_load().Not Zed2000-10-092-1/+6
* duh. /tigTuomas Kuosmanen2000-10-091-136/+19
* New widget, full search dialogue for mail.Not Zed2000-10-0912-50/+221
* Remove the stupid on-demand cb shit. (rule_context_load): And here too.Not Zed2000-10-093-21/+13
* fix the mess with separators.Michael Meeks2000-10-097-17/+21
* Removed the assertion that there must be at least 1 column. No way toNot Zed2000-10-095-2/+108
* Add $(EXTRA_GNOME_CFLAGS) so it can find gnomesupport.hIain Holmes2000-10-092-0/+2
* Change paths in such a way as to require HEAD bonobo.Michael Meeks2000-10-092-2/+15
* re-write.Michael Meeks2000-10-094-11/+26
* s/descr/tip/Michael Meeks2000-10-098-50/+64
* Added missing BEGIN/END_GNOME_DECLSLauris Kaplinski2000-10-091-0/+5
* Updated spanish translation.Hector Garcia2000-10-082-211/+95
* Updated russian translation.Valek Frob2000-10-082-314/+307
* Updated Galician translationJesus Bravo Alvarez2000-10-082-1826/+1589
* Updated Swedish translation.Christian Rose2000-10-082-68/+91
* Issue a warning if h->value is NULL.Miguel de Icaza2000-10-081-1/+9
* Tag string for translation (do_flag_messages): ditto.Miguel de Icaza2000-10-082-4/+7
* Repeates writes on EINTRS. (pipe_read): Repeats reads on EINTRS.Miguel de Icaza2000-10-083-24/+111
* Move the functionality to incorporate messages intoMiguel de Icaza2000-10-082-122/+149
* Fix the semicolons in this rule. Noticed by x-virge.Dan Winship2000-10-083-7/+16
* set cursors to NULL after destroying them, to avoid any possibility ofDamon Chaplin2000-10-081-0/+5
* initialize priv->sockets to NULL, fixes startup crash on non-ia32Matt Wilson2000-10-082-0/+6
* New function to make a directory and (if needed), its parentsDan Winship2000-10-082-1/+38
* Fix the locking up of the mail by only calling camel functions from theIain Holmes2000-10-075-53/+163
* Use gnome-vfs to retrieve the requested files. Allows services to specifyIain Holmes2000-10-075-26/+40
* Byebye Makefile.inIain Holmes2000-10-075-52/+101
* New widget to pick weekdays.Federico Mena Quintero2000-10-073-0/+608
* Decode the resulting string.Jeffrey Stedfast2000-10-072-6/+15
* Backported (from EVOLUTION_0_5_1) the code that allowed the shell toEttore Perazzoli2000-10-072-3/+109
* call _set_compare_function after inserting the storage.Chris Toshok2000-10-072-0/+6
* make it transparent instead of white.Chris Toshok2000-10-072-16/+20
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-071-0/+2
* set the @subscribed_only parameter to TRUE, since the subscribe UI is theChris Toshok2000-10-072-1/+7
* new file.Chris Toshok2000-10-074-0/+309
* Fix so that we don't encode every single char in the word. Also, do weJeffrey Stedfast2000-10-072-2/+3
* Fix so that we don't encode every single char in the word. Also, do weJeffrey Stedfast2000-10-072-12/+19
* Updated French translation.Christophe Merlet2000-10-078-318/+340
* Add missing parameter in call to `camel_store_get_folder_info()'.Ettore Perazzoli2000-10-072-1/+7
* Don't compile the NNTP provider as it currently doesn't build becauseEttore Perazzoli2000-10-071-1/+1
* Fix builddir != srcdir Yet Another Time Again. Fun!Ettore Perazzoli2000-10-072-14/+20
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-0611-28/+361
* Decode the header before writing it to the header box.Jeffrey Stedfast2000-10-062-2/+9
* Encode the name part of the address and don't quote the name.Jeffrey Stedfast2000-10-062-14/+78