# HG changeset patch # User Eli Zaretskii # Date 1230995367 0 # Node ID 3a8c5cfdc32e931ca3731dd66a2f14e4673bd0a9 # Parent 63bb1043409eb5184550dc467a7b0545fe1c6225 *** empty log message *** diff -r 63bb1043409e -r 3a8c5cfdc32e src/ChangeLog --- a/src/ChangeLog Sat Jan 03 15:04:59 2009 +0000 +++ b/src/ChangeLog Sat Jan 03 15:09:27 2009 +0000 @@ -1,3 +1,23 @@ +2009-01-03 Eli Zaretskii + + * process.c: (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess) + (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime) + (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs) + (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime) + [!subprocesses]: Define. + (syms_of_process) [!subprocesses]: Intern and staticpro them. + (Flist_system_processes, Fsystem_process_attributes) + [!subprocesses]: Call list_system_processes and + system_process_attributes instead of returning Qnil. + + * dosfns.c (system_process_attributes, list_system_processes): New + functions. + + * vm-limit.c (ret_lim_data) [MSDOS]: New function. + + * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]: + Don't use the default (no-op) implementation. + 2009-01-03 Jason Rumney * keyboard.c (parse_modifiers_uncached): Wheel events are