diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-09-25 10:45:31 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-25 10:45:31 +0800 |
commit | 9a44eaa38478fdc0642938c824b3238f50d9ad07 (patch) | |
tree | 2b78017d632a7cb7ac084f72fd626b1dfd929061 /calendar/ChangeLog | |
parent | 492f635013b6bc90847c8dd629517d2592971fc2 (diff) | |
download | gsoc2013-evolution-9a44eaa38478fdc0642938c824b3238f50d9ad07.tar.gz gsoc2013-evolution-9a44eaa38478fdc0642938c824b3238f50d9ad07.tar.zst gsoc2013-evolution-9a44eaa38478fdc0642938c824b3238f50d9ad07.zip |
New function to execute the popup menu in the year view. (day_event):
1998-09-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
* year-view.c (do_popup_menu): New function to execute the popup
menu in the year view.
(day_event): Invoke the popup menu with the context set to days.
(new_appointment): New function to create a new appointment from
the year view.
(do_jump): New function to do the appropriate view/date jumping
from the popup menu.
* main.c: Fixed two icons in the File menu.
svn path=/trunk/; revision=398
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8440184509..11d14a3d89 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +1998-09-24 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * year-view.c (do_popup_menu): New function to execute the popup + menu in the year view. + (day_event): Invoke the popup menu with the context set to days. + (new_appointment): New function to create a new appointment from + the year view. + (do_jump): New function to do the appropriate view/date jumping + from the popup menu. + + * main.c: Fixed two icons in the File menu. + 1998-09-21 Federico Mena Quintero <federico@nuclecu.unam.mx> * main.c: Added underlined shortcuts and accelerators to the main menu. |