*** empty log message ***
This commit is contained in:
parent
67c08d6c72
commit
099d42019a
3 changed files with 30 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue