aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-27 09:31:53 +0100
committerJoakim Verona2012-12-27 09:31:53 +0100
commita5418f70809c7add030eab14c4eb5123b7b05ce8 (patch)
tree4d27f583984ac389a1813ae51ac17f12b4876b80 /src/ChangeLog
parent9a5cff17394a488182a65808569cc4efe6151933 (diff)
parent82e2a1f054cc0306494d1194036af4c5d7301caf (diff)
downloademacs-a5418f70809c7add030eab14c4eb5123b7b05ce8.tar.gz
emacs-a5418f70809c7add030eab14c4eb5123b7b05ce8.zip
auto upstream
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