diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 58 |
1 files changed, 43 insertions, 15 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f15644050d9..76a0dcf1b9e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2006-12-28 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c (readline): When creating a relative file name from a | ||
| 4 | #line directive, leave the file name alone. The previous | ||
| 5 | behaviour was to make it relative to the tags file directory, | ||
| 6 | under the hypothesis that the #line directive file name was | ||
| 7 | relative to the directory of the tagged file. That hypothesis is | ||
| 8 | wrong with Cpp and Lex. | ||
| 9 | (Makefile_targets): Do not include spaces in tag names. | ||
| 10 | |||
| 11 | 2006-12-22 Eli Zaretskii <eliz@gnu.org> | ||
| 12 | |||
| 13 | * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl) | ||
| 14 | (movemail, fakemail, sorted-doc, digest-doc, emacsclient) | ||
| 15 | (test-distrib, $(DOC), all): depend on stamp_BLD instead of $(BLD). | ||
| 16 | ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O)) | ||
| 17 | ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O)) | ||
| 18 | ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS)) | ||
| 19 | ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O)) | ||
| 20 | ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD. | ||
| 21 | (clean): Delete stamp_BLD. | ||
| 22 | |||
| 23 | 2006-12-20 Francesco Potort,Al(B <pot@gnu.org> | ||
| 24 | |||
| 25 | * etags.c (C_entries): DEFUN names were longer by one: corrected. | ||
| 26 | |||
| 27 | 2006-12-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 28 | |||
| 29 | * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables. | ||
| 30 | [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions. | ||
| 31 | (main) [WINDOWSNT]: Remove code to release the focus; call | ||
| 32 | w32_give_focus instead. | ||
| 33 | |||
| 1 | 2006-12-15 Juanma Barranquero <lekktu@gmail.com> | 34 | 2006-12-15 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 35 | ||
| 3 | * emacsclient.c (w32_execvp): New function; wrapper for `execvp'. | 36 | * emacsclient.c (w32_execvp): New function; wrapper for `execvp'. |
| @@ -26,7 +59,7 @@ | |||
| 26 | (set_tcp_socket): Make the message for non-local connections | 59 | (set_tcp_socket): Make the message for non-local connections |
| 27 | informational rather than an error. | 60 | informational rather than an error. |
| 28 | 61 | ||
| 29 | 2006-11-28 Kevin Ryde <user42@zip.com.au> (tiny change) | 62 | 2006-11-28 Kevin Ryde <user42@zip.com.au> |
| 30 | 63 | ||
| 31 | * etags.c (readline): Check for double quote after #line. | 64 | * etags.c (readline): Check for double quote after #line. |
| 32 | 65 | ||
| @@ -454,10 +487,9 @@ | |||
| 454 | 487 | ||
| 455 | 2005-07-13 Ken Raeburn <raeburn@gnu.org> | 488 | 2005-07-13 Ken Raeburn <raeburn@gnu.org> |
| 456 | 489 | ||
| 457 | * pop.c: Don't include des.h (or variants thereof); krb.h will do | 490 | * pop.c: Don't include des.h (or variants thereof); krb.h will do it. |
| 458 | it. | 491 | (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 | 492 | it all at once. |
| 460 | write it all at once. | ||
| 461 | 493 | ||
| 462 | 2005-07-04 Lute Kamstra <lute@gnu.org> | 494 | 2005-07-04 Lute Kamstra <lute@gnu.org> |
| 463 | 495 | ||
| @@ -497,10 +529,9 @@ | |||
| 497 | 529 | ||
| 498 | 2005-02-04 Andreas Schwab <schwab@suse.de> | 530 | 2005-02-04 Andreas Schwab <schwab@suse.de> |
| 499 | 531 | ||
| 500 | * movemail.c (fatal): Accept third parameter and pass down to | 532 | * movemail.c (fatal): Accept third parameter and pass down to error. |
| 501 | error. | 533 | (pfatal_with_name): Pass error string as format parameter instead of |
| 502 | (pfatal_with_name): Pass error string as format parameter instead | 534 | as part of format string. |
| 503 | of as part of format string. | ||
| 504 | (pfatal_and_delete): Likewise. | 535 | (pfatal_and_delete): Likewise. |
| 505 | (main): Adjust call to fatal. | 536 | (main): Adjust call to fatal. |
| 506 | (xmalloc): Likewise. | 537 | (xmalloc): Likewise. |
| @@ -511,8 +542,7 @@ | |||
| 511 | 542 | ||
| 512 | 2004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 543 | 2004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 513 | 544 | ||
| 514 | * make-docfile.c: Include stdlib.h even if WINDOWSNT is not | 545 | * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined. |
| 515 | defined. | ||
| 516 | 546 | ||
| 517 | 2004-12-15 Andreas Schwab <schwab@suse.de> | 547 | 2004-12-15 Andreas Schwab <schwab@suse.de> |
| 518 | 548 | ||
| @@ -578,8 +608,7 @@ | |||
| 578 | 608 | ||
| 579 | 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org> | 609 | 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org> |
| 580 | 610 | ||
| 581 | * test-distrib.c (main): For failing cases, exit with | 611 | * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'. |
| 582 | `EXIT_FAILURE'. | ||
| 583 | 612 | ||
| 584 | 2004-05-08 Jason Rumney <jasonr@gnu.org> | 613 | 2004-05-08 Jason Rumney <jasonr@gnu.org> |
| 585 | 614 | ||
| @@ -752,8 +781,7 @@ | |||
| 752 | 781 | ||
| 753 | 2003-04-27 Oliver Scholz <alkibiades@gmx.de> | 782 | 2003-04-27 Oliver Scholz <alkibiades@gmx.de> |
| 754 | 783 | ||
| 755 | * update-game-score.c (read_scores): Fix corruption of scores on | 784 | * update-game-score.c (read_scores): Fix corruption of scores on read. |
| 756 | read. | ||
| 757 | 785 | ||
| 758 | 2003-04-12 Stefan Monnier <monnier@cs.yale.edu> | 786 | 2003-04-12 Stefan Monnier <monnier@cs.yale.edu> |
| 759 | 787 | ||