diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c06c98c5418..484a4420363 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2011-07-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask. | ||
| 4 | This fixes some race conditions on the permissions of any newly | ||
| 5 | created file. | ||
| 6 | |||
| 7 | * alloc.c (valid_pointer_p): Use pipe, not open. | ||
| 8 | This fixes some permissions issues when debugging. | ||
| 9 | |||
| 10 | * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002) | ||
| 11 | If fchown fails to set both uid and gid, try to set just gid, | ||
| 12 | as that is sometimes allowed. Adjust the file's mode to eliminate | ||
| 13 | setuid or setgid bits that are inappropriate if fchown fails. | ||
| 14 | |||
| 15 | 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 16 | |||
| 17 | * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ | ||
| 18 | to compare Lisp_Objects. | ||
| 19 | * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to | ||
| 20 | global_gnutls_log_level, don't mistake it for a Lisp_Object. | ||
| 21 | (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses. | ||
| 22 | |||
| 1 | 2011-07-17 Andreas Schwab <schwab@linux-m68k.org> | 23 | 2011-07-17 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 24 | ||
| 3 | * lread.c (read_integer): Unread even EOF character. | 25 | * lread.c (read_integer): Unread even EOF character. |