diff options
| author | Glenn Morris | 2012-12-02 17:08:31 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-02 17:08:31 -0800 |
| commit | c5bc2d1d0558bbaa29ef04f9bd7bef50146382ab (patch) | |
| tree | beabc46c767d32fe6cda79f0567834d5ea8225ee /src/ChangeLog | |
| parent | 1bf3989cd4ebffdeeebfaaca83c6866416c3908a (diff) | |
| parent | 328dac0d42a2b395a327c0eda0ed4bbcec4f6c55 (diff) | |
| download | emacs-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/ChangeLog | 22 |
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 @@ | |||
| 1 | 2012-12-03 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Vauto_save_list_file_name): Doc fix. | ||
| 4 | |||
| 5 | 2012-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 | |||
| 19 | 2012-12-03 Glenn Morris <rgm@gnu.org> | ||
| 20 | |||
| 21 | * data.c (Fboundp, Fsymbol_value): Doc fix re lexical-binding. | ||
| 22 | |||
| 1 | 2012-12-02 Paul Eggert <eggert@cs.ucla.edu> | 23 | 2012-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. |