aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2001-07-24 10:44:48 +0000
committerFrancesco Potortì2001-07-24 10:44:48 +0000
commitf018895322f32670a2277198dc008c7cb48e2f95 (patch)
tree627987268137fe01464e0ca6e41c241cb0e8a962
parentc02a76cc57b6b42e9201398b0a7b2045abcd06be (diff)
downloademacs-f018895322f32670a2277198dc008c7cb48e2f95.tar.gz
emacs-f018895322f32670a2277198dc008c7cb48e2f95.zip
Corrected typos in the latest entry.
-rw-r--r--lisp/ChangeLog15
1 files changed, 7 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4121e720611..d27973d115a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,19 +1,18 @@
12001-07-23 Francesco Potorti` <pot@gnu.org> 12001-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.
@@ -25,7 +24,7 @@
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
302001-07-23 Eli Zaretskii <eliz@is.elta.co.il> 292001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
31 30