aboutsummaryrefslogtreecommitdiff
path: root/link.el
Commit message (Collapse)AuthorAgeFilesLines
* Removed some remaining CVS keywordsTorsten Hilbrich2013-05-081-1/+0
| | | | They are no longer useful now that the source is hold in Git.
* Imported version 1.8.7 from tarballTorsten Hilbrich2011-08-271-0/+0
| | | | | fixed decoding problem when selecting dictionary (problem reported by Kuno Strassmann)
* Imported version 1.8.4 from tarballTorsten Hilbrich2011-08-271-1/+1
| | | | install-pkg was missing in the last tarball
* Imported version 1.7.2 from tarballTorsten Hilbrich2011-08-271-4/+9
| | | | | link.el (link-initialize-keymap): fixed keybinding bug (reported by David A. Panariti)
* Imported version 1.7 from tarballTorsten Hilbrich2011-08-271-2/+2
| | | | | Added first support for dictionaries with different encodings than utf-8 (suggested by Eugene Morozov).
* Imported version 1.5.1 from tarballTorsten Hilbrich2011-08-271-9/+4
| | | | | | fixed bug with dictionary-previous (found by Rui Zhu) fixed key bindings in link.el
* Imported version 1.3.2 from tarballTorsten Hilbrich2011-08-271-1/+2
| | | | | | replaced set-text-properties by remove-text-properties and add-text-properties because this function is not recommended within XEmacs (reported by Serge Boiko)
* Imported version 1.3.1 from tarballTorsten Hilbrich2011-08-271-2/+2
| | | | | | | | 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)
* Imported version 1.2.1 from tarballTorsten Hilbrich2011-08-271-0/+120
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.