aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-21 11:11:42 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-21 11:11:42 +0800
commit5fda22d8393b161a6539b848bdd5d88db7e77bc5 (patch)
tree848f35fd3af743ae90cc708fdd4d907fc28c4bcd /calendar/ChangeLog
parentd57e1662cf2a2beb21d9413d6a4a2cef25d7c05c (diff)
downloadgsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.gz
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.bz2
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.lz
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.xz
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.zst
gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.zip
Make the any-key-creates-new-appointment-at-selection thing actually work - Federico
svn path=/trunk/; revision=173
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index db529603fe..2a3844a5a6 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,9 @@
1998-04-20 Federico Mena Quintero <federico@nuclecu.unam.mx>
+ * gncal-full-day.c (gncal_full_day_get_day_start_yoffset): New
+ public function that returns the y offset for the row
+ corresponding to the "day begin" time.
+
* gncal-full-day.c (gncal_full_day_key_press): Now any printable
keystroke (not just Return) will activate the selected range.