Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 711:5be46355cc42
[xemacs-hg @ 2001-12-23 01:01:45 by wmperry]
2001-12-13 William M. Perry <wmperry@gnu.org>
* gtk-faces.el (gtk-init-device-faces): Better way of munging the
default faces from a style. Do not use 'device' as the locale
when setting it, or it makes it very difficult for a user to
override. Now munges highlight, zmacs-region, and toolbar from
the appropriate information in the default GtkStyle for the
device.
* gui.el (gui-button-face): Ditto.
* faces.el (text-cursor):
(highlight):
(zmacs-region):
(list-mode-item-selected):
(primary-selection):
(secondary-selection):
(isearch):
(isearch-secondary): Condense old window-system specific settings
into one specifier using the 'win default' tags.
* dialog-gtk.el (popup-builtin-question-dialog): Deal gracefully
with buttons of length 1, 2, and 3. Fixed yes-or-no-p lossage.
author | wmperry |
---|---|
date | Sun, 23 Dec 2001 01:01:46 +0000 |
parents | a00780ef853d |
children | d1ecd411af4c |
comparison
equal
deleted
inserted
replaced
710:a00780ef853d | 711:5be46355cc42 |
---|---|
8 | 8 |
9 2001-12-16 Andy Piper <andy@xemacs.org> | 9 2001-12-16 Andy Piper <andy@xemacs.org> |
10 | 10 |
11 * package-get.el (package-get-update-all): Make sure installed.db | 11 * package-get.el (package-get-update-all): Make sure installed.db |
12 gets updated after updating packages. | 12 gets updated after updating packages. |
13 | |
14 2001-12-13 William M. Perry <wmperry@gnu.org> | |
15 | |
16 * gtk-faces.el (gtk-init-device-faces): Better way of munging the | |
17 default faces from a style. Do not use 'device' as the locale | |
18 when setting it, or it makes it very difficult for a user to | |
19 override. Now munges highlight, zmacs-region, and toolbar from | |
20 the appropriate information in the default GtkStyle for the | |
21 device. | |
22 | |
23 * gui.el (gui-button-face): Ditto. | |
24 | |
25 * faces.el (text-cursor): | |
26 (highlight): | |
27 (zmacs-region): | |
28 (list-mode-item-selected): | |
29 (primary-selection): | |
30 (secondary-selection): | |
31 (isearch): | |
32 (isearch-secondary): Condense old window-system specific settings | |
33 into one specifier using the 'win default' tags. | |
34 | |
35 * dialog-gtk.el (popup-builtin-question-dialog): Deal gracefully | |
36 with buttons of length 1, 2, and 3. Fixed yes-or-no-p lossage. | |
13 | 37 |
14 2001-12-11 Andy Piper <andy@xemacs.org> | 38 2001-12-11 Andy Piper <andy@xemacs.org> |
15 | 39 |
16 * menubar.el (get-popup-menu-response): re-order so that it works | 40 * menubar.el (get-popup-menu-response): re-order so that it works |
17 on more sane/facist window systems. | 41 on more sane/facist window systems. |