aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/parchive/pkg-descr
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-03 03:55:50 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:33:54 +0800
commitc90755fc7c6ea470c3e37b71b0a964306c531df4 (patch)
tree6d3531dcee1a83af675855cca748317a504c9054 /archivers/parchive/pkg-descr
parentf8396d6e819ff07eadb26babe060e2910855d682 (diff)
downloadfreebsd-ports-gnome-gstreamer.tar.gz
freebsd-ports-gnome-gstreamer.tar.zst
freebsd-ports-gnome-gstreamer.zip
Update to 2.0.2gstreamer
Changes: https://docs.djangoproject.com/en/2.0/releases/2.0.2/ Security: d696473f-9f32-42c5-a106-bf4536fb1f74 MFH: 2018Q1
Diffstat (limited to 'archivers/parchive/pkg-descr')
0 files changed, 0 insertions, 0 deletions
umn1'>| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-23 Christopher James Lahey <clahey@helixcode.com> * e-table-col.c, e-table-col.h (etc_destroy): Destroy text and pixbuf if they exist whether or not is_pixbuf is set. (e_table_col_new_with_pixbuf): Make new_with_pixbuf take a title argument which is for when you can't display pixmaps. * e-table-column-specification.c (e_table_column_specification_load_from_node): Don't translate the pixbuf string attribute. * e-table-sort-info.c, e-table-sort-info.h (e_table_sort_info_load_from_node): Added a state_version parameter to the load_from_node function. This lets the loader specify which version of ETableState is being processed. If it's less than .05, use the old nested version. If it's greater, use the new flat version. (e_table_sort_info_save_to_node): Changed this to store a list of group and leaf nodes instead of nesting the group nodes and leaf nodes one inside the other. This is much easier to understand and requires less typing when creating a new ETableSpecification's initial ETableState. * e-table-state.c: Changed the state-version parameter to 0.1. (e_table_state_load_from_node): Use e_xml_get_double_prop_by_name_with_default so that we can specify a state-version default of 0.1 for people writing ETableStates by hand. Pass the state-version to e_table_sort_info_load_from_node. * e-table.c (et_col_spec_to_col): Pass the title from the ETableColumnSpecification to the ETableCol even if it's a pixbuf column. svn path=/trunk/; revision=7138 * Added e_xml_get_double_prop_by_name_with_default.Christopher James Lahey2000-12-232-2/+25 | | | | | | | | | 2000-12-23 Christopher James Lahey <clahey@helixcode.com> * gal/util/e-xml-utils.c, gal/util/e-xml-utils.h: Added e_xml_get_double_prop_by_name_with_default. svn path=/trunk/; revision=7137 * Clean up translatable strings for translators, fixes bug 993JP Rosevear2000-12-232-6/+10 | | | | | | | | | 2000-12-22 JP Rosevear <jpr@helixcode.com> * gui/dialogs/delete-comp.c (delete_component_dialog): Clean up translatable strings for translators, fixes bug 993 svn path=/trunk/; revision=7136 * Make sure the current month is shown when the dialog pops up.JP Rosevear2000-12-233-2/+16 | | | | | | | | | | | 2000-12-22 JP Rosevear <jpr@helixcode.com> * gui/goto.c (create_ecal): Make sure the current month is shown when the dialog pops up. * gui/goto-dialog.glade: Remove flicker svn path=/trunk/; revision=7135 * account for the case where there are no alarms, fixes crashJP Rosevear2000-12-232-2/+11 | | | | | | | | | 2000-12-22 JP Rosevear <jpr@helixcode.com> * pcs/cal-backend-file.c (cal_backend_file_get_alarms_for_object): account for the case where there are no alarms, fixes crash svn path=/trunk/; revision=7134 * New function to keep the ecal marked properly (create_ecal): move moreJP Rosevear2000-12-237-451/+40 | | | | | | | | | | | | | | | | | | 2000-12-22 JP Rosevear <jpr@helixcode.com> * gui/goto.c (ecal_date_range_changed): New function to keep the ecal marked properly (create_ecal): move more creation code here, update marks (goto_dialog_init_widgets): listen for date_range_changed signal in the ecal * gui/calendar-commands.c (init_calendar): Remove ancient gnomecal cruft * gui/mark.[hc], gui/prop.c: Remove ancient gnomecal code that is no longer needed, last bit of bug 904 svn path=/trunk/; revision=7133 * translationsJP Rosevear2000-12-2311-280/+490 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-22 JP Rosevear <jpr@helixcode.com> * gui/goto-dialog.glade.h: translations * gui/goto-dialog.glade: new glade file for goto dialog * gui/gnome-cal.c (setup_widgets): Set date navigator attributes * gui/calendar-commands.h: remove prototype * gui/goto.h: Add prototype * gui/Makefile.am: Add glade file stuff * gui/gnome-cal.c (setup_widgets): Use accessors to configure the calendar item properly 2000-12-22 JP Rosevear <jpr@helixcode.com> * e-calendar-item.h: add prototypes * e-calendar-item.c (e_calendar_item_init): Set max_days_selected to 1 and days_to_start_week_selection to -1 as documented in header (e_calendar_item_set_arg): use new accessor methods (e_calendar_item_get_arg): ditto (e_calendar_item_get_max_days_sel): accessor (e_calendar_item_set_max_days_sel): ditto (e_calendar_item_get_days_start_week_sel): ditto (e_calendar_item_set_days_start_week_sel): ditto (e_calendar_item_class_init): add display_popup argument (e_calendar_item_init): initialize display_popup member (e_calendar_item_get_arg): get display_popup member (e_calendar_item_set_arg): set display_popup member (e_calendar_item_button_press): only show the popup menu if the member is set (e_calendar_item_get_display_popup): acessor (e_calendar_item_set_display_popup): ditto svn path=/trunk/; revision=7132 * When getting the top-level folder list, include INBOX even if it's notDan Winship2000-12-232-12/+27 | | | | | | | | | | * providers/imap/camel-imap-store.c (get_folder_info): When getting the top-level folder list, include INBOX even if it's not subscribed. Don't show subscribed folders outside of the given namespace. Do a better job of pruning the namespace from the returned folder tree. svn path=/trunk/; revision=7131 * Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-2321-277/+1400 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-21 Federico Mena Quintero <federico@helixcode.com> Alarm trigger queueing for the GUI part. * gui/alarm-notify.[ch]: New files with the high-level alarm notification system; mostly moved over from gnome-cal.c. The low-level timer stuff is still in alarm.[ch]. * gui/alarm-notify.c (alarm_notify_init): New function to initialize the alarm notification system. (alarm_notify_done): New function to shut down the alarm notification system. (alarm_notify_add_client): New function to start monitoring a calendar client for alarm notification. (alarm_notify_remove_client): New function to stop monitoring a client. * gui/alarm.h (AlarmDestroyNotify): Also pass in the alarm ID so the callback may know which ID is being destroyed. * gui/alarm.c (clear_itimer): New function. (pop_alarm): Use clear_itimer(). (alarm_done): New function to shut down the timer system. (alarm_add): Add some preconditions. Do not call the destroy notification function if we could not create the alarm. (alarm_ready): Pass the alarm ID to the destroy notify function. (alarm_remove): Likewise. Also, add some preconditions. * gui/gnome-cal.c: Removed the alarm notification functions from here since they are now in alarm-notify.c. (gnome_calendar_construct): Register the client with alarm_notify_add_client(). (gnome_calendar_destroy): Use alarm_notify_remove_client() to unregister the client. (obj_updated_cb): Do not do any alarm-related stuff. (obj_removed_cb): Likewise. * gui/main.c (main): Shut down the alarm timer system. (main): Initialize and shut down the alarm notification system. * gui/Makefile.am (evolution_calendar_SOURCES): Added alarm-notify.[ch] to the list of sources. * gui/calendar-model.c (calendar_model_set_cal_client): Only connect to the "cal_loaded" signal if the client is not already loaded. * gui/e-day-view.c (e_day_view_set_cal_client): Likewise. * gui/e-week-view.c (e_week_view_set_cal_client): Likewise. * gui/e-itip-control.c (update_calendar): Connect to "cal_loaded" before issuing the load request. svn path=/trunk/; revision=7130 * Updated Norwegian translation.Kjartan Maraas2000-12-222-51/+58 | | | | | | | | | | 2000-12-22 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. 2000-12-22 Christian Rose <menthos@menthos.com> svn path=/trunk/; revision=7129 * Detect created and deleted vfolders.Iain Holmes2000-12-224-10/+97 | | | | svn path=/trunk/; revision=7126 * removed conflict indicatorsIain Holmes2000-12-221-8/+0 | | | | svn path=/trunk/; revision=7124 * Working Calendar summary.Iain Holmes2000-12-229-146/+315 | | | | | | Smile. svn path=/trunk/; revision=7123 * include configure.h because HAVE_TIMEZONE is usedJP Rosevear2000-12-223-1/+13 | | | | | | | | | | | | 2000-12-21 JP Rosevear <jpr@helixcode.com> * src/libical/icaltime.c: include configure.h because HAVE_TIMEZONE is used * acconfig.h: Terminate variable comment so that the variable can actually be seen svn path=/trunk/; revision=7122 * Updated Swedish translation.Christian Rose2000-12-222-82/+93 | | | | svn path=/trunk/; revision=7121 * Ref the cards that get put in the change list (next_changed_item): utilJP Rosevear2000-12-223-64/+144 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-21 JP Rosevear <jpr@helixcode.com> * conduit/address-conduit.c (cursor_cb): Ref the cards that get put in the change list (next_changed_item): util function to get the real next changed item (compute_status): really compute the status of the record (local_record_from_uid): Set the id of the temporary card (check_for_slow_setting): Make this check a little saner (card_added): Only record the CardObjectChange if the card is not archived (card_changed): ditto (card_removed): ditto (set_status_cleared): actually clear the status (for_each_modified): Clean out cruft and use next_changed_item (add_record): Set the new id properly in our local card copy (replace_record): handle the case where the record has been deleted and we need to call add. need to update the changed_hash entry (delete_record): Don't panic if the card is not found, its already been deleted. * backend/pas/pas-backend-file.c (pas_backend_file_book_view_copy): The change_context no longer has a del_cards member (pas_backend_file_book_view_free): ditto (pas_backend_file_process_get_changes): ditto (pas_backend_file_changes_foreach_key): just record the id (pas_backend_file_changes): notify_remove needs an id not a vcard svn path=/trunk/; revision=7120 * New CamelFolderSearch subclass that just reimplements body_contains (usingDan Winship2000-12-229-441/+228 | | | | | | | | | | | | | | | | | | * providers/imap/camel-imap-search.c: New CamelFolderSearch subclass that just reimplements body_contains (using the IMAP SEARCH command). All other kinds of searching are done against the local summary. * providers/imap/camel-imap-folder.c (imap_search_by_expression): Use a CamelImapSearch to do searching. * providers/imap/camel-imap-utils.c (imap_translate_sexp, etc): No longer needed. * camel-folder-search.h: Add missing CAMEL_FOLDER_SEARCH_TYPE #define svn path=/trunk/; revision=7119 * Deal with the possibility that we have an icon-filename listed for a MIMEDan Winship2000-12-222-6/+25 | | | | | | | | | * mail-display.c (pixbuf_for_mime_type): Deal with the possibility that we have an icon-filename listed for a MIME type, but the icon file doesn't actually exist. Also, if gnome-unknown.png can't be found, fall back. Might fix a crash people have been reporting... svn path=/trunk/; revision=7118 * Update the doc comment: since it always NUL-terminates the buffer, itDan Winship2000-12-223-4/+15 | | | | | | | | | | | | | * camel-stream-buffer.c (camel_stream_buffer_gets): Update the doc comment: since it always NUL-terminates the buffer, it reads at most @max-1 bytes, not @max. * camel-remote-store.c (remote_recv_line): Fix the "did camel_stream_buffer_gets fill the whole buffer" check. Fixes a bug when reading lines longer than 1024 characters (eg, IMAP SEARCH responses in very large folders). svn path=/trunk/; revision=7117 * Updated russian translation.Valek Frob2000-12-212-68/+76 | | | | svn path=/trunk/; revision=7114 * remove wierd extraneous '>' - thanks to Jeff.Michael Meeks2000-12-212-1/+5 | | | | | | | | 2000-12-21 Michael Meeks <michael@helixcode.com> * evolution.xml: remove wierd extraneous '>' - thanks to Jeff. svn path=/trunk/; revision=7110 * And here too.Not Zed2000-12-213-1/+12 | | | | | | | | | | | 2000-12-21 Not Zed <NotZed@HelixCode.com> * filter-message-search.c (filter_message_search): And here too. * filter-driver.c (filter_driver_finalise): Kind of revert an accidentally commited patch for e_sexp_unref. svn path=/trunk/; revision=7108 * God-damned friggin' WinCvs shit is so damn annoying. Why can't I just paste ↵Jeffrey Stedfast2000-12-213-3/+16 | | | | | | | | my ChangeLog entry? Ugh... Anyways, this checkin fixes bug #1007 svn path=/trunk/; revision=7107 * Check for null strings (e_pilot_utf8_from_pchar): dittoJP Rosevear2000-12-214-3/+19 | | | | | | | | | 2000-12-20 JP Rosevear <jpr@helixcode.com> * e-pilot-util.c (e_pilot_utf8_to_pchar): Check for null strings (e_pilot_utf8_from_pchar): ditto svn path=/trunk/; revision=7106 * Fix erroneous documentationJP Rosevear2000-12-215-59/+116 | | | | | | | | | | | | | | | | | | | | | | 2000-12-20 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit.h: Fix erroneous documentation * conduits/todo/todo-conduit.c (comp_from_remote_record): if !is_empty_time rather than is_empty_time (e_todo_context_new): Return a pointer rather than fill in a parameter (e_todo_context_foreach_change): Free just the key (e_todo_context_destroy): Plug this enormous leakage. I had assumed i had done this earlier, which isn't too bright when anything beyond 2 minutes ago is fuzzy. (comp_from_remote_record): Kill warnings (post_sync): Destroy the map later (conduit_get_gpilot_conduit): Fix e_todo_context_new params * conduits/calendar/calendar-conduit.[hc]: Similar to above svn path=/trunk/; revision=7105 * Use my own wrapper functions instead of trying to *directly* access theJP Rosevear2000-12-212-3/+17 | | | | | | | | | | | 2000-12-20 JP Rosevear <jpr@helixcode.com> * conduit/address-conduit.c (match): Use my own wrapper functions instead of trying to *directly* access the the data structures my self (post_sync): Put in hack to prevent syncing the same records twice svn path=/trunk/; revision=7104 * stop executive summary making the UI flicker when switching to / from it.Michael Meeks2000-12-212-1/+8 | | | | | | | | | 2000-12-14 Michael Meeks <michael@helixcode.com> * evolution-executive-summary.xml: stop executive summary making the UI flicker when switching to / from it. svn path=/trunk/; revision=7103 * Updated Ukrainian translationYuri Syrota2000-12-201-7/+6 | | | | svn path=/trunk/; revision=7102 * Updated Ukrainian translationYuri Syrota2000-12-201-3/+3 | | | | svn path=/trunk/; revision=7101 * Updated Ukrainian translationYuri Syrota2000-12-201-100/+102 | | | | svn path=/trunk/; revision=7100 * translations from keldKenneth Christiansen2000-12-201-49/+52 | | | | | | | | | | | | | | | | | | | | gedit/po/da.po achtung/po/da.po balsa/po/da.po bonobo/po/da.po bug-buddy/po/da.po control-center/po/da.po ee/po/da.po evolution/po/da.po galeon/po/da.po gdm2/po/da.po gfloppy/po/da.po gimp/po/da.po gimp/po-plug-ins/da.po gimp/po-script-fu/da.po glade/po/da.po gnome-applets/po/da.po gnome-chess/po/da.po gnome-core/po/da.po gnome-db/po/da.po gnome-games/po/da.po gnome-iconedit/po/da.po gnome-libs-HEAD/po/da.po gnome-libs/po/da.po gnome-pilot/po/da.po gnome-utils/po/da.po gnopo/po/da.po gnorpm/po/da.po gnumeric/po/da.po gtk+/po/da.po gtranslator/po/da.po guppi3/po/da.po helix-setup-tools/po/da.po libgtop/po/da.po magicdev/po/da.po mc/po/da.po memprof/po/da.po nautilus/po/da.po pan/po/da.po rp3/po/da.po sodipodi/po/da.po xpdf/po/da.po svn path=/trunk/; revision=7099 * Translations from keldKenneth Christiansen2000-12-201-388/+537 | | | | | | | | | | | | | | | | | | | achtung/po/da.po balsa/po/da.po bonobo/po/da.po bug-buddy/po/da.po ee/po/da.po evolution/po/da.po gal/po/da.po gdm2/po/da.po Tag: gedit-1-0 gedit/po/da.po No tag gfloppy/po/da.po glade/po/da.po gnome-applets/po/da.po gnome-chess/po/da.po gnome-core/po/da.po gnome-games/po/da.po gnome-iconedit/po/da.po gnome-lokkit/po/da.po gnome-pilot/po/da.po gnome-print/po/da.po gnome-utils/po/da.po gnopo/po/da.po gnorpm/po/da.po gnumeric/po/da.po helix-setup-tools/po/da.po libgtop/po/da.po magicdev/po/da.po mc/po/da.po memprof/po/da.po nautilus/po/da.po pan/po/da.po pong/po/da.po rp3/po/da.po sodipodi/po/da.po xpdf/po/da.po svn path=/trunk/; revision=7098 * Oops, missed a gtk unref of the now-no-longer gtk e_sexp.Not Zed2000-12-203-20/+11 | | | | | | | | | | | | 2000-12-20 Not Zed <NotZed@HelixCode.com> * filter-message-search.c (filter_message_search): Oops, missed a gtk unref of the now-no-longer gtk e_sexp. * filter-driver.c: Remove mail_tool_lock stuff. (filter_driver_finalise): unref e_sexp properly. svn path=/trunk/; revision=7095 * Fix bug #635JP Rosevear2000-12-202-1/+5 | | | | | | | | 2000-12-19 JP Rosevear <jpr@helixcode.com> * evolution-calendar.xml: Fix bug #635 svn path=/trunk/; revision=7094 * Remove pointless commentJP Rosevear2000-12-205-46/+89 | | | | | | | | | | | | | | | | 2000-12-19 JP Rosevear <jpr@helixcode.com> * conduits/calendar/calendar-conduit.c: Remove pointless comment * conduits/todo/todo-conduit.c (is_empty_time): add utility function (comp_from_remote_record): use it 2000-12-19 JP Rosevear <jpr@helixcode.com> *conduit/address-conduit.c (ecard_from_remote_record): Convert pilot strings to utf for the e-cards. svn path=/trunk/; revision=7093 * Convert cal component strings to pilot character setJP Rosevear2000-12-209-48/+146 | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-19 JP Rosevear <jpr@helixcode.com> * conduits/calendar/calendar-conduit.c (local_record_from_comp): Convert cal component strings to pilot character set (comp_from_remote_record): vice versa * conduits/todo/todo-conduit.c: Same as above 2000-12-19 JP Rosevear <jpr@helixcode.com> * conduit/address-conduit.c (local_record_from_ecard): Convert ecard strings to pilot encodings 2000-12-19 JP Rosevear <jpr@helixcode.com> * e-pilot-util.c (e_pilot_utf8_to_pchar): Convert utf8 strings to pilot character set (e_pilot_utf8_from_pchar): vice versa * Makefile.am: Conditionally build e-pilot-util.[hc] because they depend on pilot-link stuff svn path=/trunk/; revision=7090 * Oops. Don't do "FETCH 1:0" when the folder is empty.Dan Winship2000-12-202-31/+48 | | | | | | | | | | * providers/imap/camel-imap-folder.c (imap_refresh_info): Oops. Don't do "FETCH 1:0" when the folder is empty. (imap_protocol_get_summary_specifier): Request RFC822.SIZE too. (imap_update_summary): Parse RFC822.SIZE and add it to the summary. svn path=/trunk/; revision=7088 * Updated Norwegian translation.Kjartan Maraas2000-12-202-461/+509 | | | | | | | | 2000-12-19 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation. svn path=/trunk/; revision=7087 * Add "guint32 server_flags" to CamelImapMessageInfo to keep track of theDan Winship2000-12-204-62/+105 | | | | | | | | | | | | | | | | | | * providers/imap/camel-imap-summary.c: Add "guint32 server_flags" to CamelImapMessageInfo to keep track of the last known message flag state on the server. (message_info_save, message_info_load): Save/load the server_flags. * providers/imap/camel-imap-folder.c: Make this use CamelFolderChangeInfo and emit folder_changed notifications as it gets them rather than only on refresh_info. (imap_refresh_info): Notice flags that get cleared on the server as well as flags that get set. (imap_update_summary): Remove a comment that never actually applied to the committed code. svn path=/trunk/; revision=7086 * Updated Ukrainian translationYuri Syrota2000-12-201-42/+36 | | | | svn path=/trunk/; revision=7085 * Added proper dependency lists to the gtk-doc mess.Federico Mena Quintero2000-12-2032-1124/+1750 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-19 Federico Mena Quintero <federico@helixcode.com> Added proper dependency lists to the gtk-doc mess. * calendar/cal-client/Makefile.am (TARGET_DIR): Removed unused variable. (SOURCE_FILES): New variable with the list of source files we depend on. (IGNORED_SOURCE_HEADERS): New variable with the headers we ignore for the gtkdoc-scan phase. (scan_generated): (tmpl_dependencies): (tmpl_sources): (tmpl_generated); (sgml_dependencies): (sgml_generated): Lists of stuff that is generated and that other stuff depends on. (all): Added the $(sgml_generated) as the final target. (install-data-local): Added an installation hook; gtk-doc seems to want some of its generated files to be installed. * calendar/cal-client/evolution-cal-client-sections.txt: Updated. * calendar/cal-util/Makefile.am: Made the same changes as for calendar/cal-client/Makefile.am. * calendar/cal-util/evolution-cal-util-sections.txt: Updated. * Makefile.am (local_entities): Added alarm-generation.sgml. (all): Made the main target be the html/index.html. svn path=/trunk/; revision=7084 * Fix confusion in the way the range is expanded.Federico Mena Quintero2000-12-2011-369/+170 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-19 Federico Mena Quintero <federico@helixcode.com> * pcs/cal-backend-file.c (compute_alarm_range): Fix confusion in the way the range is expanded. * cal-util/cal-component.c (cal_component_alarms_free): Doh, alarms->alarms is a list, not a generic pointer. Free it properly. (cal_component_free_pilot_id): Removed unused function. (cal_component_free_pilot_status): Likewise. * gui/main.c (init_bonobo): Use VERSION instead of a hardcoded string. Pass argc by value, not by reference. Test the return value of gnome_init_with_popt_table(). * cal-client/cal-client.c (cal_client_free_alarms): Oops, missed implementing this function. * cal-util/timeutil.c (print_time_t): Better printing format. (isodiff_to_secs): Removed unused function. (isodiff_from_secs): Removed unused function. (time_day_end): Removed crufty part. (time_day_begin): Removed crufty part. (time_day_hour): Removed unused function. (format_simple_hour): Removed unused function. (get_time_t_hour): Removed unused function. (time_from_start_duration): Removed unused function. * cal-util/timeutil.h (parse_date): Removed unimplemented, unused function prototype. svn path=/trunk/; revision=7083 * Updated Ukrainian translationYuri Syrota2000-12-201-496/+552 | | | | svn path=/trunk/; revision=7082 * Removed prototype for setup_alarm to fix a warning.Christopher James Lahey2000-12-202-0/+7 | | | | | | | | | 2000-12-19 Christopher James Lahey <clahey@helixcode.com> * gui/gnome-cal.c: Removed prototype for setup_alarm to fix a warning. svn path=/trunk/; revision=7081 * Made it so that if you select multiple contacts, the right click menu toChristopher James Lahey2000-12-202-9/+59 | | | | | | | | | | 2000-12-19 Christopher James Lahey <clahey@helixcode.com> * gui/widgets/e-addressbook-view.c (delete): Made it so that if you select multiple contacts, the right click menu to delete deletes them all. svn path=/trunk/; revision=7080 * Set the minimum width of newly created children.Christopher James Lahey2000-12-195-42/+69 | | | | | | | | | | | | | | | | | | | | | 2000-12-19 Christopher James Lahey <clahey@helixcode.com> * e-table-group-container.c (etgc_add): Set the minimum width of newly created children. (e_table_group_container_construct): Use function e_table_header_get_column_by_col_idx instead of e_table_header_get_column since we're passing in a col_idx. * e-table-header.c, e-table-header.h: New function e_table_header_get_column_by_col_idx which searches for a column in the ETableHeader with a certain model column (col_idx). * e-table-sorted-variable.c (etsv_compare), (etsv_sort), e-table-sorter.c (ets_sort): Use function e_table_header_get_column_by_col_idx instead of e_table_header_get_column since we're passing in a col_idx. svn path=/trunk/; revision=7079 * Made the parameter type of e_strdup_string a const. Made it not callChristopher James Lahey2000-12-192-66/+61 | | | | | | | | | | | 2000-12-19 Christopher James Lahey <clahey@helixcode.com> * gal/util/e-util.c, gal/util/e-util.h (e_strdup_strip): Made the parameter type of e_strdup_string a const. Made it not call isspace on signed characters. Made the return type of e_strstrcase non const again. svn path=/trunk/; revision=7078 * ditto.Miguel de Icaza2000-12-191-2/+2 | | | | | | | | | | | 2000-12-19 Miguel de Icaza <miguel@helixcode.com> * gal/widgets/widget-pixmap-combo.h: ditto. * gal/widgets/widget-color-combo.h: Fix parent class. It should have been GtkComboBoxClass, not GnomeCanvasClass. svn path=/trunk/; revision=7077 * Alarm instance generation support for the Wombat.Federico Mena Quintero2000-12-1923-368/+966 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-18 Federico Mena Quintero <federico@helixcode.com> Alarm instance generation support for the Wombat. * idl/evolution-calendar.idl (Cal::CalAlarmInstance): Changed to have an alarm UID, the trigger time, and the actual occurrence time. (Cal::CalComponentAlarms): New structure to hold a pair of a component and its alarms that trigger in a particular range of time. (Cal::getAlarmsInRange): Changed to return a CalComponentAlarmsSeq. * cal-util/cal-component.h (CalAlarmInstance): New C-side structure to match the one on the IDL. (CalComponentAlarms): Ditto. (CalAlarmAction): Renamed from CalComponentAlarmAction. (CalAlarmTriggerType): Renamed from CalComponentAlarmTriggerType. Encoded the START and END parameters for the RELATED parameter in this enum, too. Added a NONE value for invalid or missing trigger specifications. (CalComponentAlarmTriggerRelated): Removed. (CalAlarmTrigger): Renamed from CalComponentAlarmTrigger. Renamed the duration/time fields to rel_duration/abs_time, respectively. * cal-util/cal-component.c (cal_component_alarm_get_trigger): Changed to use the new trigger structure. (cal_component_alarm_set_trigger): Likewise. (cal_component_alarm_free_trigger): Removed function. (cal_component_has_alarms): Count the elements in the alarm_uid_hash instead of trying to fetch the first alarm subcomponent. (cal_component_alarms_free): New function to free a CalComponentAlarms structure. (CalComponentAlarmPrivate): Added an uid property pointer. (scan_alarm_property): Scan for the our extension UID property. (cal_component_alarm_get_uid): New function. * pcs/cal-backend.h (CalBackendClass): Changed the signatures of the ::get_alarms_in_range() and ::get_alarms_for_object() methods. * pcs/cal-backend.c (cal_backend_get_alarms_in_range): Changed signature; use the new method. (cal_backend_get_alarms_for_object): Likewise. * pcs/cal-backend-file.c (compute_alarm_range): New spiffy function to compute a range of time for alarm occurrences. (add_alarm_occurrences_cb): New function to add alarms for a particular occurrence of the component. (generate_absolute_triggers): New function to add the absolute alarm triggers. (generate_alarms_for_comp): New function to generate all the alarm instances for a component. (cal_backend_file_get_alarms_in_range): Implemented. * pcs/cal.c (Cal_get_alarms_in_range): Use the new CalBackend API. (Cal_get_alarms_for_object): Likewise. (build_alarm_instance_seq): Removed old function. * cal-util/cal-util.c (cal_alarm_instance_list_free): Removed function. * cal-client/cal-client.c (build_component_alarms_list): New function to demarshal the component alarms sequence. (build_alarm_instance_list): New function to demarshal the alarm instances sequence. (cal_client_get_alarms_in_range): Updated for the new API. (cal_client_get_alarms_for_object): Updated for the new API. * gui/gnome-cal.c: Temporary #ifdef-ing out of alarm-related stuff to make it build. svn path=/trunk/; revision=7076 * give View->As Table its verb back so it works.Chris Toshok2000-12-192-1/+6 | | | | | | | | | 2000-12-18 Chris Toshok <toshok@helixcode.com> * evolution-addressbook.xml: give View->As Table its verb back so it works. svn path=/trunk/; revision=7075 * for now #ifdef PGP_PROGRAM falling back to handle_multipart_mixed.Chris Toshok2000-12-192-0/+14 | | | | | | | | | | 2000-12-18 Chris Toshok <toshok@helixcode.com> * mail-format.c (handle_multipart_encrypted): for now #ifdef PGP_PROGRAM falling back to handle_multipart_mixed. (handle_multipart_signed): same. svn path=/trunk/; revision=7074 * always use LDAP_NAME_ERROR (in the openldap1 case it's #defined toChris Toshok2000-12-192-19/+62 | | | | | | | | | | | | | | | | | | | 2000-12-18 Chris Toshok <toshok@helixcode.com> * backend/pas/pas-backend-ldap.c (ldap_error_to_response): always use LDAP_NAME_ERROR (in the openldap1 case it's #defined to NAME_ERROR). (build_card_from_entry): ldap_get_values can return NULL. also, openldap2 keeps us from getting at ldap->ld_errno, so we can't tell if there was a decoding error like we used to. the double free problem where ldap would free the ber if there was a decoding problem might be fixed now.. further investigation is needed. for now we leak in openldap2. (ldap_search_handler): the ldap structure is opaque, so use ldap_search_ext to give the extra information (the max responses, timeout, etc.) in the openldap2 case. svn path=/trunk/; revision=7073 * Unlock camel when done to prevent a hang later.Dan Winship2000-12-192-0/+6 | | | | | | | * message-list.c (hide_save_state): Unlock camel when done to prevent a hang later. svn path=/trunk/; revision=7072 * Updated Spanish translationHector Garcia2000-12-192-583/+548 | | | | svn path=/trunk/; revision=7071 * Change the semantics of fmt: Now %S (capital S) means an IMAP "string",Dan Winship2000-12-196-21/+194 | | | | | | | | | | | | | | | | | | | | | * providers/imap/camel-imap-command.c (camel_imap_command): Change the semantics of fmt: Now %S (capital S) means an IMAP "string", (which can be sent as either a quoted string or a literal). If the server supports LITERAL+, these will be sent as extended literals (which don't require any special escaping). Otherwise they'll be sent as quoted strings (and it now properly deals with " or \ in the string). (imap_command_strdup_vprintf): Utility routine that does the real work for the functionality mentioned above. * providers/imap/camel-imap-utils.c (imap_quote_string): Turns a string into a proper IMAP "quoted string". * providers/imap/camel-imap-store.c: * providers/imap/camel-imap-folder.c: Use %S instead of "%s" where appropriate. svn path=/trunk/; revision=7070 * Updated Swedish translation.Christian Rose2000-12-192-395/+427 | | | | svn path=/trunk/; revision=7069 * Updated russian translation.Valek Frob2000-12-182-402/+310 | | | | svn path=/trunk/; revision=7067 * Only update display every 2 seconds.Miguel de Icaza2000-12-184-7/+35 | | | | | | | | | | | 2000-12-18 Miguel de Icaza <miguel@helixcode.com> * mail-tools.c (mail_tool_move_folder_contents): Only update display every 2 seconds. * mail-ops.c (do_view_messages): Only update display every 2 seconds. svn path=/trunk/; revision=7066 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2000-12-182-604/+704 | | | | svn path=/trunk/; revision=7063 * Always use the slow (full-update) version of the tree update code, to getNot Zed2000-12-166-27/+553 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-16 Not Zed <NotZed@HelixCode.com> * message-list.c (build_tree): Always use the slow (full-update) version of the tree update code, to get around a bug(?) in etree. (build_flat): Likewise. 2000-12-15 Not Zed <NotZed@HelixCode.com> * mail-display.c (write_data_to_file): Dont blindly convert all parts to utf8, e.g. image/jpg. We only convert text/* parts, and only then if required. 2000-12-14 Not Zed <NotZed@HelixCode.com> * component-factory.c (create_view): cast over a warning. * folder-browser-factory.c: Add verbs for hide functions. * message-list.c (message_list_hide_clear): (message_list_hide_uids): (message_list_hide_add): Some api renaming. (message_list_hide_add): Allow ML_HIDE_SAME to be passed to mean not to change the upper/lower range at all. (hide_save_state): Save the state of the hide list to stable storage. (hide_load_state): Load the state of hte hide list. (message_list_set_folder): Load/save the state of the folder if it is changed/set. (message_list_destroy): Save the state of the folder hide list when done. (save_tree_state): If we wrote out an empty state file, simply remove it instead. * folder-browser.c (on_right_click): Add some hide menus. (hide_read): Hide read messages. (hide_deleted): Hide deleted messages. (hide_selected): Hide selected/current message. (hide_none): Show all hidden messages. (on_right_click): Lock around accesses to the message (inside mlist_detect_magic). (on_right_click): Free the mailing list name. 2000-12-13 Not Zed <NotZed@HelixCode.com> * folder-browser.c (on_right_click): Add camel locking since we call it directly. Whoever heard of a lock you 'down' to unlock? * message-list.c (mail_do_regenerate_messagelist): Added hide expression, messages to hide. Fixed all callers. (do_regenerate_messagelist): IF we have a hide expression, search and remove those from the uid list. If we have a hide range, apply that afterwards. (cleanup_regenerate_messagelist): Handle freeing the hide uid temporary data, if required. (message_list_destroy): Free hide data, also lock around all camel object stuff. (message_list_length): New function to get the number of messages avaialble to be hidden by range. (message_list_set_hide): Set the hide expression and range. Issue: Should hiding be remembered? (message_list_unhide_all): Turn off all hiding. (message_list_hide_uids): Hide a list of uid's. svn path=/trunk/; revision=7061 * Added message hiding items.Not Zed2000-12-162-1/+16 | | | | | | | | 2000-12-14 Not Zed <NotZed@HelixCode.com> * evolution-mail.xml: Added message hiding items. svn path=/trunk/; revision=7060 * Update this for the new signal handler prototype. Fixes the crash onDan Winship2000-12-162-6/+7 | | | | | | | * subscribe-dialog.c (folder_toggle_cb): Update this for the new signal handler prototype. Fixes the crash on double-click. svn path=/trunk/; revision=7059 * New function to get whether or not to encrypt the message.Jeffrey Stedfast2000-12-163-3/+116 | | | | | | | | | | | | | | 2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (e_msg_composer_get_pgp_encrypt): New function to get whether or not to encrypt the message. (e_msg_composer_set_pgp_encrypt): New function to set encryption. (e_msg_composer_get_pgp_sign): New function to get whether or not to sign the message. (e_msg_composer_set_pgp_sign): New function to set pgp_sign. (init): Initialize pgp_sign and pgp_encrypt to FALSE. svn path=/trunk/; revision=7058 * Added Security menuJeffrey Stedfast2000-12-162-0/+18 | | | | | | | | 2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> * evolution-message-composer.xml: Added Security menu svn path=/trunk/; revision=7057 * New callback to handle multipart/signed parts. (decode_pgp): Update toJeffrey Stedfast2000-12-164-93/+766 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> * mail-format.c (handle_multipart_signed): New callback to handle multipart/signed parts. (decode_pgp): Update to account for the cipherlen argument needed for openpgp_decrypt. (is_rfc2015): Removed as we now have a better version in mail-crypto. (handle_multipart_encrypted): Updated to use the PGP/MIME utility functions. * mail-crypto.c (mail_crypto_openpgp_decrypt): Don't check (!*plaintext) as it could be a binary stream. Now also takes a cipherlen argument. (mail_crypto_openpgp_sign): New function. (pgp_mime_part_sign): New function to replace a mime part with the pgp signed equivalent. (pgp_mime_part_encrypt): New function to replace a mime part with the pgp encrypted equivalent. (pgp_mime_part_decrypt): New function to decrypt a pgp encrypted mime part (like from pgp_mime_part_encrypt) and replace it. (is_rfc2015_signed): New function to determine if a mime part is an rfc2015 signed part. (is_rfc2015_encrypted): New function to determine if a mime part is an rfc2015 encrypted part. (mail_crypto_openpgp_verify): New openpgp function to verify a signature. svn path=/trunk/; revision=7056 * When checking to see if we need to fold the header, when we come accross aJeffrey Stedfast2000-12-162-1/+8 | | | | | | | | | | | 2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> * camel-mime-utils.c (header_fold): When checking to see if we need to fold the header, when we come accross a \n, make sure to start at p + 1 the next time through the loop or else we get into an infinite loop. svn path=/trunk/; revision=7055 * Removed unused function, a relic from Gnomecal.Federico Mena Quintero2000-12-163-35/+5 | | | | | | | | | 2000-12-15 Federico Mena Quintero <federico@helixcode.com> * cal-util/timeutil.[ch] (time_from_isodate): Removed unused function, a relic from Gnomecal. svn path=/trunk/; revision=7054 * Fix the sign in the HAVE_TM_GMTOFF caseDan Winship2000-12-162-1/+6 | | | | | | | * cal-util/timeutil.c (time_from_isodate): Fix the sign in the HAVE_TM_GMTOFF case svn path=/trunk/; revision=7053 * Removed getdate.y.Federico Mena Quintero2000-12-163-2/+6 | | | | | | | | | | 2000-12-15 Federico Mena Quintero <federico@helixcode.com> * POTFILES.in: Removed getdate.y. * POTFILES.ignore: Ditto. svn path=/trunk/; revision=7052 * Removed getdate.y. We no longer use it; it is a relic from Gnomecal.Federico Mena Quintero2000-12-163-1005/+7 | | | | | | | | | | | 2000-12-15 Federico Mena Quintero <federico@helixcode.com> * gui/Makefile.am (evolution_calendar_SOURCES): Removed getdate.y. We no longer use it; it is a relic from Gnomecal. * gui/getdate.y: Removed file. svn path=/trunk/; revision=7051 * Upped the version number to 0.4.1. Bumped the GAL_REVISION to 1.Christopher James Lahey2000-12-161-8/+0 | | | | | | | | | | | | | | | | 2000-12-15 Christopher James Lahey <clahey@helixcode.com> * configure.in: Upped the version number to 0.4.1. Bumped the GAL_REVISION to 1. 2000-12-14 Christopher James Lahey <clahey@helixcode.com> * gal/widgets/e-canvas-vbox.c (e_canvas_vbox_event): Don't allow the arrow keys to let you scroll off of the table. * NEWS: Changed the NEWS format. svn path=/trunk/; revision=7049 * Updated Swedish translation.Christian Rose2000-12-162-87/+234 | | | | svn path=/trunk/; revision=7048 * Build `libical-static.la', that is needed for the conduits.Ettore Perazzoli2000-12-152-0/+8 | | | | svn path=/trunk/; revision=7046 * Updated Ukrainian translationYuri Syrota2000-12-151-4/+4 | | | | svn path=/trunk/; revision=7045 * Updated Ukrainian translationYuri Syrota2000-12-151-4/+2 | | | | svn path=/trunk/; revision=7044 * Updated Ukrainian translationYuri Syrota2000-12-151-87/+70 | | | | svn path=/trunk/; revision=7043 * Updated Ukrainian translationYuri Syrota2000-12-151-15/+14 | | | | svn path=/trunk/; revision=7042 * Updated Ukrainian translationYuri Syrota2000-12-151-15/+12 | | | | svn path=/trunk/; revision=7041 * added note about better reply editingRadek Doulik2000-12-151-0/+3 | | | | svn path=/trunk/; revision=7040 * Updated Ukrainian translationYuri Syrota2000-12-151-11/+10 | | | | svn path=/trunk/; revision=7039 * Updated Ukrainian translationYuri Syrota2000-12-151-416/+218 | | | | svn path=/trunk/; revision=7038 * Fixes bug #955.Federico Mena Quintero2000-12-1510-118/+180 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-14 Federico Mena Quintero <federico@helixcode.com> Fixes bug #955. * gui/weekday-picker.c (WeekdayPickerPrivate): Added a field for the week_start_day, to be used in the same way as calendar-config.h defines it. Removed the week_starts_on_monday flag. (day_event_cb): Use the week_start_day. (colorize_items): Likewise. (configure_items): Likewise. (weekday_picker_set_week_start_day): New function. (weekday_picker_get_week_start_day): New function. (weekday_picker_set_week_starts_on_monday): Removed function. (weekday_picker_get_week_starts_on_monday): Removed function. * gui/widget-util.[ch]: New files with utilities for creating or configuring widgets. * gui/widget-util.c (date_edit_new): New function to create an EDateEdit configured with the calendar's preferences; moved over from event-editor.c. * gui/event-editor.c (make_recur_weekly_special): Use weekday_picker_set_week_start_day() and the corresponding function from calendar-config.h. (init_widgets): Likewise. (make_date_edit_with_time): Removed function. (make_recur_ending_until_special): Use date_edit_new(). (make_date_edit): Likewise. * gui/dialogs/task-editor.c (task_editor_create_date_edit): Likewise. * gui/event-editor-dialog.glade: Removed references to make_date_edit_with_time(); replace them with make_date_edit(). * gui/Makefile.am (evolution_calendar_SOURCES): Added widget-util.[ch] to the list of sources. svn path=/trunk/; revision=7037 * Updated russian translation.Valek Frob2000-12-152-164/+261 | | | | svn path=/trunk/; revision=7036 * Dont blindly convert all parts to utf8, e.g. image/jpg. We only convertNot Zed2000-12-151-26/+31 | | | | | | | | | | 2000-12-15 Not Zed <NotZed@HelixCode.com> * mail-display.c (write_data_to_file): Dont blindly convert all parts to utf8, e.g. image/jpg. We only convert text/* parts, and only then if required. svn path=/trunk/; revision=7035 * #include <time.h>Federico Mena Quintero2000-12-153-1/+5 | | | | | | | | 2000-12-14 Federico Mena Quintero <federico@helixcode.com> * e-dateedit.h: #include <time.h> svn path=/trunk/; revision=7034 * Revisions as suggested by Dan. Especially to filter dialogs... which stillAaron Weber2000-12-158-250/+378 | | | | | | | | | | | | | | | 2000-12-13 Aaron Weber <aaron@helixcode.com> * C/usage-mail.sgml: Revisions as suggested by Dan. Especially to filter dialogs... which still need some renaming, IMHO. * C/usage-mainwindow.sgml: Revisions as suggested by Dan. Especially to the Folder Limits thing, which still upsets me somehow. * C/preface.sgml: Revisions as suggested by Dan. svn path=/trunk/; revision=7033 * Update with the code name of the 0.8 release.Ettore Perazzoli2000-12-151-2/+2 | | | | svn path=/trunk/; revision=7032 * Reset the widths of the columns with pixbufs to the actual pixbufs' sizes;Federico Mena Quintero2000-12-152-2/+9 | | | | | | | | | | | 2000-12-14 Federico Mena Quintero <federico@helixcode.com> * gui/e-calendar-table.c (E_CALENDAR_TABLE_SPEC): Reset the widths of the columns with pixbufs to the actual pixbufs' sizes; now ETable properly computes its column widths so we do not need to add extra padding here. svn path=/trunk/; revision=7031 * Added a bit of addressbook NEWS.Christopher James Lahey2000-12-153-5/+13 | | | | | | | | | | 2000-12-14 Christopher James Lahey <clahey@helixcode.com> * NEWS (Addressbook): Added a bit of addressbook NEWS. * configure.in: Updated the gal check to require gal 0.4. svn path=/trunk/; revision=7030 * Unref the iterator when we're done with it.Christopher James Lahey2000-12-152-0/+6 | | | | | | | | | 2000-12-14 Christopher James Lahey <clahey@helixcode.com> * mail-threads.c (update_active_views): Unref the iterator when we're done with it. svn path=/trunk/; revision=7029 * 0.8 "Archaeopteryx".Ettore Perazzoli2000-12-151-1/+1 | | | | svn path=/trunk/; revision=7028 * Moved these images each up one pixel.Christopher James Lahey2000-12-154-4/+9 | | | | | | | | | 2000-12-14 Christopher James Lahey <clahey@helixcode.com> * art/mail-new.xpm, art/mail-read.xpm, art/mail-replied.xpm: Moved these images each up one pixel. svn path=/trunk/; revision=7027 * Small updateKjartan Maraas2000-12-151-23/+23 | | | | svn path=/trunk/; revision=7026 * Update.Jeffrey Stedfast2000-12-152-1/+13 | | | | | | | | 2000-12-14 Jeffrey Stedfast <fejj@helixcode.com> * NEWS: Update. svn path=/trunk/; revision=7025 * Made it so that carriage return doesn't insert a newline in the subjectChristopher James Lahey2000-12-152-0/+6 | | | | | | | | | 2000-12-14 Christopher James Lahey <clahey@helixcode.com> * e-msg-composer-hdrs.c (add_header): Made it so that carriage return doesn't insert a newline in the subject entry. svn path=/trunk/; revision=7024 * What I can remember doing. :)Iain Holmes2000-12-151-0/+14 | | | | svn path=/trunk/; revision=7023 * call gtk_html_set_default_content_type to make gkthtml default to utf-8Larry Ewing2000-12-152-0/+9 | | | | | | | | | | 2000-12-14 Larry Ewing <lewing@helixcode.com> * mail-display.c (mail_display_new): call gtk_html_set_default_content_type to make gkthtml default to utf-8 when parsing. This requires gtkhtml >= the released 0.8. svn path=/trunk/; revision=7022 * Fix a slight race condition that could cause the busy indicator not toEttore Perazzoli2000-12-152-7/+14 | | | | | | go off after switching folder views. svn path=/trunk/; revision=7021 * #elsif -> #elifChris Toshok2000-12-151-1/+1 | | | | svn path=/trunk/; revision=7020 * Removed the set cursor and get cursor methods from ETableGroup.Christopher James Lahey2000-12-155-93/+6 | | | | | | | | | | | | | | | 2000-12-14 Christopher James Lahey <clahey@helixcode.com> * e-table-group-container.c, e-table-group-leaf.c, e-table-group.c, e-table-group.h: Removed the set cursor and get cursor methods from ETableGroup. * e-table.c (e_table_get_cursor_row, e_table_set_cursor_row): Changed this to use the ETableSelection directly instead of going through the grouping structure. This seems to fix a bug in evolution's folder list for some people. svn path=/trunk/; revision=7018 * Destroy the dialog after a double click.Iain Holmes2000-12-152-1/+4 | | | | svn path=/trunk/; revision=7017 * call set_style and use the appropriate style for the text to determine ifChris Toshok2000-12-151-1/+4 | | | | | | | | | | 2000-12-14 Chris Toshok <toshok@helixcode.com> * e-cell-text.c (ect_show_tooltip): call set_style and use the appropriate style for the text to determine if the tooltip should be shown. svn path=/trunk/; revision=7016 * make icalcomponent.c depend on icalproperty.h, icalvalue.h, andPeter Teichman2000-12-151-2/+4 | | | | | | icalparameter.h svn path=/trunk/; revision=7015 * Commented out an unused variable to fix a warning.Christopher James Lahey2000-12-151-0/+2 | | | | | | | | | 2000-12-14 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c (eti_realize): Commented out an unused variable to fix a warning. svn path=/trunk/; revision=7014 * News - FedericoFederico Mena Quintero2000-12-151-1/+51 | | | | svn path=/trunk/; revision=7013 * ShushJP Rosevear2000-12-152-0/+9 | | | | svn path=/trunk/; revision=7012 * UpdateJP Rosevear2000-12-152-1/+18 | | | | | | | | 2000-12-14 JP Rosevear <jpr@helixcode.com> * NEWS: Update svn path=/trunk/; revision=7011 * put icalproperty.h and icalvalue.h before icalcomponent.c in thePeter Teichman2000-12-151-2/+2 | | | | | | libical_la_SOURCES list, so they get built before it. svn path=/trunk/; revision=7010 * Bumped up the GtkHTML dependency and updated README.Ettore Perazzoli2000-12-152-7/+4 | | | | svn path=/trunk/; revision=7009 * #define this to 500, not nothing. Also, move this bit after the otherDan Winship2000-12-142-6/+12 | | | | | | | | * gui/calendar-model.c (_XOPEN_SOURCE): #define this to 500, not nothing. Also, move this bit after the other #includes to prevent potential messiness. svn path=/trunk/; revision=7008 * Change the function to have the same signature as the double click callback.Iain Holmes2000-12-142-0/+9 | | | | svn path=/trunk/; revision=7007 * Woooho! builddir != srcdir again.Ettore Perazzoli2000-12-14