diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-02-20 02:13:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-02-20 02:13:52 +0800 |
commit | dfe6ecc829d4170b1523465b68fa5f1a2c7108dc (patch) | |
tree | 5f33cb8b73baefe8d38c88ee6738d4e80db919a6 /calendar/ChangeLog | |
parent | da47a92f83c97aba001150736c375be3111e5b8b (diff) | |
download | gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.gz gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.bz2 gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.lz gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.xz gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.tar.zst gsoc2013-evolution-dfe6ecc829d4170b1523465b68fa5f1a2c7108dc.zip |
Split $(CORBA_GENERATED_H) rule from the $(CORBA_GENERATED_C) rule to that
* pcs/Makefile.am: Split $(CORBA_GENERATED_H) rule from the
$(CORBA_GENERATED_C) rule to that it autogens properly when using
parallel makes.
* cal-client/Makefile.am: Likewise.
* gui/gnome-cal.c (gnome_calendar_setup_view_menus): Fix path to
the calendar's GAL Views directory. [Pointed out by Grzegorz
Goawski.]
svn path=/trunk/; revision=19947
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 24b529d3df..827cd63501 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2003-02-19 Ettore Perazzoli <ettore@ximian.com> + + * pcs/Makefile.am: Split $(CORBA_GENERATED_H) rule from the + $(CORBA_GENERATED_C) rule to that it autogens properly when using + parallel makes. + * cal-client/Makefile.am: Likewise. + + * gui/gnome-cal.c (gnome_calendar_setup_view_menus): Fix path to + the calendar's GAL Views directory. [Pointed out by Grzegorz + Goawski.] + 2003-02-11 Hans Petter Jansson <hpj@ximian.com> Enable printing for calendar and tasks. |