Commit Graph

3737 Commits

Author SHA1 Message Date
c24e7b0058 new methods.
1999-05-01  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-folder.c (camel_folder_delete):
	(camel_folder_delete_messages):
	new methods.

svn path=/trunk/; revision=885
1999-05-01 08:23:26 +00:00
0a65118fb8 some more comments
1999-05-01  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/url-util.c (g_url_new): some
	more comments

1999-04-27  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-folder.c (camel_folder_create):
	new public function.

svn path=/trunk/; revision=884
1999-05-01 06:57:40 +00:00
33cc724af2 sync
svn path=/trunk/; revision=883
1999-05-01 06:50:32 +00:00
519a5a0b5b Add --todo support
Add --todo support

svn path=/trunk/; revision=880
1999-04-25 22:33:47 +00:00
d224d1aaad initialize folder object.
1999-04-25  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-session.c (camel_session_get_store_from_provider):
	initialize folder object.

	* camel/camel-store.c (init): new method.
	called by session object at instantiation time.

	* camel/camel-store.h (struct _CamelStore):
	new fields : session and url_name

svn path=/trunk/; revision=879
1999-04-25 21:58:27 +00:00
f9595bb213 new method to set the default provider for a protocol.
1999-04-25  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-session.c (camel_session_set_provider):
	new method to set the default provider for a protocol.
	(camel_session_get_store_from_provider):
	new method to instantiate a folder from a provider.

	* camel/camel-provider.h: s/GString/gchar/g
	+ typo fix.

svn path=/trunk/; revision=878
1999-04-25 11:21:33 +00:00
8fa0292a20 start session object
svn path=/trunk/; revision=877
1999-04-25 09:55:14 +00:00
eb2c9a6024 basic provider structure. Have to write the code for dynamic loading.
1999-04-25  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-provider.[ch]:
	basic provider structure. Have to write the
	code for dynamic loading.

svn path=/trunk/; revision=876
1999-04-25 09:45:13 +00:00
e309ab5719 s/new_g_url/g_url_new
1999-04-24  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/url-util.[ch]: s/new_g_url/g_url_new

svn path=/trunk/; revision=875
1999-04-24 11:23:05 +00:00
0a2e9eef73 URL rewritten completely. Error handling not implemented in public
1999-04-24  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/url-util.c (new_g_url): URL
	rewritten completely. Error handling not
	implemented in public functions.
	But URL scan works pretty well :)))

svn path=/trunk/; revision=874
1999-04-24 11:11:07 +00:00
399f0e77bc Wide use of const in gnumeric now, thanks to Morten Welinder
svn path=/trunk/; revision=873
1999-04-24 07:34:52 +00:00
427646ed6f I needed the url functions to use GString, and I wanted a more general
1999-04-24 bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/url-util.[ch]: I needed the url
	functions to use GString, and I wanted a more
	general scheme so I finally started rewriting
	the whole thing from scratch.
	No more code from gzilla :(

svn path=/trunk/; revision=872
1999-04-23 23:16:14 +00:00
f30be523d2 Utility functions to parse URLs. Stolen shamelessly from gzilla
1999-04-23  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/url-util.[ch]:
	Utility functions to parse URLs.
	Stolen shamelessly from gzilla (www.gzilla.com)
	written by Raph Levien <raph@acm.org>

	* camel/Makefile.am: added url-util.[ch]
	compilation.

svn path=/trunk/; revision=871
1999-04-23 15:58:42 +00:00
5fc2a350d1 removed devel-docs until I come up with a correct Makefile.am
1999-04-23  bertrand <Bertrand.Guiheneuf@inria.fr>

	* Makefile.am (SUBDIRS): removed devel-docs
	until I come up with a correct Makefile.am

	* camel/camel-store.h:
	* camel/camel-folder.h:
	correct declarations of structs

svn path=/trunk/; revision=870
1999-04-23 13:04:34 +00:00
ed6323e978 more test implementation.
1999-04-22  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/providers/MH/camel-mh-store.c:
	more test implementation.

	* camel/camel-store.c (camel_store_get_type): typo fix

A lot of small adds and corrections.

svn path=/trunk/; revision=867
1999-04-21 22:45:49 +00:00
b23f36ba14 start test provider.
1999-04-21  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/providers/MH/camel-mh-folder.c (camel_mh_folder_get_type):
	start test provider.

svn path=/trunk/; revision=864
1999-04-21 17:30:54 +00:00
1202a762f5 more documentation stuff
svn path=/trunk/; revision=863
1999-04-21 13:19:16 +00:00
50b8c2c0af A first attempt at setting up the documentation system.
svn path=/trunk/; revision=862
1999-04-21 12:56:28 +00:00
94dc5be053 now CamelStore inherits from CamelService.
1999-04-20  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-store.h: now CamelStore inherits from
	CamelService.

svn path=/trunk/; revision=861
1999-04-20 20:36:26 +00:00
bba607613c basic abstract service class.
1999-04-20  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-service.c (camel_service_class_init):
	basic abstract service class.

svn path=/trunk/; revision=860
1999-04-20 20:23:48 +00:00
9fc7c06fc4 simple service class added
svn path=/trunk/; revision=859
1999-04-20 18:31:34 +00:00
1b4cf2aa68 Bumped version number to 1.0.3.
1999-03-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* configure.in: Bumped version number to 1.0.3.

svn path=/trunk/; revision=858
1999-04-19 23:46:58 +00:00
09ba26868f silence...
svn path=/trunk/; revision=857
1999-04-19 07:57:22 +00:00
ba965af5b2 Added some slight explanations.
svn path=/trunk/; revision=856
1999-04-19 07:53:46 +00:00
3ac5092836 missing files.
svn path=/trunk/; revision=855
1999-04-18 20:26:51 +00:00
caeedddbe6 started implementation typo uncommented the store related code.
1999-04-18  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-store.[ch]: started implementation
	* camel/camel-folder.c (camel_folder_get_type): typo
	uncommented the store related code.
	(camel_folder_create): enable som store relted code.
	Not finished. Have to define public methods first.

	* camel/camel-log.h: some explanation about the
	log system

svn path=/trunk/; revision=854
1999-04-18 20:24:26 +00:00
b6df9d55cb implemented (partially) have to write CamelStore before finishing it.
1999-04-18   bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-folder.c:
	(camel_folder_create): implemented (partially)
	have to write CamelStore before finishing it.

	* camel/camel-folder.h (CamelFolder): added full_name field
	(CamelFolderClass): added set/get_full_name methods

Some more work

svn path=/trunk/; revision=853
1999-04-18 19:01:23 +00:00
39eed88537 chut...
svn path=/trunk/; revision=852
1999-04-18 10:46:57 +00:00
0057293c1c some work log system for camel some utilities for GString objects
1999-04-18  bertrand <Bertrand.Guiheneuf@inria.fr>

	* camel/camel-folder.c: some work
	* camel/camel-log.c: log system for camel
	* camel/gstring-util.c: some utilities for GString objects


Work on obmail translation.

Bertrand

svn path=/trunk/; revision=851
1999-04-18 10:44:38 +00:00
8fcb90785f groomf -> gnome-mailer
1999-04-18  bertrand <Bertrand.Guiheneuf@inria.fr>

	* autogen.sh (PKG_NAME): groomf -> gnome-mailer

svn path=/trunk/; revision=850
1999-04-18 08:46:22 +00:00
8a078e8e0b Initial revision
svn path=/trunk/; revision=846
1999-04-18 08:40:04 +00:00
ceb6a5d36a Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.
* gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of
AM_PATH_GNOME_PRINT.
* Makefile.am (MACROS): Sort lines.

svn path=/trunk/; revision=818
1999-04-17 01:22:18 +00:00
d69cf86b68 Kill all grabs from the CList before running the new dialog box.
1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gncal-todo.c (edit_activated): Kill all grabs from the CList
	before running the new dialog box.

	This fixes the problem of button-3/Edit on the todo item blocking
	the GUI (actually, the main window responds, but not the todo
	window).

svn path=/trunk/; revision=817
1999-04-16 20:16:40 +00:00
4f5ca04f7b Bononbized Gnumeric compiles.
Bononbized Gnumeric compiles.

Miguel.

svn path=/trunk/; revision=812
1999-04-13 03:30:39 +00:00
9b6d05c461 Updated bonobo checks
svn path=/trunk/; revision=811
1999-04-13 02:50:16 +00:00
a31e875566 Added Bonobo test
svn path=/trunk/; revision=810
1999-04-13 01:41:06 +00:00
d41d8024ae Make sure we can get events for button3. The code for the nice popup menu
1999-04-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gncal-todo.c (gncal_todo_init): Make sure we can get events for
	button3.  The code for the nice popup menu was there but was not
	getting invoked.

svn path=/trunk/; revision=806
1999-04-08 16:46:36 +00:00
f6e63793c1 Require GTK 1.2 -MIguel
svn path=/trunk/; revision=793
1999-04-06 23:23:14 +00:00
45fdeb790b Added this routine so Monthly recurrences use the weekday field as a
1999-04-01 Steve Murphy <murf@e-tools.com>

	* calobj.c (weekdaynum): Added this routine so Monthly recurrences
	use the weekday field as a simple integer for a single weekday.

	* calobj.c (load_recur_monthly_pos): Call weekdaynum instead of
	weekdaylist. The interface only lets the user input a single value
	anyway.

	* calobj.c (ical_object_to_vobject): instead of code to output day
	names from a bit array, use instead the value as an int and output
	a single dayname.

	* calobj.c (ical_object_generate_events): first_week_day gets the
	day int instead of the first entry in the bit field. I inserted a
	fair chunk of code to avoid calling generate if the day is out of
	range for a month. It may be unneccessary, because mktime will
	turn the extra days into a valid date the next month. But not all
	mktimes are equal, I fear.

	* eventedit.c (ee_store_recur_rule_to_ical): For case 3,
	(Monthly), I added code to set the interval slot of the recur
	struct; without this value, selecting a monthly recursing, by
	date, would lead to an infinite loop broken only by a failure to
	alloc more memory. Also, in the "by position" case, both
	u.month_pos and u.month_day were being assigned values. This is a
	mistake, as they are both part of an union, and the same
	thing. The weekday field should get the recur_rr_month_weekday
	value.

	* eventedit.c (ee_rp_init_rule): set default day from the weekday
	field instead of the u.month_day field, which is really the
	month_pos value.

	* gnome-cal.c (gnome_calendar_tag_calendar): Month days start with
	1, not 0; thus, setting tm.tm_mday = 0, and then calling mktime
	will generate a time corresponding to the end of the previous
	month, which may have a mday anywhere from 28 to 31. The end time
	just adds 1 to the month, so your end time may not cover the last
	few days of this month, depending on what the biggest mday of last
	month was. I changed it so tm_mday is set to 1 instead.

1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>

svn path=/trunk/; revision=792
1999-04-03 23:57:14 +00:00
1217f279ad Made static. Make it use the full year format for strftime().
1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* gncal-todo.c (convert_time_t_to_char): Made static.  Make it use
	the full year format for strftime().

svn path=/trunk/; revision=791
1999-03-30 20:38:06 +00:00
841b3a9102 Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFS
Sun Mar 28 23:39:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>

* configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
now contains all VFS checks.

* src/util.c (is_printable): Character 155 is non printable even when
full eight bit output is enabled (on the linux console 155 is
interpreted as "ESC [").

* vfs/vfs.h (vfs_translate_url): Fixed the macro which is used when
compiling without vfs.

* macros/gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs
to be fixed but that's not a problem because there's no libvfs, yet.

svn path=/trunk/; revision=783
1999-03-29 05:06:57 +00:00
88d67f0463 Cambia algunos nomrees del los inputfiles,
svn path=/trunk/; revision=782
1999-03-28 19:26:39 +00:00
7a81d47b87 Include <config.h> so that strings get translated. Correct spelling.
1999-03-27  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* gncal/calobj.c: Include <config.h> so that strings get translated.
	* po/pt.po: Correct spelling.

svn path=/trunk/; revision=781
1999-03-27 16:26:28 +00:00
cdc2ca8e2a Made it respect 12/24h settings.. Doesn't show until next time you open
1999-03-26  Tomas Ogren  <stric@ing.umu.se>

* prop.c (build_hours_menu): Made it respect 12/24h settings..
Doesn't show until next time you open the dialog.. yet..

svn path=/trunk/; revision=780
1999-03-26 17:07:10 +00:00
8ee4abace3 Did some i18n work Did some i18n work
1999-03-24  Tomas Ogren  <stric@ing.umu.se>

* gncal-week-view.c (gncal_week_view_set): Did some i18n work
* eventedit.c (get_exception_string): Did some i18n work

svn path=/trunk/; revision=779
1999-03-24 04:51:29 +00:00
f2f7536a16 Made clist titles i18n:able Added which views that are possible for --view
1999-03-24  Tomas Ogren  <stric@ing.umu.se>

* gncal-todo.c (gncal_todo_init): Made clist titles i18n:able
* main.c (poptOption): Added which views that are possible for
--view in the --help text (closes #367)
* main.c (dump_events): Added (short) month to the strftime and made
the strings i18n:able

svn path=/trunk/; revision=778
1999-03-24 04:26:02 +00:00
7a0e4d2399 Set the recur->interval to the value of the recur_rr_month_period spin
1999-03-23  Nat Friedman  <nat@nat.org>

	* eventedit.c (ee_store_recur_rule_to_ical): Set the
 	recur->interval to the value of the recur_rr_month_period spin
 	button if the event is being set "by day."  This closes bug #675
 	as reported by bagfors@hpc2n.umu.se.  Thanks for the report!

svn path=/trunk/; revision=777
1999-03-24 01:49:01 +00:00
6dca9d9fe0 Added 2 paranthesis.. "foobar = d / 60*60" is _NOT_ the same as "foobar =
1999-03-23  Tomas Ogren  <stric@ing.umu.se>

* gnomecal/calobj.c: Added 2 paranthesis..
"foobar = d / 60*60" is _NOT_ the same as "foobar = d / (60*60)"
which caused heavy alarm-corruption with alarms between 2 hrs and
2 days.

svn path=/trunk/; revision=776
1999-03-23 22:30:59 +00:00
c316802b49 Revert unlogged change.
svn path=/trunk/; revision=765
1999-03-17 20:27:24 +00:00
20962a027c se arreglaron las graficas de la funcion de onda, por lo menos el HO jala bien con variacional
adios
el rulo

svn path=/trunk/; revision=762
1999-03-17 01:45:27 +00:00