changeset 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 086c76517b02
children 3b5341ede4ac
files lispref/ChangeLog mac/ChangeLog src/ChangeLog
diffstat 3 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Wed Jul 12 08:37:45 2006 +0000
+++ b/lispref/ChangeLog	Wed Jul 12 08:38:06 2006 +0000
@@ -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.
--- a/mac/ChangeLog	Wed Jul 12 08:37:45 2006 +0000
+++ b/mac/ChangeLog	Wed Jul 12 08:38:06 2006 +0000
@@ -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.
--- a/src/ChangeLog	Wed Jul 12 08:37:45 2006 +0000
+++ b/src/ChangeLog	Wed Jul 12 08:38:06 2006 +0000
@@ -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.