aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-01-01 03:21:06 +0000
committerMiles Bader2007-01-01 03:21:06 +0000
commit4c34eeeee5886d14f3e60b77fb563cb549c8896f (patch)
treeaf17010f0864173dd6416585f08d686377791412 /lib-src/ChangeLog
parent76acf92ebe73e35528c5966a21328305ba7b5aef (diff)
parentdb6292445840e2795f35ebad62a14314fc3c7c21 (diff)
downloademacs-4c34eeeee5886d14f3e60b77fb563cb549c8896f.tar.gz
emacs-4c34eeeee5886d14f3e60b77fb563cb549c8896f.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 563-582) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 177-185) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog58
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 @@
12006-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
112006-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
232006-12-20 Francesco Potort,Al(B <pot@gnu.org>
24
25 * etags.c (C_entries): DEFUN names were longer by one: corrected.
26
272006-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
12006-12-15 Juanma Barranquero <lekktu@gmail.com> 342006-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
292006-11-28 Kevin Ryde <user42@zip.com.au> (tiny change) 622006-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
4552005-07-13 Ken Raeburn <raeburn@gnu.org> 4882005-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
4622005-07-04 Lute Kamstra <lute@gnu.org> 4942005-07-04 Lute Kamstra <lute@gnu.org>
463 495
@@ -497,10 +529,9 @@
497 529
4982005-02-04 Andreas Schwab <schwab@suse.de> 5302005-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
5122004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 5432004-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
5172004-12-15 Andreas Schwab <schwab@suse.de> 5472004-12-15 Andreas Schwab <schwab@suse.de>
518 548
@@ -578,8 +608,7 @@
578 608
5792004-05-10 Thien-Thi Nguyen <ttn@gnu.org> 6092004-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
5842004-05-08 Jason Rumney <jasonr@gnu.org> 6132004-05-08 Jason Rumney <jasonr@gnu.org>
585 614
@@ -752,8 +781,7 @@
752 781
7532003-04-27 Oliver Scholz <alkibiades@gmx.de> 7822003-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
7582003-04-12 Stefan Monnier <monnier@cs.yale.edu> 7862003-04-12 Stefan Monnier <monnier@cs.yale.edu>
759 787