| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
debmake is gone
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
| |
They are no longer useful now that the source is hold in Git.
|
| |
|
|
|
|
|
|
| |
The use of initial value is deprecated and less user-friendly.
Fix taken from Debian package.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Marks the connection not to query to user before closing the
connection.
Fix taken from Debian package.
|
|
|
|
|
|
|
| |
GNU Emacs deprecated it back in version 21, and will retire it altogether
in the upcoming version 24.
Fix taken from the Debian package.
|
|
|
|
|
| |
fixed decoding problem when selecting dictionary (problem reported by
Kuno Strassmann)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
install-pkg was missing in the last tarball
|
|
|
|
| |
Fixed multiple defined function in dictionary.el
|
|
|
|
| |
fixed Makefile
|
| |
|
|
|
|
| |
added search for similiar words when the searched word is not found
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
link.el (link-initialize-keymap): fixed keybinding bug (reported by
David A. Panariti)
|
|
|
|
|
| |
Fixed bug in dictionary-coding-system, the detection of non-mule
Emacsen was not correct (patch submitted by Robert Pluim)
|
|
|
|
|
| |
Added first support for dictionaries with different encodings than
utf-8 (suggested by Eugene Morozov).
|
|
|
|
| |
popup menu now correctly records the selected window
|
|
|
|
|
|
| |
fixed bug with dictionary-previous (found by Rui Zhu)
fixed key bindings in link.el
|
|
|
|
| |
added tooltip support for GNU Emacs 21
|
|
|
|
| |
changed recognition of utf-8 support (suggested by Enrico Scholz)
|
|
|
|
| |
added popup menu for easier lookup of words
|
|
|
|
|
| |
added support for XEmacs 21 packages to ease installation for those
users (suggested and reviewed by Enrico Scholz)
|
|
|
|
|
|
| |
replaced set-text-properties by remove-text-properties and
add-text-properties because this function is not recommended within
XEmacs (reported by Serge Boiko)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
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.
|