aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-07-13 01:56:50 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-07-13 01:56:50 +0800
commit469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54 (patch)
treecd1fec1e95e01ce2f2dfd69ced163847d1066e04 /calendar/ChangeLog
parentb0dabea18bc7102021d4df05da97540da9eb3c16 (diff)
downloadgsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.gz
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.bz2
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.lz
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.xz
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.zst
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.zip
fix typo breaking compilation
2001-07-12 JP Rosevear <jpr@ximian.com> * gui/e-calendar-table.c (e_calendar_table_copy_clipboard): fix typo breaking compilation * gui/dialogs/meeting-page.c: fix include * gui/dialogs/Makefile.am: build select names idl here * gui/Makefile.am: remove select names compilation from here svn path=/trunk/; revision=11050
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d60ab5b902..3982b43b96 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,16 @@
2001-07-12 JP Rosevear <jpr@ximian.com>
+ * gui/e-calendar-table.c (e_calendar_table_copy_clipboard): fix
+ typo breaking compilation
+
+ * gui/dialogs/meeting-page.c: fix include
+
+ * gui/dialogs/Makefile.am: build select names idl here
+
+ * gui/Makefile.am: remove select names compilation from here
+
+2001-07-12 JP Rosevear <jpr@ximian.com>
+
* gui/dialogs/task-details-page.c (task_details_page_set_dates):
guard against infinite loops with the updating boolean, fixes 4270