Skip to content

Commit 1a7340b

Browse files
committed
snapshot of project "tin", label ctin961024
1 parent c0bd1b4 commit 1a7340b

17 files changed

Lines changed: 580 additions & 252 deletions

File tree

CHANGES

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
--unoff BETA release 961021 --
1+
--unoff BETA release 961024 --
2+
3+
204) Dirk Nimmich <nimmich@uni-muenster.de>
4+
BUG. No authentication upon request from server
5+
BUG. attributes file trashed on a bad write (see 026)
6+
ADD. Fall back on console input if no .newsauth is present
7+
FIX. several supplied patches
8+
9+
--unoff BETA release 961022 --
210

311
203) Roland Rosenfeld <roland@spinnaker.rhein.de>
412
ADD. References:-header (In-Reply-to:) to mail-reply

MANIFEST

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
MANIFEST for tin-1.3-unoff-BETA-961022 (Wed Oct 23 01:12:58 MET DST 1996)
1+
MANIFEST for tin-1.3-unoff-BETA-961024 (Thu Oct 24 19:20:52 MET DST 1996)
22
----------------------------------------------------
3-
44298 ./CHANGES
4-
12661 ./TODO
5-
5290 ./Makefile
3+
44586 ./CHANGES
4+
12831 ./TODO
5+
5314 ./Makefile
66
17527 ./INSTALL
7-
2213 ./MANIFEST
7+
2236 ./MANIFEST
88
1659 ./README
99
896 ./tinpp
1010
20718 ./aclocal.m4
@@ -13,19 +13,20 @@ MANIFEST for tin-1.3-unoff-BETA-961022 (Wed Oct 23 01:12:58 MET DST 1996)
1313
4771 ./install.sh
1414
11609 ./makefile.in
1515
1014 ./conf-tin
16-
71236 ./doc/tin.1
17-
1822 ./doc/hashing.doc
1816
1330 ./doc/DEBUG_REFS
17+
12018 ./doc/auth.txt
18+
1727 ./doc/hashing.doc
19+
71236 ./doc/tin.1
1920
2511 ./include/amiga.h
2021
2131 ./include/amigatcp.h
2122
12205 ./include/conf.h
2223
8482 ./include/config.h
23-
40872 ./include/extern.h
24+
40888 ./include/extern.h
2425
14068 ./include/menukeys.h
2526
718 ./include/msmail.h
2627
4764 ./include/nntplib.h
2728
2233 ./include/os_2.h
28-
29558 ./include/proto.h
29+
29508 ./include/proto.h
2930
1376 ./include/stpwatch.h
3031
42991 ./include/tin.h
3132
810 ./include/version.h
@@ -36,39 +37,39 @@ MANIFEST for tin-1.3-unoff-BETA-961022 (Wed Oct 23 01:12:58 MET DST 1996)
3637
13003 ./src/amiga.c
3738
4429 ./src/amigatcp.c
3839
37902 ./src/art.c
39-
23169 ./src/attrib.c
40+
23805 ./src/attrib.c
4041
8220 ./src/charset.c
4142
1560 ./src/color.c
42-
56971 ./src/config.c
43+
56977 ./src/config.c
4344
19730 ./src/curses.c
4445
12284 ./src/debug.c
4546
2800 ./src/envarg.c
4647
19459 ./src/feed.c
4748
35985 ./src/filter.c
48-
10802 ./src/getline.c
49+
10936 ./src/getline.c
4950
41333 ./src/group.c
5051
3204 ./src/hashstr.c
5152
9487 ./src/help.c
5253
12100 ./src/inews.c
5354
29402 ./src/init.c
54-
55204 ./src/lang.c
55+
55222 ./src/lang.c
5556
1739 ./src/list.c
5657
12059 ./src/mail.c
5758
17803 ./src/main.c
5859
10991 ./src/memory.c
5960
47075 ./src/misc.c
6061
7228 ./src/msmail.c
61-
33234 ./src/newsrc.c
62+
33288 ./src/newsrc.c
6263
26382 ./src/nntplib.c
6364
31334 ./src/nntpw32.c
6465
6143 ./src/nrctbl.c
65-
26886 ./src/open.c
66+
27513 ./src/open.c
6667
6246 ./src/os_2.c
6768
35696 ./src/page.c
6869
24090 ./src/parsdate.y
6970
6531 ./src/pgp.c
7071
74795 ./src/post.c
71-
9002 ./src/prompt.c
72+
9044 ./src/prompt.c
7273
53 ./src/proto.sed
7374
22368 ./src/refs.c
7475
8715 ./src/rfc1521.c
@@ -90,4 +91,4 @@ MANIFEST for tin-1.3-unoff-BETA-961022 (Wed Oct 23 01:12:58 MET DST 1996)
9091
10462 ./src/Makefile.in
9192
4278 ./src/l1_next.tab
9293
4278 ./src/next_l1.tab
93-
1554886 total
94+
1568797 total

Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROJECT = tin
44
EXE = tin
55
MANEXT = 1
66
LVER = 1.3
7-
PVER = 961022
7+
PVER = 961024
88
VER = $(LVER)-unoff-BETA-$(PVER)
99
MAIL_ADDR = "urs@akk.uni-karlsruhe.de"
1010

@@ -90,9 +90,10 @@ CFILES = \
9090
$(SRCDIR)/vms.c
9191

9292
DOC = \
93-
$(DOCDIR)/$(EXE).$(MANEXT) \
93+
$(DOCDIR)/DEBUG_REFS \
94+
$(DOCDIR)/auth.txt \
9495
$(DOCDIR)/hashing.doc \
95-
$(DOCDIR)/DEBUG_REFS
96+
$(DOCDIR)/$(EXE).$(MANEXT)
9697

9798
TOP = \
9899
$(TOPDIR)/CHANGES \
@@ -196,7 +197,7 @@ tar:
196197
@$(TAR) cvzf $(PROJECT)$(VER).tgz -C ../ \
197198
`$(ECHO) $(ALL_FILES) \
198199
| $(TR) -s '[[:space:]]' "[\012*]" \
199-
| $(SED) 's/^/$(PVER)\//' \
200+
| $(SED) 's,^\./,$(PVER)/,' \
200201
| $(TR) "[\012]" " "`
201202
@$(CHMOD) 644 $(PROJECT)$(VER).tgz
202203
@$(LS) $(PROJECT)$(VER).tgz

TODO

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ o When tagging/auto-selecting files to be saved and decoded, if a tagged
7070
o Colors are not reset when tin is suspended with ^Z (signal.c)
7171

7272
o According to 026) in CHANGES, some of the config files can be
73-
trashed on a bad write
73+
trashed on a bad write (except .newsrc/tinrc/attributes)
7474

7575
o full_page_scroll=OFF seems not to work
7676

@@ -183,6 +183,11 @@ o posting to a binaries group should warn if no followup is set to another
183183
o when posting to a group which name has a uppercase-letter: bring up a
184184
warning: "Newsgroup-names should be all lowercase, correct it? (Y/n)"
185185

186+
o when server responses with:
187+
"441 The newsgroup "foo.bar" has been renamed to "bar.foo"."
188+
ask the user if he want's to post to "bar.foo" instead of "foo.bar"
189+
(Y/n)
190+
186191
Docs/online help
187192
----------------
188193
o man page is well out of date and is buggy. Rewrite.
@@ -214,8 +219,6 @@ o what is with NEW_HASH_METHOD in misc.c?
214219

215220
o what is with HAVE_GENERIC_AUTHINFO in open.c?
216221

217-
o what is with USE_GENAUTH in open.c?
218-
219222
o what is with setup_soft_base - anyone remembering where it was used and
220223
the the code was not stripped after it was considered as no longer needed?
221224

0 commit comments

Comments
 (0)