emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Wed, 12 Jul 2006 08:38:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   06/07/12 08:38:06

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5179
retrieving revision 1.5180
diff -u -b -r1.5179 -r1.5180
--- ChangeLog   11 Jul 2006 22:55:29 -0000      1.5179
+++ ChangeLog   12 Jul 2006 08:38:06 -0000      1.5180
@@ -1,3 +1,19 @@
+2006-07-12  YAMAMOTO Mitsuharu  <address@hidden>
+
+       * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
+
+       * dired.c: Include blockinput.h.
+       (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
+
+       * editfns.c: Include blockinput.h.
+       (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
+       getpwuid/getpwnam.
+
+       * fileio.c: Include blockinput.h.
+       (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
+       around getpwnam.
+       (search_embedded_absfilename): Remove spurious xfree.
+
 2006-07-11  Kim F. Storm  <address@hidden>
 
        * dispnew.c (sit_for): Reduce number of args from 5 to 3.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]