Mercurial > emacs
comparison lisp/ChangeLog @ 38538:f97bc8986bae
Corrected typos in the latest entry.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 24 Jul 2001 10:44:48 +0000 |
parents | 99aeed50aa16 |
children | bb5f37a79480 |
comparison
equal
deleted
inserted
replaced
38537:99aeed50aa16 | 38538:f97bc8986bae |
---|---|
1 2001-07-23 Francesco Potorti` <pot@gnu.org> | 1 2001-07-23 Francesco Potorti` <pot@gnu.org> |
2 | 2 |
3 * uniquify.el: overall speedup changes when using many buffers. | 3 * uniquify.el: Overall speedup changes when using many buffers. |
4 (uniquify-fix-item-base, uniquify-fix-item-filename, | 4 (uniquify-fix-item-base, uniquify-fix-item-filename, |
5 uniquify-fix-item-buffer): Changed defmacro to defalias | 5 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic). |
6 (cosmetic change). | |
7 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth | 6 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth |
8 place in the item, but waas never used. | 7 place in the item, but was never used. |
9 (uniquify-fix-item-min-proposed): New defalias: the fourth place | 8 (uniquify-fix-item-min-proposed): New defalias: the fourth place |
10 in the item is now used as cache for the porposed name. | 9 in the item is now used as cache for the proposed name. |
11 (uniquify-rationalize-file-buffer-names): Move computation made on | 10 (uniquify-rationalize-file-buffer-names): Move computation made on |
12 newbuffile out of the loop, in the newbuffile-nd local var. Use | 11 newbuffile out of the loop, in the newbuffile-nd local var. Use |
13 dolist (cosmetic change). Compute the proposed name for the most | 12 dolist (cosmetic change). Compute the proposed name for the most |
14 common case and cache it in the fourth place in the item. | 13 common case and cache it in the fourth place in the item. |
15 (uniquify-rationalize-file-buffer-names): Used to return a a list of | 14 (uniquify-rationalize-file-buffer-names): Used to return a a list |
16 buffer whose name was changed, but that return value was never | 15 of buffer whose name was changed, but that return value was never |
17 used. | 16 used. |
18 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on | 17 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on |
19 the cached proposed name, does much less consing and is quicker. | 18 the cached proposed name, does much less consing and is quicker. |
20 (uniquify-filename-lessp): Deleted. | 19 (uniquify-filename-lessp): Deleted. |
21 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do | 20 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do |
23 cached proposed name is possible. | 22 cached proposed name is possible. |
24 (uniquify-get-proposed-name): Arguments changed, callers changed. | 23 (uniquify-get-proposed-name): Arguments changed, callers changed. |
25 (uniquify-rationalize-conflicting-sublist): Explicitely reset the | 24 (uniquify-rationalize-conflicting-sublist): Explicitely reset the |
26 uniquify-possibly-resolvable flag, which is no more bound locally. | 25 uniquify-possibly-resolvable flag, which is no more bound locally. |
27 (uniquify-rename-buffer): Do not set the old unrationalised-buffer | 26 (uniquify-rename-buffer): Do not set the old unrationalised-buffer |
28 flag, which does not exis | 27 flag, which does not exist any more. |
29 | 28 |
30 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il> | 29 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il> |
31 | 30 |
32 * term/internal.el (IT-unicode-translations): Fix the appearance of | 31 * term/internal.el (IT-unicode-translations): Fix the appearance of |
33 "6`". | 32 "6`". |