diff options
| author | Francesco Potortì | 2001-08-02 11:26:48 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-08-02 11:26:48 +0000 |
| commit | 4a7641d9d526d21c7341937ca645b27fd66ac64a (patch) | |
| tree | 173cec39a987cdd3eb250b7d88cabdf147854058 | |
| parent | 7f7d5b9ec49cf106b372e5ec3bd1852088a77691 (diff) | |
| download | emacs-4a7641d9d526d21c7341937ca645b27fd66ac64a.tar.gz emacs-4a7641d9d526d21c7341937ca645b27fd66ac64a.zip | |
Code cleanup, speed and consing improvements for uniquify.el.
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58c4e8d70f9..dab47ff9bef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2001-08-02 Francesco Potorti` <pot@gnu.org> | ||
| 2 | |||
| 3 | * uniquify.el (uniquify-ref-base, uniquify-ref-filename) | ||
| 4 | (uniquify-ref-buffer, uniquify-ref-proposed): New functions. | ||
| 5 | (uniquify-fix-item-base, uniquify-fix-item-filename) | ||
| 6 | (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted. | ||
| 7 | Callers changed. | ||
| 8 | (uniquify-set-proposed): Changed to work with a vector item. | ||
| 9 | (uniquify-rationalize-file-buffer-names): Use a list of arrays for | ||
| 10 | the fix list, and a list of strings for the non-file buffer | ||
| 11 | names. Both changes reduce consing. | ||
| 12 | (uniquify-rationalize-a-list): Local variable renaming. | ||
| 13 | (uniquify-rationalize-conflicting-sublist): Use member instead of | ||
| 14 | assoc. | ||
| 15 | (uniquify-rename-buffer): Use unless instead of if not. | ||
| 16 | |||
| 1 | 2001-08-02 Gerd Moellmann <gerd@gnu.org> | 17 | 2001-08-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 18 | ||
| 3 | * recentf.el (recentf-dump-variable): Handle a value of nil | 19 | * recentf.el (recentf-dump-variable): Handle a value of nil |
| @@ -5,7 +21,7 @@ | |||
| 5 | 21 | ||
| 6 | * custom.el (custom-set-variables): Set options with :require | 22 | * custom.el (custom-set-variables): Set options with :require |
| 7 | clauses last. | 23 | clauses last. |
| 8 | 24 | ||
| 9 | * custom.el (defcustom): Doc fix. | 25 | * custom.el (defcustom): Doc fix. |
| 10 | 26 | ||
| 11 | * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el. | 27 | * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el. |