diff options
| author | YAMAMOTO Mitsuharu | 2006-07-12 08:38:06 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-07-12 08:38:06 +0000 |
| commit | 099d42019ac6a3bfed49aa736d7e1153769b4cd0 (patch) | |
| tree | c0b871be15d73038f9326b8f354b81009ff03328 /src | |
| parent | 67c08d6c724409dec6e87005c4418ee85a4bf4ec (diff) | |
| download | emacs-099d42019ac6a3bfed49aa736d7e1153769b4cd0.tar.gz emacs-099d42019ac6a3bfed49aa736d7e1153769b4cd0.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 02b51115719..d0a8ffa7230 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h. | ||
| 4 | |||
| 5 | * dired.c: Include blockinput.h. | ||
| 6 | (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid. | ||
| 7 | |||
| 8 | * editfns.c: Include blockinput.h. | ||
| 9 | (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around | ||
| 10 | getpwuid/getpwnam. | ||
| 11 | |||
| 12 | * fileio.c: Include blockinput.h. | ||
| 13 | (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT | ||
| 14 | around getpwnam. | ||
| 15 | (search_embedded_absfilename): Remove spurious xfree. | ||
| 16 | |||
| 1 | 2006-07-11 Kim F. Storm <storm@cua.dk> | 17 | 2006-07-11 Kim F. Storm <storm@cua.dk> |
| 2 | 18 | ||
| 3 | * dispnew.c (sit_for): Reduce number of args from 5 to 3. | 19 | * dispnew.c (sit_for): Reduce number of args from 5 to 3. |