diff options
| author | Juanma Barranquero | 2006-12-18 16:47:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-18 16:47:28 +0000 |
| commit | 0e0dced58b185b05445ad288ae2a0578ec1bce96 (patch) | |
| tree | 1f7299ead99e3f1589ee130db3a961eacaba4c3c /lib-src/ChangeLog | |
| parent | 3f0c287f1f07f7909179b63d4602df4d7e404676 (diff) | |
| download | emacs-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/ChangeLog | 30 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-12-15 Juanma Barranquero <lekktu@gmail.com> | 8 | 2006-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 | ||
| 455 | 2005-07-13 Ken Raeburn <raeburn@gnu.org> | 462 | 2005-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 | ||
| 462 | 2005-07-04 Lute Kamstra <lute@gnu.org> | 468 | 2005-07-04 Lute Kamstra <lute@gnu.org> |
| 463 | 469 | ||
| @@ -497,10 +503,9 @@ | |||
| 497 | 503 | ||
| 498 | 2005-02-04 Andreas Schwab <schwab@suse.de> | 504 | 2005-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 | ||
| 512 | 2004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 517 | 2004-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 | ||
| 517 | 2004-12-15 Andreas Schwab <schwab@suse.de> | 521 | 2004-12-15 Andreas Schwab <schwab@suse.de> |
| 518 | 522 | ||
| @@ -578,8 +582,7 @@ | |||
| 578 | 582 | ||
| 579 | 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org> | 583 | 2004-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 | ||
| 584 | 2004-05-08 Jason Rumney <jasonr@gnu.org> | 587 | 2004-05-08 Jason Rumney <jasonr@gnu.org> |
| 585 | 588 | ||
| @@ -752,8 +755,7 @@ | |||
| 752 | 755 | ||
| 753 | 2003-04-27 Oliver Scholz <alkibiades@gmx.de> | 756 | 2003-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 | ||
| 758 | 2003-04-12 Stefan Monnier <monnier@cs.yale.edu> | 760 | 2003-04-12 Stefan Monnier <monnier@cs.yale.edu> |
| 759 | 761 | ||