2006-03-27 Parthasarathi Susarla <sparthasarathi@novell.com>
* MAINTAINERS: Changing the maintainers file to reflect
the current mail maintainers.
svn path=/trunk/; revision=31747
2006-02-13 Andre Klapper <a9016009@gmx.de>
* data/evolution.desktop.in.in: changed the Comment
value. Fixes bug 329744 also to my satisfaction. ;-)
svn path=/trunk/; revision=31504
2006-01-30 Kjartan Maraas <kmaraas@gnome.org>
* tools/evolution-launch-composer.c: (do_send):
Use g_list_delete_link() instead of g_list_remove_link()
+ g_list_free_1().
* tools/killev.c: mark a couple vars static and remove a
stray semi-colon.
svn path=/trunk/; revision=31370
2006-01-21 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional Chinese translation(Taiwan).
* zh_HK.po: Added Traditional Chinese translation(Hong Kong).
svn path=/trunk/; revision=31256
Patch submitted by Johnny Jacob <johnnyjacob@gmail.com>
* configure.in: Add import-ics-attachments to plugins list
and Makefile target.
svn path=/trunk/; revision=31224
2006-01-11 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Enlose the computed value of MOZILLA_NSS_LIB_DIR
with quotes as this will be used in the code as a string constant.
svn path=/trunk/; revision=31133
2006-01-11 Simon Zheng <simon.zheng@sun.com>
* configure.in: Add the macro MOZILLA_NSS_LIB_DIR to store mozilla
nss library path.
svn path=/trunk/; revision=31129
2006-01-07 Tor Lillqvist <tml@novell.com>
* server.mk: Add whitespace before all line continuation
backslashes. Fixes build on Debian-based systems. (#325574,
Sebastien Bacher)
svn path=/trunk/; revision=31095
2006-01-04 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: Include also the glade files in the plugins
directory.
Include all of etc/gconf in the zipfile. (One should "make
install" to a temporary directory when building a distribution
anyway, so only evolution's GConf stuff will be included.)
svn path=/trunk/; revision=31045
2005-12-22 Shreyas Srinivasan <sshreyas@novell.com>
* Evolution is now Network Aware, the day of complete
awareness beckons, The machines are taking over...
* Network Manager support for evolution
svn path=/trunk/; revision=30926
2005-12-17 Tor Lillqvist <tml@novell.com>
* evolution-plugin.pc.in
* evolution-shell.pc.in: Use @privsolibdir@ to set privlibdir.
svn path=/trunk/; revision=30794
2005-12-06 Tor Lillqvist <tml@novell.com>
* configure.in: Include libedataserver-$EDS_PACKAGE in the
requirement list for E_WIDGETS.
Set bindir_in_server_file, privlibexecdir_in_server_file and
componentdir_in_server_file. On Unix, they are the same as bindir,
privlibexecdir and componentdir respectively. On Win32, use paths
relative from lib/bonobo/servers. AC_SUBST these variables.
* server.mk: Substitute the values above new variables for the
corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in
files.
* addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
* calendar/gui/GNOME_Evolution_Calendar.server.in.in
* calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
* mail/GNOME_Evolution_Mail.server.in.in
* shell/GNOME_Evolution_Shell.server.in.in
* shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use
the @..._IN_SERVER_FILE@ strings.
svn path=/trunk/; revision=30793
2005-12-02 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: New file, a script used to build a
Win32 zipfile distribution of Evolution.
* Makefile.am
* configure.in: Distribute and expand it.
svn path=/trunk/; revision=30712
2005-11-26 Tor Lillqvist <tml@novell.com>
* configure.in: Drop the IPv6 and getaddrinfo checks, unused here
in Evolution. (It's used in e-d-s, though.)
svn path=/trunk/; revision=30685