| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
fixed decoding problem when selecting dictionary (problem reported by
Kuno Strassmann)
|
|
|
|
| |
install-pkg was missing in the last tarball
|
|
|
|
|
|
|
|
|
|
|
|
| |
dictionary.el (dictionary-do-matching): removed quotes around
dictionary name and match strategy
dictionary.el (dictionary-do-search): removed quotes around dictionary
name
dictionary.el (dictionary-display-more-info): removed quotes around
dictionary name. This problem (occurring with jdictd) was reported by
E C Vijil
|
|
|
|
|
| |
added support for XEmacs 21 packages to ease installation for those
users (suggested and reviewed by Enrico Scholz)
|
|
|
|
|
|
|
|
|
|
| |
Implemented an automatic detection for line ends CR/LF and LF. The
variable connection-broken-end-of-line is no longer necessary and its
value ignored.
Added utf-8 support, the native character set of the dictionary
protocol. Using ISO-8859-1 (aka latin-1) was just a necessary
work-around.
|
|
Implemented an automatic detection for line ends CR/LF and LF. The
variable connection-broken-end-of-line is no longer necessary and its
value ignored.
Added utf-8 support, the native character set of the dictionary
protocol. Using ISO-8859-1 (aka latin-1) was just a necessary
work-around.
|