comparison lisp/ChangeLog @ 38650:9b93e839efda

uniquify.el
author Francesco Potortì <pot@gnu.org>
date Wed, 01 Aug 2001 19:05:32 +0000
parents e07bf94fade4
children 72fb77e160af
comparison
equal deleted inserted replaced
38649:021a0445b5f6 38650:9b93e839efda
10 corresponding non-kp keys. Suggested by Stephen Gildea 10 corresponding non-kp keys. Suggested by Stephen Gildea
11 <gildea@alum.mit.edu>. 11 <gildea@alum.mit.edu>.
12 12
13 2001-08-01 Francesco Potorti` <pot@gnu.org> 13 2001-08-01 Francesco Potorti` <pot@gnu.org>
14 14
15 * uniquify.el (uniquify-rationalize-file-buffer-names): Add an 15 * uniquify.el: These changes correct a corner case that the old
16 explicit test for " **lose**" buffers generated by 16 code managed correctly.
17 find-alternate-file to avoid an error in particular conditions. 17 (uniquify-fix-item-proposed): Renamed from
18 (uniquify-rationalize-file-buffer-names): Reshuffled the code for 18 uniquify-fix-item-min-proposed.
19 clarity and speed (?). 19 (uniquify-set-proposed): New function.
20 (uniquify-rationalize-file-buffer-names): Code reshuffled for
21 clarity and speed.
22 (uniquify-item-greaterp): Substitutes uniquify-item-lessp. This
23 is equivalent to what the old code did.
24 (uniquify-rationalize-a-list): Never recompute the proposed
25 name. Sort the conflicting sublist before rationalising it: this
26 is equivalent to what the old code did, but one directory element
27 at a time, and only when necessary.
28 (uniquify-rationalize-conflicting-sublist): Recompute here the
29 proposed name.
20 30
21 2001-08-01 Gerd Moellmann <gerd@gnu.org> 31 2001-08-01 Gerd Moellmann <gerd@gnu.org>
22 32
23 * play/animate.el: Add Keywords and Maintainer. Remove a 33 * play/animate.el: Add Keywords and Maintainer. Remove a
24 reference to a removed function. 34 reference to a removed function.