aboutsummaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* remove executable permissionsMark Oteiza2014-07-181-0/+0
|
* Updated some email addressesTorsten Hilbrich2013-10-051-3/+0
|
* Made 1.9 releaseTorsten Hilbrich2012-07-021-6/+58
|
* 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.7.4 from tarballTorsten Hilbrich2011-08-271-6/+12
| | | | | | | | | | | | 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.3 from tarballTorsten Hilbrich2011-08-271-12/+6
| | | | | | dictionary.el (dictionary-default-popup-strategy): added this variable and changed dictionary-popup-matching-words to use this as matching strategy (suggested by Renaud Pons)
* Imported version 1.7.2 from tarballTorsten Hilbrich2011-08-271-7/+12
| | | | | link.el (link-initialize-keymap): fixed keybinding bug (reported by David A. Panariti)
* Imported version 1.7.1 from tarballTorsten Hilbrich2011-08-271-14/+18
| | | | | Fixed bug in dictionary-coding-system, the detection of non-mule Emacsen was not correct (patch submitted by Robert Pluim)
* Imported version 1.7 from tarballTorsten Hilbrich2011-08-271-295/+325
| | | | | 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-19/+24
| | | | | | fixed bug with dictionary-previous (found by Rui Zhu) fixed key bindings in link.el
* Imported version 1.5 from tarballTorsten Hilbrich2011-08-271-40/+97
| | | | added tooltip support for GNU Emacs 21
* Imported version 1.4.1 from tarballTorsten Hilbrich2011-08-271-34/+40
| | | | changed recognition of utf-8 support (suggested by Enrico Scholz)
* Imported version 1.4 from tarballTorsten Hilbrich2011-08-271-29/+64
| | | | added popup menu for easier lookup of words
* Imported version 1.3.3 from tarballTorsten Hilbrich2011-08-271-344/+394
| | | | | added support for XEmacs 21 packages to ease installation for those users (suggested and reviewed by Enrico Scholz)
* Imported version 1.3.2 from tarballTorsten Hilbrich2011-08-271-14/+23
| | | | | | 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-9/+36
| | | | | | | | 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.3 from tarballTorsten Hilbrich2011-08-271-27/+37
| | | | | | | | | | 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.
* Imported version 1.2.1 from tarballTorsten Hilbrich2011-08-271-0/+353
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.