diff options
| author | Eli Zaretskii | 2010-08-05 20:11:32 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-05 20:11:32 +0300 |
| commit | 29cf3e2076352c67e2286fabe4742e5cde915a05 (patch) | |
| tree | 0beed73a05a43576626ecb41f5d597e9567c20c4 /src/ChangeLog | |
| parent | bbb6ffa177707b5915ddf07e3199fbefafca27e4 (diff) | |
| download | emacs-29cf3e2076352c67e2286fabe4742e5cde915a05.tar.gz emacs-29cf3e2076352c67e2286fabe4742e5cde915a05.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d8177bbe8af..6841b2644d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co]. | ||
| 4 | |||
| 5 | * unexcoff.c: Renamed from unexec.c. | ||
| 6 | |||
| 1 | 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code. | 9 | * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code. |