aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aecb28d3dd2..dcbf8f8bd9e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12009-01-02 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (process_times): Compute sum of utime and stime.
4 (system_process_attributes): Add Qtime to the alist.
5
6 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7 and add them to the alist.
8
9 * process.c (top level) <Qtime, Qctime>: New variables.
10 (syms_of_process): staticpro them.
11 (Fsystem_process_attributes): Add their documentation to the doc
12 string.
13
14 * process.h: Declare Qtime and Qctime.
15
12009-01-02 Jason Rumney <jasonr@gnu.org> 162009-01-02 Jason Rumney <jasonr@gnu.org>
2 17
3 * image.c: (Qgobject): New symbol. 18 * image.c: (Qgobject): New symbol.