aboutsummaryrefslogtreecommitdiff
path: root/dictionary-init.el
Commit message (Collapse)AuthorAgeFilesLines
* remove executable permissionsMark Oteiza2014-07-181-0/+0
|
* Changes coming from debian packageReuben Thomas2013-05-081-0/+3
| | | | | | | | | | - Bypass custom-add-load to speed startup - dictionary-set-server-var which will be called after server related variables are set via customize - support for --exit-- as dictionary name meaning end of default search list Signed-off-by: Torsten Hilbrich <torsten.hilbrich@gmx.net>
* 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.5 from tarballTorsten Hilbrich2011-08-271-3/+4
| | | | | | | added variable dictionary-use-single-buffer to allow selecting between single/multiple buffers for dictionary access added tooltip support for XEmacs based on balloon-help
* Imported version 1.8.4 from tarballTorsten Hilbrich2011-08-271-1/+1
| | | | install-pkg was missing in the last tarball
* Imported version 1.7 from tarballTorsten Hilbrich2011-08-271-0/+6
| | | | | Added first support for dictionaries with different encodings than utf-8 (suggested by Eugene Morozov).
* Imported version 1.5 from tarballTorsten Hilbrich2011-08-271-0/+4
| | | | added tooltip support for GNU Emacs 21
* Imported version 1.4 from tarballTorsten Hilbrich2011-08-271-0/+4
| | | | added popup menu for easier lookup of words
* Imported version 1.3.1 from tarballTorsten Hilbrich2011-08-271-0/+9
| | | | | | | | 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-24/+0
| | | | | | | | | | 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/+24
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.