aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-04-16 10:56:44 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-16 10:56:44 +0800
commit8a6f65830092a2dec14005dc5712ee1ef54598a7 (patch)
treeb2917dcacc28dffec73be9ad50025023391280e2 /calendar/ChangeLog
parent96eeb8b74e8994d1b08e50dc0c3df9cd895a2f9e (diff)
downloadgsoc2013-evolution-8a6f65830092a2dec14005dc5712ee1ef54598a7.tar
gsoc2013-evolution-8a6f65830092a2dec14005dc5712ee1ef54598a7.tar.gz
gsoc2013-evolution-8a6f65830092a2dec14005dc5712ee1ef54598a7.tar.bz2
gsoc2013-evolution-8a6f65830092a2dec14005dc5712ee1ef54598a7.tar.lz
gsoc2013-evolution-8a6f65830092a2dec14005dc5712ee1ef54598a7.tar.xz
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/ChangeLog5
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.