diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 332656fcf00..c16a4dc87ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2012-11-21 Ken Brown <kbrown@cornell.edu> | ||
| 2 | |||
| 3 | * emacs.c (main): Set the G_SLICE environment variable for all | ||
| 4 | Cygwin builds, not just GTK builds. See | ||
| 5 | https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00368.html. | ||
| 6 | |||
| 7 | 2012-11-21 Eli Zaretskii <eliz@gnu.org> | ||
| 8 | |||
| 9 | * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED) | ||
| 10 | (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]: | ||
| 11 | Define for the MSVC compiler. | ||
| 12 | |||
| 13 | * w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing semi-colon. | ||
| 14 | |||
| 15 | * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory) | ||
| 16 | (Fexpand_file_name) [DOS_NT]: Pass encoded file name to | ||
| 17 | dostounix_filename. Prevents crashes down the road, because | ||
| 18 | dostounix_filename assumes it gets a unibyte string. Reported by | ||
| 19 | Michel de Ruiter <michel@sentient.nl>, see | ||
| 20 | http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html | ||
| 21 | |||
| 1 | 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca> | 22 | 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 23 | ||
| 3 | Conflate Qnil and Qunbound for `symbol-function'. | 24 | Conflate Qnil and Qunbound for `symbol-function'. |