aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
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 @@
12012-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
62012-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
12012-12-26 Dmitry Antipov <dmantipov@yandex.ru> 212012-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