diff options
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. |