128 lines
3.6 KiB
Plaintext
128 lines
3.6 KiB
Plaintext
2003-10-21 Dan Winship <danw@ximian.com>
|
|
|
|
* configure.in (GNOME_COMPILE_WARNINGS): Turn off the annoying
|
|
"comparison between signed and unsigned" warning in gcc 3.3
|
|
|
|
* evolution-calendar.pc.in (Cflags): add
|
|
-I${privincludedir}/libical
|
|
|
|
2003-10-08 Frederic Crozat <fcrozat@mandrakesoft.com>
|
|
|
|
* configure.in: Check for gnome-thumbnail.h existence.
|
|
|
|
2003-09-04 Dan Winship <danw@ximian.com>
|
|
|
|
* camel.pc.in (Requires):
|
|
* evolution-addressbook.pc.in (Requires):
|
|
* evolution-calendar.pc.in (Requires):
|
|
* evolution-shell.pc.in (Requires): Require gal-2.2
|
|
|
|
2003-08-27 Bolian Yin <bolian.yin@sun.com>
|
|
|
|
* configure.in: add a11y/widgets/Makefile
|
|
* Makefile.am: move a11y directory before widgets directory.
|
|
|
|
2003-08-21 Not Zed <NotZed@Ximian.com>
|
|
|
|
* HACKING: Wrote one.
|
|
|
|
2003-08-20 Bolian Yin <bolian.yin@sun.com>
|
|
|
|
* configure.in: Add a11y checking, and a11y Makefiles
|
|
* Makefile.am: add a11y subdirectory
|
|
|
|
2003-08-13 Mike Kestner <mkestner@ximian.com>
|
|
|
|
* configure.in: don't make 1.5 the default version (ie LN_S)
|
|
update to use gal-2.2
|
|
|
|
2003-08-01 Not Zed <NotZed@Ximian.com>
|
|
|
|
* configure.in: Add option for '--enable-imapp', for 'new' imap
|
|
code.
|
|
|
|
2003-07-26 Larry Ewing <lewing@ximian.com>
|
|
|
|
* configure.in: use libgtkhtml-3.1 for linking.
|
|
|
|
2003-07-26 Rodney Dawes <dobey@ximian.com>
|
|
|
|
* configure.in: Bump version to "1.5", so that we end up being
|
|
parallel installable with 1.4 again, but we can still release
|
|
a "1.5.0" tarball when we get to that point in 6 months
|
|
|
|
2003-07-23 Dan Winship <danw@ximian.com>
|
|
|
|
* configure.in: Define EVO_MARSHAL_RULE, which creates glib
|
|
marshaller .c and .h files that don't cause gcc warnings
|
|
|
|
* marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE.
|
|
(Can't include newlines in an AC_SUBST, so we have to use
|
|
AC_SUBST_FILE)
|
|
|
|
* Makefile.am (EXTRA_DIST): add marshal.mk
|
|
|
|
2003-07-20 Hasbullah Bin Pit <sebol@ikhlas.com>
|
|
|
|
*configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
|
|
|
|
2003-07-10 Rodney Dawes <dobey@ximian.com>
|
|
|
|
* configure.in: Change version to 1.4.99 since HEAD is not the
|
|
stable 1.4 branch, as evolution-1-4-branch was created post-1.4.1
|
|
|
|
2003-07-01 Dan Winship <danw@ximian.com>
|
|
|
|
* configure.in: Check for gnome-icon-lookup.h (which could mean
|
|
either plain GNOME 2.2 or Sun GNOME 2.0)
|
|
|
|
2003-06-30 Rodrigo Moya <rodrigo@ximian.com>
|
|
|
|
* configure.in:
|
|
* Makefile.am: removed libwombat from the build.
|
|
|
|
* evolution-calendar.pc.in: removed -lwombat.
|
|
|
|
* libwombat/*: removed unused directory.
|
|
|
|
== Version 1.4.1 ==
|
|
|
|
2003-06-25 Ettore Perazzoli <ettore@ximian.com>
|
|
|
|
* configure.in: Depend on GtkHTML 3.0.6, gal 1.99.8.
|
|
|
|
* README: Update
|
|
|
|
2003-06-23 Ettore Perazzoli <ettore@ximian.com>
|
|
|
|
* data/Makefile.am: Added implicity rule to subst @BASE_VERSION@
|
|
in evolution.desktop.in.in to generate evolution.desktop.in.
|
|
(desktop_in_file): Removed.
|
|
(desktop_in_in_file): New.
|
|
(kdedesktop_file): Update substitution to use
|
|
$(desktop_in_in_file) instead of $(desktop_in_file).
|
|
(noinst_DATA): Add $(desktop_file).
|
|
(install-data-local): Depend on $(mime_file) and $(keys_file).
|
|
(EXTRA_DIST): Remove $(desktop_file), replace $(desktop_in_file)
|
|
with $(desktop_in_in_file).
|
|
|
|
2003-06-19 Dan Winship <danw@ximian.com>
|
|
|
|
* tools/killev.c (kill_component): clean this up a little and make
|
|
it deal with "evolution" vs "evolution-1.4"
|
|
|
|
2003-06-19 Danilo Šegan <dsegan@gmx.net>
|
|
|
|
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
|
|
|
|
2003-06-17 Not Zed <NotZed@Ximian.com>
|
|
|
|
* NEWS: Updated for current mail stuff.
|
|
|
|
2003-06-13 Ettore Perazzoli <ettore@ximian.com>
|
|
|
|
* tools/Makefile.am: Remove evolution-launch-composer since it's
|
|
no longer needed.
|
|
|
|
|