diff options
| author | Francesco Potortì | 2001-08-01 19:05:32 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-08-01 19:05:32 +0000 |
| commit | fc10ed8c9d24ebec1ce224aeea951a0130ac35e9 (patch) | |
| tree | 691a040dbbdf660b229d824d2ec6ad28d8c94a11 | |
| parent | 55bb62fd4f3383f030eaa8669d56a422daa971ea (diff) | |
| download | emacs-fc10ed8c9d24ebec1ce224aeea951a0130ac35e9.tar.gz emacs-fc10ed8c9d24ebec1ce224aeea951a0130ac35e9.zip | |
uniquify.el
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ee5b2274275..cb45f4a3bae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -12,11 +12,21 @@ | |||
| 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 | ||