diff options
| author | Chong Yidong | 2011-01-02 15:31:19 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-02 15:31:19 -0500 |
| commit | 7c420169baa7c50428589cca7f8eda71b462eb15 (patch) | |
| tree | b556f9e181818bbaf8b5b425844b4ae26e88f537 /lib-src | |
| parent | bb7f5cbcda931661c8dc3311603ac764fa87a639 (diff) | |
| parent | d12f22f52cb7bb18b46f5ea8de5d8e8e04733e3f (diff) | |
| download | emacs-7c420169baa7c50428589cca7f8eda71b462eb15.tar.gz emacs-7c420169baa7c50428589cca7f8eda71b462eb15.zip | |
Merge changes from emacs-23 branch
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lib-src/ebrowse.c | 9 | ||||
| -rw-r--r-- | lib-src/etags.c | 9 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 7 |
4 files changed, 15 insertions, 16 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 160a19099a3..c9031421cea 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-01-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ebrowse.c (version) <emacs_copyright>: | ||
| 4 | * etags.c (print_version) <emacs_copyright>: | ||
| 5 | * rcs2log (Copyright): Set short copyright year to 2011. | ||
| 6 | |||
| 1 | 2010-11-27 Joe Matarazzo <joe.matarazzo@gmail.com> (tiny change) | 7 | 2010-11-27 Joe Matarazzo <joe.matarazzo@gmail.com> (tiny change) |
| 2 | 8 | ||
| 3 | * ebrowse.c (yylex): If end of input buffer encountered while | 9 | * ebrowse.c (yylex): If end of input buffer encountered while |
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 81067a90819..72709503070 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -1,8 +1,8 @@ | |||
| 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, 2007, 2008, 2009, 2010 | 4 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
| @@ -3577,7 +3577,7 @@ void | |||
| 3577 | version (void) | 3577 | version (void) |
| 3578 | { | 3578 | { |
| 3579 | /* Makes it easier to update automatically. */ | 3579 | /* Makes it easier to update automatically. */ |
| 3580 | char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc."; | 3580 | char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; |
| 3581 | 3581 | ||
| 3582 | printf ("ebrowse %s\n", VERSION); | 3582 | printf ("ebrowse %s\n", VERSION); |
| 3583 | puts (emacs_copyright); | 3583 | puts (emacs_copyright); |
| @@ -3877,7 +3877,4 @@ main (int argc, char **argv) | |||
| 3877 | return EXIT_SUCCESS; | 3877 | return EXIT_SUCCESS; |
| 3878 | } | 3878 | } |
| 3879 | 3879 | ||
| 3880 | /* arch-tag: fc03b4bc-91a9-4c3d-b3b9-12a77fa86dd8 | ||
| 3881 | (do not change this comment) */ | ||
| 3882 | |||
| 3883 | /* ebrowse.c ends here */ | 3880 | /* ebrowse.c ends here */ |
diff --git a/lib-src/etags.c b/lib-src/etags.c index abc8b06dd8e..f06e714c041 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -29,8 +29,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, | 31 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, |
| 32 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 32 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
| 33 | Free Software Foundation, Inc. | 33 | 2011 Free Software Foundation, Inc. |
| 34 | 34 | ||
| 35 | This file is not considered part of GNU Emacs. | 35 | This file is not considered part of GNU Emacs. |
| 36 | 36 | ||
| @@ -891,7 +891,7 @@ static void | |||
| 891 | print_version (void) | 891 | print_version (void) |
| 892 | { | 892 | { |
| 893 | /* Makes it easier to update automatically. */ | 893 | /* Makes it easier to update automatically. */ |
| 894 | char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc."; | 894 | char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; |
| 895 | 895 | ||
| 896 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); | 896 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); |
| 897 | puts (emacs_copyright); | 897 | puts (emacs_copyright); |
| @@ -6725,7 +6725,4 @@ xrealloc (char *ptr, unsigned int size) | |||
| 6725 | * End: | 6725 | * End: |
| 6726 | */ | 6726 | */ |
| 6727 | 6727 | ||
| 6728 | /* arch-tag: 8a9b748d-390c-4922-99db-2eeefa921051 | ||
| 6729 | (do not change this comment) */ | ||
| 6730 | |||
| 6731 | /* etags.c ends here */ | 6728 | /* etags.c ends here */ |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 2a2eab83fcb..5808068f646 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | # RCS to ChangeLog generator | 3 | # RCS to ChangeLog generator |
| 4 | 4 | ||
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, |
| 6 | # 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 6 | # 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 7 | # Free Software Foundation, Inc. | 7 | # Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | # Author: Paul Eggert <eggert@twinsun.com> | 9 | # Author: Paul Eggert <eggert@twinsun.com> |
| 10 | 10 | ||
| @@ -22,7 +22,7 @@ | |||
| 22 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | 22 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | Copyright='Copyright (C) 2010 Free Software Foundation, Inc. | 25 | Copyright='Copyright (C) 2011 Free Software Foundation, Inc. |
| 26 | This program comes with NO WARRANTY, to the extent permitted by law. | 26 | This program comes with NO WARRANTY, to the extent permitted by law. |
| 27 | You may redistribute copies of this program | 27 | You may redistribute copies of this program |
| 28 | under the terms of the GNU General Public License. | 28 | under the terms of the GNU General Public License. |
| @@ -777,4 +777,3 @@ exec rm -fr $logdir | |||
| 777 | # tab-width:4 | 777 | # tab-width:4 |
| 778 | # End: | 778 | # End: |
| 779 | 779 | ||
| 780 | # arch-tag: cea067bd-a552-4254-ba17-078208933073 | ||