Mercurial > emacs
comparison lisp/ChangeLog @ 34084:72b6d537203d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 01 Dec 2000 14:36:21 +0000 |
parents | d5109115f8cc |
children | 2230e1d249aa |
comparison
equal
deleted
inserted
replaced
34083:d5109115f8cc | 34084:72b6d537203d |
---|---|
23 (minibuffer-contents-no-properties, delete-minibuffer-contents): | 23 (minibuffer-contents-no-properties, delete-minibuffer-contents): |
24 New functions. | 24 New functions. |
25 * filecache.el (file-cache-directory-name) | 25 * filecache.el (file-cache-directory-name) |
26 (file-cache-minibuffer-complete): Ignore the minibuffer prompt. | 26 (file-cache-minibuffer-complete): Ignore the minibuffer prompt. |
27 | 27 |
28 From Milan Zamazal <Milan.Zamazal@qbizm.com>: | 28 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com> |
29 | |
29 * filecache.el (file-cache-minibuffer-complete): Don't try to | 30 * filecache.el (file-cache-minibuffer-complete): Don't try to |
30 delete the minibuffer prompt. | 31 delete the minibuffer prompt. |
31 | 32 |
32 2000-11-30 Dave Love <fx@gnu.org> | 33 2000-11-30 Dave Love <fx@gnu.org> |
33 | 34 |
708 | 709 |
709 2000-11-20 Dave Love <fx@gnu.org> | 710 2000-11-20 Dave Love <fx@gnu.org> |
710 | 711 |
711 * Makefile.in (DONTCOMPILE): Omit bindings.el. | 712 * Makefile.in (DONTCOMPILE): Omit bindings.el. |
712 | 713 |
713 2000-11-20 Gerd Moellmann <gerd@gnu.org> | 714 2000-11-20 Eli Barzilay <eli@www.barzilay.org> |
714 | 715 |
715 * calculator.el: New version from author. | 716 * calculator.el (calculator-paste): Use `if' instead of `and' |
717 and `or'. | |
718 (calculator-help): Don't use electric-describe-mode for XEmacs. | |
716 | 719 |
717 2000-11-19 Gerd Moellmann <gerd@gnu.org> | 720 2000-11-19 Gerd Moellmann <gerd@gnu.org> |
718 | 721 |
719 * info.el (info-menu-5): Doc fix. | 722 * info.el (info-menu-5): Doc fix. |
720 | 723 |
747 | 750 |
748 * bindings.el (mode-line-modified): Fix a typo. | 751 * bindings.el (mode-line-modified): Fix a typo. |
749 (mode-line-toggle-modified, mode-line-widen) | 752 (mode-line-toggle-modified, mode-line-widen) |
750 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos. | 753 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos. |
751 | 754 |
752 2000-11-17 Gerd Moellmann <gerd@gnu.org> | 755 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
753 | 756 |
754 * ps-print.el: Minor fixes from author. | 757 * ps-print.el (toplevel): Test for find-coding-system being |
758 fboundp before calling ps-x-find-coding-system. | |
755 | 759 |
756 2000-11-16 Stefan Monnier <monnier@cs.yale.edu> | 760 2000-11-16 Stefan Monnier <monnier@cs.yale.edu> |
757 | 761 |
758 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text. | 762 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text. |
759 (vc-version-backup-file): Docstring fix. | 763 (vc-version-backup-file): Docstring fix. |