aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 117c08d1875..b553c96a1db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
12013-03-10 Daniel Colascione <dancol@dancol.org>
2
3 * w32term.h (GUISTR, GUI_ENCODE_FILE, GUI_ENCODE_SYSTEM, GUI_FN)
4 (GUI_SDATA, guichar_t): Macros to abstract out differences between
5 NTGUI_UNICODE and !NTGUI_UNICODE builds, some moved out of
6 w32fns.c.
7
8 * w32term.c (construct_drag_n_drop): Use the above macros to make
9 drag-and-drop work for non-ASCII filenames in cygw32 builds.
10
11 * w32fns.c (x_set_name, x_set_title): Use the above macros to
12 properly display non-ASCII frame titles in cygw32 builds.
13
14 * w32fns.c (Fw32_shell_execute): Use the above macros to properly
15 call ShellExecute in cygw32 builds.
16
17 * w32fn.c (Fx_file_dialog): Use the above macros to simplify the
18 common file dialog code.
19
20 * w32fns.c (Ffile_system_info): Remove from cygw32 builds, which
21 can just use du like other systems.
22
23 * coding.c (from_unicode_buffer): Declare.
24 * coding.c (from_unicode_buffer): Implement.
25
12013-03-10 Stefan Monnier <monnier@iro.umontreal.ca> 262013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 27
3 * lread.c: Minor cleanup. 28 * lread.c: Minor cleanup.