Mercurial > emacs
comparison src/ChangeLog @ 93700:6be00cd67c36
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 05 Apr 2008 15:25:00 +0000 |
parents | 1f00fd61c9e6 |
children | 7ace78905859 |
comparison
equal
deleted
inserted
replaced
93699:99ced55c1ca7 | 93700:6be00cd67c36 |
---|---|
5 2008-03-14 to force inode be positive. | 5 2008-03-14 to force inode be positive. |
6 | 6 |
7 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of | 7 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of |
8 _S_* ones, since we now use our own sys/stat.h. | 8 _S_* ones, since we now use our own sys/stat.h. |
9 (stat, fstat): Don't mangle the inode number. | 9 (stat, fstat): Don't mangle the inode number. |
10 (init_user_info): Don't restrict UID and GID to 0-60000 range. | |
10 | 11 |
11 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca> | 12 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca> |
12 | 13 |
13 * frame.h (struct frame): Give one more bit to `visible' since we use | 14 * frame.h (struct frame): Give one more bit to `visible' since we use |
14 values larger than 1 to indicate obscured frames on ttys. | 15 values larger than 1 to indicate obscured frames on ttys. |