diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/TODO | 3 | ||||
-rw-r--r-- | calendar/gui/main.c | 2 | ||||
-rw-r--r-- | calendar/gui/year-view.h | 2 | ||||
-rw-r--r-- | calendar/main.c | 2 | ||||
-rw-r--r-- | calendar/year-view.h | 2 |
6 files changed, 11 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 11d14a3d89..fc2761ac1f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +1998-09-27 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * main.c: Hotkey for File/Exit should be C-q, not C-x. + 1998-09-24 Federico Mena Quintero <federico@nuclecu.unam.mx> * year-view.c (do_popup_menu): New function to execute the popup diff --git a/calendar/TODO b/calendar/TODO index 17c69a83e3..ab18dfeceb 100644 --- a/calendar/TODO +++ b/calendar/TODO @@ -47,3 +47,6 @@ Gnome date selection widget: General: - Write online help. Nice help. Lots of help. + +- If you leave the calendar running overnight, the "current day" + marker in the GnomeMonthItems does not get updated. diff --git a/calendar/gui/main.c b/calendar/gui/main.c index d8a5af2b87..802cd56972 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -411,7 +411,7 @@ static GnomeUIInfo gnome_cal_file_menu [] = { { GNOME_APP_UI_ITEM, N_("_Close this calendar"), NULL, close_cmd, NULL, NULL, GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_CLOSE, 'w', GDK_CONTROL_MASK, NULL }, { GNOME_APP_UI_ITEM, N_("E_xit"), NULL, quit_cmd, NULL, NULL, - GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_EXIT, 'x', GDK_CONTROL_MASK, NULL }, + GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_EXIT, 'q', GDK_CONTROL_MASK, NULL }, GNOMEUIINFO_END }; diff --git a/calendar/gui/year-view.h b/calendar/gui/year-view.h index 071380ba2b..705f99ffd7 100644 --- a/calendar/gui/year-view.h +++ b/calendar/gui/year-view.h @@ -1,4 +1,4 @@ -/* Year view display for gncal +/* Year view display for Gnomecal * * Copyright (C) 1998 The Free Software Foundation * diff --git a/calendar/main.c b/calendar/main.c index d8a5af2b87..802cd56972 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -411,7 +411,7 @@ static GnomeUIInfo gnome_cal_file_menu [] = { { GNOME_APP_UI_ITEM, N_("_Close this calendar"), NULL, close_cmd, NULL, NULL, GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_CLOSE, 'w', GDK_CONTROL_MASK, NULL }, { GNOME_APP_UI_ITEM, N_("E_xit"), NULL, quit_cmd, NULL, NULL, - GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_EXIT, 'x', GDK_CONTROL_MASK, NULL }, + GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_EXIT, 'q', GDK_CONTROL_MASK, NULL }, GNOMEUIINFO_END }; diff --git a/calendar/year-view.h b/calendar/year-view.h index 071380ba2b..705f99ffd7 100644 --- a/calendar/year-view.h +++ b/calendar/year-view.h @@ -1,4 +1,4 @@ -/* Year view display for gncal +/* Year view display for Gnomecal * * Copyright (C) 1998 The Free Software Foundation * |