comparison lisp/ChangeLog @ 72794:155fb0a17074

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Sep 2006 02:25:00 +0000
parents 1b368e2b4518
children 6e061fdbf037
comparison
equal deleted inserted replaced
72793:954bc7af1cb8 72794:155fb0a17074
4 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit) 4 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5 (ido-delete-file-at-head): Pass head of ido-matches through ido-name 5 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6 in case of merged directories. Reported by Micha,Ak(Bl Cadilhac. 6 in case of merged directories. Reported by Micha,Ak(Bl Cadilhac.
7 7
8 2006-09-10 Richard Stallman <rms@gnu.org> 8 2006-09-10 Richard Stallman <rms@gnu.org>
9
10 * dired-aux.el: Handle errors in recursive copy usefully.
11 (dired-create-files-failures): New variable.
12 (dired-copy-file): Remove condition-case.
13 (dired-copy-file-recursive): Check for errors on all file
14 operations, and add them to dired-create-files-failures.
15 Check file file-date-erorr here too.
16 (dired-create-files): Check dired-create-files-failures
17 and report those errors too.
9 18
10 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient. 19 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
11 20
12 * subr.el (add-to-list): New argument COMPARE-FN. 21 * subr.el (add-to-list): New argument COMPARE-FN.
13 22