Commit Graph

17843 Commits

Author SHA1 Message Date
79f2149fd1 Fixes #43775
2003-05-29  JP Rosevear  <jpr@ximian.com>

	Fixes #43775

	* e-calendar-item.c (layout_set_day_text): calculate the day
	character correctly
	(e_calendar_item_draw_month): use it

	* e-dateedit.c (rebuild_time_popup): use e_utf8_strftime
	(e_date_edit_update_date_entry): ditto
	(e_date_edit_update_time_entry): ditto

	* e-calendar-item.c (layout_set_day_text): calculate the day
	character correctly
	(e_calendar_item_draw_month): use e_utf8_strftime and above
	(e_calendar_item_show_popup_menu): use e_utf8_strftime
	(e_calendar_item_recalc_sizes): use layout_set_day_text

svn path=/trunk/; revision=21352
2003-05-30 17:32:31 +00:00
e7ce96ace2 Turned off a debugging printf.
2003-05-30  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-filter-driver.c (run_only_once): Turned off a debugging
	printf.

svn path=/trunk/; revision=21351
2003-05-30 15:50:07 +00:00
ade9104dc9 Dutch translation updated.
2003-05-30  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.

svn path=/trunk/; revision=21350
2003-05-30 14:33:38 +00:00
e3e7a8b87b ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.
svn path=/trunk/; revision=21349
2003-05-30 07:34:03 +00:00
4a67f45b4a Fixes bug #43805.
2003-05-29  Jeffrey Stedfast  <fejj@ximian.com>

	Fixes bug #43805.

	* mail-session.c (session_system_beep): Proxy the gdk_beep() call
	to the main thread.
	(session_play_sound): Proxy the gnome_sound_play() call to the
	main thread.

svn path=/trunk/; revision=21348
2003-05-30 03:01:47 +00:00
0fe03707c1 Dutch translation updated.
2003-05-30  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.

svn path=/trunk/; revision=21347
2003-05-29 23:27:18 +00:00
7a623f5d21 removed the help button since it didn't do anything anyway
svn path=/trunk/; revision=21346
2003-05-29 21:44:32 +00:00
ceef0e24f9 Updated NEWS
svn path=/trunk/; revision=21345
2003-05-29 11:45:42 +00:00
68f2584f73 Fixes #43455
2003-05-28  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #43455

	* gui/tasks-control.c (confirm_expunge): converted to a GtkMessageDialog
	and removed object weak's ref code, not needed anymore.

svn path=/trunk/; revision=21344
2003-05-29 09:06:00 +00:00
0701e570aa bump libtool version for api addition new, utf8 in/out
2003-05-28  Mike Kestner  <mkestner@ximian.com>

	* configure.in : bump libtool version for api addition
	* gal/util/e-util.c (e_utf8_strftime): new, utf8 in/out
	(e_utf8_strftime_fix_am_pm): new, utf8 in/out

2003-05-28  Mike Kestner  <mkestner@ximian.com>

	* e-cell-date.c (ecd_get_text): use e_utf8_strftime_fix_am_pm
	and remove locale to utf8 conversion at end.  [43485]

svn path=/trunk/; revision=21343
2003-05-28 21:32:52 +00:00
64c7a53a4d AC_SUBST() for GAL_REQUIRED and GTKHTML_REQUIRED
2003-05-28  Rodney Dawes  <dobey@ximian.com>

	* configure.in: AC_SUBST() for GAL_REQUIRED and GTKHTML_REQUIRED

svn path=/trunk/; revision=21342
2003-05-28 17:40:58 +00:00
de9458db31 This should finish fixing all variations of bug #42854, which, funnily
2003-05-27  Jeffrey Stedfast  <fejj@ximian.com>

	This should finish fixing all variations of bug #42854, which,
	funnily enough specified "copying" as the scenario for reproducing
	this bug, but somehow I found/fixed it only for expunging for some
	reason? I can't even guess as to how this happened. Oh well,
	expunging needed fixing either way.

	* providers/imap/camel-imap-folder.c (imap_transfer_online): Sort
	the uids here too (just like I had fixed for expunge a week or so
	ago).
	(imap_transfer_resyncing): Sort them here too.
	(imap_search_by_uids): Sort here too, even though I don't think it
	is necessary. Can't hurt.
	(imap_expunge_uids_offline): Might as well sort here too.

svn path=/trunk/; revision=21341
2003-05-28 00:42:19 +00:00
d575bb994e set the default open size to something reasonable. For #43410.
2003-05-27  Not Zed  <NotZed@Ximian.com>

	* message-tag-editor.c (message_tag_editor_init): set the default
	open size to something reasonable.  For #43410.

	* mail-signature-editor.c (d): turn off debugging.

	* mail-config.c (mail_config_signature_add): save new signature in
	signature list.  For #43688.

svn path=/trunk/; revision=21340
2003-05-27 23:39:43 +00:00
f05515011f make libs/cflags point to privlibdir/includedir, otherwise this just
2003-05-27  Not Zed  <NotZed@Ximian.com>

        * camel.pc.in: make libs/cflags point to privlibdir/includedir,
        otherwise this just doesn't work.

svn path=/trunk/; revision=21339
2003-05-27 23:34:28 +00:00
cb23bad7d9 Dutch translation updated.
2003-05-28  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.

svn path=/trunk/; revision=21338
2003-05-27 23:02:05 +00:00
7955a0ac2a Update copyright info
2003-05-27  Jakub Steiner <jimmac@ximian.com>

* about-box.png, splash.png: Update copyright info

svn path=/trunk/; revision=21337
2003-05-27 21:15:31 +00:00
903a374abb New member gconf_value_changed_handler_id in ESummaryTasks.
* e-summary-tasks.c: New member gconf_value_changed_handler_id in
ESummaryTasks.
(setup_gconf_client): Set it to the ID of the signal connection.

* e-summary-calendar.c: New member gconf_value_changed_handler_id
in ESummaryCalendar.
(setup_gconf_client): Set it to the ID of the signal connection.

* e-summary-tasks.c (generate_html): Remove unused variable.

svn path=/trunk/; revision=21336
2003-05-27 19:39:44 +00:00
0686cc99cb be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.
svn path=/trunk/; revision=21335
2003-05-27 04:31:32 +00:00
6afdb5a486 Updated Spanish translation by Francisco Javier F. Serrador
2003-05-26  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * es.po: Updated Spanish translation by
                 Francisco Javier F. Serrador <serrador@arrakis.es>

svn path=/trunk/; revision=21334
2003-05-26 21:43:38 +00:00
9831df057c Dutch translation updated.
2003-05-26  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.

svn path=/trunk/; revision=21333
2003-05-26 12:02:26 +00:00
c3e150e582 Sync 1.3.92.
svn path=/trunk/; revision=21331
2003-05-22 22:35:43 +00:00
e03bd3121d 1.3.92.
svn path=/trunk/; revision=21330
2003-05-22 22:30:17 +00:00
704071e391 Add Mark Gordon.
svn path=/trunk/; revision=21329
2003-05-22 20:39:32 +00:00
839fb6a944 updated NEWS
svn path=/trunk/; revision=21328
2003-05-22 20:21:46 +00:00
0335f162f8 Lets try this again. We don't actually want to free the key here, because
2003-05-22  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-object.c (camel_object_bag_destroy): Lets try this
	again. We don't actually want to free the key here, because
	camel_object_bag_remove() does that for us. This should fix bug
	#43406 properly.

svn path=/trunk/; revision=21327
2003-05-22 20:17:02 +00:00
2f150ba1ce update
svn path=/trunk/; revision=21326
2003-05-22 20:16:27 +00:00
fd75887f7e Fixes #43308
2003-05-20  JP Rosevear  <jpr@ximian.com>

 	Fixes #43308

 	* gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set):
 	adjust row heights to reflect changes in etable row heights and
 	set display top to align properly

svn path=/trunk/; revision=21325
2003-05-22 20:11:22 +00:00
9b2ce877c9 s/GAL_VERSION/GAL_REQUIRED/
2003-05-22  Rodney Dawes  <dobey@ximian.com>

	* camel.pc.in:
	* evolution-addressbook.pc.in:
	* evolution-calendar.pc.in:
	* evolution-shell.pc.in: s/GAL_VERSION/GAL_REQUIRED/

svn path=/trunk/; revision=21324
2003-05-22 20:11:16 +00:00
3b09469abc unref not ref the client
2003-05-22  JP Rosevear  <jpr@ximian.com>

 	* gui/dialogs/comp-editor-page.c (comp_editor_page_destroy): unref
 	not ref the client

svn path=/trunk/; revision=21323
2003-05-22 20:10:11 +00:00
304c256fa1 Fixes #41329
2003-05-22  JP Rosevear  <jpr@ximian.com>

	Fixes #41329

	* gui/e-meeting-time-sel.c
	(e_meeting_time_selector_on_zoomed_out_toggled): make sure the
	meeting time is shown afterwards
	(e_meeting_time_selector_on_working_hours_toggled): ditto

svn path=/trunk/; revision=21322
2003-05-22 20:08:47 +00:00
870f16c1da set signature html flag even if it's newly signature, we don't set it in
2003-05-21  Radek Doulik  <rodo@ximian.com>

	* mail-signature-editor.c (menu_file_save_cb): set signature html
	flag even if it's newly signature, we don't set it in
	format_html_cb as sig could be "live" (when it's not new one)

svn path=/trunk/; revision=21321
2003-05-22 20:08:40 +00:00
29cf556612 Update translation.
2003-05-22  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Update translation.

svn path=/trunk/; revision=21320
2003-05-22 12:40:03 +00:00
7319ce704b configure.in: Added be to ALL_LINGUAS.
svn path=/trunk/; revision=21319
2003-05-22 10:03:32 +00:00
6e6e0ccb62 be.po: Added Belarusian translation from Belarusian team <i18n@mova.org>.
svn path=/trunk/; revision=21318
2003-05-22 10:00:37 +00:00
e6f4f71787 Updated Portuguese translation.
2003-05-22  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=21315
2003-05-22 00:39:07 +00:00
9baee619d7 Ooops, forgot to add the updated translations.
svn path=/trunk/; revision=21314
2003-05-21 19:11:02 +00:00
2b5314180a Bump version to 1.3.91.99.
svn path=/trunk/; revision=21313
2003-05-21 19:05:14 +00:00
6d3b094732 1.3.91.
svn path=/trunk/; revision=21311
2003-05-21 18:51:10 +00:00
ca392b70a1 Removed keybindings and detect links prefs from the composer prefs.
svn path=/trunk/; revision=21310
2003-05-21 18:49:16 +00:00
9a01ce6a42 Renamed GAL_VERSION to GAL_REQUIRED; also, made it
not AC_SUBST() it anymore since it's only used in configure.
Added GTKHTML_REQUIRED and made all the libgtkhtml-3.0 checks use
it.

svn path=/trunk/; revision=21309
2003-05-21 17:48:03 +00:00
ad7f648150 41234
svn path=/trunk/; revision=21308
2003-05-21 17:05:10 +00:00
76ac9cf157 Fixes #41234
2003-05-21  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41234

	* gui/dialogs/e-delegate-dialog.glade: changed button ordering.

svn path=/trunk/; revision=21307
2003-05-21 17:03:20 +00:00
707f1cb7f5 Fixes #41234
2003-05-21  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41234

	* gui/dialogs/e-delegate-dialog.glade: changed button ordering.

svn path=/trunk/; revision=21306
2003-05-21 17:02:39 +00:00
7e3648fcd5 update for preference changes.
svn path=/trunk/; revision=21305
2003-05-21 16:21:11 +00:00
3c4aef5b41 to really fix 42952 use e_table_item_get_cell_geometry. Also a couple
2003-05-20  Ettore Perazzoli  <ettore@ximian.com>

	* e-tree.c (tree_canvas_size_allocate): to really fix 42952
	use e_table_item_get_cell_geometry.  Also a couple valgrind
	and g_warning fixes related to this change from Mike.

svn path=/trunk/; revision=21303
2003-05-21 16:02:59 +00:00
da19eca34e New artwork from Jakub.
svn path=/trunk/; revision=21302
2003-05-21 16:02:12 +00:00
d98bdb9094 updated
svn path=/trunk/; revision=21301
2003-05-21 15:38:28 +00:00
4773ca9f2b Create a second GPtrArray for the keys. We don't want to use
2003-05-20  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-object.c (camel_object_bag_destroy): Create a second
	GPtrArray for the keys. We don't want to use bag->free_key() on
	the object. Fixes bug #43406.

svn path=/trunk/; revision=21300
2003-05-21 15:32:37 +00:00
051f654615 Updated copyright years.
2003-05-20  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-importer.c: Updated copyright years.

	* mail-callbacks.c (ask_confirm_for_empty_subject): Fixed the
	logic a bit - if the gconf key *isn't* set, we want to return
	TRUE.

	* mail-search.c (mail_search_finalise): We need to weak_unref()
	the mail-display here. Fixes bug #43392.

svn path=/trunk/; revision=21299
2003-05-21 15:27:54 +00:00
4a405c6634 remove link hilighting option that isn't attached to anything.
2003-05-21  Larry Ewing  <lewing@ximian.com>

	* mail-config.glade: remove link hilighting option that isn't
	attached to anything.

svn path=/trunk/; revision=21298
2003-05-21 15:26:24 +00:00