Commit Graph

560 Commits

Author SHA1 Message Date
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
35a4e49caa Add Summary editing for TODO items -rconover
svn path=/trunk/; revision=761
1999-03-16 18:56:51 +00:00
9adbbaf76f Add support for Due Date when adding a TODO item here. (column_resized):
1999-03-10  Clifford R. Conover <rconover@montana.edu>

	* gncal-todo.c (simple_todo_editor): Add support for Due Date when
	adding a TODO item here.
	(column_resized): New function
	(init_column_sorting): New function.
	(todo_click_column): New function.
	(convert_time_t_to_char, make_overdue_todo_style): New functions.

	* gnome-cal.c (gnome_calendar_todo_properties_changed): New
	function used to update the TODO when the properties have been
	chagned for it.

	* prop.c (prop_apply_todo): Apply TODO properties.

	* gncal-day-panel.c (todo_list_properties_changed): Update the
	TODO display here.

	* eventedit.c (date_edit_new): Made public

svn path=/trunk/; revision=757
1999-03-11 02:58:18 +00:00
20bba8a8f6 1999-03-10 Craig A Soules (soules+@andrew.cmu.edu)
* timeutil.c, calendar.c, calobj.c, gncal-day-panel.c: Add support
	for daylight time savings.

svn path=/trunk/; revision=756
1999-03-11 01:35:52 +00:00
1b383b0fa7 Applied this change:
1999-03-10  Tomislav Vujec  <tvujec@carnet.hr>

	* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in
	ACLOCAL. This allows maintainer rules to work if any of the macros
	change.

svn path=/trunk/; revision=745
1999-03-10 23:16:04 +00:00
ed4bc0b947 Applied Bug fix:
1999-03-10  Tomislav Vujec  <tvujec@carnet.hr

	* gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing
	for additional inits. It gets expanded while generating configure,
	resulting in an empty parameter list - syntax error in for statement.

svn path=/trunk/; revision=744
1999-03-10 22:46:20 +00:00
8bfa8af939 Add a new paramater, which is passed to GNOME_INIT_HOOK.
* gnome.m4 (GNOME_INIT): Add a new paramater, which is passed to
GNOME_INIT_HOOK.
(GNOME_INIT_HOOK): New parameter "additional inits".  This is a
list like "applets capplet", and the corresponding
GNOME_APPLETS_LIBS and GNOME_CAPPLETS_LIBS are defined.

Note: This change requires all standalone panel applets to use

	GNOME_INIT(applets)

instead of just GNOME_INIT in their configure.ins.  I don't think
there are any standalon panel applets in Gnome CVS.  This is partly to
fix a bug with a message `unknown library: applets' that appears when
gnome-core is installed the first time.

svn path=/trunk/; revision=743
1999-03-10 01:10:12 +00:00
6c842e8bbd Ok, this was bugging me.... ....for a while my objc compiler was borked. I
Ok, this was bugging me....
....for a while my objc compiler was borked.  I had it, but it didn't work.
gnome-network would abuse and abuse me since it only checked for the objc
compiler and not gnome-objc.

Noticed we didn't have a HAVE_GNOME_OBJC conditional, so I added it.  It works
(so far...)

Mark Crichton

svn path=/trunk/; revision=718
1999-03-01 05:21:53 +00:00
c97af7103f For DRAG_MOVE, DRAG_SIZE_TOP and DRAG_SIZE_BOTTOM: call child_focus_out ()
1999-02-28  Martin Baulig  <martin@home-of-linux.org>

	* gncal-full-day.c (recompute_motion): For DRAG_MOVE, DRAG_SIZE_TOP
	and DRAG_SIZE_BOTTOM: call child_focus_out () if the child currently
	has the focus.

svn path=/trunk/; revision=717
1999-02-28 19:05:14 +00:00
0ad91d0f28 gtk_widget_get_requisition fix for Gtk+ 1.2.
svn path=/trunk/; revision=716
1999-02-28 18:48:12 +00:00
3567dff724 Remove a CVS conflict marker.
svn path=/trunk/; revision=709
1999-02-28 11:26:02 +00:00
43a26581b2 Require at least gtk+ 1.2 (pointless getting bug reports with an old
1998-02-27  Gregory McLean <gregm@comstar.net>

        * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting
        bug reports with an old glib/gtk/gdk set..)

svn path=/trunk/; revision=708
1999-02-27 19:56:42 +00:00
83987b1ad9 Added Korean font to the fontset string. Likewise.
1999-02-27  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* quick-view.c (QUICK_VIEW_FONTSET): Added Korean font to the
	fontset string.
	* mark.h (*_FONTSET): Likewise.

1999-02-27  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* canvas.c (*_FONTSET): Added Korean fonts to the each fontset
	strings.

svn path=/trunk/; revision=707
1999-02-26 20:03:57 +00:00
80f83d0085 Implemented new panel groups as suggested on gnome-hackers
Dr Mike <drmike@redhat.com>

svn path=/trunk/; revision=706
1999-02-25 20:15:36 +00:00
c293de1aca Require LibGTop >= 1.0.0.
1999-02-25  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0.

svn path=/trunk/; revision=702
1999-02-25 07:01:52 +00:00
6c9ae3c490 Fixes for release.
Fixes for release.

svn path=/trunk/; revision=695
1999-02-25 00:26:34 +00:00
4ee13eca04 look in the right prefix
svn path=/trunk/; revision=693
1999-02-25 00:18:21 +00:00
928eecf161 Updated spanish language file;
and some i18n improvements

svn path=/trunk/; revision=692
1999-02-24 18:53:31 +00:00
6b37708424 Require LibGTop >= 0.100.0.
1999-02-24  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-checks.m4: Require LibGTop >= 0.100.0.

svn path=/trunk/; revision=690
1999-02-24 14:54:16 +00:00
89ef5539d9 Save the owner/organizer of the event. (ical_object_create_from_vobject):
1999-02-23  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* calobj.c (ical_object_to_vobject): Save the owner/organizer of
	the event.
	(ical_object_create_from_vobject): Load the owner/organizer of the event.

	* gncal-full-day.c (delete_occurance): Assign child to data (fixes
	crash on "delete this occurrance").

svn path=/trunk/; revision=689
1999-02-24 00:40:15 +00:00
2df03af7a2 Only add the compilation warnings if the compiler is GCC.
1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* compiler-flags.m4: Only add the compilation warnings if the
	compiler is GCC.

svn path=/trunk/; revision=684
1999-02-22 21:27:11 +00:00
06231f4f07 tzname issues
1999-02-22  Timur Bakeyev  <mc@bat.ru>

	* configure.in: Added check for langinfo.h and for representation of
	timezone info - tzname or tm.tm_zone.

svn path=/trunk/; revision=682
1999-02-22 00:55:21 +00:00
b779411ecc ZVT_LIBS
1999-02-20  Timur Bakeyev <mc@bat.ru>

	* gnome.m4: Added and exported ZVT_LIBS.

svn path=/trunk/; revision=680
1999-02-20 02:15:32 +00:00
7b064036dc Made use of g_get_{user,real}_name() instead of our own home-brew...
1999-02-20  Tomas Ogren  <stric@ing.umu.se>

* main.c (init_username): Made use of g_get_{user,real}_name() instead
of our own home-brew...

svn path=/trunk/; revision=679
1999-02-20 00:23:40 +00:00
b9fed50503 x Wonderful, now we have autoconf magic, --enable-pvm=[yes,no]
Alan Aspuru-Guzik

svn path=/trunk/; revision=678
1999-02-19 02:50:28 +00:00
b681ca2a81 will define fonts via fontset. Friendlier to locales that use iso8859-[^1]
* gnome-month-item.c,gnome-month-item.h,goto.c,mark.h,
	month-view.c,prop.c,quick-view.c,year-view.c: will define
	fonts via fontset. Friendlier to locales that use iso8859-[^1]
	and koi8-r encodings. Does not solve problem for Asian languiges
	--- better solution is needed (e.g. standart GNOME fontstyles
	defined in gtkrc).

                                       Interpol

svn path=/trunk/; revision=677
1999-02-18 00:05:17 +00:00
28707ca90c svn path=/trunk/; revision=675
Tue Feb 16 19:35:42 1999  Owen Taylor  <otaylor@redhat.com>

svn path=/trunk/; revision=675
1999-02-18 00:02:24 +00:00
216051e098 Updated to install desktop into $(datadir)/gnome/apps
Dr Mike <drmike@redhat.com>

svn path=/trunk/; revision=674
1999-02-17 23:25:01 +00:00