1
I Use This!
Inactive

Commits : Listings

Analyzed 28 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from emacsmirror/header More... over 2 years ago
Use more conventional library header More... almost 3 years ago
Merge branch 'branch-1.0' More... over 11 years ago
Update to 1.0.4 - Flag (interactive) was removed from the following functions: dictem-select-strategy, dictem-select-database, dictem-read-query and dictem-run. This fixes Debian bug #564251. More... over 11 years ago
Fix for debian #564251 Remove (interactive) from the following functions: dictem-select-strategy, dictem-select-database, dictem-read-query and dictem-run More... over 11 years ago
Merge branch 'branch-1.0' More... almost 12 years ago
Merge branch 'master' of github.com:cheusov/dictem More... almost 12 years ago
version -> 1.0.3; update NEWS More... almost 12 years ago
Do not waste disk space and network traffic for storing virus licence More... almost 12 years ago
remove make_changelog script, CVS is not used anymore More... almost 12 years ago
Fix failure when dictem-use-user-databases-only is t. The problem was that dictem-last-database variable was initialized incorrectly. More... almost 12 years ago
Revert "not complete support for dictem-use-existing-buffer" More... almost 12 years ago
Remove make_changelog More... almost 12 years ago
CVS is not relevant anymore. The source code has been moved to github. More... about 12 years ago
CVS is not relevant anymore. The source code has been moved to github. (cherry picked from commit bf8cff4e884b11ec64404f56fc15c6680334bf1a) More... about 12 years ago
+1 task More... almost 14 years ago
not complete support for dictem-use-existing-buffer More... almost 14 years ago
fix in dictem-find-brackets More... almost 14 years ago
new behaviour for dictem-use-existing-buffer More... almost 14 years ago
+1 task More... over 14 years ago
"coding-system-for-read" and "coding-system-for-write" system variables are set to 'utf-8 in "dictem-call-process" function. This makes "dictem-call-process" more universal. Appropriate section has been removed "dictem-run". More... over 14 years ago
New function dictem-call-process for calling "dict" client. dictem-call-process-* functions have been significantly simplified, now all they use newly created dictem-call-process. More... over 14 years ago
remove --client option from "dict" envocation More... over 14 years ago
"dictem-get-matches" function returns dictionary name without ":" in the end. Revert previous bad commit. More... over 14 years ago
"dictem-get-matches" function returns dictionary name without ":" in the end. Revert previous bad commit. More... over 14 years ago
FIX: It is documented that dictem-base-* functions can accept list of databases as an argument. Actually, the first item in a list was just skipped. More... over 14 years ago
added: dictem-find-brackets function for finding <b>/</b>, {/} and other brackets More... over 14 years ago
dictem-postprocess-definition-hyperlinks is splitted into two functions: dictem-postprocess-definition-hyperlinks-curlybr1 and dictem-postprocess-definition-hyperlinks-curlybr2. This makes the code easier, shorter and cleaner. Effect: do not add dictem-postprocess-definition-hyperlinks to dictem-postprocess-definition-hook, use dictem-postprocess-each-definition-hook instead. More... over 14 years ago
new interesting task More... over 14 years ago
insertion of text produced by "dict" client of by user's database is always made IN THE END of dictem buffer. This fixes the problem with hightlighting (incorrect hightlighting) in match/define mixed results. More... over 14 years ago