Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 464:5aa1854ad537 r21-2-47
Import from CVS: tag r21-2-47
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:45:51 +0200 |
parents | 0784d089fdc9 |
children | 13d500863631 |
comparison
equal
deleted
inserted
replaced
463:a158004111cd | 464:5aa1854ad537 |
---|---|
1 2001-04-14 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * XEmacs 21.2.47 "Zephir" is released. | |
4 | |
5 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com> | |
6 | |
7 * dialog.el (make-dialog-box): Disable dialog box titles until | |
8 we get them working. | |
9 | |
10 2001-03-30 Ben Wing <ben@xemacs.org> | |
11 | |
12 * help.el: | |
13 * help.el (Help-princ-face): | |
14 * help.el (Help-prin1-face): | |
15 * help.el (frob-help-extents): | |
16 * help.el (describe-function-1): | |
17 * help.el (describe-variable): | |
18 Avoid using font-lock faces, which may not be defined. | |
19 Instead, use hyper-apropos faces, and make sure they're | |
20 defined as necessary by using `require'. (It's not so safe | |
21 to do this for font-lock.) In any case, we will eventually | |
22 be merging this functionality into hyper-apropos. | |
23 | |
24 * loaddefs.el (completion-ignored-extensions): | |
25 Fix documentation. | |
26 | |
27 * menubar-items.el (menu-truncate-list): Removed. | |
28 * menubar-items.el (Menubar-items-truncate-list): New. | |
29 * menubar-items.el (default-menubar): | |
30 Fix errors if grep or compile command is too long. Rename helper | |
31 function to be less visible. | |
32 | |
33 2001-03-23 Martin Buchholz <martin@xemacs.org> | |
34 | |
35 * byte-optimize.el (byte-optimize-minus): | |
36 Fix mis-byte-compilation of (- 0 x) --> (- (- x)) | |
37 | |
38 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com> | |
39 | |
40 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when | |
41 Mule is available. | |
42 | |
43 * mule/latin.el: New file. | |
44 | |
45 2001-03-11 Ben Wing <ben@xemacs.org> | |
46 | |
47 * auto-save.el: | |
48 * auto-save.el (auto-save-directory): | |
49 * auto-save.el (make-auto-save-file-name): | |
50 * auto-save.el (auto-save-file-name-p): New. | |
51 | |
52 Merge in improvements from other definition of | |
53 make-auto-save-file-name in files.el. | |
54 | |
55 * auto-save.el (auto-save-original-name): | |
56 * auto-save.el (auto-save-name-in-fixed-directory): | |
57 * auto-save.el (auto-save-unslashify-name): Removed. | |
58 * auto-save.el (auto-save-slashify-name): Removed. | |
59 * auto-save.el (auto-save-reserved-chars): New. | |
60 * auto-save.el (auto-save-escape-name): New. | |
61 * auto-save.el (auto-save-unhex): New. | |
62 * auto-save.el (auto-save-unescape-name): New. | |
63 | |
64 Change algorithm for encoding filenames in auto-save names to be | |
65 entirely safe with all filesystems and all possible characters in | |
66 a filename, and 100% reversible. (Essentially, uses | |
67 quoted-printable as the encoding.) | |
68 | |
69 * auto-save.el (recover-all-files): | |
70 | |
71 Use insert-directory rather than calling ls directly -- fixes | |
72 things under Windows. | |
73 | |
74 * files.el: | |
75 * files.el (convert-standard-filename): Substitute FSF's | |
76 definition for this (we had nothing here before). | |
77 | |
78 * files.el (backup-buffer): Warning fix. | |
79 | |
80 * files.el (make-backup-file-name): | |
81 * files.el (find-backup-file-name): | |
82 Fix error in calling sequence to auto-save-file-name-p. | |
83 | |
84 * files.el (recover-file): | |
85 Use insert-directory rather than calling ls directly -- fixes | |
86 things under Windows. | |
87 | |
88 * files.el (make-auto-save-file-name): Removed. | |
89 * files.el (auto-save-file-name-p): Removed. | |
90 auto-save is always dumped so no sense in having a definition | |
91 that will always be overwritten with another. | |
92 | |
93 * files.el (insert-directory): | |
94 * win32-native.el: | |
95 * win32-native.el (debug-mswindows-process-command-lines): | |
96 * win32-native.el (original-make-auto-save-file-name): Removed. | |
97 * win32-native.el (make-auto-save-file-name): Removed. | |
98 | |
99 | |
1 2001-03-21 Martin Buchholz <martin@xemacs.org> | 100 2001-03-21 Martin Buchholz <martin@xemacs.org> |
2 | 101 |
3 * XEmacs 21.2.46 "Urania" is released. | 102 * XEmacs 21.2.46 "Urania" is released. |
4 | 103 |
5 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org> | 104 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org> |