comparison lisp/ChangeLog @ 109628:8e2c7c31861b

Rename src/unexec.c => src/unexcoff.c. src/unexcoff.c: Renamed from unexec.c. src/deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co]. configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o. admin/MAINTAINERS: Rename src/unexec.c => src/unexcoff.c. etc/AUTHORS: Rename unexec.o => unexcoff.o. etc/PROBLEMS: Rename unexec.o => unex*.o. lisp/emacs-lisp/find-gc.el (find-gc-source-files): Rename unexec.c => unexcoff.c. lisp/emacs-lisp/authors.el (authors-fixed-entries): Rename unexec.c => unexcoff.c. msdos/sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of unexec.c => unexcoff.c.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 05 Aug 2010 20:11:32 +0300
parents 1d90000011f0
children b7f3d45194f6
comparison
equal deleted inserted replaced
109627:fe57b65085f9 109628:8e2c7c31861b
1 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2
3 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
4 unexec.c => unexcoff.c.
5
6 * emacs-lisp/authors.el (authors-fixed-entries): Rename
7 unexec.c => unexcoff.c.
8
1 2010-08-05 Michael Albinus <michael.albinus@gmx.de> 9 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2 10
3 * net/tramp.el (tramp-handle-dired-uncache): Flush directory 11 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
4 cache, not only file cache. 12 cache, not only file cache.
5 (tramp-process-sentinel): New defun. 13 (tramp-process-sentinel): New defun.