aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-12-09 18:00:42 -0800
committerGlenn Morris2012-12-09 18:00:42 -0800
commit265c2fbf11cb8bf9b805df63ecb9508631f08e35 (patch)
tree808684294d7ec600f5300e0a5d5f868740096f7b /src/ChangeLog
parent5f460827dd14fbfae26ac8451cedd4446817d1ec (diff)
parentf433306af510e86a614e9f9f082b6d2d5f56a968 (diff)
downloademacs-265c2fbf11cb8bf9b805df63ecb9508631f08e35.tar.gz
emacs-265c2fbf11cb8bf9b805df63ecb9508631f08e35.zip
Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog28
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 @@
12012-12-10 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103).
4
52012-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
152012-12-10 Christopher Schmidt <christopher@ch.ristopher.com>
16
17 * lread.c (Vload_source_file_function): Doc fix (Bug#11647).
18
192012-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
252012-12-10 Martin Rudalics <rudalics@gmx.at>
26
27 * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
28
12012-12-10 Paul Eggert <eggert@cs.ucla.edu> 292012-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,