aboutsummaryrefslogtreecommitdiff
path: root/src/appl/mailquery/ChangeLog
blob: 70d271caeb817c66d659f95c8d1bd3e764fb987d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Wed Mar  1 11:55:43 1995  Theodore Y. Ts'o  <tytso@dcl>

	* configure.in: Replace check for -lsocket and -lnsl with
	        WITH_NETLIB check.

Tue Feb 28 01:52:34 1995  John Gilmore  (gnu at toad.com)

	* poplib.c:  Avoid <krb5/...> includes.

Tue Feb 14 15:30:55 1995 Chris Provenzano  (proven@mit.edu)

	* poplib.c (pop_init): Call krb5_sendauth() with new calling convention

Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)

    * Added krb5_context to all krb5_routines

Mon Jan  2 14:41:14 1995  Richard Basch  (probe@tardis)

	* mailquery.c
	  	Issue QUIT pop command, when done retrieving messages.

Wed Nov  2 21:08:04 1994  Theodore Y. Ts'o  (tytso@dcl)

	* poplib.c (getline, multiline): NULL should not be used as a
		character assignment value.  Use '\0' instead.

Mon Oct  3 19:17:31 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Use $(srcdir) to find manual page for make install.

Thu Sep 29 22:53:17 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Relink executables if libraries change

Thu Sep 15 11:34:46 1994  Theodore Y. Ts'o  (tytso@dcl)

	* configure.in: Moved CONFIG_RULES before AC_HAVE_LIBRARY() rules,
		so that they work. 

Thu Aug 18 16:15:36 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Added missing $(LIBS) to link line.

Thu Aug 18 13:43:07 1994  Theodore Y. Ts'o  (tytso at tsx-11)

	* mailquery.c: Move usage() before main() to solve redeclaration
	error.

	* mailquery.c: Add #include <string.h> to fix compiler kvetching.

Tue Aug  9 16:45:53 1994  Tom Yu  (tlyu@dragons-lair)

	* poplib.c: fix stupid sterror bug

	* Makefile.in:
	* configure.in: make install fixes

	* poplib.c: Ultrix cpp doesn't like '#error'

	* Makefile.in: oops forgot about $(COMERRLIB)