aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-01-07 12:57:42 +0000
committerJuanma Barranquero2008-01-07 12:57:42 +0000
commit07655e62cc63672267ed7452d4ee9663724b94b6 (patch)
tree285682110d71338859b27f01a066d9cf91334711 /lib-src
parentd254d939b7dfeae1082ac969ccc47d2750033d63 (diff)
downloademacs-07655e62cc63672267ed7452d4ee9663724b94b6.tar.gz
emacs-07655e62cc63672267ed7452d4ee9663724b94b6.zip
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index fea0048466e..4572259c931 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,7 +1,7 @@
12008-01-04 Glenn Morris <rgm@gnu.org> 12008-01-04 Glenn Morris <rgm@gnu.org>
2 2
3 * ebrowse.c (version) <emacs_copyright>: New variable. Just use 3 * ebrowse.c (version) <emacs_copyright>: New variable.
4 current year for copyright. 4 Just use current year for copyright.
5 5
6 * etags.c (print_version): 6 * etags.c (print_version):
7 * rcs2log (Copyright): Update to 2008. 7 * rcs2log (Copyright): Update to 2008.
@@ -980,7 +980,7 @@
980 980
9812003-09-10 Richard M. Stallman <rms@gnu.org> 9812003-09-10 Richard M. Stallman <rms@gnu.org>
982 982
983 * emacsclient.c (main): Use socket_name. 983 * emacsclient.c (main): Use socket_name.
984 984
9852003-09-10 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change) 9852003-09-10 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change)
986 986
@@ -1548,7 +1548,7 @@
1548 (main): Use username field. 1548 (main): Use username field.
1549 (read_score): Read it. 1549 (read_score): Read it.
1550 (push_score): Handle it. 1550 (push_score): Handle it.
1551 (write_scores) Write it. 1551 (write_scores): Write it.
1552 (read_score): Handle arbitrary length data. 1552 (read_score): Handle arbitrary length data.
1553 1553
15542002-03-30 Eli Zaretskii <eliz@is.elta.co.il> 15542002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
@@ -1848,9 +1848,9 @@
1848 1848
18492001-10-10 Jason Rumney <jasonr@gnu.org> 18492001-10-10 Jason Rumney <jasonr@gnu.org>
1850 1850
1851 * makefile.w32-in (ALL) Do not include fakemail. 1851 * makefile.w32-in (ALL): Do not include fakemail.
1852 1852
1853 * makefile.nt (install) Ditto. 1853 * makefile.nt (install): Ditto.
1854 1854
18552001-10-09 Gerd Moellmann <gerd@gnu.org> 18552001-10-09 Gerd Moellmann <gerd@gnu.org>
1856 1856
@@ -2077,7 +2077,7 @@
2077 (consider_token): Automatic set C++ mode. 2077 (consider_token): Automatic set C++ mode.
2078 (C_entries): New security check for yacc. 2078 (C_entries): New security check for yacc.
2079 (print_language_names, print_help): Mention the autodetect 2079 (print_language_names, print_help): Mention the autodetect
2080 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.
2081 (C_entries): Tag C++ forward declarations if --declarations. 2081 (C_entries): Tag C++ forward declarations if --declarations.
2082 (C_entries): Don't be fooled by things like XDEFUN. 2082 (C_entries): Don't be fooled by things like XDEFUN.
2083 (consider_token): Discard asm pseudo function. 2083 (consider_token): Discard asm pseudo function.
@@ -4104,7 +4104,7 @@
4104 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which 4104 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
4105 replaces the (now obsolescent) -n login fullname mailaddr option. 4105 replaces the (now obsolescent) -n login fullname mailaddr option.
4106 Add -R option for recursive rlog. 4106 Add -R option for recursive rlog.
4107 (AWK): New environment variable (default `awk') for awk program name. 4107 (AWK): New environment variable (default `awk') for awk program name.
4108 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars. 4108 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
4109 Quote authors and fullnames correctly. 4109 Quote authors and fullnames correctly.
4110 Don't omit path from repository root when logging CVS files. 4110 Don't omit path from repository root when logging CVS files.
@@ -6358,7 +6358,7 @@
63581988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 63581988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6359 6359
6360 * etags.c: Handle `typedef struct foo {' (price@mcc.com). 6360 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
6361 (istoken) New string-comparison macro. 6361 (istoken): New string-comparison macro.
6362 (consider_token): New arg `level'. New state `tag_ok' in `tydef'. 6362 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
6363 6363
63641988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 63641988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)