2004-09-21 JP Rosevear <jpr@novell.com>
From Malcolm Tredinnick <malcolm@commsecure.com.au>, Fixes#66261
* e-shell-window-commands.c (about_box_new): don't show
"translator-credits" if not translated
2004-09-07 JP Rosevear <jpr@novell.com>
Fixes#17338
* e-shell-window-commands.c (about_box_new): use per language
translator credits, update authors lists (not strictly authors,
but we have a lot of helpful people)
svn path=/trunk/; revision=27323
2004-09-21 JP Rosevear <jpr@novell.com>
Fixes#60904
* gui/gnome-cal.c (set_week_start): update the view
(get_times_for_views): mimic the work week guessing code exactly
for calculating the time range needed instead of hardcoding 5 days
(set_working_days): new routine to update the view
(working_days_changed_cb): use above when getting config change
notification
(setup_config): set working days and add notification
svn path=/trunk/; revision=27320
2004-08-17 Michael Meeks <michael@ximian.com>
* e-msg-composer.c (handle_mailto): handle 'attachment' as
well, as per Mozilla's mangling, and the new desktop-launch spec.
[ this was approved months ago, but somehow never got committed ]
** See bug #65592
svn path=/trunk/; revision=27309
2004-09-15 JP Rosevear <jpr@novell.com>
Fixes#55172
* conduits/calendar/calendar-conduit.c (local_record_from_comp):
handle -1 (last) for monthly recurrences and check both by_set_pos
and by_day since either can indicate this type of recurrence
svn path=/trunk/; revision=27308
2004-09-15 Not Zed <NotZed@Ximian.com>
** See bug #0xffff.
* providers/local/camel-local-folder.c
(camel_local_folder_construct): only emit folder_created if we
actually created it.
svn path=/trunk/; revision=27304
2004-09-09 Jeffrey Stedfast <fejj@novell.com>
* em-message-browser.c (emmb_set_message): Ignore the
emfv->mark_seen for deciding whether or not to mark the message as
seen. Fixes bug #65448.
svn path=/trunk/; revision=27290
2004-09-10 Rodrigo Moya <rodrigo@novell.com>
Fixes#62374
* gui/alarm-notify/alarm-queue.c (load_missed_alarms): removed this
function.
(cal_opened_cb): no need to call load_missed_alarms,
load_alarms_for_today will do everything.
(alarm_queue_add_client): ditto.
(load_alarms_for_today): take into account the last saved notification
time.
(load_alarms): unref the previous query, this function should now
only be called once per time range.
svn path=/trunk/; revision=27286
2004-09-16 JP Rosevear <jpr@novell.com>
* configure.in: bump version to 2.1.0 and set base version to 2.2;
define DEVELOPMENT here so we don't have to alter code to change
in future
svn path=/trunk/; revision=27281
2004-09-09 Jeffrey Stedfast <fejj@novell.com>
* mail-account-gui.c (mail_account_gui_new): If built with
gtkfilechooser support, we need to add a checkbox in the chooser
so that the user can select files or folders (allowing him to
choose - otherwise they won't be able to setup certain types of
accounts). Fixes bug #64974.
svn path=/trunk/; revision=27271
2004-09-13 Rodney Dawes <dobey@novell.com>
* e-timezone-dialog/e-timezone-dialog.c (get_widgets):
(on_map_motion, on_map_leave, e_timezone_dialog_set_timezone):
* e-timezone-dialog/e-timezone-dialog.glade:
Add the label back for previewing the timezone name, and set the
label appropriately
Fixes#64800
svn path=/trunk/; revision=27258
2004-09-13 Rodney Dawes <dobey@novell.com>
* gui/contact-editor/e-contact-editor.c (show_help_cb):
Point at the correct XML file for documentation
svn path=/trunk/; revision=27255
2004-09-13 Rodney Dawes <dobey@novell.com>
* e-multi-config-dialog.c (impl_response):
Point at "config-prefs" instead of "config" for the help section
svn path=/trunk/; revision=27254
2004-09-13 Rodney Dawes <dobey@novell.com>
* xmldocs.make: Don't requires entities here
* C/Makefile.am: Add new figures to the list of images
Generate versioned xml/omf files based on $(BASE_VERSION)
Fix up CLEANFILES to include the stuff we generate
* C/POTFILES.in:
* C/apx-*.xml:
* C/config-*.xml:
* C/evolution-1.5-C.omf:
* C/evolution-1.5.xml:
* C/legal.xml:
* C/menuref.xml:
* C/preface.xml:
* C/topic.dat:
* C/usage-*.xml:
Remove all of these files from CVS
* C/evolution-C.omf:
* C/evolution.xml:
Add these files to replace the removed files above
* C/figure/*_a.(png|gif): Add new screenshots
svn path=/trunk/; revision=27253
2004-09-13 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/contact-editor/e-contact-editor.c
(sensitize_address) : check for _LABEL
type address fields also in supported fileds
while sensitizing the address fields
svn path=/trunk/; revision=27242
2004-09-03 JP Rosevear <jpr@novell.com>
Fixes#63191
* gui/contact-list-editor/contact-list-editor.glade: set the title
properly
svn path=/trunk/; revision=27221
2004-09-09 JP Rosevear <jpr@novell.com>
Fixes#65454
* gui/e-itip-control.c (class_init): only use a destroy function,
no finalize
(cleanup_ecal): util function
(init): use above for hash table and killed destroyed flag
(weren't using it anywhere)
(destroy): collapse finalize work into here and guard against
multiple destroy calls
svn path=/trunk/; revision=27210
2004-09-08 Not Zed <NotZed@Ximian.com>
** See bug #60515.
* mail-account-gui.c (sig_fill_menu): connect to the activate
signal for the none item.
svn path=/trunk/; revision=27203
2004-09-08 Not Zed <NotZed@Ximian.com>
** See bug #64080.
* gui/component/Makefile.am (libevolution_addressbook_la_LIBADD):
link addressbook to camel.
svn path=/trunk/; revision=27191