| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is now prefered to using a combination of save-excursion and
set-buffer.
|
|
|
|
| |
They are no longer useful now that the source is hold in Git.
|
|
|
|
|
| |
fixed decoding problem when selecting dictionary (problem reported by
Kuno Strassmann)
|
|
|
|
| |
install-pkg was missing in the last tarball
|
|
|
|
|
| |
Added first support for dictionaries with different encodings than
utf-8 (suggested by Eugene Morozov).
|
|
|
|
|
|
|
|
| |
small fix in dictionary function to check for availability of the
utf-8 encoding to prevent problems in certain xemacs versions
(reported by Jeff Mincy)
added debian support (use dpkg-buildpackage to build a package)
|
|
|
|
|
|
|
|
|
|
| |
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.
|