File: NEWS

package info (click to toggle)
dictem 0.0.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 316 kB
  • ctags: 116
  • sloc: lisp: 1,255; sh: 380; makefile: 71
file content (58 lines) | stat: -rw-r--r-- 1,865 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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