Mercurial > emacs
changeset 84767:3fb70c6369b7
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 21 Sep 2007 11:08:00 +0000 |
parents | b180bbe9e5fc |
children | 53194ec05789 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also + on w32 frames. + 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> * 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.