aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorAndré Spiegel2001-10-05 11:54:13 +0000
committerAndré Spiegel2001-10-05 11:54:13 +0000
commitf2e7e23e006d70f2887e38b6e867264e847941b2 (patch)
tree593f642624e6438edf3165e5c70b8aee9a6db0bc /lib-src/ChangeLog
parentc6892044967e3c75bf231877d3e6b8c8b1486fc8 (diff)
downloademacs-f2e7e23e006d70f2887e38b6e867264e847941b2.tar.gz
emacs-f2e7e23e006d70f2887e38b6e867264e847941b2.zip
#
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index bb90d3c0c39..6a7e07727d3 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -26,6 +26,32 @@
26 * etags.c (analyse_regex): If regex_arg is NULL, return 26 * etags.c (analyse_regex): If regex_arg is NULL, return
27 immediately after a call to free_patterns. 27 immediately after a call to free_patterns.
28 28
292001-09-05 Paul Eggert <eggert@twinsun.com>
30
31 * rcs2log (Help, mainline code): Add new option -L FILE.
32 (Copyright): Update year.
33 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
34 LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
35 C locale.
36 (mainline code): Handle nonstandard -u option differently, by
37 transforming it to standard form. Check for "Working file: ", not
38 "Working file:". Allow file names with spaces.
39 (SOH, rlogfile): New shell vars.
40 (rlogout): Remove. Its old functionality is mostly migrated to
41 rlogfile.
42
43 Append ';;' to the last arm of every case statement, for
44 portability to ancient broken BSD shells.
45
46 (logins): Fix bug; was not being computed at all, lowering
47 performance.
48 (pository): New var. This fixes some bugs where repositories are
49 remote, or have trailing slashes.
50 (authors): $llogout is never an empty shell var, so don't worry
51 about that possibility.
52 (printlogline, mainline code): Fix bug with SOH's being put into
53 the output.
54
292001-09-01 Eli Zaretskii <eliz@is.elta.co.il> 552001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
30 56
31 * ebrowse.c (SEEK_END): #define if not defined by system headers. 57 * ebrowse.c (SEEK_END): #define if not defined by system headers.