aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-11-20 20:47:55 -0800
committerGlenn Morris2012-11-20 20:47:55 -0800
commit6ef2e5ef5278a807132b78c42de402925b20bfb3 (patch)
treee5711cdfcdf8a152416c2a96e399695285a4a3a8 /src/ChangeLog
parenteadf1faa3cb5eea8c25a5166a9a97ebd63525c56 (diff)
parentb6729a180f4b81ac26bd7b61f5330643b2d5e994 (diff)
downloademacs-6ef2e5ef5278a807132b78c42de402925b20bfb3.tar.gz
emacs-6ef2e5ef5278a807132b78c42de402925b20bfb3.zip
Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
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 @@
12012-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
72012-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
12012-11-20 Stefan Monnier <monnier@iro.umontreal.ca> 222012-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'.