diff options
| author | Joakim Verona | 2012-12-10 03:11:50 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-10 03:11:50 +0100 |
| commit | c0b95835acf65071ac1d740d15f7bcaa55c2a04b (patch) | |
| tree | a46a4a4970f193f8785c9cea7477d2f5c5858445 /src/ChangeLog | |
| parent | f9e730270340d907b7354dd8d67ee874591b6c96 (diff) | |
| parent | 265c2fbf11cb8bf9b805df63ecb9508631f08e35 (diff) | |
| download | emacs-c0b95835acf65071ac1d740d15f7bcaa55c2a04b.tar.gz emacs-c0b95835acf65071ac1d740d15f7bcaa55c2a04b.zip | |
auto upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dd51eb9ed3b..e7fc8179e07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2012-12-10 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103). | ||
| 4 | |||
| 5 | 2012-12-10 Fabrice Popineau <fabrice.popineau@gmail.com> | ||
| 6 | |||
| 7 | * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to | ||
| 8 | DWORD_PTR, for compatibility with 64-bit builds. | ||
| 9 | |||
| 10 | * w32.c (_PROCESS_MEMORY_COUNTERS_EX): | ||
| 11 | (GetProcessWorkingSetSize_Proc, get_process_working_set_size) | ||
| 12 | (system_process_attributes): Use SIZE_T rather than DWORD, for | ||
| 13 | compatibility with 64-bit builds. | ||
| 14 | |||
| 15 | 2012-12-10 Christopher Schmidt <christopher@ch.ristopher.com> | ||
| 16 | |||
| 17 | * lread.c (Vload_source_file_function): Doc fix (Bug#11647). | ||
| 18 | |||
| 19 | 2012-12-10 Eli Zaretskii <eliz@gnu.org> | ||
| 20 | |||
| 21 | * indent.c (Fvertical_motion): If a display string will be | ||
| 22 | displayed on the left or the right margin, don't consider it as a | ||
| 23 | factor in cursor positioning. (Bug#13108) | ||
| 24 | |||
| 25 | 2012-12-10 Martin Rudalics <rudalics@gmx.at> | ||
| 26 | |||
| 27 | * editfns.c (Fcompare_buffer_substrings): Reword doc-string. | ||
| 28 | |||
| 1 | 2012-12-10 Paul Eggert <eggert@cs.ucla.edu> | 29 | 2012-12-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 30 | ||
| 3 | * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int, | 31 | * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int, |