diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-16 10:56:44 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-16 10:56:44 +0800 |
commit | 8a6f65830092a2dec14005dc5712ee1ef54598a7 (patch) | |
tree | b2917dcacc28dffec73be9ad50025023391280e2 /calendar/ChangeLog | |
parent | 96eeb8b74e8994d1b08e50dc0c3df9cd895a2f9e (diff) | |
download | gsoc2013-evolution-8a6f65830092a2dec14005dc5712ee1ef54598a7.tar.gz gsoc2013-evolution-8a6f65830092a2dec14005dc5712ee1ef54598a7.tar.zst gsoc2013-evolution-8a6f65830092a2dec14005dc5712ee1ef54598a7.zip |
Now children have a vertical handle as well. This can be used to move the
1998-04-15 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-full-day.c (child_draw): Now children have a vertical
handle as well. This can be used to move the child anytime, not
only when it is focused.
(recompute_motion): Modified for new drag behavior.
svn path=/trunk/; revision=142
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e6601ac878..d0273a59eb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 1998-04-15 Federico Mena Quintero <federico@nuclecu.unam.mx> + * gncal-full-day.c (child_draw): Now children have a vertical + handle as well. This can be used to move the child anytime, not + only when it is focused. + (recompute_motion): Modified for new drag behavior. + * eventedit.c (ee_init_general_page): The general_owner may be null. Do the proper thing when creating the label. (ee_ok): Update the gnome calendar appropriately. |