aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.10Torsten Hilbrich2013-05-082-1/+8
|
* deb: Now using debhelperTorsten Hilbrich2013-05-085-54/+33
| | | | debmake is gone
* Adding to .gitignoreTorsten Hilbrich2013-05-081-0/+9
|
* word-definition: Fix creation of links to word definitionTorsten Hilbrich2013-05-081-11/+10
| | | | | | | | | | | match-beginning was called with 1 instead of 2 when calculating match-start. This is clearly wrong. Also small changes in the code, first calculate, then replace, this fixed a little problem with the link placement. Also fixing the documentation for the dictionary-color-support variable.
* Changes coming from debian packageReuben Thomas2013-05-082-1/+19
| | | | | | | | | | - 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-085-6/+1
| | | | They are no longer useful now that the source is hold in Git.
* Made 1.9 releaseTorsten Hilbrich2012-07-024-7/+67
|
* Use read-string with default valueTorsten Hilbrich2011-08-271-2/+9
| | | | | | The use of initial value is deprecated and less user-friendly. Fix taken from Debian package.
* Encode dictionary name before useTorsten Hilbrich2011-08-271-4/+8
| | | | | | | | avoid invoking concat on a nominally multibyte dictionary name, to avoid double-encoding the search term when consulting a single dictionary. Fix taken from Debian package.
* Close connection to dictionary server on exitTorsten Hilbrich2011-08-271-0/+2
| | | | | | | Marks the connection not to query to user before closing the connection. Fix taken from Debian package.
* call make-local-hook only under XEmacsTorsten Hilbrich2011-08-271-1/+2
| | | | | | | GNU Emacs deprecated it back in version 21, and will retire it altogether in the upcoming version 24. Fix taken from the Debian package.
* Imported version 1.8.7 from tarballTorsten Hilbrich2011-08-2714-3/+34
| | | | | fixed decoding problem when selecting dictionary (problem reported by Kuno Strassmann)
* Imported version 1.8.6 from tarballTorsten Hilbrich2011-08-272-3/+29
| | | | | | | | added patch fixing the wrong display of dictionary description (provided by Sergei Pokrovsky) added dictionary-description-open-delimiter and dictionary-description-close-delimiter (suggested by Sergei Pokrovsky)
* Imported version 1.8.5 from tarballTorsten Hilbrich2011-08-274-338/+451
| | | | | | | 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-2710-200/+18
| | | | install-pkg was missing in the last tarball
* Imported version 1.8.3 from tarballTorsten Hilbrich2011-08-274-26/+13
| | | | Fixed multiple defined function in dictionary.el
* Imported version 1.8.2 from tarballTorsten Hilbrich2011-08-2713-28/+192
| | | | fixed Makefile
* Imported version 1.8.1 from tarballTorsten Hilbrich2011-08-275-87/+75
|
* Imported version 1.8 from tarballTorsten Hilbrich2011-08-2714-937/+50
| | | | added search for similiar words when the searched word is not found
* Imported version 1.7.4 from tarballTorsten Hilbrich2011-08-2718-22/+1052
| | | | | | | | | | | | 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-273-16/+57
| | | | | | 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-273-11/+28
| | | | | link.el (link-initialize-keymap): fixed keybinding bug (reported by David A. Panariti)
* Imported version 1.7.1 from tarballTorsten Hilbrich2011-08-273-26/+36
| | | | | 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-278-580/+750
| | | | | Added first support for dictionaries with different encodings than utf-8 (suggested by Eugene Morozov).
* Imported version 1.5.2 from tarballTorsten Hilbrich2011-08-273-3/+9
| | | | popup menu now correctly records the selected window
* Imported version 1.5.1 from tarballTorsten Hilbrich2011-08-275-36/+57
| | | | | | fixed bug with dictionary-previous (found by Rui Zhu) fixed key bindings in link.el
* Imported version 1.5 from tarballTorsten Hilbrich2011-08-279-61/+186
| | | | added tooltip support for GNU Emacs 21
* Imported version 1.4.1 from tarballTorsten Hilbrich2011-08-273-35/+47
| | | | changed recognition of utf-8 support (suggested by Enrico Scholz)
* Imported version 1.4 from tarballTorsten Hilbrich2011-08-276-70/+181
| | | | added popup menu for easier lookup of words
* Imported version 1.3.3 from tarballTorsten Hilbrich2011-08-279-352/+478
| | | | | 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-275-21/+43
| | | | | | 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-2715-29/+231
| | | | | | | | 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-2715-403/+49
| | | | | | | | | | 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-2719-0/+2185
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.