diff options
| author | Glenn Morris | 2012-12-27 00:21:08 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-27 00:21:08 -0800 |
| commit | 82e2a1f054cc0306494d1194036af4c5d7301caf (patch) | |
| tree | f78be2edfd92d4eba0dc28bd110f646a314438ae /src/ChangeLog | |
| parent | c34339f3a2c425ca37bec0c6a152f913ab61f458 (diff) | |
| parent | e1da740354d9cab626bce82645adcfc6b0735b70 (diff) | |
| download | emacs-82e2a1f054cc0306494d1194036af4c5d7301caf.tar.gz emacs-82e2a1f054cc0306494d1194036af4c5d7301caf.zip | |
Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.edu
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d4794667ead..3fabe7579a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2012-12-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cygw32.c (Fcygwin_convert_file_name_to_windows) | ||
| 4 | (Fcygwin_convert_file_name_from_windows): Doc fixes. | ||
| 5 | |||
| 6 | 2012-12-27 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * fileio.c (file_name_as_directory, directory_file_name): Accept | ||
| 9 | an additional argument MULTIBYTE to indicate whether the input C | ||
| 10 | came from a multibyte or a unibyte Lisp string; all callers | ||
| 11 | adjusted. Don't assume the input string is always multibyte. | ||
| 12 | (Bug#13262) | ||
| 13 | (Ffile_name_directory) [DOS_NT]: Handle unibyte strings correctly: | ||
| 14 | don't ENCODE_FILE them, and return a unibyte string if the input | ||
| 15 | was unibyte. | ||
| 16 | (Fexpand_file_name): Don't mix unibyte with multibyte strings, and | ||
| 17 | don't assume the input strings will always be multibyte. If the | ||
| 18 | input strings are multibyte, decode strings obtained from C | ||
| 19 | library functions. | ||
| 20 | |||
| 1 | 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru> | 21 | 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 22 | ||
| 3 | * lisp.h (toplevel): Add two notices to the comment about | 23 | * lisp.h (toplevel): Add two notices to the comment about |