Mercurial > emacs
comparison lisp/ChangeLog @ 55718:fe4aaa8465f2
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 21 May 2004 18:16:54 +0000 |
parents | 59087bd465d3 |
children | 2a017ad95bb7 |
comparison
equal
deleted
inserted
replaced
55717:50b099e608af | 55718:fe4aaa8465f2 |
---|---|
1 2004-05-21 Juanma Barranquero <lektu@terra.es> | |
2 | |
3 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt): | |
4 Don't mention in the docstring these arguments meant for | |
5 internal (recursive) use only. | |
6 (allout-char-spec): Comment out (it's not implemented). | |
7 (allout-old-expose-topic, allout-exposure): Fix docstring and add | |
8 obsolescence declaration. | |
9 (allout-flatten-exposed-to-buffer) | |
10 (allout-indented-exposed-to-buffer): Fix typos in docstring. | |
11 (my-mark-marker): Doc fix. | |
12 (produce-allout-mode-map, allout-sibling-index) | |
13 (allout-isearch-expose, allout-distinctive-bullet) | |
14 (allout-open-topic, allout-reindent-body) | |
15 (allout-rebullet-heading, allout-process-exposed) | |
16 (allout-insert-listified, allout-latex-verb-quote) | |
17 (allout-insert-latex-header, allout-insert-latex-trailer): | |
18 Make arguments match their use in docstring. | |
19 (allout-primary-bullet, allout-old-style-prefixes) | |
20 (allout-inhibit-protection, allout-init, allout-mode) | |
21 (allout-before-change-protect, allout-flag-region): | |
22 Use "Emacs" instead of "emacs" in docstrings. | |
23 | |
1 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change) | 24 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change) |
2 | 25 |
3 * international/characters.el: Modify syntax of more characters. | 26 * international/characters.el: Modify syntax of more characters. |
4 | 27 |
5 2004-05-21 Masatake YAMATO <jet@gyve.org> | 28 2004-05-21 Masatake YAMATO <jet@gyve.org> |
53 output messages into the search result. | 76 output messages into the search result. |
54 | 77 |
55 2004-05-19 Masatake YAMATO <jet@gyve.org> | 78 2004-05-19 Masatake YAMATO <jet@gyve.org> |
56 | 79 |
57 * wid-edit.el (widget-radio-button-notify): Revert my last | 80 * wid-edit.el (widget-radio-button-notify): Revert my last |
58 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. | 81 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. |
59 | 82 |
60 2004-05-19 Kenichi Handa <handa@m17n.org> | 83 2004-05-19 Kenichi Handa <handa@m17n.org> |
61 | 84 |
62 * international/characters.el: Fix syntax (open/close) of CJK chars. | 85 * international/characters.el: Fix syntax (open/close) of CJK chars. |
63 | 86 |
628 `describe-function' and `describe-key'. | 651 `describe-function' and `describe-key'. |
629 (help-do-arg-highlight): Auxiliary function to highlight a given | 652 (help-do-arg-highlight): Auxiliary function to highlight a given |
630 list of arguments in a string. | 653 list of arguments in a string. |
631 (help-highlight-arguments): Highlight the function arguments and | 654 (help-highlight-arguments): Highlight the function arguments and |
632 all uses of them in the docstring. | 655 all uses of them in the docstring. |
633 (describe-function-1): Use it. Do docstring output via `insert', | 656 (describe-function-1): Use it. Do docstring output via `insert', |
634 not 'princ', so text attributes are preserved. | 657 not 'princ', so text attributes are preserved. |
635 | 658 |
636 * winner.el (winner-mode-map): Move `winner-undo' and | 659 * winner.el (winner-mode-map): Move `winner-undo' and |
637 `winner-redo' to C-c <left> and C-c <right>, respectively (the | 660 `winner-redo' to C-c <left> and C-c <right>, respectively (the |
638 previous bindings conflict with `prev-buffer', `next-buffer'). | 661 previous bindings conflict with `prev-buffer', `next-buffer'). |
653 (bibtex-field-list): New function. | 676 (bibtex-field-list): New function. |
654 (bibtex-entry): Use bibtex-field-list. | 677 (bibtex-entry): Use bibtex-field-list. |
655 (bibtex-parse-entry): Fix docstring. | 678 (bibtex-parse-entry): Fix docstring. |
656 (bibtex-print-help-message): Use bibtex-field-list. | 679 (bibtex-print-help-message): Use bibtex-field-list. |
657 (bibtex-make-field): Use bibtex-field-list. | 680 (bibtex-make-field): Use bibtex-field-list. |
658 (bibtex-entry-index): Bugfix. Return crossref key if required. | 681 (bibtex-entry-index): Bugfix. Return crossref key if required. |
659 (bibtex-lessp): Fix docstring. | 682 (bibtex-lessp): Fix docstring. |
660 | 683 |
661 2004-05-03 Luc Teirlinck <teirllm@auburn.edu> | 684 2004-05-03 Luc Teirlinck <teirllm@auburn.edu> |
662 | 685 |
663 * select.el (xselect-convert-to-string): Move comment to intended line. | 686 * select.el (xselect-convert-to-string): Move comment to intended line. |