aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Support MS-Windows file names that use characters outside of ANSI codepage.Eli Zaretskii2013-12-1220-1294/+2690
|\
| * One more change by Ken Brown to avoid breaking Cygwin.Eli Zaretskii2013-12-111-1/+4
| * Merge from trunk.Eli Zaretskii2013-12-1111-53/+69
| |\
| * | Another fix for Cygwin.Eli Zaretskii2013-12-101-0/+2
| * | Merge from trunk.Eli Zaretskii2013-12-105-4/+22
| |\ \
| * | | Fixed problems in Cygwin build reported by Ken Brown.Eli Zaretskii2013-12-101-15/+19
| * | | Fixed a bug in w32-long-file-name.Eli Zaretskii2013-12-091-1/+10
| * | | Doc fix for w32-unicode-filenames.Eli Zaretskii2013-12-091-3/+1
| * | | Fixed file-truename when w32-unicode-filenames is nil, fixed its doc.Eli Zaretskii2013-12-092-5/+17
| * | | Merge from trunk.Eli Zaretskii2013-12-0917-62/+170
| |\ \ \
| * | | | Converted and tested w32notify.c.Eli Zaretskii2013-12-081-43/+53
| * | | | Fixed a bug in get_long_basename which broke creation of new files.Eli Zaretskii2013-12-071-1/+1
| * | | | Merge from trunk.Eli Zaretskii2013-12-0774-2073/+4497
| |\ \ \ \
| * | | | | Minor doc fix.Eli Zaretskii2013-12-071-2/+4
| * | | | | Updated documentation.Eli Zaretskii2013-12-071-2/+8
| * | | | | Converted file-name-info.Eli Zaretskii2013-12-071-13/+42
| * | | | | Fixed $HOME in expand-file-name.Eli Zaretskii2013-12-071-1/+12
| * | | | | Fixed initialization code and default-printer-name.Eli Zaretskii2013-12-074-49/+157
| * | | | | Tested subprogram invocation, fixed decode_env_path.Eli Zaretskii2013-12-073-4/+33
| * | | | | Converted spawnve, but not tested the result yet.Eli Zaretskii2013-12-062-22/+62
| * | | | | Added commentary about the overall design and its limitations.Eli Zaretskii2013-12-051-0/+92
| * | | | | Remove stale comment about drag-n-drop failures.Eli Zaretskii2013-12-031-4/+0
| * | | | | Converted image.c and gnutls.c functions that accept file names.Eli Zaretskii2013-12-034-0/+64
| * | | | | Drag-n-drop converted, but works only within current codepage.Eli Zaretskii2013-12-031-9/+34
| * | | | | Converted and tested system-move-file-to-trash.Eli Zaretskii2013-11-301-20/+63
| * | | | | Debugged and fixed w32-shell-execute.Eli Zaretskii2013-11-301-18/+13
| * | | | | w32-shell-execute converted, but not tested yet.Eli Zaretskii2013-11-231-19/+151
| * | | | | Minor tweaks of the Cygwin code.Eli Zaretskii2013-11-231-2/+2
| * | | | | File selection converted and tested.Eli Zaretskii2013-11-233-69/+192
| * | | | | File ACL functions converted and tested.Eli Zaretskii2013-11-231-20/+63
| * | | | | Converted symlink-related functions with minimal testing.Eli Zaretskii2013-11-232-188/+198
| * | | | | Merge from mainline.Eli Zaretskii2013-11-1886-1543/+2790
| |\ \ \ \ \
| * | | | | | Converted and tested stat and fstatat.Eli Zaretskii2013-11-182-103/+166
| * | | | | | Converted and fixed w32_delayed_load.Eli Zaretskii2013-11-161-17/+53
| * | | | | | Converted sys_unlink and sys_rmdir, got rid of pending deletion in w32proc.c.Eli Zaretskii2013-11-163-68/+33
| * | | | | | sys_rename_replace converted.Eli Zaretskii2013-11-161-36/+81
| * | | | | | Converted sys_mkdir and sys_open.Eli Zaretskii2013-11-161-8/+39
| * | | | | | sys_link works, including enhanced error handling.Eli Zaretskii2013-11-161-7/+53
| * | | | | | Convert faccessat, sys_chdir, sys_chmod, sys_creat, sys_fopen.Eli Zaretskii2013-11-091-13/+67
| * | | | | | Dirent functions and directory-files are converted and work.Eli Zaretskii2013-11-091-114/+206
| * | | | | | Converted map_w32_filename and its subroutines.Eli Zaretskii2013-11-081-59/+75
| * | | | | | Adapt 'utime' and enhance its error handling.Eli Zaretskii2013-11-021-11/+54
| * | | | | | Done with init_environment and emacs_root_dir.Eli Zaretskii2013-11-021-190/+71
| * | | | | | Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-0211-157/+131
| * | | | | | getcwd and dflt_passwd stuff is done.Eli Zaretskii2013-10-263-14/+55
| * | | | | | Finished conversion routines; w32-unicode-filenames exposed to Lisp.Eli Zaretskii2013-10-265-78/+178
| * | | | | | Start; wrote conversion from UTF-8 to UTF-16 and ANSI.Eli Zaretskii2013-10-191-2/+106
* | | | | | | * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-1211-12/+67
* | | | | | | * dispextern.h (FACE_SUITABLE_FOR_CHAR_P): Remove unused macro.Dmitry Antipov2013-12-124-42/+19
* | | | | | | * xterm.c (x_make_frame_visible): Restore hack which is needed whenDmitry Antipov2013-12-123-5/+29
| |_|_|_|_|/ |/| | | | |