diff options
| author | Eli Zaretskii | 2009-01-03 15:09:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-03 15:09:27 +0000 |
| commit | c4605e09f3345588614ea2f2d8ceb9a99022aff5 (patch) | |
| tree | 223df55a38998c41e16611e469d45bdb9448cad8 /src/ChangeLog | |
| parent | ec06ec19fddd45f788cfea4953a23ab0c82bb766 (diff) | |
| download | emacs-c4605e09f3345588614ea2f2d8ceb9a99022aff5.tar.gz emacs-c4605e09f3345588614ea2f2d8ceb9a99022aff5.zip | |
(list_system_processes, system_process_attributes) [MSDOS]: Don't use the
default (no-op) implementation.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa13e72da71..b6289f4a09d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2009-01-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * process.c: (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess) | ||
| 4 | (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime) | ||
| 5 | (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs) | ||
| 6 | (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime) | ||
| 7 | [!subprocesses]: Define. | ||
| 8 | (syms_of_process) [!subprocesses]: Intern and staticpro them. | ||
| 9 | (Flist_system_processes, Fsystem_process_attributes) | ||
| 10 | [!subprocesses]: Call list_system_processes and | ||
| 11 | system_process_attributes instead of returning Qnil. | ||
| 12 | |||
| 13 | * dosfns.c (system_process_attributes, list_system_processes): New | ||
| 14 | functions. | ||
| 15 | |||
| 16 | * vm-limit.c (ret_lim_data) [MSDOS]: New function. | ||
| 17 | |||
| 18 | * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]: | ||
| 19 | Don't use the default (no-op) implementation. | ||
| 20 | |||
| 1 | 2009-01-03 Jason Rumney <jasonr@gnu.org> | 21 | 2009-01-03 Jason Rumney <jasonr@gnu.org> |
| 2 | 22 | ||
| 3 | * keyboard.c (parse_modifiers_uncached): Wheel events are | 23 | * keyboard.c (parse_modifiers_uncached): Wheel events are |