$Id: ChangeLog,v 1.57 2006-01-21 21:22:03 tsauerbeck Exp $

2006-01-21 Tilman Sauerbeck (tilman at code-monkey de)
        * src/Makefile.am: link the module to EDB

2006-01-07 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/e_mod_main.{h,c}: Fix prototypes and function
        declarations.

2005-10-25 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/plugins/maildir/maildir.c: include <sys/stat.h> for FreeBSD

2005-10-09 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/e_mod_main.{h,c}: Add a new struct to keep module
        info. Add an event_object to stop mouse events on the
	module to pass through to e.

2005-09-27 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/e_mod_main.c: Allow module to be larger.

2005-09-27 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/e_mod_main.c: Remove version check.

2005-09-24 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/e_mod_main.{h,c}: Update to new module api.

2005-09-23 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/e_mod_main.{h,c}: Update to new api version check.

2005-09-22 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/e_mod_main.c: Change from e_error_dialog_show to e_dialog_new

2005-09-05 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/plugins/pop3/pop3.c: Include <stdlib.h> for free ().
      * src/plugins/maildir/maildir.c: Include <unistd.h> for close ().

2005-09-05 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/include/embrace.h: Define MIN and MAX

2005-09-05 Sebastian Dransfeld (sebastid at tango flipp net)
      * src/main.c, src/include/embrace.h, src/lib/embrace.c,
        src/lib/embrace_plugin.c, src/lib/mailbox.c,
        src/plugins/imap/imap.c, src/plugins/maildir/maildir.c,
        src/plugins/mbox/mbox.c: Add missing headers.

2005-09-04 Sebastian Dransfeld (sebastid at tango flipp net)
       * src/lib/Makefile.am: Include edje CFLAGS

2005-09-04 Sebastian Dransfeld (sebastid at tango flipp net)
       * src/Makefile.am, src/lib/Makefile.am
         src/plugins/{imap,maildir,mbox,pop3,sylpheed}/Makefile.am:
	 Add missing includes.

2005-09-03 Sebastian Dransfeld (sebastid at tango flipp net)
       * src/plugin/imap.c: Fix memleak, and remove server
         from server list before destroying it.

2005-09-04 Tilman Sauerbeck (tilman at code-monkey de)
        * src/lib/embrace.c: Fix embrace_expand_path() to work when
          there's no ~ in the source string (Jens Taprogge)

2005-09-03 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugin/imap.c: Merged Sebastian Dransfeld's patch that
          implents "connection sharing"
        * src/plugin/pop3.c: Updated for recent imap changes
        * src/plugin/{imap,pop3}.c: Remove event handlers for server
          events on shutdown (Sebastian Dransfeld)

2005-09-03 Sebastian Dransfeld (sebastid at tango flipp net)
        * m4/ac_path_generic.m4: Remove trailing info after x.y.z
          in versions.
        * src/lib/embrace.c: Make embrace_load_ui () static,
          it is only used in this file.
        * src/lib/embrace.{h,c}: Add void to functions without
          arguments.
        * src/e_mod_main.c: Add void to functions without arguments,
          and remove erronous argument.

2005-08-29 Michael Jennings (mej at eterm org)
        * Makefile.am, embrace.spec:  Applied patch from Jim Perrin
          <jperrin@gmail.com> for "make dist" and RPM build.

2005-08-03 Tilman Sauerbeck (tilman at code-monkey de)
        * data/Makefile.am: Fixed installation directory for
          create_embrace_cfg.sh

2005-06-29 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/{pop3,imap}/{pop3/imap}.c: Fixed compilation with
          latest ecore_con

2005-05-17 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/pop3/pop3.c: Don't die on unexpected input data

2005-04-26 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/pop3/pop3.c: Send CRLF after QUIT, too
        * src/plugins/pop3/pop3.c: Send QUIT on error

2005-03-25 Tilman Sauerbeck (tilman at code-monkey de)
        * README: documented the force-mailbox-check feature

2005-03-25 Tilman Sauerbeck (tilman at code-monkey de)
        * Released version 0.0.2

2005-03-25 Tilman Sauerbeck (tilman at code-monkey de)
        * configure.ac, src/Makefile.am: Check for EDB and include EDB CFLAGS
          and LIBS

2005-03-22 Tilman Sauerbeck (tilman at code-monkey de)
        * src/embrace.c, data/themes/default/Makefile.am:
          The default extension for Edje files is 'edj' now

2005-02-06 Tilman Sauerbeck (tilman at code-monkey de)
        * data/themes/default/embrace.edc,
          data/themes/default/parts/mailbox_background.edc,
          data/themes/default/parts/mailbox_icon.edc,
          src/embrace.c: Fixed the force-mailbox-check feature.

2005-01-30 Tilman Sauerbeck (tilman at code-monkey de)
        * src/mailbox.c, data/themes/default/programs/mailbox.edc:
          Force a mailbox check on right-click on the "icon" part

2005-01-30 Tilman Sauerbeck (tilman at code-monkey de)
        * Released version 0.0.1

2005-01-30 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/sylpheed/sylpheed.c:
          Fixed the Sylpheed plugin, which was horribly broken
        * configure.ac, m4/ac_ecore_con_check_openssl.m4,
          src/plugins/pop3/pop3.c, src/plugins/imap/imap.c:
          HAVE_ECORE_CON_OPENSSL was superseeded by
          ecore_con_ssl_available_get()
        * m4/Makefile.am: ac_ecore_con_check_openssl.m4 removed
        * src/plugins/sylpheed.c: Fixed a memory leak

2005-01-29 Tilman Sauerbeck (tilman at code-monkey de)
        * configure.ac, src/plugins/sylpheed:
          Added Phillip Warner's Sylpheed plugin

2004-05-09 Tilman Sauerbeck (tilman at code-monkey de)
        * src/embrace.c: Added standard arguments -h and
          -v. The evas engine and theme to use can now be
          specified on the commandline as well.

2004-05-05 Tilman Sauerbeck (tilman at code-monkey de)
        * src/embrace.c: embrace_signal_get() now always returns -1
          indicating failure in case the OS doesn't know about
          realtime signals.

2004-05-03 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/mbox/mbox: Fixed a file descriptor leak.
          The plugin will re-check a mbox now if its size or mtime
          differs.

2004-04-23 Tilman Sauerbeck (tilman at code-monkey de)
        * src/embrace.c: Added config switch "evas_engine". Set to "gl"
          to make Embrace run off the GL X11 engine.

2004-04-22 Tilman Sauerbeck (tilman at code-monkey de)
        * src/main.c, src/embrace.c, src/embrace_plugin.c:
          Don't use dl_foreachfile() to load the plugins. We now
          iterate over the files in the plugin directories manually,
          since dl_foreachfile() caused some nasty problems when run
          under Valgrind resp. it didn't seem to work well on some
          systems.

2004-04-18 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/imap/imap.c: Ported the recent fixes for POP3
          to the IMAP plugin

2004-04-17 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/pop3/pop3.c: Don't connect twice to the same
          server.
        * src/plugins/maildir/maildir.c: Added timer-based checking
          to support systems that don't have dnotify.
        * src/embrace.c, src/plugins/pop3/pop3.c,
          src/plugins/imap/imap.c, src/plugins/mbox/mbox.c,
          src/plugins/maildir/maildir.c:
          Finally Embrace will tell you when a mailbox cannot be
          loaded due to configuration errors.
        * src/mailbox.[ch]: mailbox_is_checking_set() now takes a bool
          and emits MAILBOX_UNSET_CHECKING if the mailbox has been
          checked.
        * src/plugins/pop3/pop3.c, src/plugins/imap/imap.c:
          Fixed ecore event handling

2004-04-09 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/pop3/pop3.c: The POP3 plugin will now tell you
          about connection problems. ERR messages from the server will
          be put out stderr now.
        * src/embrace.c: Added support for the Esmart Trans object

2004-04-04 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/maildir/maildir.c:
          Use Ecore's realtime signal events instead of
          our own (buggy) signal code

2004-04-01 Tilman Sauerbeck (tilman at code-monkey de)
        * src/main.c, src/embrace.[ch]:
          Restart Embrace on SIGHUP

2004-03-31 Tilman Sauerbeck (tilman at code-monkey de)
        * src/plugins/pop3/pop3.c, src/plugins/imap/imap.c:
          The IMAP and POP3 plugin now use SSL-encrypted connections
          if possible

2004-03-16 Tilman Sauerbeck (tilman at code-monkey de)
        * configure.ac, src/plugins/imap:
          Added Justin Rocha's IMAP plugin
