diff options
| author | Eli Zaretskii | 2008-08-09 17:55:00 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-09 17:55:00 +0000 |
| commit | 8f8b082a13e2271496d12853d595f4d59046170c (patch) | |
| tree | a940076f0f7df2fbf0f66c2216c7a7d052a7c71a /src/ChangeLog | |
| parent | 5bef3aecc16e6d2a1266d67bc7094467bca31fdb (diff) | |
| download | emacs-8f8b082a13e2271496d12853d595f4d59046170c.tar.gz emacs-8f8b082a13e2271496d12853d595f4d59046170c.zip | |
(Fsystem_process_attributes): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af871f2ce62..7fdffb7df38 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,38 @@ | |||
| 1 | 2008-08-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c: Include thelp32.h, psapi.h and coding.h. | ||
| 4 | (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct | ||
| 5 | declarations. | ||
| 6 | (CreateToolhelp32Snapshot_Proc, Process32First_Proc) | ||
| 7 | (Process32Next_Proc): New typedefs. | ||
| 8 | (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first) | ||
| 9 | (g_b_init_process32_next, g_b_init_open_thread_token) | ||
| 10 | (g_b_init_impersonate_self, g_b_init_revert_to_self) | ||
| 11 | (g_b_init_get_process_memory_info, g_b_init_global_memory_status) | ||
| 12 | (g_b_init_get_process_working_set_size) | ||
| 13 | (g_b_init_global_memory_status_ex): New static variables. | ||
| 14 | (globals_of_w32): Initialize them. | ||
| 15 | (create_toolhelp32_snapshot, process32_first, process32_next) | ||
| 16 | (open_thread_token, impersonate_self, revert_to_self) | ||
| 17 | (get_process_memory_info, get_process_working_set_size) | ||
| 18 | (global_memory_status, global_memory_status_ex): New wrapper | ||
| 19 | functions. | ||
| 20 | (w32_list_system_processes, w32_system_process_attributes) | ||
| 21 | (enable_privilege, restore_privilege, ltime, process_times): New | ||
| 22 | functions. | ||
| 23 | (convert_time_raw): New function. | ||
| 24 | (convert_time): Remove conversion of FILETIME into time in 100 | ||
| 25 | nsec units, call convert_time_raw instead. | ||
| 26 | |||
| 27 | * process.h (w32_list_system_processes, w32_system_process_attributes): | ||
| 28 | Add prototypes. | ||
| 29 | (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname) | ||
| 30 | (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime) | ||
| 31 | (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup) | ||
| 32 | (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations. | ||
| 33 | |||
| 34 | * process.c (Fsystem_process_attributes): Doc fix. | ||
| 35 | |||
| 1 | 2008-08-08 Chong Yidong <cyd@stupidchicken.com> | 36 | 2008-08-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 37 | ||
| 3 | * xdisp.c (move_it_to): When stopping at a charpos, check if | 38 | * xdisp.c (move_it_to): When stopping at a charpos, check if |