Updated Traditional Chinese translation.
[evolution.git] / ChangeLog
blobfcabafd5c39c9f32896ec1fb9e0be08270b03eb5
1 2005-06-27  Tor Lillqvist  <tml@novell.com>
3         * configure.in: Drop local mail file lock method tests and the
4         option --enable-file-locking, these are not used in evolution. (Is
5         used in e-d-s.) Ditto for sendmail operation tests and the
6         --with-broken-spool option.
8         * win32/libemiscwidgets.def: Add e_selection_model_selection_row_changed.
10 2005-06-25  Not Zed  <NotZed@Ximian.com>
12         * configure.in: remove need to define NULL in getaddrinfo check.
14 2005-06-25  Not Zed  <NotZed@Ximian.com>
16         * configure.in: move prefer-plain and save-attachments to
17         experimental where they belong.
19 2005-06-23  Harish Krishnaswamy <kharish@novell.com>
20         
21         * configure.in : add mono plugin to the base list only if 
22         it was enabled as a configure option.
24 2005-06-23  Kaushal Kumar  <kakumar@novell.com>
26         * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
27         addressbook/gui/search/Makefile.am, 
28         plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.
30         Updated the include paths to use misc instead of widgets/misc.
32 2005-06-23  Not Zed  <NotZed@Ximian.com>
34         * configure.in: fix the --enable-profiler not to disable otherwise
35         enabled plugins.  & added default-mailer plugin stuff.
37 2005-06-18  Tor Lillqvist  <tml@novell.com>
39         * configure.in (EXTRA_GNOME dependencies): Use $FULL_GNOME_DEPS
40         here explicitly instead of duplicating the list. In the makefiles
41         no need to use both EXTRA_GNOME_CFLAGS and GNOME_FULL_CFLAGS,
42         EXTRA_GNOME_CFLAGS is enough. (Ditto for _LIBS.)
44         (privsolibdir): New autoconf variable. On Unix it is identical to
45         privlibdir, on Win32 identical to libdir.
47         There is no RPATH mechanism in Win32 DLLs or EXEs. The intention
48         is that Evolution's private shared libraries will be marked in the
49         Makefile.am files as privsolib_LTLIBRARIES. They will thus on
50         Windows get installed in libdir. The DLLs will actually get
51         installed in bindir, thanks to libtool magic. It will thus suffice
52         to have bindir in PATH.
54         This also means that we can use gnome_win32_get_prefixes() in
55         libeutil to find out the installation location on the end-user
56         machine based on the location of the DLL. gnome_win32_get_prefixes() 
57         assumes the DLL is in a "bin" subfolder of the end-user
58         installation prefix.
60         * win32/Makefile.am (EXTRA_DIST): Fix typo. Add libetable and
61         libetext.
63         * win32/libetable.def
64         * win32/libetext.def: New files.
66         * win32/libemiscwidgets.def: Add new entries.
68 2005-06-17  Kaushal Kumar  <kakumar@novell.com>
70         * Retired GAL from Head. The relevant files have moved inside 
71         evolution. Thanks to JP Rosevear for performing the cvs surgery. The 
72         files have been moved in the following order.
74         evolution/e-util <- gal/gal/util
75         evolution/a11y <-  gal/gal/a11y
76         evolution/a11y/e-table <- gal/gal/a11y/e-table
77         evolution/a11y/e-text <- gal/gal/a11y/e-text
78         evolution/widgets/table <- gal/gal/e-table
79         evolution/widgets/text <- gal/gal/e-text
80         evolution/widgets/misc <- gal/gal/widgets
81         evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps
82         evolution/widgets/menus <- gal/gal/menus
84         Following is the summary of changes done to fix the build:-
85         - New files added to cvs repository,
86                 - a11y/e-table/Makefile.am
87                 - a11y/e-text/Makefile.am
88                 - widgets/table/Makefile.am
89                 - widgets/text/Makefile.am
90                 - widgets/misc/pixmaps/Makefile.am
91                 - iconv-detect.h
92                 - iconv-detect.c
93         - Updated configure.in.
94         - Updated all the relevant Makefile.am files.
95         - Updated the include paths to replace all gal references.
96         - Updated the marshal list to suit gal files requirements. 
98 2005-06-16 Harish Krishnaswamy <kharish@novell.com>
99         
100         * configure.in : add mono to the plugins list
101         
102         * data/evolution.desktop.in.in : 
103         Fix for #307176 (patch from Andre Klapper)
104         correct the version of evolution-data-server.
106 2005-06-15  Tor Lillqvist  <tml@novell.com>
108         * configure.in: Check for Win32. Define Automake conditional
109         OS_WIN32. Define autoconf substitutions SOEXT (.so vs. .dll) and
110         NO_UNDEFINED (empty vs. -no-undefined). Check for regexec, perhaps
111         in a separate -lregex. Include also camel-provider's CFLAGS and
112         LIBS for IMPORTERS. Expand win32/Makefile.
114         * Makefile.am (SUBDIRS): Add win32.
115         
116         * plugin.mk: Expand also @SOEXT@.
118         * server.mk: Expand also @SOEXT@ and @EXEEXT@.
120         * win32/README
121         * win32/Makefile.am
122         * win32/dummy.la
123         * win32/libemiscwidgets.def
124         * win32/libevolution-addressbook.def
125         * win32/libevolution-calendar.def
126         * win32/libevolution-mail.def
127         * win32/libfilter.def: New files. Build bootstrap import libraries
128         for some of Evolution's DLLs to work around circular dependencies
129         between some of the shared libraries. Circular dependecies are
130         problematic on Win32 where one can't have undefined symbols in
131         executables (or shared libraries).
133 2005-06-14  Sarfraaz Ahmed <asarfraaz@novell.com>
135         * configure.in : Add a configure option --enable-exchange to build
136         Exchange plugins. Also changed the Exchange plugin name to
137         exchange-operations.
139 2005-06-12  Sarfraaz Ahmed <asarfraaz@novell.com>
141         * plugins/exchange-operations : Added a new plugin directory for
142         renaming exchange-account-setup as exchange-operations.
144 2005-06-10  Sarfraaz Ahmed <asarfraaz@novell.com>
146         * configure.in : Added CAMEL_EXCHANGE CFLAGS/LIBS for exchange plugins.
148 2005-06-07 Harish Krishnaswamy <kharish@novell.com>
150         * configure.in: bump version.
152 2005-05-25  Not Zed  <NotZed@Ximian.com>
154         * configure.in: if --enable-mono, then enable the mono plugin.
156 2005-05-23  Vivek Jain <jvivek@novell.com>
157         
158         * configure.in : Removed the entries of 
159         groupwise-account-setup
160         shared-folder
161         groupwise-send-options
162         groupwise-status-tacking
163         send-options
164         addressbook-groupwise
165         from AC_OUTPUT and base plugins and added
166         consolidated 'groupwise-features' plugin to base plugins and 
167         AC_OUTPUT
169 2005-05-19  Chenthill Palanisamy  <pchenthill@novell.com>
171         * configure.in: Added a plugin to mark all messages
172         as read for the selected and the sub folders to base
173         plugin.
175 2005-05-19  Vivek Jain <jvivek@novell.com>
176         
177         * configure.in : add print-message plugin to base plugins and 
178          AC_OUTPUT
180 2005-05-18  Harish Krishnaswamy  <kharish@novell.com>
182         * configure.in : Bump version
184 2005-05-13  Rodney Dawes  <dobey@novell.com>
186         * plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
187         disted properly
189 2005-05-12  Not Zed  <NotZed@Ximian.com>
191         * configure.in: Added mail-remote stuff.  an experimental plugin.
193 2005-05-12  Harish Krishnaswamy  <kharish@novell.com>
195         * configure.in: check for libsoup-2.4 else fail over
196         to libsoup-2.2.
198 2005-05-06  Not Zed  <NotZed@Ximian.com>
200         * plugin.mk: changed .eplug rule to also convert i18n tags if it
201         ends in xml.  Also convert .error.xml into .error converting i18n
202         tags.
204 2005-05-06      Srinivasa Ragavan <sragavan@novell.com>
206         * addressbook/gui/component/ldap-config.glade: Changed string 'login'
207         * mail/evolution-mail.schemas.in.in: Rephrased photo string
208         * mail/mail-config.glade: Rephrased photo string
209         * ui/evolution-mail-message.xml: Changed 'From' to 'from'
210         
211 2005-05-05  Harish Krishnaswamy  <kharish@novell.com>
213         * configure.in: reset upgrade revision to 0
215 2005-05-04 Amish <lists@munshi.biz>
216         
217         * evolution-plugin.pc.in, evolution-shell.pc.in : use
218         @GAL_PACKAGE@ instead of hardcoding the version. Fixes
219         evolution-exchange build issues.
220         
221 2005-04-28  Not Zed  <NotZed@Ximian.com>
223         * configure.in: add an --enable-profiling arg, build the profiling
224         plugin optionally as well.
226 2005-04-26  Harish Krishnaswamy  <kharish@novell.com>
228         * configure.in : Bump version
230 2005-04-25  Harish Krishnaswamy  <kharish@novell.com>
232         * configure.in: Bump libsoup requires.
234 2005-04-20  James Henstridge  <james@jamesh.id.au>
236         * configure.in (EVO_SET_COMPILE_FLAGS): fix up macro so that it
237         doesn't trigger configure failures with newer versions of
238         pkg-config.  Fixes bug #300436.
240 2005-04-11  Harish Krishnaswamy  <kharish@novell.com>
242         * configure.in: bump version, requires
244 2005-03-11  David Malcolm  <dmalcolm@redhat.com>
246         * configure.in: set up DBUS_VERSION for use in the new-mail-notify
247         plugin 
249 2005-03-31  Steve Murphy  <murf@e-tools.com>
251         * configure.in: Added "rw" to ALL_LINGUAS.
253 2005-03-29  Adi Attar  <aattar@cvs.gnome.org>
255         * configure.in: Added "xh" to ALL_LINGUAS.
257 2005-03-27  Ahmad Riza H Nst  <ari@160c.afraid.org>
259         * configure.in: Added id (Indonesian) to ALL_LINGUAS line.
261 2005-03-21  Radek Doulik  <rodo@novell.com>
263         * configure.in: require gtkhmtl 3.7.0 with 3.8 package/api version
265 2005-03-21  Philip Van Hoof  <pvanhoof@gnome.org>
267         * configure.in: Fix for #73917
268         
269 2005-03-16  Pawan Chitrakar  <pawan@nplinux.org>
271         * configure.in: Added ne in ALL_LINGUAS
273 2005-03-07  JP Rosevear  <jpr@novell.com>
275         * configure.in: bump version, requires
277 2005-02-28  JP Rosevear  <jpr@novell.com>
279         * configure.in: bump version, requires
281 2005-02-28  JP Rosevear  <jpr@novell.com>
282   
283         * configure.in: add startup wizard plugin
284         
285 2005-02-28  JP Rosevear  <jpr@novell.com>
286   
287         * plugins/Makefile.am: dist standard and experimental plugins
288   
289         * configure.in: move "all" plugins to standard and experimental
290         and default to building the standard set
291                 
292 2005-02-27  JP Rosevear  <jpr@novell.com>
294         * configure.in: add mail/default/de to ac_output to fix the build
296 2005-02-23  Björn Torkelsson <torkel@acc.umu.se>
298         * Makefile.am (DISTCLEANFILES): remove *.pc and intltool-*
299         files generated by configure when running make distclean.
301 2005-02-23  Hans Petter Jansson  <hpj@novell.com>
303         * configure.in: Make mailer depend on libedataserverui.
305 2005-02-22  Marco Pesenti Gritti  <marco@gnome.org>
307         * configure.in: Depend on gnome-vfs >= 2.4
309 2005-02-22  Rodney Dawes  <dobey@novell.com>
311         * data/Makefile.am (CLEANFILES): add new variable with the generated
312         keys and desktop file listed so that they get removed with make clean
313         (EXTRA_DIST): Don't dist the generated keys file
315 2005-02-01  Priit Laes <amd@store20.com>
317         * configure.in : Remove duplicate entries for addressbook-groupwise,
318         groupwise-status-tracking and default-source in plugins list. Fixes
319         make distclean.
321 2005-02-01  JP Rosevear  <jpr@novell.com>
323         * MAINTAINERS: Update
325 2005-02-01  Priit Laes <amd@store20.com>
327         * configure.in : Remove duplicate entry for calendar-file in
328         plugins list.
330 2005-01-30  Harish Krishnaswamy <kharish@novell.com>
332         * configure.in : Correct the typo in plugins_base made in
333         the commit below - let the HEAD to get built again.
334         
335 2005-01-29  Sivaiah Nallagatla <snallagatla@novell.com>
337         * configure.in : add addressbook-groupwise plguin to the 
338         plguin list 
340 2005-01-26  Rodney Dawes  <dobey@novell.com>
342         * configure.in: Add mail/default/pt/Makefile to AC_OUTPUT
344 2005-01-24  JP Rosevear  <jpr@novell.com>
346         * configure.in: bump version and requires
348 2005-01-21  JP Rosevear  <jpr@novell.com>
350         * configure.in: e-util needs libgnomeprintui now 
352 2005-01-21  Sivaiah Nallagatla <snallagatla@novell.com>
353                                                                                
354         * configure.in : added addressbook-file plugin 
356 2005-01-21  Sivaiah Nallagatla <snallagatla@novell.com>
358         * configure.in : added default-source plugin  
360 2005-01-20  Parthasarathi Susarla <sparthasarathi@novell.com>
361         
362         * configure.in : added a plugin for displaying the
363           groupwise status tracking options
365 2005-01-13  JP Rosevear  <jpr@novell.com>
367         * configure.in: bump version to 2.1.3.2
369 2005-01-13  Rodney Dawes  <dobey@novell.com>
371         * configure.in: Add new-mail-notify to the plugins_all listing
372         so that it gets disted properly
374 2005-01-12  JP Rosevear  <jpr@novell.com>
376         * configure.in: fix plugin listing, bump upgrade revision so
377         weather calendar group appears
379 2005-01-10  JP Rosevear  <jpr@novell.com>
381         * configure.in: make itip-formatter a base plugin
383 2005-01-11  JP Rosevear  <jpr@novell.com>
385         * configure.in: bump version
387 2005-01-11  Not Zed  <NotZed@Ximian.com>
389         * configure.in: added new mail plugin & checks.
391 2005-01-10  Sushma Rai  <rsushma@novell.com>
393         * configure.in: Added Exchange account settings plugin
395 2005-1-10  Parthasarathi Susarla <sparthasarathi@novell.com>
396         * configure.in : added send options plugin to base plugin list
398 2005-01-10 Vivek Jain <jvivek@novell.com>
400         * configure.in : Add shared-folder to plugin 
401          and base plugin list. Add corresponding Makfile to AC_OUTPUT section.
403 2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>
405         * configure.in: add send-options plugin
407 2005-01-09  JP Rosevear  <jpr@novell.com>
409         * configure.in: add calendar-file plugin
411 2005-01-08 Priit Laes <amd@store20.com>
412         
413         * configure.in : Remove duplicate entry for itip-formatter in
414         plugins list.
416 2005-01-08 Harish Krishnaswamy <kharish@novell.com>
418         * configure.in : Add gnome-vfs-module-2.0 to Evo compile flags for
419         the calendar.
421 2005-01-08  Hans Petter Jansson  <hpj@novell.com>
423         * configure.in: Add libedataserverui to the e-util libs and cflags.
425 2005-01-07  Rodrigo Moya <rodrigo@novell.com>
427         * configure.in: removed weatherdatadir definition here.
429 2005-01-07  David Trowbridge <David.Trowbridge@Colorado.edu>
431         * configure.in: added calendar-weather plugin to build.
433 2005-01-06  JP Rosevear  <jpr@novell.com>
435         * data/Makefile.am: add some uninstall rules for local data
437 2005-01-03  JP Rosevear  <jpr@novell.com>
439         * configure.in: add itip-formatter to the "all" list, its not
440         ready to be in the base yet though
442 2004-12-23  Hans Petter Jansson  <hpj@novell.com>
444         * configure.in: Remove select-names from Makefile output list.
446 2004-12-17  Not Zed  <NotZed@Ximian.com>
448         * devel-docs/misc/errors.txt (BUILT_SOURCES): add translation stuff.
450 2004-12-16  Not Zed  <NotZed@Ximian.com>
452         * Makefile.am, configure.in: added evolution-plugin.pc, pkg-config
453         file required for plugin development.
455 2004-12-20  JP Rosevear  <jpr@novell.com>
457         * configure.in: bump version, requires
459 2004-12-14  JP Rosevear  <jpr@novell.com>
461         Fixes #6066
462         
463         * README.translators: New information for translators
465         * README: Update slightly for 2.1/2.2
467 2004-12-14  Rodney Dawes  <dobey@novell.com>
469         * configure.in (AC_OUTPUT): Add mail/default/zh_CN/Makefile
471 2004-12-08  Hans Petter Jansson  <hpj@novell.com>
473         * plugins/shared-folder/share-folder-common.c: Include
474         <libebook/e-destination.h> from evolution-data-server.
476 2004-12-03  Sivaiah Nallagatla <snallagatla@novell.com>
478         * configure.in : Add groupwise-account-setup to plguin 
479          and base plugin list. Add corresponding Makfile to AC_OUTPUT section.
480         
481 2004-12-01  Dafydd Harries  <daf@muse.19inch.net>
483         * configure.in: Add "cy" (Welsh) to ALL_LINGUAS.
485 2004-11-29  JP Rosevear  <jpr@novell.com>
487         * configure.in: bump version, requires
489 2004-12-02  Not Zed  <NotZed@Ximian.com>
491         * configure.in: Make evolution mail link to camel-provider not
492         camel only.  Removed some camel stuff.
494 2004-11-16  Not Zed  <NotZed@Ximian.com>
496         * Makefile.am (SUBDIRS): removed camel.
498         * configure.in: Removed camel building, fixed module includes to
499         use camel via packageconfig.
501 2004-11-15  Not Zed  <NotZed@Ximian.com>
503         * configure.in: Added libeds to camel and mail and filter cflags.
505 2004-11-09  Rodney Dawes  <dobey@novell.com>
507         * configure.in: Add AC_SUBST for plugins_base also
509         * plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we
510         dist the plug-ins we actually build by default
512 2004-11-04  Not Zed  <NotZed@Ximian.com>
514         * configure.in: added mailing-list-actions plugin.
516 2004-11-04  Not Zed  <NotZed@Ximian.com>
518         * configure.in: modified base vs optional logic slightly and added
519         a warning if you build with --enable-plugins=no.
521 2004-11-04  David Trowbridge <David.Trowbridge@Colorado.edu>
523         * configure.in: Added calendar-http module, and setup a mechanism
524         for base vs optional plugins.
526 2004-11-03  JP Rosevear  <jpr@novell.com>
528         * configure.in: fix the logic
529         
530 2004-11-03  JP Rosevear  <jpr@novell.com>
532         * configure.in: handle plain --enable-plugins and
533         --enable-plugins=yes by making it the equivalent of "all"               
535 2004-11-03  Not Zed  <NotZed@Ximian.com>
537         * configure.in: added plugin-manager plugin.
539 2004-11-01  JP Rosevear  <jpr@novell.com>
541         * Makefile.am: dist plugin.mk
543 2004-10-29  Rodrigo Moya <rodrigo@novell.com>
545         * configure.in: added mail-to-meeting plugin.
547 2004-10-28 Nat Friedman <nat@novell.com>
549         * configure.in: Re-enable bbwhatever becuase I think it works now.
551 2004-10-27  JP Rosevear  <jpr@novell.com>
553         * configure.in: revive E_WIDGETS_CFLAGS/LIBS because of needing to
554         add libedataserverui
556 2004-10-27  Not Zed  <NotZed@Ximian.com>
558         * configure.in: removed bbwhatever it is until the makefiles are
559         fixed.
561 2004-10-25  Radek Doulik  <rodo@ximian.com>
563         * configure.in: added audio-inline plugin, added gstreamer check
564         for it
566         if gstreamer is not available, remove audio-inline plugin from the
567         plugins list
569 2004-10-22  Harish K  <kharish@novell.com>
571         * configure.in: Added mark-calendar-offline plugin
573 2004-10-22  Jeffrey Stedfast  <fejj@ximian.com>
575         * configure.in: Added folder-unsubscribe plugin
577 2004-10-22  Nat Friedman <nat@novell.com>
579         * configure.in: Added the bbdb plugin.
581 2004-10-21  Rodrigo Moya <rodrigo@novell.com>
583         * configure.in: added save-calendar plugin.
585 2004-10-21  Not Zed  <NotZed@Ximian.com>
587         * configure.in: added copy-tool plugin.
589 2004-10-20  JP Rosevear  <jpr@novell.com>
591         * configure.in: add select-one-source to the plugin list
593 2004-10-20  Not Zed  <NotZed@Ximian.com>
595         * configure.in: added prefer plain plugin.
596         
597 2004-10-20  Not Zed  <NotZed@Ximian.com>
599         * configure.in: added save attachments plugin.
601 2004-10-20  JP Rosevear  <jpr@novell.com>
603         * Makefile.am: list plugins as a subdir
605         * plugins/Makefile.am: build enabled plugins
607         * plugin.mk: simple rule for creating .eplug files
609         * configure.in: add plugin foo; --enable-plugins=all turns them
610         all on, or you can --enable-plugins="<plugin dir> <plugin dir>" to
611         list specific ones
613 2004-10-15  Sarfraaz Ahmed <asarfraaz@novell.com>
614         
615         * camel.pc.in : Change gal-2.2 to gal-2.4
616         * evolution-shell.pc.in : Similar
618 2004-10-13  JP Rosevear  <jpr@novell.com>
620         * configure.in: remove plugins from ac output
621         
622 2004-10-13  JP Rosevear  <jpr@novell.com>
624         * configure.in: pull in libedataserverui as appropriate
626 2004-10-01  Jeffrey Stedfast  <fejj@novell.com>
628         * configure.in (localedir): Enable imap4 plugin by default. We
629         need to get people building this and testing it.
631 2004-10-01  JP Rosevear  <jpr@novell.com>
633         * configure.in: set the GETTEXT_PACKAGE to evolution-2.2
634         
635 2004-10-01  JP Rosevear  <jpr@novell.com>
637         * configure.in: set a GTKHTML_API_VERSION variable
639 2004-09-13  Not Zed  <NotZed@Ximian.com>
641         * configure.in: change the way ipv6 stuff is done.  separate ipv6
642         setting from getaddrinfo call check, and default to on if the
643         interfaces are available.
645 2004-09-17  William Jon McCann  <mccann@jhu.edu>
647         * configure.in: Fix typos in gal dependency.
649 2004-09-16  JP Rosevear  <jpr@novell.com>
651         * configure.in: use AC_DEFINE properly
652         
653 2004-09-16  JP Rosevear  <jpr@novell.com>
655         * configure.in: bump EDS and gal requirements
657 2004-09-16  JP Rosevear  <jpr@novell.com>
659         * configure.in: bump version to 2.1.0 and set base version to 2.2;
660         define DEVELOPMENT here so we don't have to alter code to change
661         in future
663 2004-09-13  Tomasz KĹ‚oczko <kloczek@pld.org.pl>
665         * data/evolution.desktop.in: added missing Encoding=UTF-8 field 
666           (validate desktop file).
668 2004-09-11  Akagic Amila  <bono@linux.org.ba>
670         * configure.in: Added 'bs' to ALL_LINGUAS.
671         
672 2004-08-27  JP Rosevear  <jpr@novell.com>
674         * configure.in: bump version, requirements
676 2004-08-23  Jeffrey Stedfast  <fejj@novell.com>
678         * configure.in: Added some comments about --enable-openssl
679         (e.g. why it is disabled)
681 2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
683         * configure.in: Added Â«nb» to ALL_LINGUAS.
685 2004-08-13  JP Rosevear  <jpr@novell.com>
687         * configure.in: bump version. requires
689 2004-08-13  Rodney Dawes  <dobey@novell.com>
691         * acinclude.m4: Revert previous EVO_LDAP_CHECK changes, aren't working
692         as well as expceted and determined in testing
694 2004-08-13  Frederic Crozat  <fcrozat@mandrakesoft.com>
696         * configure.in:
697         Add option to specify location of kerberos 4/5 libraries and
698         headers directories.
699         Needed for 64bits support.
701 2004-08-13  Rodney Dawes  <dobey@novell.com>
703         * configure.in: Add value and description fields to AC_DEFINE calls
704         for the HAVE_ET_COM_ERR_H and HAVE_COM_ERR_H checks
706 2004-08-13  Rodney Dawes  <dobey@novell.com>
708         * acinclude.m4: Remove EVO_CHECK_LIB
709         Update EVO_LDAP_CHECK to support --with-openldap-{libs,includes}
710         Sync with e-d-s acinclude.m4 (Adds GTK_DOC_CHECK)
712 2004-08-13  Rodney Dawes  <dobey@novell.com>
714         * configure.in: Check for et/comm-err.h and comm_err.h so that
715         we can include the correct one
717 2004-08-12  Rodney Dawes  <dobey@novell.com>
719         * data/evolution.desktop.in.in: Update Name and description to
720         not include "Ximian" or "(Unstable)"
721         Remove the MimeType field since we can't open these types on the
722         command line
724 2004-08-12  Jeffrey Stedfast  <fejj@novell.com>
726         * configure.in: Check for gtk+-2.4 in order to enable the use of
727         GtkFileChooser.
729 2004-08-09  Ankit Patel <ankit@redhat.com>
731         * configure.in: Gujarati & Panjabi Languages added
733 2004-08-02  JP Rosevear  <jpr@novell.com>
735         * configure.in: bump version, requirements
737 2004-08-01  JP Rosevear  <jpr@novell.com>
739         * configure.in: add libedataserver to E_UTIL flags
741 2004-07-25  Gil Osher  <dolfin@rpg.org.il>
743         * configure.in: Added 'he' (Hebrew) to ALL_LINGUAS.
745 2004-07-21  Ray Strode  <rstrode@redhat.com>
747         * evolution/data/evolution.desktop.in.in: Add MimeType line to
748         desktop file new mime sytem.
750 2004-07-19   JP Rosevear  <jpr@novell.com>
752         * configure.in: bump version, requirements
754 2004-07-07  Chris Toshok  <toshok@ximian.com>
756         * configure.in: add CAMEL_GROUPWISE cflags/libs.
758 2004-07-02  JP Rosevear  <jpr@novell.com>
760         * configure.in: bump version, requirements
762 2004-08-24  JP Rosevear  <jpr@novell.com>
764         * configure.in (plugindir): set a plugin dir so we can easily
765         install to the same place everywhere
766         
767 2004-08-24  JP Rosevear  <jpr@novell.com>
769         * configure.in: Check for mono support properly
771 2004-07-05  Not Zed  <NotZed@Ximian.com>
773         * configure.in: add some mono checks.
775 2004-06-24  Pablo Saratxaga  <pablo@mandrakesoft.com>
777         * configure.in: Added Walloon (wa) to ALL_LINGUAS.
779 2004-06-20  Arafat Medini <lumina@silverpen.de>
781         * configure.in: Added arabic locale ar to ALL_LINGUAS.
783 2004-06-17  Fernando Herrera  <fherrera@onirica.com>
785         * data/evolution.desktop.in.in: Use "Evolution" for 
786         X-GNOME-Bugzilla-Product to match b.x.c product name.
788 2004-06-09  Dan Winship  <danw@novell.com>
790         * configure.in (AC_OUTPUT): Remove shell/glade/Makefile, which has
791         been merged into shell/Makefile
793 2004-06-03  JP Rosevear  <jpr@novell.com>
795         * configure.in: bump version, requirements
797 2004-06-02  Chris Toshok  <toshok@ximian.com>
799         * configure.in (EDS_REQUIRED): bump to 0.0.93.1.
800         (BASE_VERSION): change to 12 for the ESource absolute_uri stuff.
802 2004-06-01  Not Zed  <NotZed@Ximian.com>
804         * configure.in: check for statvfs.
806 2004-05-24  Chris Toshok  <toshok@ximian.com>
808         * configure.in: add addressbook/tools/Makefile.am back to the
809         build.
811 2004-05-19  Jeffrey Stedfast  <fejj@novell.com>
813         * configure.in: Setup the icon install paths (not that we actually
814         use them yet).
816 2004-05-19  JP Rosevear  <jpr@novell.com>
818         * configure.in: bump version
820 2004-05-12  Not Zed  <NotZed@Ximian.com>
822         * configure.in: add some stuff for statfs.
824         * devel-docs/misc/errors.txt: updated for xml format and i18n
825         changes.
827 2004-04-30  Rodney Dawes  <dobey@ximian.com>
829         * configure.in: Require intltool 0.30 for the error xml files
831 2004-04-30  Mike Castle <dalgoda@ix.netcom.com>
833         * data/Makefile.am (install-data-local): get the mime file from
834         src dir for srcdir != builddir
836 2004-04-30  Not Zed  <NotZed@Ximian.com>
838         * tools/killev.c (main): use gnome_i18n_get_language_list so we
839         get the right one (LC_MESSAGES).
841 2004-04-26  Jeffrey Stedfast  <fejj@ximian.com>
843         * configure.in (UPGRADE_REVISION): Changed to 11.
845 2004-04-26  Jeffrey Stedfast  <fejj@ximian.com>
847         * configure.in (UPGRADE_REVISION): Changed to 10.
849 2004-04-26  Radek Doulik  <rodo@ximian.com>
851         * configure.in: require newer gtkhtml with new gtk_html_begin's
852         flags
854 2004-04-21  Rodney Dawes  <dobey@ximian.com>
856         * autogen.sh: Require automake 1.6 or neweer, we already do for libsoup
857         and evolution-data-server, there is no reason not to here
859 2004-04-21  Chris Toshok  <toshok@ximian.com>
861         * configure.in (EDS_REQUIRED): bump to 0.0.92.1 for new EContact
862         company phone foo.
863         (UPGRADE_REVISION): bump to 9.
865 2004-04-21 Sivaiah Nallagatla <snallagatla@novell.com>
867         * configure.in : added libegroupwise dependency to CAMEL 
868          compile flags 
870 2004-04-19  Rodney Dawes  <dobey@ximian.com>
872         * configure.in: Require gnome-icon-theme >= 1.2.0
874 2004-04-19  Michael Terry  <mike@mterry.name>
876         * data/evolution.desktop.in.in: Use the icon theme
878 2004-04-19  JP Rosevear <jpr@ximian.com>
880         * configure.in: bump version, requirements
882 2004-04-09  Chris Toshok  <toshok@ximian.com>
884         * configure.in (UPGRADE_REVISION): bump to 8 for new contact list
885         migration, since there was a bug in the shell that caused all
886         migration to fail, but the key was still updated.
887         
888 2004-04-09  Chris Toshok  <toshok@ximian.com>
890         * configure.in (UPGRADE_REVISION): bump to 7 for new contact list
891         migration.
893 2004-04-08  Chris Toshok  <toshok@ximian.com>
895         * configure.in (UPGRADE_REVISION): add a new variable that should
896         be bumped whenever a migration change happens in any component.
898 2004-04-07  SamĂşel JĂłn Gunnarsson  <sammi@techattack.nu>
900         * configure.in: Added "is" to ALL_LINGUAS
902 2004-04-02  JP Rosevear  <jpr@ximian.com>
904         * configure.in: bump version, requirements
906 2004-03-22  Radek Doulik  <rodo@ximian.com>
908         * configure.in: require gtkhtml 3.1.10, it's needed for composer
909         changes
911 2004-03-15  Hao Sheng <hao.sheng@sun.com>
913         * a11y/addressbook/Makefile.am: make distcheck work
914         * a11y/calendar/Makefile.am: make distcheck work
916 2004-03-15  Hao sheng  <hao.sheng@sun.com>
918         * configure.in: add a11y/addressbook/Makefile   
920 2004-03-05  JP Rosevear <jpr@ximian.com>
922         * configure.in: bump version, requirements
924 2004-03-02  Dan Winship  <danw@ximian.com>
926         * configure.in (DATASERVER_API_VERSION): Define this (the number
927         used in the e-d-s component repo_ids).
929         * tools/killev.c (main): Update the repo_ids
931 2004-02-26  Jeffrey Stedfast  <fejj@ximian.com>
933         * configure.in: Fixed the ENABLE_SMIME conditional to work. Fixes
934         the addressbook relocation error.
936 2004-02-25  Chris Toshok  <toshok@ximian.com>
938         * configure.in: add "$xhave_nss = xyes" to the AM_CONDITIONAL for
939         ENABLE_SMIME.
941 2004-02-24  JP Rosevear <jpr@ximian.com>
943         * marshal.mk: make sure to use the srcdir to build the list
945 2004-02-23  Rodney Dawes  <dobey@ximian.com>
947         * configure.in: Fix a typo in the smime check, so it actually works
949 2004-02-23  Adam Weinberger <adamw@FreeBSD.org>
951         * configure.in: Added "en_CA" (Canadian English) to ALL_LINGUAS.
953 2004-02-19  Chris Toshok  <toshok@ximian.com>
955         * configure.in: add AC_ARG_ENABLE(smime...) -- "finally", i can
956         hear the people rejoice.  Only check the --enable-smime status if
957         --enable-ssl is also "yes".  AC_DEFINE (ENABLE_SMIME) if smime is
958         enabled.
960 2004-02-18  Rodney Dawes  <dobey@ximian.com>
962         * configure.in: Require ORBit 2.9.8 or newer
964 2004-02-12  Dan Winship  <danw@ximian.com>
966         * Makefile.am (%-$(BASE_VERSION).pc): cp the unversioned file
967         rather than mv'ing it so it doesn't get regenerated at install
968         time.
970 2004-02-11  Not Zed  <NotZed@Ximian.com>
972         * configure.in (IMPORTERS_*): Added libebook-1.0.  Added back
973         mail/importers/Makefile.am.
975 2004-02-10  JP Rosevear <jpr@ximian.com>
977         * configure.in: Add addressbook/importers to AC_OUTPUT
979 2004-02-09  JP Rosevear  <jpr@ximian.com>
981         * configure.in: bump version, requirements
983 2004-02-09  Rodney Dawes  <dobey@ximian.com>
985         * tools/killev.c: Use the AlarmNotify_Factory for --force-shutdown
987         Fixes #54084
989 2004-02-09  Rodney Dawes  <dobey@ximian.com>
991         * data/evolution.desktop.in.in: Updated BugzillaOtherBinaries tag
993 2004-01-28  Jeffrey Stedfast  <fejj@ximian.com>
995         * configure.in: Revert previous change.
997 2004-01-28  Jeffrey Stedfast  <fejj@ximian.com>
999         * configure.in: Update to require glib-2.0 >= 2.3.2 (needed for
1000         some GValue usage).
1002 2004-01-28  Rodney Dawes  <dobey@ximian.com>
1004         * configure.in: Disable the possibility of using OpenSSL until someone
1005         decides it is worthy and ends up maintaining the code, though porting
1006         to GNUTLS would probably be a better option, if that happens
1008 2004-01-26  David Trowbridge <trowbrds@cs.colorado.edu>
1010         * configure.in: add facilities for installing a help dir
1011         
1012 2004-01-26  JP Rosevear  <jpr@ximian.com>
1014         * configure.in: bump requirements, version
1016 2004-01-24  Sanlig Badral  <badral@openmn.org>
1018         * configure.in: added "mn" to ALL_LINGUAS.
1020 2004-01-22  Rodney Dawes  <dobey@ximian.com>
1022         * data/Makefile.am: Add rule to substitute BASE_VERSION in keys
1023         * data/evolution.keys.in: Removed this file from CVS
1024         * data/evolution.keys.in.in: Update to use BASE_VERSION and the
1025         new addressbook vcard control that replaces the MiniCard control
1027 2004-01-22  Rodney Dawes  <dobey@ximian.com>
1029         * configure.in: Don't require $LIBBONOBOUI_REQUIRED version of
1030         libbonobo
1032 2004-01-16  Not Zed  <NotZed@Ximian.com>
1034         * configure.in: added mail/default/Makefile and
1035         mail/default/C/Makefile.
1037 2004-01-13  Rodney Dawes  <dobey@ximian.com>
1039         * configure.in: Check for libsoup separately
1041 2004-01-12  JP Rosevear  <jpr@ximian.com>
1043         * configure.in: bump version and requirements
1045 2004-01-12  JP Rosevear <jpr@ximian.com>
1047         * configure.in: add soup as a calendar dep
1049 2004-01-12  Meilof Veeningen  <meilof@wanadoo.nl>
1051         * configure.in: enable NNTP support by default
1053 2004-01-12  JP Rosevear <jpr@ximian.com>
1055         * configure.in: compile flags for the test component and a
1056         conditional compile
1058 2004-01-11  JP Rosevear <jpr@ximian.com>
1060         * configure.in: dont kill the quote
1062 2004-01-11  JP Rosevear <jpr@ximian.com>
1064         * configure.in: add enable option to build test component
1066 2004-01-08  Rodney Dawes  <dobey@ximian.com>
1068         * configure.in: Add BONOBOUI_REQUIRED variable and depend on
1069         libbonoboui >= 2.4.3, add an AC_SUBST() for EDS_REQUIRED also
1070         * evolution-shell.pc.in: Require the same version of bonoboui that we
1071         do in configure.in
1073 2004-01-08 Sivaiah Nallagatla <snallagatla@novell.com>
1075         * configure.in : add camel/providers/groupwise/Makefile to
1076         AC_OUTPUT section
1078 2004-01-08  Robert Sedak  <robert.sedak@sk.htnet.hr>
1080         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
1082 2004-01-05  JP Rosevear <jpr@ximian.com>
1084         * tools/Makefile.am: Add e-util libs
1086         * configure.in: try compiling with sys/types for freebsd
1088         (Joe Marcus Clarke <marcus@freebsd.org>)        
1090 2004-01-05  Laurent Dhima  <laurenti@alblinux.net>
1092         * configure.in: Added "sq" to ALL_LINGUAS.
1094 2004-01-01  Roozbeh Pournader  <roozbeh@sharif.edu>
1096         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
1098 2003-12-30 Nicel KM <mnicel@novell.com>
1100         * configure.in: removed default_user directory references from AC_OUTPUT
1102 2003-12-29  JP Rosevear <jpr@ximian.com>
1104         * configure.in: default_user is gone
1106         * Makefile.am: ditto
1108 2003-12-29  JP Rosevear <jpr@ximian.com>
1110         * configure.in: bump version and gal, e-d-s and gtkhtml
1111         requirements
1113 2003-12-22  Rodrigo Moya <rodrigo@ximian.com>
1115         * configure.in: added camel/providers/groupwise to the build.
1117 2003-12-15  Chris Toshok  <toshok@ximian.com>
1119         * Makefile.am (ACLOCAL_AMFLAGS): remove.
1121 2003-12-07  JP Rosevear  <jpr@ximian.com>
1123         * configure.in: update version reliance
1125 2003-12-06  JP Rosevear <jpr@ximian.com>
1127         * tools/Makefile.am: Remove hard coded disable deprecated flags
1129 2003-12-05  Radek Doulik  <rodo@ximian.com>
1131         * configure.in: require gtkhtml 3.1.3 (new gtk_html_flush method
1132         to be used in mailer)
1134 2003-12-04  Christian Hammond  <chipx86@gnupdate.org>
1136         * art/im*.png, art/Makefile.am: Added IM png files from Gaim.
1138 2003-12-02  Jeffrey Stedfast  <fejj@ximian.com>
1140         * configure.in (EVOLUTION_DIR): Remove the Junk folder
1142 2003-12-01  Rodney Dawes  <dobey@ximian.com>
1144         * data/Makefile.am: Install evolution.desktop as
1145         evolution-$(BASE_VERSION).desktop
1146         * data/evolution.desktop.in: Remove generated file
1147         * data/evolution.desktop.in.in: Add (Unstable) to name
1148         Fix comment to be more correct and have correct capitalization
1150 2003-12-01  Rodney Dawes  <dobey@ximian.com>
1152         * tools/killev.c: Use BASE_VERSION for repo_ids and OAFIIDs,
1153         Update gnome-spell repo_id to correct version,
1154         Update gtkhtml editor OAFIID to GtkHTML 3.1
1156 2003-12-01  JP Rosevear <jpr@ximian.com>
1158         * configure.in: define privconduitdir
1160 2003-11-28  Anders Carlsson  <andersca@gnome.org>
1162         * configure.in: Look for mozilla-nss.pc, not mozilla.pc.
1164 2003-11-26  JP Rosevear  <jpr@ximian.com>
1166         * configure.in: make sure the mozilla .pc file exists before
1167         checking for it
1169 2003-11-24  Rodrigo Moya <rodrigo@ximian.com>
1171         * tools/killev.c (main): kill Evo 2.0's alarm daemon, not 1.4's.
1173 2003-11-19  JP Rosevear <jpr@ximian.com>
1174         
1175         * MAINTAINERS: Update
1177 2003-11-18  JP Rosevear <jpr@ximian.com>
1179         * configure.in: remove db3 check
1181 2003-11-18  Rodrigo Moya <rodrigo@ximian.com>
1183         * tools/killev.c (main): kill the alarm notification service, not
1184         the factory, which no longer exists.
1186 2003-11-17  JP Rosevear  <jpr@ximian.com>
1188         * Makefile.am: make sure server.mk is disted
1190 2003-11-17  JP Rosevear <jpr@ximian.com>
1192         * Makefile.am (EXTRA_DIST): do the right thing for disting
1194 2003-11-17  JP Rosevear <jpr@ximian.com>
1196         * configure.in: use the server.mk file to get rules for building
1197         versioned .server files
1199         * */Makefile.am: use simplified rule subst
1200         
1201 2003-11-17 JP Rosevear <jpr@ximian.com>
1203         * Makefile.am: Install versioned package config files
1205 2003-11-14  JP Rosevear <jpr@ximian.com>
1207         * configure.in: make source selector flags/libs
1209 2003-11-14  JP Rosevear <jpr@ximian.com>
1211         * MAINTAINERS: Update
1213 2003-11-11  Chris Toshok  <toshok@ximian.com>
1215         * Makefile.am (SUBDIRS): remove libversit from the build.
1217         * configure.in (CERT_UI): change the libraries we link.
1218         (AC_OUTPUT): remove libversit/Makefile
1220 2003-11-11  JP Rosevear <jpr@ximian.com>
1222         * configure.in: determine the e-d-s version, version the gettext
1223         files properly
1225 2003-11-07  Dan Winship  <danw@ximian.com>
1227         * configure.in (AC_OUTPUT): Remove e-util/ename/Makefile
1229 2003-11-07  JP Rosevear <jpr@ximian.com>
1231         * configure.in: we don't have to configure the libical subdir now
1233 2003-11-07  JP Rosevear <jpr@ximian.com>
1235         * configure.in: pull in evolution-data-server stuff and remove
1236         backends from output
1238 2003-10-31  JP Rosevear <jpr@ximian.com>
1240         * configure.in: set up vars and rules for versioning the .server
1241         files
1243         * Makefile.am's: use rules for versioning .server file, ensure
1244         built files are removed before disting
1245         
1246 2003-10-30  Chris Toshok  <toshok@ximian.com>
1248         * configure.in: (AC_OUTPUT): remove smime/tests for now.
1250 2003-10-30  Chris Toshok  <toshok@ximian.com>
1252         * configure.in: set enable_smime=yes wherever nss would be
1253         enabled..  fixes manually specifying the nss libs and enabling the
1254         smime ui.  Also, add a section for generating the correct SMIME UI
1255         flags.  gross, but necessary.  it should probably be wrapped in
1256         with all the other nss library crap.
1257         (AC_OUTPUT): add smime/tests
1259 2003-10-29  Chris Toshok  <toshok@ximian.com>
1261         * Makefile.am (SUBDIRS): use $SMIME_DIR. instead of explicitly
1262         including smime.
1264         * configure.in: add some smime foo - a status message, an
1265         AM_CONDITIONAL (ENABLE_SMIME)
1267 2003-10-17  Jeffrey Stedfast  <fejj@ximian.com>
1269         * configure.in: added a configure check for AI_ADDRCONFIG
1271 2003-10-24  Dan Winship  <danw@ximian.com>
1273         * libversit/Makefile.am: Change YFLAGS to AM_YFLAGS to stop an
1274         automake 1.7 warning
1276 2003-10-23  Rodney Dawes  <dobey@ximian.com>
1278         * confiugre.in: Remove mail/importers/Makefile from AC_OUTPUT
1279         yet again
1281 2003-10-23  Chris Toshok  <toshok@ximian.com>
1283         * configure.in: add smime/* dirs. to AC_OUTPUT.
1285         * Makefile.am (SUBDIRS): add smime/.
1287 2003-10-23  Frederic Crozat  <fcrozat@mandrakesoft.com>
1289         * configure.in: Check for gnome-thumbnail.h existence 
1290         (really committed this time).
1291         
1292 2003-10-22  Ettore Perazzoli  <ettore@ximian.com>
1294         * configure.in: Set $ACLOCAL to have the $ACLOCAL_FLAGS in it, so
1295         it doesn't fail to regenerate the files if you run make without a
1296         manual autogen after making changes to configure.in and friends.
1297         [Many thanks to Marco Pesenti Gritti for pointing out the fix to
1298         me.]
1300 2003-10-22  Rodney Dawes  <dobey@ximian.com>
1302         * configure.in: Require ORBit 2.8.0 or newer for threading
1304 2003-10-22  Rodney Dawes  <dobey@ximian.com>
1306         * configure.in: Revert broken previous commit and actually remove
1307         mail/importers/Makefile from AC_OUTPUT
1309 2003-10-22  Rodney Dawes  <dobey@ximian.com>
1311         * configure.in: Removed mail/importers/Makefile from AC_OUTPUT
1313 2003-10-22  Rodney Dawes  <dobey@ximian.com>
1315         * configure.in: Removed addressbook/tools/Makefile from AC_OUTPUT
1317 2003-10-22  Jeffrey Stedfast  <fejj@ximian.com>
1319         * configure.in: Removed pedantic pgp/mime configure flag.
1321 2003-10-22  Dan Winship  <danw@ximian.com>
1323         * executive-summary/*: Removed; this code has not been used since
1324         pre-1.0.
1326         * importers/*: Removed; the actual importers were moved to
1327         {mail,calendar}/importers long ago.
1329         * my-evolution/*: Removed; gone in evolution 2.0.
1331         * notes/*: Removed; never finished and no one is working on it.
1333         * omf-install/*: Removed; part of old doc system
1335         * tests/*: Removed; these are ancient. Camel regression tests are
1336         in camel/tests now.
1338         * configure.in (E_UTIL_{CFLAGS,LIBS}): Remove soup-2.0 since
1339         e-proxy is gone.
1340         (EVOLUTION_MAIL_{CFLAGS,LIBS}): Remove soup-2.0 since the mailer
1341         uses CamelHTTPStream now.
1342         (EVOLUTION_EXECUTIVE_SUMMARY_{CFLAGS,LIBS}): Gone
1343         (AC_OUTPUT): Remove my-evolution/Makefile
1345         * README: evolution no longer depends on soup
1347 2003-10-21  Dan Winship  <danw@ximian.com>
1349         * configure.in (GNOME_COMPILE_WARNINGS): Turn off the annoying
1350         "comparison between signed and unsigned" warning in gcc 3.3
1352         * evolution-calendar.pc.in (Cflags): add
1353         -I${privincludedir}/libical
1355 2003-10-08  Frederic Crozat  <fcrozat@mandrakesoft.com>
1357         * configure.in: Check for gnome-thumbnail.h existence.
1359 2003-09-04  Dan Winship  <danw@ximian.com>
1361         * camel.pc.in (Requires): 
1362         * evolution-addressbook.pc.in (Requires): 
1363         * evolution-calendar.pc.in (Requires): 
1364         * evolution-shell.pc.in (Requires): Require gal-2.2
1366 2003-08-27  Bolian Yin <bolian.yin@sun.com>
1368         * configure.in: add a11y/widgets/Makefile
1369         * Makefile.am: move a11y directory before widgets directory.
1371 2003-08-21  Not Zed  <NotZed@Ximian.com>
1373         * HACKING: Wrote one.
1375 2003-08-20  Bolian Yin <bolian.yin@sun.com>
1377         * configure.in: Add a11y checking, and a11y Makefiles
1378         * Makefile.am: add a11y subdirectory
1380 2003-08-13  Mike Kestner  <mkestner@ximian.com>
1382         * configure.in: don't make 1.5 the default version (ie LN_S)
1383         update to use gal-2.2
1385 2003-08-01  Not Zed  <NotZed@Ximian.com>
1387         * configure.in: Add option for '--enable-imapp', for 'new' imap
1388         code.
1390 2003-07-26  Larry Ewing  <lewing@ximian.com>
1392         * configure.in: use libgtkhtml-3.1 for linking.
1394 2003-07-26  Rodney Dawes  <dobey@ximian.com>
1396         * configure.in: Bump version to "1.5", so that we end up being
1397         parallel installable with 1.4 again, but we can still release
1398         a "1.5.0" tarball when we get to that point in 6 months
1399         
1400 2003-07-23  Dan Winship  <danw@ximian.com>
1402         * configure.in: Define EVO_MARSHAL_RULE, which creates glib
1403         marshaller .c and .h files that don't cause gcc warnings
1405         * marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE.
1406         (Can't include newlines in an AC_SUBST, so we have to use
1407         AC_SUBST_FILE)
1409         * Makefile.am (EXTRA_DIST): add marshal.mk
1411 2003-07-20 Hasbullah Bin Pit <sebol@ikhlas.com>
1413         *configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
1415 2003-07-10  Rodney Dawes  <dobey@ximian.com>
1417         * configure.in: Change version to 1.4.99 since HEAD is not the
1418         stable 1.4 branch, as evolution-1-4-branch was created post-1.4.1
1419         
1420 2003-07-01  Dan Winship  <danw@ximian.com>
1422         * configure.in: Check for gnome-icon-lookup.h (which could mean
1423         either plain GNOME 2.2 or Sun GNOME 2.0)
1425 2003-06-30  Rodrigo Moya <rodrigo@ximian.com>
1427         * configure.in:
1428         * Makefile.am: removed libwombat from the build.
1430         * evolution-calendar.pc.in: removed -lwombat.
1432         * libwombat/*: removed unused directory.
1434 == Version 1.4.1 ==
1436 2003-06-25  Ettore Perazzoli  <ettore@ximian.com>
1438         * configure.in: Depend on GtkHTML 3.0.6, gal 1.99.8.
1440         * README: Update
1442 2003-06-23  Ettore Perazzoli  <ettore@ximian.com>
1444         * data/Makefile.am: Added implicity rule to subst @BASE_VERSION@
1445         in evolution.desktop.in.in to generate evolution.desktop.in.
1446         (desktop_in_file): Removed.
1447         (desktop_in_in_file): New.
1448         (kdedesktop_file): Update substitution to use
1449         $(desktop_in_in_file) instead of $(desktop_in_file).
1450         (noinst_DATA): Add $(desktop_file).
1451         (install-data-local): Depend on $(mime_file) and $(keys_file).
1452         (EXTRA_DIST): Remove $(desktop_file), replace $(desktop_in_file)
1453         with $(desktop_in_in_file).
1455 2003-06-19  Dan Winship  <danw@ximian.com>
1457         * tools/killev.c (kill_component): clean this up a little and make
1458         it deal with "evolution" vs "evolution-1.4"
1460 2003-06-19  Danilo Ĺ egan  <dsegan@gmx.net>
1462         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
1464 2003-06-17  Not Zed  <NotZed@Ximian.com>
1466         * NEWS: Updated for current mail stuff.
1468 2003-06-13  Ettore Perazzoli  <ettore@ximian.com>
1470         * tools/Makefile.am: Remove evolution-launch-composer since it's
1471         no longer needed.