aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-18 16:47:28 +0000
committerJuanma Barranquero2006-12-18 16:47:28 +0000
commit0e0dced58b185b05445ad288ae2a0578ec1bce96 (patch)
tree1f7299ead99e3f1589ee130db3a961eacaba4c3c /lib-src/ChangeLog
parent3f0c287f1f07f7909179b63d4602df4d7e404676 (diff)
downloademacs-0e0dced58b185b05445ad288ae2a0578ec1bce96.tar.gz
emacs-0e0dced58b185b05445ad288ae2a0578ec1bce96.zip
[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 f15644050d9..9c8a69f27f1 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,10 @@
12006-12-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables.
4 [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
5 (main) [WINDOWSNT]: Remove code to release the focus; call
6 w32_give_focus instead.
7
12006-12-15 Juanma Barranquero <lekktu@gmail.com> 82006-12-15 Juanma Barranquero <lekktu@gmail.com>
2 9
3 * emacsclient.c (w32_execvp): New function; wrapper for `execvp'. 10 * emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
@@ -454,10 +461,9 @@
454 461
4552005-07-13 Ken Raeburn <raeburn@gnu.org> 4622005-07-13 Ken Raeburn <raeburn@gnu.org>
456 463
457 * pop.c: Don't include des.h (or variants thereof); krb.h will do 464 * pop.c: Don't include des.h (or variants thereof); krb.h will do it.
458 it. 465 (sendline): Add the \r\n to the line in a temporary buffer, and write
459 (sendline): Add the \r\n to the line in a temporary buffer, and 466 it all at once.
460 write it all at once.
461 467
4622005-07-04 Lute Kamstra <lute@gnu.org> 4682005-07-04 Lute Kamstra <lute@gnu.org>
463 469
@@ -497,10 +503,9 @@
497 503
4982005-02-04 Andreas Schwab <schwab@suse.de> 5042005-02-04 Andreas Schwab <schwab@suse.de>
499 505
500 * movemail.c (fatal): Accept third parameter and pass down to 506 * movemail.c (fatal): Accept third parameter and pass down to error.
501 error. 507 (pfatal_with_name): Pass error string as format parameter instead of
502 (pfatal_with_name): Pass error string as format parameter instead 508 as part of format string.
503 of as part of format string.
504 (pfatal_and_delete): Likewise. 509 (pfatal_and_delete): Likewise.
505 (main): Adjust call to fatal. 510 (main): Adjust call to fatal.
506 (xmalloc): Likewise. 511 (xmalloc): Likewise.
@@ -511,8 +516,7 @@
511 516
5122004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 5172004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
513 518
514 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not 519 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined.
515 defined.
516 520
5172004-12-15 Andreas Schwab <schwab@suse.de> 5212004-12-15 Andreas Schwab <schwab@suse.de>
518 522
@@ -578,8 +582,7 @@
578 582
5792004-05-10 Thien-Thi Nguyen <ttn@gnu.org> 5832004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
580 584
581 * test-distrib.c (main): For failing cases, exit with 585 * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
582 `EXIT_FAILURE'.
583 586
5842004-05-08 Jason Rumney <jasonr@gnu.org> 5872004-05-08 Jason Rumney <jasonr@gnu.org>
585 588
@@ -752,8 +755,7 @@
752 755
7532003-04-27 Oliver Scholz <alkibiades@gmx.de> 7562003-04-27 Oliver Scholz <alkibiades@gmx.de>
754 757
755 * update-game-score.c (read_scores): Fix corruption of scores on 758 * update-game-score.c (read_scores): Fix corruption of scores on read.
756 read.
757 759
7582003-04-12 Stefan Monnier <monnier@cs.yale.edu> 7602003-04-12 Stefan Monnier <monnier@cs.yale.edu>
759 761