Mercurial > emacs
comparison src/ChangeLog @ 71819:bbfb5030b0cc
*** empty log message ***
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Wed, 12 Jul 2006 08:38:06 +0000 |
| parents | 47e18306c435 |
| children | f4d3bf293675 |
comparison
equal
deleted
inserted
replaced
| 71818:086c76517b02 | 71819:bbfb5030b0cc |
|---|---|
| 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. |
| 4 Now just one TIMEOUT arg that can be a Lisp float or Lisp int. | 20 Now just one TIMEOUT arg that can be a Lisp float or Lisp int. |
| 5 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY. | 21 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY. |
