aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-12-02 17:08:31 -0800
committerGlenn Morris2012-12-02 17:08:31 -0800
commitc5bc2d1d0558bbaa29ef04f9bd7bef50146382ab (patch)
treebeabc46c767d32fe6cda79f0567834d5ea8225ee /src/ChangeLog
parent1bf3989cd4ebffdeeebfaaca83c6866416c3908a (diff)
parent328dac0d42a2b395a327c0eda0ed4bbcec4f6c55 (diff)
downloademacs-c5bc2d1d0558bbaa29ef04f9bd7bef50146382ab.tar.gz
emacs-c5bc2d1d0558bbaa29ef04f9bd7bef50146382ab.zip
Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.org
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d5794b513e6..0808dad2c93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12012-12-03 Chong Yidong <cyd@gnu.org>
2
3 * fileio.c (Vauto_save_list_file_name): Doc fix.
4
52012-12-03 Fabrice Popineau <fabrice.popineau@gmail.com>
6
7 * w32fns.c: Remove prototype of atof.
8 (syspage_mask): Declared DWORD_PTR, for compatibility with 64-bit
9 builds.
10 (file_dialog_callback): Declared UINT_PTR.
11
12 * w32common.h (syspage_mask): Declare DWORD_PTR, for compatibility
13 with 64-bit builds.
14
15 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
16 (FILE_ANY_ACCESS, CTL_CODE) [_MSC_VER]: Define only if not already
17 defined.
18
192012-12-03 Glenn Morris <rgm@gnu.org>
20
21 * data.c (Fboundp, Fsymbol_value): Doc fix re lexical-binding.
22
12012-12-02 Paul Eggert <eggert@cs.ucla.edu> 232012-12-02 Paul Eggert <eggert@cs.ucla.edu>
2 24
3 Fix xpalloc confusion after memory is exhausted. 25 Fix xpalloc confusion after memory is exhausted.