After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 559503 - Description should mention gregorian
Description should mention gregorian
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
2.14.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-11-05 20:25 UTC by Bruno Piguet
Modified: 2011-01-04 16:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Bruno Piguet 2008-11-05 20:25:01 UTC
Documentation 
Section: Description
GtkCalendar is a widget that displays a calendar, one month at a time. It can be created with gtk_calendar_new().

The month and year currently displayed can be altered with gtk_calendar_select_month(). The exact day can be selected from the displayed month using gtk_calendar_select_day().

To place a visual marker on a particular day, use gtk_calendar_mark_day() and to remove the marker, gtk_calendar_unmark_day(). Alternative, all marks can be cleared with gtk_calendar_clear_marks().

The way in which the calendar itself is displayed can be altered using gtk_calendar_set_display_options().

The selected date can be retrieved from a GtkCalendar using gtk_calendar_get_date(). 

Correct version:
GtkCalendar is a widget that displays a gregorian calendar, one month at a time. It can be created with gtk_calendar_new().

The month and year currently displayed can be altered with gtk_calendar_select_month(). The exact day can be selected from the displayed month using gtk_calendar_select_day().

To place a visual marker on a particular day, use gtk_calendar_mark_day() and to remove the marker, gtk_calendar_unmark_day(). Alternative, all marks can be cleared with gtk_calendar_clear_marks().

The way in which the calendar itself is displayed can be altered using gtk_calendar_set_display_options().

The selected date can be retrieved from a GtkCalendar using gtk_calendar_get_date().

Users should be aware that, although gregorian calendar is the legal calendar in most countries, it was adopted progressively between year 1582 and 1929. Display  before these dates is likely to be historically incorrect.

Other information:
Comment 1 Matthias Clasen 2008-11-06 02:17:01 UTC
Looks like a fine addition to me. Please commit if you have access.
Comment 2 Bruno Piguet 2008-11-06 07:32:52 UTC
I don't have access.
I also expected a bit of proof-reading by english native speaker : should I write "between year 1582 and 1929" or "between yearS 1582 and 1929" ? Some re-phrasing way be needed, also. The last sentence may be written this way : 

Gregorian calendar is the legal calendar in most countries, but users should be aware that it was adopted progressively between year 1582 and 1929. Display  before these dates (depending on your country) is likely to be historically incorrect.