1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904
|
2009-03-22 Aleksey Cheusov <vle@gmx.net>
* NEWS: notes about release 1.0.2
* make_cvsdist: dictem tarball is removed before packing
* make_cvsdist, dictem.el: version -> 1.0.2
* dictem.el:
dictem-postprocess-definition-remove-header still removes extra line :-/
2009-03-20 Aleksey Cheusov <vle@gmx.net>
* AUTHORS, NEWS, dictem.el:
version -> 1.0.1
release notes in NEWS
* dictem.el:
fixed: dictem-postprocess-definition-remove-header deletes extra lines
2008-10-11 Aleksey Cheusov <vle@gmx.net>
* NEWS: release notes about 1.0.0
* make_changelog: minor fix
* README, dictem.el:
Running dictem-initialize everytime your internet becomes up (if case you
have no permanent connection to Internet, e.g. dial-up, adsl etc.) is a bit
annoying. To avoid this dictem is (re)initialized (if needed) automatically
from dictem-select-strategy and dictem-select-database functions.
As a result, running dictem-initialize in .emacs becomes unnecessary
New function (dictem-reinitialize-err) added
Minor fix in dictem-initialize-databases-alist function.
Now it returns erro data in case of failure, not nil.
(just like dictem-initialize-strategies-alist)
version -> 1.0.0
2008-07-17 Aleksey Cheusov <vle@gmx.net>
* README: tyop fixed
2008-01-28 Aleksey Cheusov <vle@gmx.net>
* NEWS, dictem.el:
version bumped to 0.82
version 0.82 release notes
* make_changelog: my e-mail is inserted instead of vle@gmx.net
* TODO: Ask users for ideas/bugs/needs/...
* make_changelog, make_cvsdist: make_changelog is a standalone script now
2007-11-08 Aleksey Cheusov <vle@gmx.net>
* README: minor fix in documentation
2007-08-01 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
fixed: warning message produced by 'emacs -f batch-byte-compile dictem.el'
* dictem.el:
'insert-string' function is obsolete in emacs-22.1
So it is changed for 'insert'
2006-07-22 Aleksey Cheusov <vle@gmx.net>
* dictem.el: release 0.81
* NEWS: news about 0.81 release
* README, dictem.el:
added: dict:///dictionary_name url scheme that means calling 'dict'
command line utility withou -h option.
Slightly updated Ex.4 in README
2006-07-06 Aleksey Cheusov <vle@gmx.net>
* dictem.el: fixed: dictem-server's type
2006-06-09 Aleksey Cheusov <vle@gmx.net>
* README, dictem.el:
If dictem-server is nil "dict" command line utility will use dict server[s]
from its own config files ~/.dictrc or PREFIX/etc/dict.conf.
See Ex.1 in README file.
dictem-database-alist dictem-strategy-alist dictem-server variables
are initialized with nil.
slightly changed: Ex.1 in README file
2006-05-29 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
fixed: dictem-initialize-databases
2006-05-27 Aleksey Cheusov <vle@gmx.net>
* make_cvsdist: nothing
* NEWS, dictem.el, make_cvsdist:
final changes for dictem-0.8
* Makefile.am: removed
* INSTALL, README, configure.in, dictem.1, dictem.in, elisp-comp, install-sh, missing, mkinstalldirs:
removed: ./configure / make / make install
some note about sf.net/projects/dictem in README
* README, dictem.el:
renamed: dictem-exclude-databases-alist --> dictem-exclude-databases
added: new example 15 to README about dictem-exclude-databases variable
version --> 0.8
* dictem.el: minor fix
2006-05-26 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
added: dictem-exclude-databases-alist variable for setting regexp for
dictionaries not interesting for user
sample usage:
(setq dictem-exclude-databases-alist
'("tur-" "afr-" "ara-" "cro-" "cze-" "dan-" "hin-" "hun-"
"iri-" "ita-" "kha-" "lat-" "nld-" "por-" "sco-" "scr-"
"slo-" "swa-" "swe-" "tur-" "rom-" "wel-"
"-tur" "-afr" "-ara" "-cro" "-cze" "-dan" "-hin" "-hun"
"-iri" "-ita" "-kha" "-lat" "-nld" "-por" "-sco" "-scr"
"-slo" "-swa" "-swe" "-tur" "-rom" "-wel"))
2006-05-24 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
Errors messages obtained from dict command are printed in case
initialization failed.
2006-04-06 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
0.0.6 ---> 0.7
2006-04-03 Aleksey Cheusov <vle@gmx.net>
* Makefile.am: fix
* Makefile.am: fixes for sed
* NEWS:
new time
* configure.in: version 0.7
* NEWS: spell checks, new notes about 0.7
* README: new example Ex.14
* dictem.el: minor fix
2006-04-02 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
fixes for show-info/user-db
2006-03-31 Aleksey Cheusov <vle@gmx.net>
* dictem.el: half fixes for userdb-show-db
* NEWS:
some notes about 0.7 release
* dictem-elisp.el, dictem.el:
fixes for user databases
2005-12-06 Aleksey Cheusov <vle@gmx.net>
* dictem.el: changes in documentation string for dictem-option-mime
2005-11-22 Aleksey Cheusov <vle@gmx.net>
* dictem.el: new comments about project
* dictem.el:
added: new customizable variable `dictem-option-mime'
See its own documentation for details.
`dictem-option-mime' and `dictem-client-prog-args-list'
affects dictem-call-process-SHOW-SERVER, dictem-call-process-SHOW-INFO,
dictem-call-process-SHOW-STRAT, dictem-call-process-SHOW-DB,
dictem-call-process-MATCH, dictem-call-process-SEARCH
added: new low level function `dictem-local-dict-basic-option'
for generating list of common options passed to `dict' executables.
* dictem-lingvo-dsl.el: postprocessing function for lingvo/.dsl content
2005-11-21 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
added: customizeable variable dictem-client-prog-args-list
for a list of extra options passed 'dict' program.
For example, '("-M")
2005-11-19 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
fix with switch-to-buffer
* dictem-elisp.el:
example of dictem extension
2005-11-13 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
initial version of dictem-userdb-SEARCH
a few save-excursion added
minor fixes
some efforts to make new buffer creation more clever
2005-09-01 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
added code for supporting used databases
2005-08-27 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
a few local functions removed
2005-08-14 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
added: dictem-run-show-strategies
documentation for dictem-mode function (description for dictem mode)
has been significantly improved
2005-08-13 Aleksey Cheusov <vle@gmx.net>
* README, dictem.el:
cmd string is used instead of function
2005-08-12 Aleksey Cheusov <vle@gmx.net>
* configure.in, dictem.el:
0.0.5 ---> 0.0.6
* NEWS:
spelling errors fixed
* README:
spelling errors fixed
new examples Ex.9
* dictem.el:
lots of things have been reimplemented:
dictem-base-show-server, dictem-base-show-info,
dictem-base-show-strategies, dictem-base-show-databases,
dictem-base-match, dictem-base-define,
dictem-base-search and others
new: dictem-base-show-strategies, dictem-base-do-default-server,
dictem-base-do-foreign-server, dictem-base-do-selector,
dictem-call-process-XXXX functions
changed: dictem-make-url
2005-06-08 Aleksey Cheusov <vle@gmx.net>
* NEWS, README, configure.in, dictem.el:
NEWS file updated
version --> 0.0.5
new examples 12 and 13 in README file
dictem-use-content-history variable added
* NEWS:
added: comments for version 0.0.5
2005-05-28 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
notes about documentation
2005-04-09 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
removed: local functions
2005-03-21 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
String that begins hyperlink
is stored in the variable `dictem-hyperlink-beginning', defaults to "{"
String that ends hyperlink
is stored in the variable `dictem-hyperlink-end, defaults to "}"
Function that is called when hyperlink "define" is activated
is stored in the variable `dictem-hyperlink-define-func',
defaults to `dictem-base-define'
2005-03-20 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
`dictem-remove-value-from-alist' has been reimplemented
and know don't use recursion
fixes in `dictem-postprocess-definition-remove-header'
fixes in `dictem-postprocess-collect-hyperlinks'
The variable `dictem-hyperlinks-alist' is local to buffer
2005-03-18 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
fixes
* dictem.el:
fixed: `dictem-kill-all-buffers' has been reimplemented for using
`dolist' macros instead of recursion.
Recursion-bases implementation cause dictem to fail.
Thanks to Juri Linkov for bug report and lots of suggestions.
dictem-version --> 0.0.5
`dictem-postprocess-collect-hyperlinks' function
(when added to `dictem-postprocess-definition-hook',
`dictem-postprocess-show-info-hook' or
`dictem-postprocess-show-server-hook' hooks) collects hyperlinks
in the variable `dictem-hyperlinks-alist'.
This variable is used by the function `dictem-hyperlinks-menu'
which implements
the autocompletion-based menu the same way `Info-menu' does.
"e" is assigned to call the function `dictem-hyperlinks-menu'.
If `dictem-use-existing-buffer' is `t', the entire buffer content
is stored in `dictem-content-history' variable when user clicks
a hyperlink and thus he/she can easily return to the previous
buffer by pressing "l" (`dictem-last' function).
This is the same as the button <BACK> in Web browsers.
"l" is assigned to call `dictem-last'
2005-03-17 Aleksey Cheusov <vle@gmx.net>
* dictem.el: indentation
* dictem.el:
added: `dictem-postprocess-definition-remove-header',
function for postprocessing DEFINE buffer.
It is intended to remove header `XXX definition found'
and can be added to the hook `dictem-postprocess-definition-hook'.
2005-02-24 Aleksey Cheusov <vle@gmx.net>
* configure.in:
version: 0.0.3 --> 0.0.4
* NEWS:
update for dictem-0.0.4
2005-02-20 Aleksey Cheusov <vle@gmx.net>
* dictem.el: nothing
2005-01-18 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
FIXED: `dictem-last-database' keeps "low-level" database name
but the user's virtual one. As a result virtual dictionary
could not be the default one.
`databases' argument to `dictem-base-xxxx' functions
should be ALIST but LIST. And the same is true for
`dictem-default-database' and `dictem-last-database'.
* README, dictem.el:
new variable dictem-empty-initial-input, See README file Ex.11
READ updated: Ex.11
* README:
All examples are know numbered
New example #10
* dictem.el:
dictem-default-database/dictem-default-strategy override
values of dictem-last-database/dictem-last-strategy,
i.e. when dictem-default-xxx is set to non-nil
this database/strategy is always used by default,
otherwise the last used database/strategy is used.
2004-12-14 Aleksey Cheusov <vle@gmx.net>
* NEWS, configure.in:
NEW file updated
version 0.0.2 --> 0.0.3
* dictem.el:
local functions renamed
indentation
* dictem.el:
dictem-url has been renamed to dictem-make-url
fixes for XEmacs-21
added: new function `dictem-parse-url'
new default faces
* README:
fixes
* dictem.el:
workaround for XEmacs (problems with string-match/match-beginning)
* dictem.el:
DictEm has been ported to XEmacs
2004-12-10 Aleksey Cheusov <vle@gmx.net>
* README, dictem.el:
!! Virtual dictionaries can access databases from diferent DICT servers !!
Documentation update, yet another sample of usage.
* dictem.el:
`get-line' renamed to `dictem-get-line'
`list2alist' renamed to `dictem-list2alist'
2004-12-08 Aleksey Cheusov <vle@gmx.net>
* README:
added: new example of assigning the key bendings in dictem buffer
* dictem.el:
new default faces
* dictem.el:
`dictem-next-link' and `dictem-previous-link' uses only hyperlinks
created by `dictem-postprocess-definition-hyperlinks' function,
i.e. these functions skip hyperlinks for SHOW INFO subsearch
* dictem.el:
`link-create-link' has been renamed to `dictem-create-link'
* dictem.el:
(beginning-of-buffer) is replaced with (goto-char (point-min))
as recomended by elisp manual
2004-12-07 Aleksey Cheusov <vle@gmx.net>
* README:
documentation fixes and updates:
fixed typo
fixes: dictem-XXX-base have been replaced with dictem-base-XXX
`dictem-run-YYYY' commands are run using call-interactively
added new key bindings: C-cM-i, C-cM-r and C-cM-s
* dictem.el:
DictEm's prompt looks like this: `<string> [<default>]:'
* dictem.el:
the following commands:
`dictem-run-show-info',
`dictem-run-search' and
`dictem-run-define'
can be run non-interactively
* dictem.el:
`dictem-read-query' uses standard Emacs's prompt format
2004-11-30 Aleksey Cheusov <vle@gmx.net>
* Makefile.am, configure.in: clean-ups
* Makefile.am:
package version --> 0.0.2
* NEWS, dictem.el:
dictem-version --> "0.0.2"
NEWS file update
2004-11-25 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
dictem-postprocess-definition-hyperlinks function:
When {foo|bar} is encountered in a definition, `foo' is used
for highlighting and `bar' is used for subsearch.
2004-11-17 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
new functions: `dictem-next-link' and `dictem-previous-link' which
set pointer to the next (or previous) hyper link
\M-n and \M-p key
are assigned to `dictem-next-link' and `dictem-previous-link'
When pressing RET (C-m) key on hyper link,
DICT server is sent DEFINE command
2004-10-12 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
added: new customizable variable: `dictem-use-existing-buffer'
which can be used
to use existing dictem buffer instead of creating a new one
for subsearches. This variable is local to buffer.
added: new function `dictem-kill-all-buffers' killing all dictem buffers.
The key "x" press in dictem buffer calls it.
2004-09-28 Aleksey Cheusov <vle@gmx.net>
* README:
more detailed DictEm description.
* dictem.el:
typos fixed
2004-07-02 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
new default faces
2004-06-17 Aleksey Cheusov <vle@gmx.net>
* dictem.el: fixed: version number
2004-06-07 Aleksey Cheusov <vle@gmx.net>
* README: corrections
* README:
corrections
* Makefile.am: fixes
* Makefile.am: removed file should ChangedLog'ed
* Makefile.am:
fix
* Makefile.am:
edict --> dictem
* Makefile.am, README, configure.in:
'make cvsdist' and 'make ChangeLog'
* dictem.el:
copyright message
a few comments
2004-06-05 Aleksey Cheusov <vle@gmx.net>
* README, dictem.el:
FIXES
Values of the following variables are inherited from buffer's local values
dictem-server
dictem-port
dictem-database-alist
dictem-strategy-alist
dictem-user-databases-alist
dictem-use-user-databases-only
Error message appears if dictem-initialize fails
added: save-dictem macro which makes access to "foreign" DICT servers easier.
Documentation update
2004-06-04 Aleksey Cheusov <vle@gmx.net>
* Makefile.am, README, dictem-ll.el, dictem-opt.el, dictem-prog.el, dictem-vars.el, dictem.el:
*** empty log message ***
* dictem-opt.el, dictem.el:
dictem-run-showserver --> dictem-run-show-server
dictem-showdb-base --> dictem-base-show-info
dictem-showserver-base--> dictem-base-show-server
dictem-show-info-base --> dictem-base-show-info
dictem-search-base --> dictem-base-search
dictem-define-base --> dictem-base-define
dictem-match-base --> dictem-base-match
dictem-postprocess-showserver-hook --> dictem-postprocess-show-server-hook
2004-06-03 Aleksey Cheusov <vle@gmx.net>
* README, dictem-ll.el, dictem-opt.el, dictem-vars.el, dictem.el:
new function dictem-run-show-databases and appropriate menu item
dictem-run-dbinfo --> dictem-run-show-info
dictem-select-database has two new arguments:
- whether to add * and !
- whether to add user's dictionary
new functions: dictem-get-server and dictem-get-port
dictem-postprocess-dbinfo-hook --> dictem-postprocess-show-info-hook
dictem-dbinfo-base --> dictem-show-info-base
dictem-postprocess-dbinfo-hook --> dictem-postprocess-show-info-hook
new function dictem-initialize ()
2004-06-01 Aleksey Cheusov <vle@gmx.net>
* README:
more examples and fixes
* README:
updated. A few examples have been added.
2004-05-25 Aleksey Cheusov <vle@gmx.net>
* dictem-opt.el, dictem.el:
First, user is asked for query
SPC scrolls dictem buffer up
\177 scrolls dictem buffer down
2004-05-24 Aleksey Cheusov <vle@gmx.net>
* dictem-vars.el, dictem.el:
more informative error message is written to *dictem buffer*
generated from ALL dictem-xxxx-base calls
* dictem-opt.el, dictem.el:
New face dictem-database-description-face for database description
fixes with hooks
dict's error messages are removed from "*dictem buffer*"
This is necessary to keep "*dictem buffer*" clean.
dictem-error-message function is used to show error message
2004-05-21 Aleksey Cheusov <vle@gmx.net>
* dictem-opt.el, dictem.el:
fixes in dictem-postprocess-each-definition
Before running hooks, (goto-char (point-min)) is called
2004-05-20 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
dictem-close --> dictem-kill
2004-05-19 Aleksey Cheusov <vle@gmx.net>
* dictem-opt.el, dictem-vars.el, dictem.el:
(require 'dictem) is only needed for initializing dictem
dictem-postprocess-definition has been removed
some useful :options for customized hooks
added: dictem-use-user-databases-only customized variable
for excluding servers' database from...
Users may prefer to use a few databases from a big
list of available ones.
2004-05-18 Aleksey Cheusov <vle@gmx.net>
* dictem-ll.el, dictem-vars.el, dictem.el:
now user can create your own "virtual" dictionaries by combining
those provided by DICT server.
2004-05-17 Aleksey Cheusov <vle@gmx.net>
* dictem-prog.el, dictem.el:
dictem-set-databases --> dictem-initialize-databases-alist
dictem-set-strategies --> defun dictem-initialize-strategies-alist
"--exit--" is not a normal database
--client option is passed to "dict" while retreiving database
and strategy list
fixed: dictem-collect-matches and therefore dictem-get-matches
2004-05-16 Aleksey Cheusov <vle@gmx.net>
* dictem-vars.el, dictem.el:
added: dictem-version variable
dict client is run with --client option
sending information about DictEm to the server.
2004-05-15 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
added: dictem-next-section and dictem-previous-section functions
added: unconditional menu "DictEm"
* dictem-opt.el, dictem-vars.el, dictem.el:
Some hook can be "customized".
Additional group dictem-faces added.
Faces are there and cen be customized through customize/faces/dictem_faces
* dictem-opt.el, dictem-vars.el, dictem.el:
A few variable have been renmed
dictem-postprocess-definition function is splitted into two ones:
- dictem-postprocess-definition-hyperlinks for creating hyper links
instead of a portion of text surrounded by curly braces
- dictem-postprocess-definition-separator for creating link
to information about database
and for highlighting "From ....[dbname]" text
2004-05-14 Aleksey Cheusov <vle@gmx.net>
* dictem-opt.el:
'dictem-narrow-definitions' function
has been renamed to 'dictem-postprocess-each-definition'
2004-05-11 Aleksey Cheusov <vle@gmx.net>
* dictem-ll.el, dictem-prog.el, dictem.el:
"q" inside dictem buffer buries the buffer
"k" closes the buffer
dictem-get-{strategies,databases} return alist in which cdr of cell is
a description
2004-05-03 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
'dictem-dbinfo-base', 'dictem-match-base', 'dictem-define-base' and
'dictem-search-base' run hooks in the narrowed region.
As a result it possible to run different search command
by single 'dictem-run' session.
Example:
(dictem-run
(list
'(lambda (a b c)
(dictem-match-base
'("mueller7" "korolew_en-ru")
"apple"
"lev"))
'(lambda (a b c)
(dictem-search-base
'("geology_en-ru" "sokrat_en-ru")
"access"
"prefix"))))
Documentation update
2004-05-02 Aleksey Cheusov <vle@gmx.net>
* dictem-vars.el, dictem.el:
Some XXX-list internal variables have been renamed to XXX-alist
'dictem-dbinfo-base' function can obtain
a list of databases as a 'database' argument
'dictem-run' can obtain
a list of XXX-base functions as 'search-fun' argument
Example:
(dictem-run
(list
'(lambda (a b c)
(dictem-search-base "korolew_en-ru" "apple" "lev"))
'(lambda (a b c)
(dictem-match-base "mueller7" "table" "prefix"))
))
Actions on keys in 'dictem' buffer are set using dictem-run-XXXX function
instead of lambda
New key bindings inside 'dictem' buffer:
'n': move point to the next definition
'p': move point to the previous definition
2004-04-30 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
The following functions:
'dictem-define-base', 'dictem-match-base' and 'dictem-search-base'
can recieve (as an argument 'database')
either a single database name (stringp)
of a list of database names (listp)
2004-04-28 Aleksey Cheusov <vle@gmx.net>
* dictem-opt.el, dictem-vars.el, dictem.el:
XXX-color-YYY functions have been renamed to XXX-postprocess-YYY
2004-04-26 Aleksey Cheusov <vle@gmx.net>
* dictem-ll.el, dictem-opt.el, dictem-prog.el, dictem-vars.el, dictem.el:
code clean-ups
added: function 'dictem-color-each-definition-hook' to be added to
'dictem-color-define-hook' narrowing each definition in the buffer
and running hook 'dictem-color-each-definition-hook'.
In the functions called from 'dictem-color-each-definition-hook'
'dictem-current-dbname' variable is available.
exit status 'no matches' 31 --> 20
added: dictem-color-showserver-hook hook
Appropximates matches "perhaps you mean..." are correctly highlighted
added: new function 'dictem-dbinfo-base' for displaying information
about database.
'case-replace' and 'case-fold-search' are local to buffer and set
to nil
added: new high-level functions dictem-run-match, dictem-run-define,
dictem-run-search, dictem-run-dbinfo and dictem-run-showserver
2004-04-23 Aleksey Cheusov <vle@gmx.net>
* dictem-opt.el:
improvements of 'dictem-color-define':
New and smarter links
2004-04-22 Aleksey Cheusov <vle@gmx.net>
* Makefile.am, dictem-ll.el, dictem-prog.el, dictem-vars.el, dictem.el:
Useful non-GUI get-XXX functions have been moved to dictem-prog.el file
Low-level functions have been moved to dictem-ll.el file
* AUTHORS, Makefile.am, dictem-ll.el, dictem-opt.el, dictem.el:
low-level functions have been moved to dictem-ll.el
* dictem-opt.el, dictem.el:
dictem-database-list and dictem-strategy-list do not contain
special dbs and strategies
comments added
code clean-ups
dictem-temp-buffer-name keeps a name of the temporary buffer
added: dictem-get-matches, dictem-get-strategies, dictem-get-databases
and functions related to error object and
coloring function have been moved to dictem-opt.el
opt because all they are optional and uses created hooks:
'dictem-color-match-hook' and 'dictem-color-dbinfo-hook' run
from 'dictem-search-base', 'dictem-define-base' and 'dictem-match-base'
added: 'dictem-showinfo-base', 'dictem-showserver-base'
and 'dictem-dbinfo-base'
'dictem' buffer becomes read-only after running DICT client 'dict' and hooks
exit status of 'dict' is checked
2004-04-19 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
dictem-strategy-list has not '.' strategy
dictem-database-list has not '*' and '!' database names
added: help to 'dictem-strategy-history', 'dictem-database-history'
and 'dictem-query-history'
ADDED: 'dictem-get-databases' and 'dictem-get-strategies' functions
'dictem-last-strategy' and 'dictem-last-database' are local to buffer, i.e
each buffer has their own defaults
2004-03-17 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
indentation
2004-01-25 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
added: new functions dictem-showserver-base and dictem-showinfo-base
for implementing SHOW SERVER and SHOW INFO commands.
"r" and "i" inside "dictem" buffer call them.
dictem-search renamed to dictem-run and its arguments are reordered
2004-01-07 Aleksey Cheusov <vle@gmx.net>
* configure.in, dictem.el:
edict project was renamed to dictem
2003-11-13 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
'h' key in a edict buffer shows help information
help message update
mouse-3 --> mouse-2
mouse-2 on link searches the word/phrase in all dictionaries by default
2003-10-29 Aleksey Cheusov <vle@gmx.net>
* dictem.el: edict customization group
2003-10-28 Aleksey Cheusov <vle@gmx.net>
* Makefile.am, dictem.1, dictem.in:
edict and edict.1 are not installed
A few words in edict.1
* dictem.el:
edict.el default to dict.org dictionaries and dictd-1.8.0 strategies
2003-10-22 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
compilation without warnings
* AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, configure.in, dictem.1, dictem.in, elisp-comp, install-sh, missing, mkinstalldirs:
added: many files
2003-10-20 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
added: workable and highlighted references in a MATCH search.
* dictem.el:
fixed: mistype
2003-10-13 Aleksey Cheusov <vle@gmx.net>
* dictem.el:
many enhancements like colorizing output and hyperlinks
* dictem.el:
optional arguments
for edict-{select,read}-{strategy,database,query} functions
* dictem.el:
added: . strategy and * database
* dictem.el:
added: edict-set-databases
* dictem.el:
added: edict-set-strategies
* dictem.el:
initial version
* dictem.el: New file.
|