aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2009-01-02 15:08:57 +0000
committerEli Zaretskii2009-01-02 15:08:57 +0000
commit031da700f09dbe6b95acee153ab7f90fe6a61c0f (patch)
treec5c77bc7071901c1ed15e561d17f42919348a9f7 /src/ChangeLog
parentac1e417182f4763c6fd8eecf12552a99532b6d3e (diff)
downloademacs-031da700f09dbe6b95acee153ab7f90fe6a61c0f.tar.gz
emacs-031da700f09dbe6b95acee153ab7f90fe6a61c0f.zip
(process_times): Compute sum of utime and stime.
(system_process_attributes): Add Qtime to the alist.
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.