comparison lisp/ChangeLog @ 265:8efd647ea9ca r20-5b31

Import from CVS: tag r20-5b31
author cvs
date Mon, 13 Aug 2007 10:25:37 +0200
parents 727739f917cb
children 966663fcf606
comparison
equal deleted inserted replaced
264:682d2a9d41a5 265:8efd647ea9ca
1 1998-03-16 SL Baur <steve@altair.xemacs.org>
2
3 * files.el (cdpath-previous): New variable.
4 (cd): Use it.
5 From Bob Weiner <weiner@wave.altrasoft.com>
6
7 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
8
9 * winnt.el: Removed "%t" from the beginning of
10 modeline-format. From now on, there's no nt-specifics in the modeline.
11
12 1998-03-14 SL Baur <steve@altair.xemacs.org>
13
14 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
15 of `when' with `if'.
16
17 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
18
19 * msw-glyphs.el: New file. Defines TTY-style glyphs for
20 mswindows. Must be reworked along with glyphs.el, or
21 merged into it, after there is images support.
22
23 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
24 'mswindows.
25
26 1998-03-13 SL Baur <steve@altair.xemacs.org>
27
28 * faces.el: fix for text cursor initialization.
29 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
30 From Andy Piper <andyp@parallax.co.uk>
31
32 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
33
34 * files.el (set-auto-mode): If a mode is not fboundp, check to see
35 if there is an existing package that handles it and warn the user
36 about that mode.
37
38 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
39
40 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
41 Installation" menu item when Installation-string is not bound.
42
43 1998-03-11 SL Baur <steve@altair.xemacs.org>
44
45 * lisp.el (forward-sexp): Fix for test for balanced sexp.
46 From Jeremiah W. James <jerry@cs.ucsb.edu>
47
48 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
49
50 * msw-faces.el:
51 * faces.el: Fix face initialization.
52
53 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
54
55 * files.el (backup-enable-predicate): fix breakage introduced
56 by TMPDIR patch.
57
58 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
59
60 * x-faces.el (x-init-face-from-resources): The
61 TTY face property retrieval functions don't return
62 specifiers, so use face-property instead.
63
64 1998-03-09 SL Baur <steve@altair.xemacs.org>
65
66 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
67
68 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
69
70 * x-menubar.el: Expanded documentation for
71 option-save-faces. Changed Options -> Browse Faces
72 menu entry to invoke customize-face.
73
74 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
75
76 * faces.el: Most face initialization moved out of
77 init-other-random-faces to the top level so that the
78 initialization happens before Xemacs is dumped. Much
79 of the fascist "face-differs-from-default-p or FROB!"
80 code has been retired in favor of letting the user do
81 what they want to do. Face initialization code changed
82 to use `default' specifier tag so that the settings can
83 be overridden later if the user wishes it.
84
85 1998-03-08 SL Baur <steve@altair.xemacs.org>
86
87 * about.el (about-hackers): Update contributors list.
88
1 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com> 89 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
2 90
3 * specifier.el: Define new specifier tag `default'. 91 * specifier.el: Define new specifier tag `default'.
4 92
5 * modeline.el: Initialize faces using `default' tag. 93 * modeline.el: Initialize faces using `default' tag.