aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-07-12 08:38:06 +0000
committerYAMAMOTO Mitsuharu2006-07-12 08:38:06 +0000
commit099d42019ac6a3bfed49aa736d7e1153769b4cd0 (patch)
treec0b871be15d73038f9326b8f354b81009ff03328
parent67c08d6c724409dec6e87005c4418ee85a4bf4ec (diff)
downloademacs-099d42019ac6a3bfed49aa736d7e1153769b4cd0.tar.gz
emacs-099d42019ac6a3bfed49aa736d7e1153769b4cd0.zip
*** empty log message ***
-rw-r--r--lispref/ChangeLog7
-rw-r--r--mac/ChangeLog7
-rw-r--r--src/ChangeLog16
3 files changed, 30 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index d9453268709..d43e55c93f5 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,10 @@
12006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * frames.texi (Window System Selections): Mention scrap support for Mac.
4 Default value of x-select-enable-clipboard is t on Mac.
5
6 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7
12006-07-11 Kim F. Storm <storm@cua.dk> 82006-07-11 Kim F. Storm <storm@cua.dk>
2 9
3 * display.texi (Forcing Redisplay): Add `redisplay' function. 10 * display.texi (Forcing Redisplay): Add `redisplay' function.
diff --git a/mac/ChangeLog b/mac/ChangeLog
index a17f456ae6f..e892b338595 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,10 @@
12006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * INSTALL: Remove descriptions about Metrowerks CodeWarrior. Fix URL
4 for GNU-fonts.smi.bin. USE_ATSUI is enabled by default on Mac OS X.
5
6 * README: Remove descriptions about Metrowerks CodeWarrior.
7
12006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 82006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 9
3 * makefile.MPW (SOME_MACHINE_LISP): Add fringe.elc. 10 * makefile.MPW (SOME_MACHINE_LISP): Add fringe.elc.
diff --git a/src/ChangeLog b/src/ChangeLog
index 02b51115719..d0a8ffa7230 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12006-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
12006-07-11 Kim F. Storm <storm@cua.dk> 172006-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.