Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 269:b2472a1930f2 r20-5b33
Import from CVS: tag r20-5b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:27:19 +0200 |
parents | 966663fcf606 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
268:6ced69ccd85f | 269:b2472a1930f2 |
---|---|
1 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com> | |
2 | |
3 * x-faces.el: Global X resources should override | |
4 specs for all device classes (color, grayscale, mono); | |
5 code currently doesn't override any of them. Fixed by | |
6 calling remove-specifier with '(x default) as the tag | |
7 set and allowing inexact matches. | |
8 | |
9 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com> | |
10 | |
11 * faces.el: Separated face intializations based on | |
12 device classes into device type specific (tag set, | |
13 instantiator) pairs. | |
14 | |
15 1998-03-09 Hrvoje Niksic <hniksic@srce.hr> | |
16 | |
17 * wid-edit.el (widget-choice-action): Remember user's explicit | |
18 choice. | |
19 (widget-choice-value-create): Respect it. | |
20 From Richard Stallman <rms@gnu.org> | |
21 | |
22 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
23 | |
24 * setup-paths.el (paths-construct-info-path): Always append | |
25 existing directories from configure-time info path. | |
26 | |
27 * startup.el (startup-setup-paths): Renamed misnamed info-path to | |
28 Info-directory-list. | |
29 | |
30 * info.el: Removed Info-default-directory-list which was broken by | |
31 design. | |
32 Removed bogus initialization of Info-directory-list---startup.el | |
33 can do a much better job. | |
34 Added autoload of Info-directory-list. | |
35 | |
36 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed | |
37 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to | |
38 be exclusive; now it's merely given precedence, just like in the | |
39 old days. | |
40 | |
41 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
42 | |
43 * find-paths.el (paths-find-architecture-directory): Fix bug with | |
44 finding; it used to default too early. | |
45 | |
46 1998-03-25 Martin Buchholz <martin@xemacs.org> | |
47 | |
48 * packages.el (packages-split-path): Fix a bug; it used to fail | |
49 for paths that weren't split. | |
50 | |
51 1998-03-26 SL Baur <steve@altair.xemacs.org> | |
52 | |
53 * finder.el (finder-compile-keywords): trap on errors. | |
54 | |
55 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com> | |
56 | |
57 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass | |
58 fourth argument of t so that only the specs exactly | |
59 matching the tag lists are removed. | |
60 | |
61 1998-03-25 SL Baur <steve@altair.xemacs.org> | |
62 | |
63 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH. | |
64 | |
1 1998-03-23 SL Baur <steve@altair.xemacs.org> | 65 1998-03-23 SL Baur <steve@altair.xemacs.org> |
2 | 66 |
3 * minibuf.el (mouse-read-file-name-1): If a default directory was | 67 * minibuf.el (mouse-read-file-name-1): If a default directory was |
4 specified, use it for generating the completions. | 68 specified, use it for generating the completions. |
5 | 69 |