aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2006-12-18 16:47:28 +0000
committerJuanma Barranquero <[email protected]>2006-12-18 16:47:28 +0000
commit0e0dced58b185b05445ad288ae2a0578ec1bce96 (patch)
tree1f7299ead99e3f1589ee130db3a961eacaba4c3c /lib-src/ChangeLog
parent3f0c287f1f07f7909179b63d4602df4d7e404676 (diff)
[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.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog30
1 files changed, 16 insertions, 14 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f15644050d..9c8a69f27f 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-18 Juanma Barranquero <[email protected]>
+
+ * 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 <[email protected]>
* emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
@@ -454,10 +461,9 @@
2005-07-13 Ken Raeburn <[email protected]>
- * 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 <[email protected]>
@@ -497,10 +503,9 @@
2005-02-04 Andreas Schwab <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
@@ -578,8 +582,7 @@
2004-05-10 Thien-Thi Nguyen <[email protected]>
- * 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 <[email protected]>
@@ -752,8 +755,7 @@
2003-04-27 Oliver Scholz <[email protected]>
- * 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 <[email protected]>