# $FreeBSD$ # # MAINTAINER: portmgr@FreeBSD.org # # @shell bin/shell # # Handle adding and remove a path to a shell binary into /etc/shells # actions: [file] post-install: < ${PKG_ROOTDIR}/etc/shells rm -f ${PKG_ROOTDIR}/etc/shells.bak EOD pre-deinstall: < ${PKG_ROOTDIR}/etc/shells rm -f ${PKG_ROOTDIR}/etc/shells.bak EOD evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add calendar/importers/Makefile to output.Hans Petter Jansson2003-03-017-6/+25
* Add style_set to update list properly (et_canvas_realize): Remove this asRodney Dawes2003-03-011-7/+4
* Remove libalarm.a, which was not being used by the calendar.Dan Winship2003-03-014-17/+23
* Don't need to use libalarm to set a timeout to change the date. We knowDan Winship2003-03-013-24/+34
* Remove these from here; talking to the mailer doesn't really belong at theDan Winship2003-03-0112-307/+342
* Make "MessageReplyList" and "MessagePostReply" have no pixbuf. Same withEttore Perazzoli2003-03-013-6/+9
* remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-12/+0
* remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-11/+0
* ignore some stuff, yo.Chris Toshok2003-02-284-3/+398
* init column_count to column_start + 1. (item_removed): clean up theChris Toshok2003-02-281-7/+11
* Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-283-5/+40
* use g_signal_connect here, not swapped... although since we pass theChris Toshok2003-02-286-10/+47
* link to versist libtool objectJP Rosevear2003-02-283-2/+8
* link to libversit libtool objectJP Rosevear2003-02-282-1/+5
* include gnome-pilot cflagsJP Rosevear2003-02-282-1/+5
* Missed changelog.JP Rosevear2003-02-281-0/+4
* export gnome-pilot cflagsJP Rosevear2003-02-281-0/+2
* guard this so we don't try to free priv multiple times.Chris Toshok2003-02-282-3/+9
* use gdk_event_copy and gdk_event_free to dup the event.Mike Kestner2003-02-281-19/+11
* Fix for server files from Antonio XuRodney Dawes2003-02-282-1/+5
* Add e-config-upgrade.hRodney Dawes2003-02-272-0/+5
* This makes alarm notification work.Hans Petter Jansson2003-02-272-1/+8
* Undo jeff's changes.Not Zed2003-02-273-5/+20
* remove the grab_cancelled_check_id if it's still active.Chris Toshok2003-02-271-0/+4
* This makes creating appointments and tasks from the "New" button work.Hans Petter Jansson2003-02-272-6/+16
* Updated to use g_alloca instead of alloca so that we can skip all theJeffrey Stedfast2003-02-272-2/+6
* if we fail to activate factories for a given protocol, return.Chris Toshok2003-02-273-62/+23
* make this more robust - only assume it's a folderlistitem node if the nameChris Toshok2003-02-272-4/+13
* Fixes Ximian #37895.Hans Petter Jansson2003-02-273-3/+13
* Fixes Ximian #38306.Hans Petter Jansson2003-02-272-19/+44
* don't #include camel-iconv.hJeffrey Stedfast2003-02-271-1/+0
* Updated Swedish translation.Christian Rose2003-02-272-2605/+2864
* Change the type of load_http_images to INT rather than BOOL. Fixes bugJeffrey Stedfast2003-02-272-2/+8
* New routine to attempt to start each available startup wizard in priorityDan Winship2003-02-272-7/+46
* Reverted back to using e-iconvJeffrey Stedfast2003-02-273-8/+12
* add a repo_id and a priority level to the startup wizardDan Winship2003-02-272-0/+12
* Added a key for /apps/evolution/version - seems the best place to put it.Not Zed2003-02-266-32/+1760
* Make sure the folder is non-NULL before trying to remove it from theJeffrey Stedfast2003-02-262-6/+13
* Use fixed margins of 5% of page width/height. This is the same cheat asHans Petter Jansson2003-02-262-12/+43
* Get default view from correct key.Hans Petter Jansson2003-02-262-1/+6
* New internal function to parse the locale language code. (e_iconv_init):Jeffrey Stedfast2003-02-262-28/+107
* Show start/end-of-day widgets.Hans Petter Jansson2003-02-262-0/+7
* Update Czech translationMiloslav Trmac2003-02-262-796/+808
* Reverted back to using e-iconv instead of camel-iconv.Jeffrey Stedfast2003-02-262-2/+8
* Same as below.Jeffrey Stedfast2003-02-263-5/+12
* removed unused filter code that was wrong anywayJeffrey Stedfast2003-02-264-214/+0
* canonicalise the charset name (if it is an iso charset) so that ourJeffrey Stedfast2003-02-262-2/+70
* Same as the ones below.Jeffrey Stedfast2003-02-2615-254/+107
* updated Vietnamese filePablo Saratxaga2003-02-262-4639/+5133
* Update for new EvolutionWizard interfaces.Dan Winship2003-02-252-19/+26
* Change this to let the Wizard provide an array of title/icon/controlDan Winship2003-02-256-617/+300
* Use g_signal_handlers_disconnect_by_func sinceDan Winship2003-02-252-10/+23
* Redo this to not use the CORBA interfaces in the local case (inDan Winship2003-02-257-756/+485
* remove some cvs merge cruftDan Winship2003-02-251-1/+0
* Use g_signal_connect_after to connect to the "prepare" signal to workDan Winship2003-02-253-8/+25
* Same as below.Jeffrey Stedfast2003-02-259-115/+223
* g_alloca (strlen (charset) + 1) so we don't overflow the buffer.Jeffrey Stedfast2003-02-252-1/+4
* Make sure the url is != NULL? I can't think of anything else in this codeJeffrey Stedfast2003-02-252-0/+8
* Don't write the passwd, fixes "bug" #38601.Jeffrey Stedfast2003-02-252-3/+9
* Fixed a memory leak.Jeffrey Stedfast2003-02-252-0/+6
* Make sure m->config_service is non-NULL before usingJeffrey Stedfast2003-02-253-3/+12
* Updated Ukrainian translationYuri Syrota2003-02-251-18/+12
* Don't unref the GtkInvisible - instead, destroy it.Hans Petter Jansson2003-02-251-2/+2
* Don't always append "[script]" to the signature name. Also cleaned up someJeffrey Stedfast2003-02-252-10/+23
* Doh, forgot to remove the e-gray-bar.h includeRodney Dawes2003-02-252-1/+4
* fixed the purple druid pagesJeffrey Stedfast2003-02-251-15/+15
* We don't need e-gray-bar.[ch] anymore Remove these unused files now We areRodney Dawes2003-02-256-249/+35
* Make bucket->refcount 31 bits and bucket->used 1 bit instead of havingJeffrey Stedfast2003-02-252-4/+6
* Use g_iconv_close() here, missed this before. (camel_iconv): Might as wellJeffrey Stedfast2003-02-252-2/+9
* New function...back from the depths of hell from whence it cameJeffrey Stedfast2003-02-255-7/+194
* (impl_populateFolderContextMenu):Ettore Perazzoli2003-02-242-1/+7
* fixed a type-o that causes a segfaultJeffrey Stedfast2003-02-242-2/+2
* Update dialog to use stock response IDs.Ettore Perazzoli2003-02-242-169/+133
* Updated Ukrainian translationYuri Syrota2003-02-241-64/+38
* Updated Ukrainian translationYuri Syrota2003-02-241-102/+102
* Updated Ukrainian translationYuri Syrota2003-02-241-310/+295
* 'uid' should not be const.Jeffrey Stedfast2003-02-242-1/+6
* Do it the same way we just made the sendmail code do it.Jeffrey Stedfast2003-02-243-60/+61
* fix the conf keys, currently unused.Not Zed2003-02-243-3/+9
* fix the g_snprintf stuff.Not Zed2003-02-244-77/+29
* Don't warn if calendar isn't loaded... Doesn't seem to hurt, but thisHans Petter Jansson2003-02-245-5/+28
* gconf settings upgradesMichael Zucci2003-02-2413-419/+224
* dont unref accounts anymore. (change_status): itipAddress -> EAccount.Not Zed2003-02-241-1/+1
* dont unref accounts anymore. (change_status): itipAddress -> EAccount.Not Zed2003-02-242-2/+148
* helper to get the dfault account. (e_account_list_set_default): helper toNot Zed2003-02-243-5/+197
* Change to use EAccountList, etc.Not Zed2003-02-242-52/+28
* Fix an attributes typo.Hans Petter Jansson2003-02-242-1/+5
* Fix an attributes typo and add stock icon identifiers to silence warningHans Petter Jansson2003-02-242-17/+28
* Appease the compiler. (gnome_calendar_update_paned_quanta): Don't actuallyHans Petter Jansson2003-02-244-2/+34
* Updated Ukrainian translationYuri Syrota2003-02-231-285/+291
* CVS server broke again. Here's the rest...Hans Petter Jansson2003-02-231-2/+2
* Eliminate e_utf8_to_gtk_string ().Hans Petter Jansson2003-02-237-18/+40
* Set the local provider description field to a string rather than NULL toJeffrey Stedfast2003-02-232-1/+7
* bitwise-or in CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES to fix bug #38499.Jeffrey Stedfast2003-02-232-2/+7
* New overloaded virtual method, does what dialog_destroy_cb was trying toJeffrey Stedfast2003-02-234-77/+87
* Don't save the HTML format setting to gconf. This option menu is meant forJeffrey Stedfast2003-02-232-5/+8
* Show the custom widgets, since libglade appears to not want to do that.Hans Petter Jansson2003-02-233-10/+44
* Add an iteration statement. Fixes hang in wombat.Hans Petter Jansson2003-02-232-0/+7
* s/g_slist_free1/g_slist_free_1Jeffrey Stedfast2003-02-232-3/+5
* Remove all Bcc headers before sending to the smtp server.Jeffrey Stedfast2003-02-233-14/+62
* Commit fixes from Grzegorz Goawski <grzegol@pld.org.pl>.Hans Petter Jansson2003-02-232-28/+35
* A result of 0 no longer indicates success; GTK_RESPONSE_OK does.Hans Petter Jansson2003-02-232-1/+6
* Updated Ukrainian translationYuri Syrota2003-02-231-88/+88
* Don't try to get a FontPrefs control.Hans Petter Jansson2003-02-224-3/+16
* GObject, not GtkObject. (calendar_model_destroy): ->Hans Petter Jansson2003-02-227-30/+58
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-2223-115/+97
* Use tables instead of vboxes, so that groups of label/entry pairs (as inDan Winship2003-02-225-73/+113
* build libcomposer as a shared library so it can be linked intoDan Winship2003-02-222-2/+7
* Converted it.po in UTF-8 and updated.Marco Ciampa2003-02-22