]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 12 Jul 2006 08:38:06 +0000 (08:38 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 12 Jul 2006 08:38:06 +0000 (08:38 +0000)
lispref/ChangeLog
mac/ChangeLog
src/ChangeLog

index d94532687099ccd5238c369af3ce857e044d8fb3..d43e55c93f5a54f8679a91bfd7703e1d3591d519 100644 (file)
@@ -1,3 +1,10 @@
+2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * frames.texi (Window System Selections): Mention scrap support for Mac.
+       Default value of x-select-enable-clipboard is t on Mac.
+
+       * os.texi (Getting Out): Suspending is not allowed on Mac, either.
+
 2006-07-11  Kim F. Storm  <storm@cua.dk>
 
        * display.texi (Forcing Redisplay): Add `redisplay' function.
index a17f456ae6f0e487546397f11c74d9b5768cee99..e892b338595ec672609ab49856dbc8eab1fa952d 100644 (file)
@@ -1,3 +1,10 @@
+2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * INSTALL: Remove descriptions about Metrowerks CodeWarrior.  Fix URL
+       for GNU-fonts.smi.bin.  USE_ATSUI is enabled by default on Mac OS X.
+
+       * README: Remove descriptions about Metrowerks CodeWarrior.
+
 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * makefile.MPW (SOME_MACHINE_LISP): Add fringe.elc.
index 02b51115719a3a16e0fbf677489e9dc3e1eb2319..d0a8ffa7230610b6932ded9497ae5864a0395f7a 100644 (file)
@@ -1,3 +1,19 @@
+2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * 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  <storm@cua.dk>
 
        * dispnew.c (sit_for): Reduce number of args from 5 to 3.