comparison lisp/ChangeLog @ 1137:c6facab13185

[xemacs-hg @ 2002-12-03 10:35:06 by didierv] new function `set-face-background-pixmap-file'
author didierv
date Tue, 03 Dec 2002 10:35:17 +0000
parents 960da99ad52b
children c2550fff5469
comparison
equal deleted inserted replaced
1136:14f3ffacd8be 1137:c6facab13185
1 2002-12-03 Didier Verna <didier@xemacs.org>
2
3 * faces.el (background-pixmap-file-history): New.
4 * faces.el (set-face-background-pixmap-file): New.
5
1 2002-11-28 Mike Sperber <mike@xemacs.org> 6 2002-11-28 Mike Sperber <mike@xemacs.org>
2 7
3 * window.el (save-window-excursion): New macro to eventually 8 * window.el (save-window-excursion): New macro to eventually
4 replace the bytecode instruction of that name. 9 replace the bytecode instruction of that name.
5 10
21 `frame-pixel-xxx' reorganization in src/frame.c. 26 `frame-pixel-xxx' reorganization in src/frame.c.
22 27
23 2002-11-27 Ben Wing <ben@xemacs.org> 28 2002-11-27 Ben Wing <ben@xemacs.org>
24 29
25 * cl-macs.el (loop): Document better. 30 * cl-macs.el (loop): Document better.
26 31
27 * cmdloop.el: 32 * cmdloop.el:
28 * cmdloop.el (command-error): 33 * cmdloop.el (command-error):
29 * cmdloop.el (breakpoint-on-error): Removed. 34 * cmdloop.el (breakpoint-on-error): Removed.
30 Remove nonworking breakpoint-on-error now that debug-on-error 35 Remove nonworking breakpoint-on-error now that debug-on-error
31 works as documented. 36 works as documented.
32 37
33 * help.el: 38 * help.el:
34 * help.el (temp-buffer-mode): New. 39 * help.el (temp-buffer-mode): New.
35 * help.el (Commands): New. 40 * help.el (Commands): New.
36 * help.el (temp-buffer-mode-map): New. 41 * help.el (temp-buffer-mode-map): New.
37 * help.el (mode-for-temp-buffer): New. 42 * help.el (mode-for-temp-buffer): New.
42 47
43 * lib-complete.el: 48 * lib-complete.el:
44 * lib-complete.el (find-library-source-path): 49 * lib-complete.el (find-library-source-path):
45 * lib-complete.el (find-library): 50 * lib-complete.el (find-library):
46 Support thunks in find-library-source-path. 51 Support thunks in find-library-source-path.
47 52
48 * startup.el (normal-top-level): 53 * startup.el (normal-top-level):
49 Don't catch errors when noninteractive, because that makes 54 Don't catch errors when noninteractive, because that makes
50 stack traces from stack-trace-on-error useless. 55 stack traces from stack-trace-on-error useless.
51 56
52 2002-11-17 Ben Wing <ben@xemacs.org> 57 2002-11-17 Ben Wing <ben@xemacs.org>
71 76
72 Synch to 21.4 (suggested by Edward M. Lee <edward@tailifer.com>): 77 Synch to 21.4 (suggested by Edward M. Lee <edward@tailifer.com>):
73 78
74 * font-menu.el (font-menu-set-font): Make sure values for family, 79 * font-menu.el (font-menu-set-font): Make sure values for family,
75 size, and weight are defaulted non-nil. Fix indentation. 80 size, and weight are defaulted non-nil. Fix indentation.
76 (font-menu-size-scaling): 81 (font-menu-size-scaling):
77 (font-menu-preferred-resolution): 82 (font-menu-preferred-resolution):
78 Provide specs for GTK+. 83 Provide specs for GTK+.
79 84
80 2002-11-03 Mike Sperber <mike@xemacs.org> 85 2002-11-03 Mike Sperber <mike@xemacs.org>
81 86
279 * gutter-items.el (buffers-tab-omit-some-buffers): New function 284 * gutter-items.el (buffers-tab-omit-some-buffers): New function
280 which uses buffers-tab-omit-list. 285 which uses buffers-tab-omit-list.
281 286
282 2002-07-21 John Paul Wallington <jpw@xemacs.org> 287 2002-07-21 John Paul Wallington <jpw@xemacs.org>
283 288
284 * process.el (substitute-env-vars): New function; sync with 289 * process.el (substitute-env-vars): New function; sync with
285 GNU Emacs 21.1.50. 290 GNU Emacs 21.1.50.
286 (setenv): Add optional arg SUBSTITUTE-ENV-VARS; sync with 291 (setenv): Add optional arg SUBSTITUTE-ENV-VARS; sync with
287 GNU Emacs 21.1.50. 292 GNU Emacs 21.1.50.
288 293
289 2002-07-17 Steve Youngs <youngs@xemacs.org> 294 2002-07-17 Steve Youngs <youngs@xemacs.org>