comparison lisp/ChangeLog @ 105108:84836b2f2c93

This fixes bug#4197 (merged to bug#865, though not identical). * server.el (server-auth-dir): Add docstring note about FAT32. (server-ensure-safe-dir): Accept FAT32 directories as "safe", but warn against using them.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 19 Sep 2009 14:56:04 +0000
parents 7e2cea78170d
children 178c9761642e
comparison
equal deleted inserted replaced
105107:c8c485186991 105108:84836b2f2c93
1 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
2 Eli Zaretskii <eliz@gnu.org>
3
4 This fixes bug#4197 (merged to bug#865, though not identical).
5 * server.el (server-auth-dir): Add docstring note about FAT32.
6 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7 but warn against using them.
8
1 2009-09-19 Nick Roberts <nickrob@snap.net.nz> 9 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
2 10
3 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of 11 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4 older GDB where there is no has_more field. 12 older GDB where there is no has_more field.
5 13