diff options
| author | Daniel Colascione | 2012-11-20 11:28:53 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-11-20 11:28:53 -0800 |
| commit | a16ac13f6299d2610284a6b3fb4231c3279d2e9c (patch) | |
| tree | f46d36b8a4375e83bf149eb5a80e7c8f428c7bc7 /src/ChangeLog | |
| parent | 7cf95797aff43cb59fec03905a8937d41e68ada1 (diff) | |
| download | emacs-a16ac13f6299d2610284a6b3fb4231c3279d2e9c.tar.gz emacs-a16ac13f6299d2610284a6b3fb4231c3279d2e9c.zip | |
Backport: Rename cygwin_convert_path* to cygwin_convert_file_name*
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3836e32fdbc..f7cb0fe850f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-11-20 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * w32fns.c (Fx_file_dialog): | ||
| 4 | (Fx_file_dialog): Accomodate rename of cygwin_convert_path* to | ||
| 5 | cygwin_convert_file_name*. | ||
| 6 | |||
| 7 | * cygw32.c (Fcygwin_convert_path_to_windows, syms_of_cygw32): | ||
| 8 | Rename cygwin_convert_path* to cygwin_convert_file_name*. | ||
| 9 | |||
| 1 | 2012-11-20 Ken Brown <kbrown@cornell.edu> | 10 | 2012-11-20 Ken Brown <kbrown@cornell.edu> |
| 2 | 11 | ||
| 3 | * emacs.c (main): Set the G_SLICE environment variable for all | 12 | * emacs.c (main): Set the G_SLICE environment variable for all |