aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2008-01-09 01:21:15 +0000
committerMiles Bader2008-01-09 01:21:15 +0000
commit430d2ee2919b2d4693780f2474ba40148442d206 (patch)
treeea4b697cc7403cfffa9f4dcad08c61345a1d31b0 /lib-src/ChangeLog
parentbcab78b72bd640d41c7b4268e05e9f3f9e2c69c1 (diff)
parent59ce725a3b68cbc324f01bc8dc5f9e07286431d1 (diff)
downloademacs-430d2ee2919b2d4693780f2474ba40148442d206.tar.gz
emacs-430d2ee2919b2d4693780f2474ba40148442d206.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog24
1 files changed, 16 insertions, 8 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 36929ebc24a..8cdce18bd87 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,11 @@
12008-01-04 Glenn Morris <rgm@gnu.org>
2
3 * ebrowse.c (version) <emacs_copyright>: New variable.
4 Just use current year for copyright.
5
6 * etags.c (print_version):
7 * rcs2log (Copyright): Update to 2008.
8
12007-11-28 Jason Rumney <jasonr@gnu.org> 92007-11-28 Jason Rumney <jasonr@gnu.org>
2 10
3 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. 11 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
@@ -972,7 +980,7 @@
972 980
9732003-09-10 Richard M. Stallman <rms@gnu.org> 9812003-09-10 Richard M. Stallman <rms@gnu.org>
974 982
975 * emacsclient.c (main): Use socket_name. 983 * emacsclient.c (main): Use socket_name.
976 984
9772003-09-10 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change) 9852003-09-10 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change)
978 986
@@ -1540,7 +1548,7 @@
1540 (main): Use username field. 1548 (main): Use username field.
1541 (read_score): Read it. 1549 (read_score): Read it.
1542 (push_score): Handle it. 1550 (push_score): Handle it.
1543 (write_scores) Write it. 1551 (write_scores): Write it.
1544 (read_score): Handle arbitrary length data. 1552 (read_score): Handle arbitrary length data.
1545 1553
15462002-03-30 Eli Zaretskii <eliz@is.elta.co.il> 15542002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
@@ -1840,9 +1848,9 @@
1840 1848
18412001-10-10 Jason Rumney <jasonr@gnu.org> 18492001-10-10 Jason Rumney <jasonr@gnu.org>
1842 1850
1843 * makefile.w32-in (ALL) Do not include fakemail. 1851 * makefile.w32-in (ALL): Do not include fakemail.
1844 1852
1845 * makefile.nt (install) Ditto. 1853 * makefile.nt (install): Ditto.
1846 1854
18472001-10-09 Gerd Moellmann <gerd@gnu.org> 18552001-10-09 Gerd Moellmann <gerd@gnu.org>
1848 1856
@@ -2069,7 +2077,7 @@
2069 (consider_token): Automatic set C++ mode. 2077 (consider_token): Automatic set C++ mode.
2070 (C_entries): New security check for yacc. 2078 (C_entries): New security check for yacc.
2071 (print_language_names, print_help): Mention the autodetect 2079 (print_language_names, print_help): Mention the autodetect
2072 feature, do not show help for the -C option, now mostly useless. 2080 feature, do not show help for the -C option, now mostly useless.
2073 (C_entries): Tag C++ forward declarations if --declarations. 2081 (C_entries): Tag C++ forward declarations if --declarations.
2074 (C_entries): Don't be fooled by things like XDEFUN. 2082 (C_entries): Don't be fooled by things like XDEFUN.
2075 (consider_token): Discard asm pseudo function. 2083 (consider_token): Discard asm pseudo function.
@@ -4096,7 +4104,7 @@
4096 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which 4104 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
4097 replaces the (now obsolescent) -n login fullname mailaddr option. 4105 replaces the (now obsolescent) -n login fullname mailaddr option.
4098 Add -R option for recursive rlog. 4106 Add -R option for recursive rlog.
4099 (AWK): New environment variable (default `awk') for awk program name. 4107 (AWK): New environment variable (default `awk') for awk program name.
4100 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars. 4108 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
4101 Quote authors and fullnames correctly. 4109 Quote authors and fullnames correctly.
4102 Don't omit path from repository root when logging CVS files. 4110 Don't omit path from repository root when logging CVS files.
@@ -6350,7 +6358,7 @@
63501988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 63581988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6351 6359
6352 * etags.c: Handle `typedef struct foo {' (price@mcc.com). 6360 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
6353 (istoken) New string-comparison macro. 6361 (istoken): New string-comparison macro.
6354 (consider_token): New arg `level'. New state `tag_ok' in `tydef'. 6362 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
6355 6363
63561988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 63641988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
@@ -6422,7 +6430,7 @@
6422 6430
6423 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 6431 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
6424 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 6432 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
6425 2006, 2007 Free Software Foundation, Inc. 6433 2006, 2007, 2008 Free Software Foundation, Inc.
6426 6434
6427 This file is part of GNU Emacs. 6435 This file is part of GNU Emacs.
6428 6436