aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.10Torsten Hilbrich2013-05-081-1/+1
|
* deb: Now using debhelperTorsten Hilbrich2013-05-081-3/+4
| | | | debmake is gone
* Removed some remaining CVS keywordsTorsten Hilbrich2013-05-081-2/+1
| | | | They are no longer useful now that the source is hold in Git.
* Made 1.9 releaseTorsten Hilbrich2012-07-021-1/+1
|
* Imported version 1.8.7 from tarballTorsten Hilbrich2011-08-271-0/+22
| | | | | 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.8.2 from tarballTorsten Hilbrich2011-08-271-28/+70
| | | | fixed Makefile
* Imported version 1.8.1 from tarballTorsten Hilbrich2011-08-271-69/+28
|
* Imported version 1.8 from tarballTorsten Hilbrich2011-08-271-2/+2
| | | | added search for similiar words when the searched word is not found
* Imported version 1.7.4 from tarballTorsten Hilbrich2011-08-271-0/+21
| | | | | | | | | | | | 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
* Imported version 1.7 from tarballTorsten Hilbrich2011-08-271-1/+1
| | | | | Added first support for dictionaries with different encodings than utf-8 (suggested by Eugene Morozov).
* Imported version 1.5 from tarballTorsten Hilbrich2011-08-271-1/+1
| | | | added tooltip support for GNU Emacs 21
* Imported version 1.4 from tarballTorsten Hilbrich2011-08-271-1/+1
| | | | added popup menu for easier lookup of words
* Imported version 1.3.3 from tarballTorsten Hilbrich2011-08-271-2/+59
| | | | | added support for XEmacs 21 packages to ease installation for those users (suggested and reviewed by Enrico Scholz)
* Imported version 1.2.1 from tarballTorsten Hilbrich2011-08-271-0/+5
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.