Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 707:a307f9a2021d
[xemacs-hg @ 2001-12-20 05:49:28 by andyp]
sync with 21-4-6-windows
author | andyp |
---|---|
date | Thu, 20 Dec 2001 05:49:48 +0000 |
parents | c9bf82d465b5 |
children | a00780ef853d |
comparison
equal
deleted
inserted
replaced
706:c9bf82d465b5 | 707:a307f9a2021d |
---|---|
1 2001-12-16 Andy Piper <andy@xemacs.org> | |
2 | |
3 * package-get.el (package-get-update-all): Make sure installed.db | |
4 gets updated after updating packages. | |
5 | |
6 2001-12-11 Andy Piper <andy@xemacs.org> | |
7 | |
8 * menubar.el (get-popup-menu-response): re-order so that it works | |
9 on more sane/facist window systems. | |
10 | |
11 2001-12-03 Andy Piper <andy@xemacs.org> | |
12 | |
13 * faces.el (frob-face-property): don't infloop in face frobbing | |
14 from Jan Vroonhof <jan@xemacs.org>. | |
15 | |
16 2001-11-30 Andy Piper <andy@xemacs.org> | |
17 | |
18 * printer.el (generic-print-region): fix for non-MS systems from | |
19 Mike Fabian. | |
20 | |
21 2001-11-30 Jan Vroonhof <jan@xemacs.org> | |
22 | |
23 * font.el (font-window-system-mappings): Add mapping for Gtk | |
24 (assume identical to X) | |
25 | |
26 2001-11-30 Jan Vroonhof <jan@xemacs.org> | |
27 | |
28 * faces.el (frob-face-property): Follow face fall-back hierarchy | |
29 properly for face properties without an instance. Only do manual | |
30 copy form 'default in last resort. This handles in particular | |
31 the case where 'default itself has only a fall-back (which is | |
32 the case by default on windows). | |
33 | |
34 2001-11-24 Andy Piper <andy@xemacs.org> | |
35 | |
36 * printer.el (generic-print-region): set default-frame-plist to | |
37 nil while creating the printer frame so that sizes reflect the | |
38 printed page. | |
39 | |
40 * faces.el (face-complain-about-font): Don't complain on printers. | |
41 | |
42 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org> | |
43 | |
44 * package-net.el: Inadvertant synch with Windows branch. From | |
45 Andy's log: | |
46 (package-net-kit-version): new variable. | |
47 (package-net-generate-bin-ini): use it. Remove unwanted functions. | |
48 | |
49 2001-11-28 Steve Youngs <youngs@xemacs.org> | |
50 | |
51 * package-get.el (package-get-locate-index-file): Also search the | |
52 core etc/ directory for the package index file if it can't be | |
53 found in ~/.xemacs/. | |
54 | |
55 2001-12-13 William Perry <wmperry@gnu.org> | |
56 | |
57 * dialog-gtk.el (popup-builtin-question-dialog): | |
58 Conform to API in gui.c. | |
59 | |
60 2001-11-12 Andy Piper <andy@xemacs.org> | |
61 | |
62 * cus-edit.el (custom-save-face-internal): make sure we save | |
63 non-themed faces. | |
64 (custom-save-variables): ditto variables. | |
65 | |
66 2001-11-20 Stephen J. Turnbull <stephen@xemacs.og> | |
67 | |
68 * faces.el (make-face-family): | |
69 (make-face-size): | |
70 New face-modifying functions per Jan Vroonhof. | |
71 | |
72 cus-face.el (custom-set-face-font-family): | |
73 (custom-set-face-font-size): | |
74 Use them. | |
75 | |
76 * font.el (font-window-system-mappings): More precise docstring. | |
77 | |
78 (font-create-name): | |
79 (font-create-object): | |
80 (tty-font-create-object): | |
81 (tty-font-create-plist): | |
82 (x-font-create-object): | |
83 (x-font-create-name): | |
84 (ns-font-create-name): | |
85 (mswindows-font-create-object): | |
86 (mswindows-font-create-name): | |
87 Add doctrings. | |
88 | |
89 2001-11-14 John Paul Wallington <jpw@shootybangbang.com> | |
90 | |
91 * gtk-faces.el (gtk-init-device-faces): removed spurious | |
92 quote before let* expression. | |
93 | |
1 2001-12-19 Jan Vroonhof <jan@xemacs.org> | 94 2001-12-19 Jan Vroonhof <jan@xemacs.org> |
2 | 95 |
3 * gtk-faces.el (gtk-init-device-faces): Fix missing close paren | 96 * gtk-faces.el (gtk-init-device-faces): Fix missing close paren |
4 problem with my application of the JPW's following patch. | 97 problem with my application of the JPW's following patch. |
5 | 98 |