Initial Commit
[packages] / xemacs-packages / eudc / NEWS
1 -*- mode:outline -*-
2
3              Emacs Unified Directory Client (EUDC)
4              =====================================
5
6
7 This file presents an history of user visible changes in EUDC.  See the
8 ChangeLog file for source-level changes.
9
10
11 \f
12
13 * Release 1.32
14   ------------
15
16 ** Bugfix release, no new features
17
18 * Release 1.31
19   ------------
20
21 ** You can now send mail directly from query result buffers
22
23 ** Multi-server queries are now available from query forms as well
24    The variable `eudc-multi-query-policy' indicates how multi-server
25    queries are handled
26
27 ** Miscellaneous cleanup
28
29 * Release 1.30
30   ------------
31
32 ** Bugfix release, no new features
33
34 * Release 1.29
35   ------------
36
37 ** Support for non-textual values 
38    Right mouse button pops-up a contextual menu of functions to handle those
39    values.
40 *** Images can be displayed inline or as buttons (jpegPhoto LDAP attribute)
41 *** Sound can be played (audio LDAP attribute)
42 *** URLs are clickable (needs browse-url)
43
44 ** Code has been splitted across several files to make loading faster
45
46 ** Selecting an LDAP server with an empty search base asks for configuration
47
48 ** You can import a batch of directory entries into BBDB in a single operation
49    See `eudc-batch-export-records-to-bbdb'
50
51 ** Miscellaneous bug fixes