comparison lisp/ChangeLog @ 452:3d3049ae1304 r21-2-41

Import from CVS: tag r21-2-41
author cvs
date Mon, 13 Aug 2007 11:40:21 +0200
parents 98528da0b7fc
children d7a9135ec789
comparison
equal deleted inserted replaced
451:8ad70c5cd5d7 452:3d3049ae1304
1 2001-01-17 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.41 "Polyhymnia" is released.
4
5 2001-01-16 Mike Sperber <mike@xemacs.org>
6
7 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
8 catch lisp/mule/.
9
10 2001-01-14 Mike Sperber <mike@xemacs.org>
11
12 * startup.el (maybe-create-compatibility-dot-emacs):
13 (maybe-unmigrate-user-init-file):
14 (unmigrate-user-init-file): Created.
15 (maybe-migrate-user-init-file): Offer creation of compatibility
16 .emacs.
17 Some doc fixes wrt init file location.
18
19 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
20
21 * faces.el (face-frob-from-locale-first): new variable.
22 (frob-face-font-2): Honor tags arg while trying to use
23 standard-face-mapping. When face-frob-from-locale-first is set,
24 first try to set face inheriting from frobbed-face.
25
26 2001-01-15 Didier Verna <didier@xemacs.org>
27
28 * about.el (xemacs-hackers): update my entry.
29 * about.el (about-url-alist): ditto.
30 * about.el (about-maintainer-info): ditto.
31 * about.el (about-hackers): ditto.
32
33 2001-01-15 Martin Buchholz <martin@xemacs.org>
34
35 The byte compiler has been badly broken for a year,
36 by the patch of 1999-12-06.
37 * byte-optimize.el (byte-optimize-form-code-walker):
38 Bug was: the byte compiler was making this erroneous optimization:
39 (progn (or (foo)) (bar)) ==> (bar)
40
41 2000-11-20 Mike Sperber <mike@xemacs.org>
42
43 * setup-paths.el (paths-core-load-path-depth): Split
44 `paths-load-path-depth' in two for site and core lisp. Don't
45 recurse into core.
46 * setup-paths.el (paths-construct-load-path): Use.
47
48 2001-01-10 Andy Piper <andy@xemacs.org>
49
50 * package-net.el (package-net-cygwin32-binary-size): new variable
51 (package-net-win32-binary-size): ditto. add much needed
52 commentary.
53
54 * gutter-items.el (buffers-tab-items): correct off-by-one error
55 for buffers-tab-max-size.
56
1 2001-01-08 Martin Buchholz <martin@xemacs.org> 57 2001-01-08 Martin Buchholz <martin@xemacs.org>
2 58
3 * XEmacs 21.2.40 is released. 59 * XEmacs 21.2.40 is released.
4 60
5 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org> 61 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>