Version 0.0.3, Tue, 14 Dec 2004 20:43:34 +0200

  DictEm has been ported to XEmacs

  Virtual dictionaries can access databases from different DICT servers

    (setq dictem-user-databases-alist
      '(("_translate" . ("dict://mova.org/mueller7"
                         "dict://dict.org:2628/web1913"))
        ("_ru-ru" . ("beslov" "dict://mova.org:2628/religion"))
        ))

    See README file for more information.

  The following commands can be run non-interactively.
     `dictem-run-show-info', `dictem-run-search' and
     `dictem-run-define' 

  `dictem-next-link' and `dictem-previous-link' skip hyperlinks on
    database names.

  Renamed: `dictem-url'       to `dictem-make-url'
           `link-create-link' to `dictem-create-link'

  DictEm's prompt looks like this: `<string> [<default>]:'

  New default faces

  Lots of README updates.

  A few fixes

Version 0.0.2, Tue, 30 Nov 2004 16:40:00 +0200

  added: new function `dictem-kill-all-buffers' killing all dictem buffers.
      The key "x" press in dictem buffer use it.

  dictem-postprocess-definition-hyperlinks function:
     When a substring {foo|bar} is encountered in a definition,
     `foo' is used for highlighting and `bar' is used for subsearch.

  new functions: `dictem-next-link' and `dictem-previous-link' which
     set pointer to the next (or previous) hyper link
  \M-n and \M-p key
     are assigned to `dictem-next-link' and `dictem-previous-link'
  When pressing RET (C-m) key on hyper link, subsearch
     DICT server is sent a DEFINE command

  added: new customizable variable: `dictem-use-existing-buffer'
      which can be used
      to use existing dictem buffer instead of creating a new one
      for subsearches. This variable is local to buffer.

  Documentation update

Version 0.0.1, Thu, 08 Jul 2004 13:58:59 +0300

  first publicly available release
