comparison lisp/ChangeLog @ 33050:84f89d78d87a

2000-10-29 Michael Kifer <kifer@cs.sunysb.edu> * ediff-wind.el (ediff-setup-control-frame): enclose face-attribute in condition-case to avoid errors in older emacsen.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Mon, 30 Oct 2000 02:16:11 +0000
parents 750f2e41d6bf
children 23eeb6da5a51
comparison
equal deleted inserted replaced
33049:fed8d1ebdc15 33050:84f89d78d87a
20 translation tables. 20 translation tables.
21 (decode-mac-roman, encode-mac-roman): Definition of these CCL 21 (decode-mac-roman, encode-mac-roman): Definition of these CCL
22 programs are modified and moved from mac-win.el. 22 programs are modified and moved from mac-win.el.
23 (mac-roman): Definition of this coding system is modified and 23 (mac-roman): Definition of this coding system is modified and
24 moved from mac-win.el. 24 moved from mac-win.el.
25
26 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
27
28 * ediff-wind.el (ediff-setup-control-frame): enclose
29 face-attribute in condition-case to avoid errors in older emacsen.
25 30
26 2000-10-29 Miles Bader <miles@gnu.org> 31 2000-10-29 Miles Bader <miles@gnu.org>
27 32
28 * custom.el (custom-add-to-group): Allow multiple entries for a 33 * custom.el (custom-add-to-group): Allow multiple entries for a
29 given value OPTION, as long as their widget types are different. 34 given value OPTION, as long as their widget types are different.
4791 accordingly. 4796 accordingly.
4792 4797
4793 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> 4798 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4794 4799
4795 * locate.el (locate): Cleaned up locate command's interactive prompting 4800 * locate.el (locate): Cleaned up locate command's interactive prompting
4796 Thanks to Fran,Ag(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions. 4801 Thanks to François_Pinard <pinard@iro.umontreal.ca> for suggestions.
4797 4802
4798 * filecache.el (file-cache-case-fold-search): New variable 4803 * filecache.el (file-cache-case-fold-search): New variable
4799 (file-cache-assoc-function): New variable 4804 (file-cache-assoc-function): New variable
4800 (file-cache-minibuffer-complete): Use file-cache-assoc-function. 4805 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4801 Use file-cache-case-fold-search variable 4806 Use file-cache-case-fold-search variable
8722 define-prefix-command with 3 arguments, to make the map suitable 8727 define-prefix-command with 3 arguments, to make the map suitable
8723 for a menu. 8728 for a menu.
8724 8729
8725 2000-05-07 Dave Love <fx@gnu.org> 8730 2000-05-07 Dave Love <fx@gnu.org>
8726 8731
8727 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. 8732 * time.el: Small doc fixes from Pavel Janík ml.
8728 8733
8729 2000-05-05 Dave Love <fx@gnu.org> 8734 2000-05-05 Dave Love <fx@gnu.org>
8730 8735
8731 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg 8736 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8732 list in doc string. Don't quote keyword symbols. 8737 list in doc string. Don't quote keyword symbols.