comparison src/ChangeLog @ 100613:c4612cd566b2

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sat, 20 Dec 2008 15:46:24 +0000
parents 0a06641f4e19
children 95d9ce85cf2b
comparison
equal deleted inserted replaced
100612:0a06641f4e19 100613:c4612cd566b2
5 2008-12-20 Chong Yidong <cyd@stupidchicken.com> 5 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
6 6
7 * minibuf.c (Fread_buffer): Doc fix. 7 * minibuf.c (Fread_buffer): Doc fix.
8 8
9 2008-12-20 Jason Rumney <jasonr@gnu.org> 9 2008-12-20 Jason Rumney <jasonr@gnu.org>
10
11 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
12 server name in UNC paths.
10 13
11 * coding.c (decode_coding): Clear chars_at_source flag when using 14 * coding.c (decode_coding): Clear chars_at_source flag when using
12 charbuf. 15 charbuf.
13 16
14 2008-12-19 Daniel Engeler <engeler@gmail.com> 17 2008-12-19 Daniel Engeler <engeler@gmail.com>