2006-07-22 Julio M. Merino Vidal <jmmv@NetBSD.org>
* configure.in: Do not assume that only SunOS has pkill because
other systems (e.g. NetBSD) also have it. Fix the check that
looks for an utility to kill a process by name to properly detect
either pkill or killall. Fixes bug #336853.
svn path=/trunk/; revision=32386
2006-06-15 Tor Lillqvist <tml@novell.com>
* plugin.mk: Must expand also @GETTEXT_PACKAGE@ and @LOCALEDIR@,
at least the caldav plugin has a .eplug.in file that refers to
those. (On the other hand, it is questionable whether
org-gnome-evolution-caldav.eplug.in needs to specify domain and
localedir at all.)
svn path=/trunk/; revision=32149
2006-06-14 Andre Klapper <a9016009@gmx.de>
* data/evolution.desktop.in.in: fixing categories, bugzilla entry,
adding bugzilla component and bugzilla version.
Fixes bug #335410. Thanks to Vincent Fretin and Olav Vitters.
svn path=/trunk/; revision=32139
2006-04-28 Sven Herzberg <herzi@gnome-de.org>
reviewed by: Srinivasa Ragavan
* shell/apps_evolution_shell.schemas.in.in: added boolean key for the
maximized state of the window
* shell/e-shell-window.c: added window state saving and updated window
size saving to work as expected (fixes bug 243962)
svn path=/trunk/; revision=31926
2006-04-27 Tor Lillqvist <tml@novell.com>
* win32/libemiscwidgets.def: Add e_expander_get_type which now is
needed when linking libevolution-widgets-a11y.
svn path=/trunk/; revision=31913
2006-04-25 Jeffrey Stedfast <fejj@novell.com>
* configure.in: Figure out auto-magically what the mozilla-nss
pkg-config module name is.
svn path=/trunk/; revision=31890
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