Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 903:4a27df428c73
[xemacs-hg @ 2002-07-06 05:48:14 by andyp]
sync with 21.4
author | andyp |
---|---|
date | Sat, 06 Jul 2002 05:48:22 +0000 |
parents | 7da79fbe37bb |
children | 7f5ac0d2a71f |
comparison
equal
deleted
inserted
replaced
902:2fd2239ea63a | 903:4a27df428c73 |
---|---|
1 2002-06-16 Andy Piper <andy@xemacs.org> | |
2 | |
3 * menubar-items.el (default-menubar): enable windows printing on | |
4 cygwin as well as native. | |
5 | |
6 2002-06-12 Andy Piper <andy@xemacs.org> | |
7 | |
8 * printer.el (generic-print-buffer): catch all errors so that the | |
9 print device can be cleared in all scenarios. | |
10 (Printer-clear-device): make sure clearing the printer allows it | |
11 to be used again immediately. | |
12 (generic-print-region): make sure the default printer face is | |
13 black-on-white. | |
14 | |
15 2002-04-23 Jerry James <james@xemacs.org> | |
16 | |
17 * window-xemacs.el (display-buffer-function): Change doc to | |
18 reflect new arg. | |
19 * window-xemacs.el (pre-display-buffer-function): Ditto. | |
20 * window-xemacs.el (display-buffer): New arg, shrink-to-fit. If | |
21 non-nil, make the new window just big enough for its contents. | |
22 * frame.el (get-frame-for-buffer): Accept new arg, due to above. | |
23 * frame.el (show-temp-buffer-in-current-frame): Remove broken | |
24 temp-buffer-shrink-to-fit code. Tell display-buffer instead. | |
25 | |
26 2002-06-06 Andy Piper <andy@xemacs.org> | |
27 | |
28 * gutter-items.el (buffers-tab-filter-functions): fix typo. | |
29 | |
30 2002-06-06 Andy Piper <andy@xemacs.org> | |
31 | |
32 * custom.el (custom-theme-set-variables): sync :set-after from FSF. | |
33 (defcustom): ditto. | |
34 (custom-handle-keyword): ditto. | |
35 | |
36 2002-06-04 John H Palmieri <palmieri@math.washington.edu> | |
37 | |
38 * gutter-items.el (buffers-tab-selection-function): fix | |
39 documentation, make obsolete. | |
40 * gutter-items.el (buffers-tab-filter-functions): change default | |
41 value (but not default behavior), reword documentation. | |
42 | |
1 2002-06-27 Olivier Galibert <galibert@pobox.com> | 43 2002-06-27 Olivier Galibert <galibert@pobox.com> |
2 | 44 |
3 * behavior.el (enabled-behavior-list): Sort the lists for the | 45 * behavior.el (enabled-behavior-list): Sort the lists for the |
4 assert comparison. | 46 assert comparison. |
5 | 47 |