comparison lib-src/ChangeLog @ 74730:eed28efe049d

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 18 Dec 2006 16:47:28 +0000
parents f956be274bf4
children 89d09601ddf8
comparison
equal deleted inserted replaced
74729:303099bc66d9 74730:eed28efe049d
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'.
4 (execvp) [WINDOWSNT]: Redefine to `w32_execvp'. 11 (execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
5 (fail): Remove Windows-specific fix (subsumed into w32_execvp). 12 (fail): Remove Windows-specific fix (subsumed into w32_execvp).
452 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib. 459 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
453 * getopt.h: Removed (now is getopt_.h). 460 * getopt.h: Removed (now is getopt_.h).
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
464 Update FSF's address in GPL notices. 470 Update FSF's address in GPL notices.
465 471
495 501
496 * make-docfile.c: Undo previous change. 502 * make-docfile.c: Undo previous change.
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.
507 512
508 2005-01-29 Richard M. Stallman <rms@gnu.org> 513 2005-01-29 Richard M. Stallman <rms@gnu.org>
509 514
510 * movemail.c (popmail): Don't use Errmsg as format string. 515 * movemail.c (popmail): Don't use Errmsg as format string.
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
519 * etags.c (main): Fix typo in conversion of LONG_OPTIONS from 523 * etags.c (main): Fix typo in conversion of LONG_OPTIONS from
520 preprocessing to compile time constant. 524 preprocessing to compile time constant.
576 580
577 * makefile.w32-in (obj): Add image.c. 581 * makefile.w32-in (obj): Add image.c.
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
586 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long 589 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
587 command-lines. 590 command-lines.
750 753
751 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile. 754 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
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
760 * emacsclient.c (main): Use new safe location for socket. 762 * emacsclient.c (main): Use new safe location for socket.
761 763