diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b169bcca880..b78f261b496 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2012-07-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Remove FILE_SYSTEM_CASE. | ||
| 4 | * s/msdos.h (FILE_SYSTEM_CASE): Don't define. | ||
| 5 | |||
| 6 | * fileio.c (FILE_SYSTEM_CASE): Don't define. | ||
| 7 | (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE. | ||
| 8 | Fixes problems on MS-DOS with Vtemp_file_name_pattern when | ||
| 9 | call-process-region passes it through expand-file-name. | ||
| 10 | |||
| 11 | * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE. | ||
| 12 | |||
| 13 | 2012-07-17 Andreas Schwab <schwab@linux-m68k.org> | ||
| 14 | |||
| 15 | Fix crash when creating indirect buffer (Bug#11917) | ||
| 16 | * buffer.c (buffer_lisp_local_variables): Add argument CLONE. | ||
| 17 | Don't handle unbound variables specially if non-zero. | ||
| 18 | (Fbuffer_local_variables): Pass zero. | ||
| 19 | (clone_per_buffer_values): Pass non-zero. | ||
| 20 | |||
| 21 | 2012-07-17 Andreas Schwab <schwab@linux-m68k.org> | ||
| 22 | |||
| 23 | * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT | ||
| 24 | to make the loop interruptible. | ||
| 25 | |||
| 26 | 2012-07-17 Andreas Schwab <schwab@linux-m68k.org> | ||
| 27 | |||
| 28 | * gnutls.c (emacs_gnutls_handshake): Only retry if | ||
| 29 | GNUTLS_E_INTERRUPTED. | ||
| 30 | |||
| 31 | 2012-07-17 Eli Zaretskii <eliz@gnu.org> | ||
| 1 | 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru> | 32 | 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 33 | ||
| 3 | Cleanup and convert miscellaneous checks to eassert. | 34 | Cleanup and convert miscellaneous checks to eassert. |