diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 76 |
1 files changed, 58 insertions, 18 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8de03606271..76a0dcf1b9e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 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 | |||
| 34 | 2006-12-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 35 | |||
| 36 | * emacsclient.c (w32_execvp): New function; wrapper for `execvp'. | ||
| 37 | (execvp) [WINDOWSNT]: Redefine to `w32_execvp'. | ||
| 38 | (fail): Remove Windows-specific fix (subsumed into w32_execvp). | ||
| 39 | Suggestions and comment by Eli Zaretskii. | ||
| 40 | |||
| 41 | 2006-12-06 Christoph Conrad <christoph.conrad@gmx.de> | ||
| 42 | |||
| 43 | * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe): | ||
| 44 | Use $(USER32) for compatibility with Visual Studio .NET 2003. | ||
| 45 | |||
| 1 | 2006-11-30 Juanma Barranquero <lekktu@gmail.com> | 46 | 2006-11-30 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 47 | ||
| 3 | * emacsclient.c (emacs_pid): New variable. | 48 | * emacsclient.c (emacs_pid): New variable. |
| @@ -14,11 +59,11 @@ | |||
| 14 | (set_tcp_socket): Make the message for non-local connections | 59 | (set_tcp_socket): Make the message for non-local connections |
| 15 | informational rather than an error. | 60 | informational rather than an error. |
| 16 | 61 | ||
| 17 | 2006-11-28 Kevin Ryde <user42@zip.com.au> (tiny change) | 62 | 2006-11-28 Kevin Ryde <user42@zip.com.au> |
| 18 | 63 | ||
| 19 | * etags.c (readline): Check for double quote after #line. | 64 | * etags.c (readline): Check for double quote after #line. |
| 20 | 65 | ||
| 21 | 2006-11-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> (tiny change) | 66 | 2006-11-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 22 | 67 | ||
| 23 | * etags.c (readline): sscanf could in principle return 2. | 68 | * etags.c (readline): sscanf could in principle return 2. |
| 24 | 69 | ||
| @@ -50,8 +95,8 @@ | |||
| 50 | 95 | ||
| 51 | 2006-11-24 Michael Mauger <mmaug@yahoo.com> | 96 | 2006-11-24 Michael Mauger <mmaug@yahoo.com> |
| 52 | 97 | ||
| 53 | * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support | 98 | * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support absolute |
| 54 | absolute file names with forward slashes. | 99 | file names with forward slashes. |
| 55 | 100 | ||
| 56 | 2006-11-23 Juanma Barranquero <lekktu@gmail.com> | 101 | 2006-11-23 Juanma Barranquero <lekktu@gmail.com> |
| 57 | 102 | ||
| @@ -442,10 +487,9 @@ | |||
| 442 | 487 | ||
| 443 | 2005-07-13 Ken Raeburn <raeburn@gnu.org> | 488 | 2005-07-13 Ken Raeburn <raeburn@gnu.org> |
| 444 | 489 | ||
| 445 | * 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. |
| 446 | it. | 491 | (sendline): Add the \r\n to the line in a temporary buffer, and write |
| 447 | (sendline): Add the \r\n to the line in a temporary buffer, and | 492 | it all at once. |
| 448 | write it all at once. | ||
| 449 | 493 | ||
| 450 | 2005-07-04 Lute Kamstra <lute@gnu.org> | 494 | 2005-07-04 Lute Kamstra <lute@gnu.org> |
| 451 | 495 | ||
| @@ -485,10 +529,9 @@ | |||
| 485 | 529 | ||
| 486 | 2005-02-04 Andreas Schwab <schwab@suse.de> | 530 | 2005-02-04 Andreas Schwab <schwab@suse.de> |
| 487 | 531 | ||
| 488 | * movemail.c (fatal): Accept third parameter and pass down to | 532 | * movemail.c (fatal): Accept third parameter and pass down to error. |
| 489 | error. | 533 | (pfatal_with_name): Pass error string as format parameter instead of |
| 490 | (pfatal_with_name): Pass error string as format parameter instead | 534 | as part of format string. |
| 491 | of as part of format string. | ||
| 492 | (pfatal_and_delete): Likewise. | 535 | (pfatal_and_delete): Likewise. |
| 493 | (main): Adjust call to fatal. | 536 | (main): Adjust call to fatal. |
| 494 | (xmalloc): Likewise. | 537 | (xmalloc): Likewise. |
| @@ -499,8 +542,7 @@ | |||
| 499 | 542 | ||
| 500 | 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> |
| 501 | 544 | ||
| 502 | * make-docfile.c: Include stdlib.h even if WINDOWSNT is not | 545 | * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined. |
| 503 | defined. | ||
| 504 | 546 | ||
| 505 | 2004-12-15 Andreas Schwab <schwab@suse.de> | 547 | 2004-12-15 Andreas Schwab <schwab@suse.de> |
| 506 | 548 | ||
| @@ -566,8 +608,7 @@ | |||
| 566 | 608 | ||
| 567 | 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org> | 609 | 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org> |
| 568 | 610 | ||
| 569 | * test-distrib.c (main): For failing cases, exit with | 611 | * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'. |
| 570 | `EXIT_FAILURE'. | ||
| 571 | 612 | ||
| 572 | 2004-05-08 Jason Rumney <jasonr@gnu.org> | 613 | 2004-05-08 Jason Rumney <jasonr@gnu.org> |
| 573 | 614 | ||
| @@ -740,8 +781,7 @@ | |||
| 740 | 781 | ||
| 741 | 2003-04-27 Oliver Scholz <alkibiades@gmx.de> | 782 | 2003-04-27 Oliver Scholz <alkibiades@gmx.de> |
| 742 | 783 | ||
| 743 | * update-game-score.c (read_scores): Fix corruption of scores on | 784 | * update-game-score.c (read_scores): Fix corruption of scores on read. |
| 744 | read. | ||
| 745 | 785 | ||
| 746 | 2003-04-12 Stefan Monnier <monnier@cs.yale.edu> | 786 | 2003-04-12 Stefan Monnier <monnier@cs.yale.edu> |
| 747 | 787 | ||