diff options
| author | Eli Zaretskii | 2009-01-02 15:08:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-02 15:08:57 +0000 |
| commit | 031da700f09dbe6b95acee153ab7f90fe6a61c0f (patch) | |
| tree | c5c77bc7071901c1ed15e561d17f42919348a9f7 /src/ChangeLog | |
| parent | ac1e417182f4763c6fd8eecf12552a99532b6d3e (diff) | |
| download | emacs-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/ChangeLog | 15 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-01-02 Jason Rumney <jasonr@gnu.org> | 16 | 2009-01-02 Jason Rumney <jasonr@gnu.org> |
| 2 | 17 | ||
| 3 | * image.c: (Qgobject): New symbol. | 18 | * image.c: (Qgobject): New symbol. |