comparison src/ChangeLog @ 94146:096ad76b9ccf

(Fmultibyte_char_to_unibyte): Return latin1 chars unchanged.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Apr 2008 03:26:55 +0000
parents 3af508d0bd74
children dfdc13740582
comparison
equal deleted inserted replaced
94145:3af508d0bd74 94146:096ad76b9ccf
156 2008-03-31 Jason Rumney <jasonr@gnu.org> 156 2008-03-31 Jason Rumney <jasonr@gnu.org>
157 157
158 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned. 158 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
159 159
160 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca> 160 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * character.c (Fmultibyte_char_to_unibyte): Return latin1 chars unchanged.
161 163
162 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only 164 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
163 relocated if it points to `name'. 165 relocated if it points to `name'.
164 166
165 2008-04-17 Kenichi Handa <handa@m17n.org> 167 2008-04-17 Kenichi Handa <handa@m17n.org>