aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-21 21:20:28 -0700
committerPaul Eggert2012-04-21 21:20:28 -0700
commitc62c46f33c517369cd3a6a590d6b0053962a5521 (patch)
tree98349fb7e2efcea4cade4b93ae5b8635f36b52f7 /src/ChangeLog
parentbbd347f5f7e99da1a559dad818b5fa8f59c0901e (diff)
parentf01769f9ca9cc718cc5ae3c9b6f2669ad8d93c24 (diff)
downloademacs-c62c46f33c517369cd3a6a590d6b0053962a5521.tar.gz
emacs-c62c46f33c517369cd3a6a590d6b0053962a5521.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae8ab9420a8..0504fb006a3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12012-04-21 Paul Eggert <eggert@cs.ucla.edu> 12012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix integer width and related bugs (Bug#9874). 3 Fix integer width and related bugs (Bug#9874).
4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
@@ -790,6 +790,17 @@
790 rather than rolling our own approximation. 790 rather than rolling our own approximation.
791 (SCROLL_BAR_VEC_SIZE): Remove; not used. 791 (SCROLL_BAR_VEC_SIZE): Remove; not used.
792 792
7932012-04-22 Leo Liu <sdl.web@gmail.com>
794
795 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
796
7972012-04-22 Paul Eggert <eggert@cs.ucla.edu>
798
799 * sysdep.c [__FreeBSD__]: Minor cleanups.
800 (list_system_processes, system_process_attributes) [__FreeBSD__]:
801 Use Emacs indenting style more consistently. Avoid some casts.
802 Use 'double' consistently rather than mixing 'float' and 'double'.
803
7932012-04-21 Eduard Wiebe <usenet@pusto.de> 8042012-04-21 Eduard Wiebe <usenet@pusto.de>
794 805
795 * sysdep.c (list_system_processes, system_process_attributes): Add 806 * sysdep.c (list_system_processes, system_process_attributes): Add