# HG changeset patch # User Juanma Barranquero # Date 1190372880 0 # Node ID 3fb70c6369b77a2c49eb1500b56a29e1b15941c8 # Parent b180bbe9e5fca51fa3551f4b0b492b0cab5e554d *** empty log message *** diff -r b180bbe9e5fc -r 3fb70c6369b7 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 21 11:04:41 2007 +0000 +++ b/lisp/ChangeLog Fri Sep 21 11:08:00 2007 +0000 @@ -1,7 +1,12 @@ +2007-09-21 Juanma Barranquero + + * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also + on w32 frames. + 2007-09-21 Stefan Monnier * startup.el (normal-top-level): Remove DISPLAY from - process-environment to let it be computed dynamically in callproc.c + process-environment to let it be computed dynamically in callproc.c. * frame.el (frame-initialize, make-frame): * faces.el (tty-set-up-initial-frame-faces): @@ -258,7 +263,7 @@ server-process-filter. (server-execute-continuation): New functions. (server-process-filter): Restructure so that all arguments are analysed - first and then acted upon in a subsequent stage This way + first and then acted upon in a subsequent stage. This way server-goto-toplevel can be executed later, when we know if it's necessary. Remove the "-version" and "-version-good" support.