diff options
| author | Miles Bader | 2007-01-26 06:16:11 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-26 06:16:11 +0000 |
| commit | c0466914ba3ad88c402b0301646b4b5db8aeb913 (patch) | |
| tree | 964d8df324ab5f46872dfedc92ccea9fe50a1441 /lib-src | |
| parent | c97a3f22ed5841f1c8bcdbb80df2bd49635c6a56 (diff) | |
| parent | 58f8a3f97bd49484d0eb4f83a70662ded0daf9cc (diff) | |
| download | emacs-c0466914ba3ad88c402b0301646b4b5db8aeb913.tar.gz emacs-c0466914ba3ad88c402b0301646b4b5db8aeb913.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 586-614)
- Update from CVS
- Update from erc--emacs--22
- Merge from gnus--rel--5.10
- Merge from erc--main--0
- Make byte compiler correctly write circular constants
* gnus--rel--5.10 (patch 186-196)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 10 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 4 | ||||
| -rw-r--r-- | lib-src/cvtmail.c | 4 | ||||
| -rw-r--r-- | lib-src/digest-doc.c | 2 | ||||
| -rw-r--r-- | lib-src/ebrowse.c | 4 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 2 | ||||
| -rw-r--r-- | lib-src/emacstool.c | 4 | ||||
| -rw-r--r-- | lib-src/etags.c | 84 | ||||
| -rw-r--r-- | lib-src/fakemail.c | 4 | ||||
| -rw-r--r-- | lib-src/getopt.c | 2 | ||||
| -rw-r--r-- | lib-src/getopt1.c | 2 | ||||
| -rw-r--r-- | lib-src/getopt_.h | 2 | ||||
| -rw-r--r-- | lib-src/getopt_int.h | 2 | ||||
| -rw-r--r-- | lib-src/gettext.h | 2 | ||||
| -rwxr-xr-x | lib-src/grep-changelog | 2 | ||||
| -rw-r--r-- | lib-src/hexl.c | 4 | ||||
| -rw-r--r-- | lib-src/make-docfile.c | 2 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 4 | ||||
| -rw-r--r-- | lib-src/movemail.c | 4 | ||||
| -rw-r--r-- | lib-src/ntlib.c | 4 | ||||
| -rw-r--r-- | lib-src/ntlib.h | 2 | ||||
| -rw-r--r-- | lib-src/pop.c | 4 | ||||
| -rw-r--r-- | lib-src/pop.h | 4 | ||||
| -rw-r--r-- | lib-src/profile.c | 4 | ||||
| -rwxr-xr-x | lib-src/rcs-checkin | 2 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 4 | ||||
| -rw-r--r-- | lib-src/sorted-doc.c | 2 | ||||
| -rw-r--r-- | lib-src/test-distrib.c | 2 | ||||
| -rw-r--r-- | lib-src/update-game-score.c | 2 | ||||
| -rwxr-xr-x | lib-src/vcdiff | 2 |
30 files changed, 97 insertions, 79 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 76a0dcf1b9e..0a1cdf1bb85 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-01-02 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c: (longopts): New undocumented option --no-duplicates. | ||
| 4 | (no_duplicates): Static variables for the above option. | ||
| 5 | (print_help): Do not print help for --no-warn, now undocumented. | ||
| 6 | (add_node): Allow duplicate tags in ctags mode unless --no-duplicates. | ||
| 7 | (main): Pass the -u option to sort in ctags mode. | ||
| 8 | |||
| 1 | 2006-12-28 Francesco Potort,Al(B <pot@gnu.org> | 9 | 2006-12-28 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 10 | ||
| 3 | * etags.c (readline): When creating a relative file name from a | 11 | * etags.c (readline): When creating a relative file name from a |
| @@ -6190,7 +6198,7 @@ | |||
| 6190 | 6198 | ||
| 6191 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, | 6199 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
| 6192 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, | 6200 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, |
| 6193 | 2006 Free Software Foundation, Inc. | 6201 | 2006, 2007 Free Software Foundation, Inc. |
| 6194 | Copying and distribution of this file, with or without modification, | 6202 | Copying and distribution of this file, with or without modification, |
| 6195 | are permitted provided the copyright notice and this notice are preserved. | 6203 | are permitted provided the copyright notice and this notice are preserved. |
| 6196 | 6204 | ||
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 75ab5e192d1..bddabd364ad 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Makefile for lib-src subdirectory in GNU Emacs. | 1 | # Makefile for lib-src subdirectory in GNU Emacs. |
| 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003, 2004, | 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index c9f4f3713a7..f82f877923e 100644 --- a/lib-src/cvtmail.c +++ b/lib-src/cvtmail.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1985, 1994, 2002, 2003, 2004, | 1 | /* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 2 | 2005, 2006 Free Software Foundation, Inc. | 2 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c index 7787d422e39..16d386f5b4e 100644 --- a/lib-src/digest-doc.c +++ b/lib-src/digest-doc.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | standard output a file of nroff output containing the doc strings. | 2 | standard output a file of nroff output containing the doc strings. |
| 3 | 3 | ||
| 4 | Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006 Free Software Foundation, Inc. | 5 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 1880f1655ee..b1348f8e841 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* ebrowse.c --- parsing files for the ebrowse C++ browser | 1 | /* ebrowse.c --- parsing files for the ebrowse C++ browser |
| 2 | 2 | ||
| 3 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 3 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 4 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 4 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -3691,7 +3691,7 @@ void | |||
| 3691 | version () | 3691 | version () |
| 3692 | { | 3692 | { |
| 3693 | printf ("ebrowse %s\n", VERSION); | 3693 | printf ("ebrowse %s\n", VERSION); |
| 3694 | puts ("Copyright (C) 1992-2006 Free Software Foundation, Inc."); | 3694 | puts ("Copyright (C) 1992-2007 Free Software Foundation, Inc."); |
| 3695 | puts ("This program is distributed under the same terms as Emacs."); | 3695 | puts ("This program is distributed under the same terms as Emacs."); |
| 3696 | exit (EXIT_SUCCESS); | 3696 | exit (EXIT_SUCCESS); |
| 3697 | } | 3697 | } |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 419cdd94b88..b557e5c7236 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Client process that communicates with GNU Emacs acting as server. | 1 | /* Client process that communicates with GNU Emacs acting as server. |
| 2 | Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 0843a3c5083..f04a8b3f545 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1986, 1988, 1990, 1991, 2002, 2003, 2004, | 2 | Copyright (C) 1986, 1988, 1990, 1991, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/etags.c b/lib-src/etags.c index c4f7fdc4d69..a3ce46a888a 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*- | 1 | /* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*- |
| 2 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, | 2 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006 Free Software Foundation, Inc. and Ken Arnold | 4 | 2005, 2006, 2007 Free Software Foundation, Inc. and Ken Arnold |
| 5 | 5 | ||
| 6 | This file is not considered part of GNU Emacs. | 6 | This file is not considered part of GNU Emacs. |
| 7 | 7 | ||
| @@ -41,7 +41,7 @@ | |||
| 41 | * configuration file containing regexp definitions for etags. | 41 | * configuration file containing regexp definitions for etags. |
| 42 | */ | 42 | */ |
| 43 | 43 | ||
| 44 | char pot_etags_version[] = "@(#) pot revision number is 17.25"; | 44 | char pot_etags_version[] = "@(#) pot revision number is 17.26"; |
| 45 | 45 | ||
| 46 | #define TRUE 1 | 46 | #define TRUE 1 |
| 47 | #define FALSE 0 | 47 | #define FALSE 0 |
| @@ -456,9 +456,10 @@ static bool globals; /* create tags for global variables */ | |||
| 456 | static bool declarations; /* --declarations: tag them and extern in C&Co*/ | 456 | static bool declarations; /* --declarations: tag them and extern in C&Co*/ |
| 457 | static bool members; /* create tags for C member variables */ | 457 | static bool members; /* create tags for C member variables */ |
| 458 | static bool no_line_directive; /* ignore #line directives (undocumented) */ | 458 | static bool no_line_directive; /* ignore #line directives (undocumented) */ |
| 459 | static bool no_duplicates; /* no duplicate tags for ctags (undocumented) */ | ||
| 459 | static bool update; /* -u: update tags */ | 460 | static bool update; /* -u: update tags */ |
| 460 | static bool vgrind_style; /* -v: create vgrind style index output */ | 461 | static bool vgrind_style; /* -v: create vgrind style index output */ |
| 461 | static bool no_warnings; /* -w: suppress warnings */ | 462 | static bool no_warnings; /* -w: suppress warnings (undocumented) */ |
| 462 | static bool cxref_style; /* -x: create cxref style output */ | 463 | static bool cxref_style; /* -x: create cxref style output */ |
| 463 | static bool cplusplus; /* .[hc] means C++, not C */ | 464 | static bool cplusplus; /* .[hc] means C++, not C */ |
| 464 | static bool ignoreindent; /* -I: ignore indentation in C */ | 465 | static bool ignoreindent; /* -I: ignore indentation in C */ |
| @@ -477,39 +478,40 @@ static bool need_filebuf; /* some regexes are multi-line */ | |||
| 477 | 478 | ||
| 478 | static struct option longopts[] = | 479 | static struct option longopts[] = |
| 479 | { | 480 | { |
| 480 | { "append", no_argument, NULL, 'a' }, | 481 | { "append", no_argument, NULL, 'a' }, |
| 481 | { "packages-only", no_argument, &packages_only, TRUE }, | 482 | { "packages-only", no_argument, &packages_only, TRUE }, |
| 482 | { "c++", no_argument, NULL, 'C' }, | 483 | { "c++", no_argument, NULL, 'C' }, |
| 483 | { "declarations", no_argument, &declarations, TRUE }, | 484 | { "declarations", no_argument, &declarations, TRUE }, |
| 484 | { "no-line-directive", no_argument, &no_line_directive, TRUE }, | 485 | { "no-line-directive", no_argument, &no_line_directive, TRUE }, |
| 485 | { "help", no_argument, NULL, 'h' }, | 486 | { "no-duplicates", no_argument, &no_duplicates, TRUE }, |
| 486 | { "help", no_argument, NULL, 'H' }, | 487 | { "help", no_argument, NULL, 'h' }, |
| 487 | { "ignore-indentation", no_argument, NULL, 'I' }, | 488 | { "help", no_argument, NULL, 'H' }, |
| 488 | { "language", required_argument, NULL, 'l' }, | 489 | { "ignore-indentation", no_argument, NULL, 'I' }, |
| 489 | { "members", no_argument, &members, TRUE }, | 490 | { "language", required_argument, NULL, 'l' }, |
| 490 | { "no-members", no_argument, &members, FALSE }, | 491 | { "members", no_argument, &members, TRUE }, |
| 491 | { "output", required_argument, NULL, 'o' }, | 492 | { "no-members", no_argument, &members, FALSE }, |
| 492 | { "regex", required_argument, NULL, 'r' }, | 493 | { "output", required_argument, NULL, 'o' }, |
| 493 | { "no-regex", no_argument, NULL, 'R' }, | 494 | { "regex", required_argument, NULL, 'r' }, |
| 494 | { "ignore-case-regex", required_argument, NULL, 'c' }, | 495 | { "no-regex", no_argument, NULL, 'R' }, |
| 496 | { "ignore-case-regex", required_argument, NULL, 'c' }, | ||
| 495 | { "parse-stdin", required_argument, NULL, STDIN }, | 497 | { "parse-stdin", required_argument, NULL, STDIN }, |
| 496 | { "version", no_argument, NULL, 'V' }, | 498 | { "version", no_argument, NULL, 'V' }, |
| 497 | 499 | ||
| 498 | #if CTAGS /* Ctags options */ | 500 | #if CTAGS /* Ctags options */ |
| 499 | { "backward-search", no_argument, NULL, 'B' }, | 501 | { "backward-search", no_argument, NULL, 'B' }, |
| 500 | { "cxref", no_argument, NULL, 'x' }, | 502 | { "cxref", no_argument, NULL, 'x' }, |
| 501 | { "defines", no_argument, NULL, 'd' }, | 503 | { "defines", no_argument, NULL, 'd' }, |
| 502 | { "globals", no_argument, &globals, TRUE }, | 504 | { "globals", no_argument, &globals, TRUE }, |
| 503 | { "typedefs", no_argument, NULL, 't' }, | 505 | { "typedefs", no_argument, NULL, 't' }, |
| 504 | { "typedefs-and-c++", no_argument, NULL, 'T' }, | 506 | { "typedefs-and-c++", no_argument, NULL, 'T' }, |
| 505 | { "update", no_argument, NULL, 'u' }, | 507 | { "update", no_argument, NULL, 'u' }, |
| 506 | { "vgrind", no_argument, NULL, 'v' }, | 508 | { "vgrind", no_argument, NULL, 'v' }, |
| 507 | { "no-warn", no_argument, NULL, 'w' }, | 509 | { "no-warn", no_argument, NULL, 'w' }, |
| 508 | 510 | ||
| 509 | #else /* Etags options */ | 511 | #else /* Etags options */ |
| 510 | { "no-defines", no_argument, NULL, 'D' }, | 512 | { "no-defines", no_argument, NULL, 'D' }, |
| 511 | { "no-globals", no_argument, &globals, FALSE }, | 513 | { "no-globals", no_argument, &globals, FALSE }, |
| 512 | { "include", required_argument, NULL, 'i' }, | 514 | { "include", required_argument, NULL, 'i' }, |
| 513 | #endif | 515 | #endif |
| 514 | { NULL } | 516 | { NULL } |
| 515 | }; | 517 | }; |
| @@ -839,7 +841,7 @@ static void | |||
| 839 | print_version () | 841 | print_version () |
| 840 | { | 842 | { |
| 841 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); | 843 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); |
| 842 | puts ("Copyright (C) 2006 Free Software Foundation, Inc. and Ken Arnold"); | 844 | puts ("Copyright (C) 2007 Free Software Foundation, Inc. and Ken Arnold"); |
| 843 | puts ("This program is distributed under the same terms as Emacs"); | 845 | puts ("This program is distributed under the same terms as Emacs"); |
| 844 | 846 | ||
| 845 | exit (EXIT_SUCCESS); | 847 | exit (EXIT_SUCCESS); |
| @@ -976,9 +978,13 @@ Relative ones are stored relative to the output file's directory.\n"); | |||
| 976 | Print on the standard output an index of items intended for\n\ | 978 | Print on the standard output an index of items intended for\n\ |
| 977 | human consumption, similar to the output of vgrind. The index\n\ | 979 | human consumption, similar to the output of vgrind. The index\n\ |
| 978 | is sorted, and gives the page number of each item."); | 980 | is sorted, and gives the page number of each item."); |
| 981 | # if PRINT_UNDOCUMENTED_OPTIONS_HELP | ||
| 982 | puts ("-w, --no-duplicates\n\ | ||
| 983 | Do not create duplicate tag entries, for compatibility with\n\ | ||
| 984 | traditional ctags."); | ||
| 979 | puts ("-w, --no-warn\n\ | 985 | puts ("-w, --no-warn\n\ |
| 980 | Suppress warning messages about entries defined in multiple\n\ | 986 | Suppress warning messages about duplicate tag entries."); |
| 981 | files."); | 987 | # endif /* PRINT_UNDOCUMENTED_OPTIONS_HELP */ |
| 982 | puts ("-x, --cxref\n\ | 988 | puts ("-x, --cxref\n\ |
| 983 | Like --vgrind, but in the style of cxref, rather than vgrind.\n\ | 989 | Like --vgrind, but in the style of cxref, rather than vgrind.\n\ |
| 984 | The output uses line numbers instead of page numbers, but\n\ | 990 | The output uses line numbers instead of page numbers, but\n\ |
| @@ -1454,8 +1460,11 @@ main (argc, argv) | |||
| 1454 | if (CTAGS) | 1460 | if (CTAGS) |
| 1455 | if (append_to_tagfile || update) | 1461 | if (append_to_tagfile || update) |
| 1456 | { | 1462 | { |
| 1457 | char cmd[2*BUFSIZ+10]; | 1463 | char cmd[2*BUFSIZ+20]; |
| 1458 | sprintf (cmd, "sort -o %.*s %.*s", BUFSIZ, tagfile, BUFSIZ, tagfile); | 1464 | /* Maybe these should be used: |
| 1465 | setenv ("LC_COLLATE", "C", 1); | ||
| 1466 | setenv ("LC_ALL", "C", 1); */ | ||
| 1467 | sprintf (cmd, "sort -u -o %.*s %.*s", BUFSIZ, tagfile, BUFSIZ, tagfile); | ||
| 1459 | exit (system (cmd)); | 1468 | exit (system (cmd)); |
| 1460 | } | 1469 | } |
| 1461 | return EXIT_SUCCESS; | 1470 | return EXIT_SUCCESS; |
| @@ -2168,7 +2177,7 @@ add_node (np, cur_node_p) | |||
| 2168 | * If this tag name matches an existing one, then | 2177 | * If this tag name matches an existing one, then |
| 2169 | * do not add the node, but maybe print a warning. | 2178 | * do not add the node, but maybe print a warning. |
| 2170 | */ | 2179 | */ |
| 2171 | if (!dif) | 2180 | if (no_duplicates && !dif) |
| 2172 | { | 2181 | { |
| 2173 | if (np->fdp == cur_node->fdp) | 2182 | if (np->fdp == cur_node->fdp) |
| 2174 | { | 2183 | { |
| @@ -6885,6 +6894,7 @@ xrealloc (ptr, size) | |||
| 6885 | * tab-width: 8 | 6894 | * tab-width: 8 |
| 6886 | * fill-column: 79 | 6895 | * fill-column: 79 |
| 6887 | * c-font-lock-extra-types: ("FILE" "bool" "language" "linebuffer" "fdesc" "node" "regexp") | 6896 | * c-font-lock-extra-types: ("FILE" "bool" "language" "linebuffer" "fdesc" "node" "regexp") |
| 6897 | * c-file-style: gnu | ||
| 6888 | * End: | 6898 | * End: |
| 6889 | */ | 6899 | */ |
| 6890 | 6900 | ||
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index be9d6e09bae..e35c0f8a072 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* sendmail-like interface to /bin/mail for system V, | 1 | /* sendmail-like interface to /bin/mail for system V, |
| 2 | Copyright (C) 1985, 1994, 1999, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/getopt.c b/lib-src/getopt.c index a0698bba77a..b6d6b881de7 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | before changing it! | 4 | before changing it! |
| 5 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, | 5 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, |
| 6 | 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, | 6 | 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, |
| 7 | 2004, 2005, 2006 Free Software Foundation, Inc. | 7 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 8 | This file is part of the GNU C Library. | 8 | This file is part of the GNU C Library. |
| 9 | 9 | ||
| 10 | This program is free software; you can redistribute it and/or modify | 10 | This program is free software; you can redistribute it and/or modify |
diff --git a/lib-src/getopt1.c b/lib-src/getopt1.c index 48d263e922a..c2bec4f8e9a 100644 --- a/lib-src/getopt1.c +++ b/lib-src/getopt1.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* getopt_long and getopt_long_only entry points for GNU getopt. | 1 | /* getopt_long and getopt_long_only entry points for GNU getopt. |
| 2 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, | 2 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, |
| 3 | 1998, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | 1998, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
diff --git a/lib-src/getopt_.h b/lib-src/getopt_.h index e17da9e243c..377c4837548 100644 --- a/lib-src/getopt_.h +++ b/lib-src/getopt_.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations for getopt. | 1 | /* Declarations for getopt. |
| 2 | Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, | 2 | Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, |
| 3 | 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
diff --git a/lib-src/getopt_int.h b/lib-src/getopt_int.h index f20d417b11f..25df3bbcfdc 100644 --- a/lib-src/getopt_int.h +++ b/lib-src/getopt_int.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Internal declarations for getopt. | 1 | /* Internal declarations for getopt. |
| 2 | Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, | 2 | Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, |
| 3 | 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
diff --git a/lib-src/gettext.h b/lib-src/gettext.h index eb1976b6588..ed329003843 100644 --- a/lib-src/gettext.h +++ b/lib-src/gettext.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Convenience header for conditional use of GNU <libintl.h>. | 1 | /* Convenience header for conditional use of GNU <libintl.h>. |
| 2 | Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, | 2 | Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, |
| 3 | 2005, 2006 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index 8c19486ea2e..d2e9ecfd7ee 100755 --- a/lib-src/grep-changelog +++ b/lib-src/grep-changelog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | # 2005, 2006 Free Software Foundation, Inc. | 4 | # 2005, 2006, 2007 Free Software Foundation, Inc. |
| 5 | # | 5 | # |
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | # | 7 | # |
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 62fdd52b5a1..7cabdc95a66 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Convert files for Emacs Hexl mode. | 1 | /* Convert files for Emacs Hexl mode. |
| 2 | Copyright (C) 1989, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. | 3 | 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is not considered part of GNU Emacs. | 5 | This file is not considered part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index bfdb206ad97..d76bdd527cf 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Generate doc-string file for GNU Emacs from source files. | 1 | /* Generate doc-string file for GNU Emacs from source files. |
| 2 | Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 7b669c42bd4..0a3045b477d 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005, 2006 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | # |
| @@ -24,7 +24,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs | |||
| 24 | 24 | ||
| 25 | .PHONY: $(ALL) | 25 | .PHONY: $(ALL) |
| 26 | 26 | ||
| 27 | VERSION = 22.0.92 | 27 | VERSION = 22.0.93 |
| 28 | 28 | ||
| 29 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ | 29 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ |
| 30 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ | 30 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 1f73ee88ba8..84d4f949b2f 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* movemail foo bar -- move file foo to file bar, | 1 | /* movemail foo bar -- move file foo to file bar, |
| 2 | locking file foo the way /bin/mail respects. | 2 | locking file foo the way /bin/mail respects. |
| 3 | Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2002, 2003, 2004, | 3 | Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index 94110e4306c..5f6c12abceb 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. | 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. |
| 2 | Copyright (C) 1994, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. | 3 | 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 96862aa334b..a5655519fe1 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. | 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. |
| 2 | Copyright (C) 1994, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. | 3 | 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/pop.c b/lib-src/pop.c index 5dcbf2d2483..a829607faa5 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* pop.c: client routines for talking to a POP3-protocol post-office server | 1 | /* pop.c: client routines for talking to a POP3-protocol post-office server |
| 2 | Copyright (C) 1991, 1993, 1996, 1997, 1999, 2002, 2003, 2004, | 2 | Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | Written by Jonathan Kamens, jik@security.ov.com. | 4 | Written by Jonathan Kamens, jik@security.ov.com. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/lib-src/pop.h b/lib-src/pop.h index 102fef6327b..664fb26f7db 100644 --- a/lib-src/pop.h +++ b/lib-src/pop.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* pop.h: Header file for the "pop.c" client POP3 protocol. | 1 | /* pop.h: Header file for the "pop.c" client POP3 protocol. |
| 2 | Copyright (C) 1991, 1993, 2002, 2003, 2004, | 2 | Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | Written by Jonathan Kamens, jik@security.ov.com. | 4 | Written by Jonathan Kamens, jik@security.ov.com. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/lib-src/profile.c b/lib-src/profile.c index 399752b5808..1174666da78 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. | 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. |
| 2 | Copyright (C) 1992, 1994, 1999, 2002, 2003, 2004, | 2 | Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 6 | 6 | ||
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin index f805705ae6a..1ec783934e6 100755 --- a/lib-src/rcs-checkin +++ b/lib-src/rcs-checkin | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # This script accepts any number of file arguments and checks them into RCS. | 3 | # This script accepts any number of file arguments and checks them into RCS. |
| 4 | 4 | ||
| 5 | # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, |
| 6 | # 2005, 2006 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| 9 | # | 9 | # |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 795c70ecd85..371a52de66c 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -55,7 +55,7 @@ Report bugs to <bug-gnu-emacs@gnu.org>.' | |||
| 55 | Id='$Id$' | 55 | Id='$Id$' |
| 56 | 56 | ||
| 57 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | 57 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, |
| 58 | # 2004, 2005, 2006 Free Software Foundation, Inc. | 58 | # 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 59 | 59 | ||
| 60 | # This program is free software; you can redistribute it and/or modify | 60 | # This program is free software; you can redistribute it and/or modify |
| 61 | # it under the terms of the GNU General Public License as published by | 61 | # it under the terms of the GNU General Public License as published by |
| @@ -72,7 +72,7 @@ Id='$Id$' | |||
| 72 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 72 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 73 | # Boston, MA 02110-1301, USA. | 73 | # Boston, MA 02110-1301, USA. |
| 74 | 74 | ||
| 75 | Copyright='Copyright (C) 2006 Free Software Foundation, Inc. | 75 | Copyright='Copyright (C) 2007 Free Software Foundation, Inc. |
| 76 | This program comes with NO WARRANTY, to the extent permitted by law. | 76 | This program comes with NO WARRANTY, to the extent permitted by law. |
| 77 | You may redistribute copies of this program | 77 | You may redistribute copies of this program |
| 78 | under the terms of the GNU General Public License. | 78 | under the terms of the GNU General Public License. |
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index a8b2d441f9a..28f736ab843 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | standard output a file of texinfo input containing the doc strings. | 2 | standard output a file of texinfo input containing the doc strings. |
| 3 | 3 | ||
| 4 | Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, | 4 | Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, |
| 5 | 2004, 2005, 2006 Free Software Foundation, Inc. | 5 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c index 0fdb29b1f39..cd504c8c538 100644 --- a/lib-src/test-distrib.c +++ b/lib-src/test-distrib.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* test-distrib.c --- testing distribution of nonprinting chars | 1 | /* test-distrib.c --- testing distribution of nonprinting chars |
| 2 | 2 | ||
| 3 | Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, | 3 | Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, |
| 4 | 2004, 2005, 2006 Free Software Foundation, Inc. | 4 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index 56d873044e7..9f1c011ce79 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* update-game-score.c --- Update a score file | 1 | /* update-game-score.c --- Update a score file |
| 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 2cba89df421..21c6e70e9d8 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # This version is more compatible with rcsdiff(1). | 4 | # This version is more compatible with rcsdiff(1). |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, | 6 | # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, |
| 7 | # 2005, 2006 Free Software Foundation, Inc. | 7 | # 2005, 2006, 2007 Free Software Foundation, Inc. |
| 8 | # | 8 | # |
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | # | 10 | # |