# HG changeset patch # User Juanma Barranquero # Date 1166460448 0 # Node ID eed28efe049ddb25103b30c3d66996df0f479459 # Parent 303099bc66d9cb6e13a9d2230dce8c1b897b10c1 *** empty log message *** diff -r 303099bc66d9 -r eed28efe049d lib-src/ChangeLog --- a/lib-src/ChangeLog Mon Dec 18 16:46:41 2006 +0000 +++ b/lib-src/ChangeLog Mon Dec 18 16:47:28 2006 +0000 @@ -1,3 +1,10 @@ +2006-12-18 Juanma Barranquero + + * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables. + [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions. + (main) [WINDOWSNT]: Remove code to release the focus; call + w32_give_focus instead. + 2006-12-15 Juanma Barranquero * emacsclient.c (w32_execvp): New function; wrapper for `execvp'. @@ -454,10 +461,9 @@ 2005-07-13 Ken Raeburn - * pop.c: Don't include des.h (or variants thereof); krb.h will do - it. - (sendline): Add the \r\n to the line in a temporary buffer, and - write it all at once. + * pop.c: Don't include des.h (or variants thereof); krb.h will do it. + (sendline): Add the \r\n to the line in a temporary buffer, and write + it all at once. 2005-07-04 Lute Kamstra @@ -497,10 +503,9 @@ 2005-02-04 Andreas Schwab - * movemail.c (fatal): Accept third parameter and pass down to - error. - (pfatal_with_name): Pass error string as format parameter instead - of as part of format string. + * movemail.c (fatal): Accept third parameter and pass down to error. + (pfatal_with_name): Pass error string as format parameter instead of + as part of format string. (pfatal_and_delete): Likewise. (main): Adjust call to fatal. (xmalloc): Likewise. @@ -511,8 +516,7 @@ 2004-12-26 YAMAMOTO Mitsuharu - * make-docfile.c: Include stdlib.h even if WINDOWSNT is not - defined. + * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined. 2004-12-15 Andreas Schwab @@ -578,8 +582,7 @@ 2004-05-10 Thien-Thi Nguyen - * test-distrib.c (main): For failing cases, exit with - `EXIT_FAILURE'. + * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'. 2004-05-08 Jason Rumney @@ -752,8 +755,7 @@ 2003-04-27 Oliver Scholz - * update-game-score.c (read_scores): Fix corruption of scores on - read. + * update-game-score.c (read_scores): Fix corruption of scores on read. 2003-04-12 Stefan Monnier