W3C CVS Root

CVS log for libwww/LineMode/src/GridText.c

[BACK] Up to [Public] / libwww / LineMode / src

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Jun 7 11:11:22 2002 UTC (21 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, Release-5-4-0, HEAD
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2 lines
JK: doc update, removed a warning

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Aug 4 10:47:40 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
CVS tags: before_webdav, Release-5-3-1
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +31 -31 lines
JK: removed some compiler warnings

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jul 31 09:19:51 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
JK: fixed two function prototypes

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jul 28 10:09:48 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +10 -2 lines
JK: bug fixes submitted by Stefan Frosse Pawig
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0016.html

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Jun 30 00:51:40 1999 UTC (24 years, 9 months ago) by raff
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -2 lines
this is the right commit message for 1.49 :(

- LMHText_beginAnchor now creates a TextAnchor object only for the <A> tag
        (since it's called for every tag with a link attributes)
- LMHText_endAnchor checks that there is a current TextAnchor (could be
	a </A> without a corresponding <A>)
- added a text->current_anchor field to keep track of the current anchor
	instead of assuming it's the last (so it's possible to know when
	some text is inside the <A> </A> tag)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Jun 30 00:38:37 1999 UTC (24 years, 9 months ago) by raff
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +14 -5 lines
- make sure

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jun 24 20:44:56 1999 UTC (24 years, 10 months ago) by raff
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -1 lines
Disabled call to *_endAnchor since there isn't yet a corresponding call
to *_beginAnchor. This fixes a crash on </A> since *_endAnchor doesn't
do any check to make sure there really is an open anchor (the check should
be added anyway to cope with bad HTML).

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Jun 24 19:41:04 1999 UTC (24 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +54 -14 lines
The diffs below allow the linemode browser to compile and run with
libwww-5.2.6 and above.  The major enhancement is the use of callbacks
registered to the HText interface. See

    http://lists.w3.org/Archives/Public/www-lib/1999AprJun/0263.html

for details.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Feb 22 22:10:12 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8, Release-5-2-6
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +7 -20 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Aug 29 16:49:58 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2, Before-New-Trace-Messages
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +9 -1 lines
Support for frames in HTML parser and persistent cache fixes for NT. Slight changes to HText interface to better support nwe HTML elements

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Mar 9 15:31:59 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m, Release-5-1l, Release-5-1k, Release-5-1j
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
*** empty log message ***

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Mar 21 19:33:41 1997 UTC (27 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1g, Release-5-1e, Release-5-1d, Release-5-1b, Release-5-1a
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -6 lines
public version 5.1

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Sep 8 22:09:19 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1, Release-5-0a, Release-5-0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Persistent Cache

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Aug 24 18:10:40 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b5
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -65 lines
updates from test against CL server

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Aug 21 00:07:34 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b4
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
4.1beta4 again

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jul 4 18:40:50 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +23 -7 lines
beta 2

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Apr 14 01:23:31 1996 UTC (28 years ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0 lines
Context pointer in the Net callback

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Mar 4 03:14:19 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +14 -23 lines
Autoconf

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Feb 14 00:37:37 1996 UTC (28 years, 2 months ago) by eric
Branches: MAIN
CVS tags: autoconf
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +17 -14 lines
Substituted HTTrace for TTYPrint. -egp
Invented HTView for LineMode. -egp
Windows LineMode has dialogs. -egp

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Feb 11 22:36:45 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +24 -19 lines
HTMIME_putBlock optimized

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Feb 9 19:27:16 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +24 -17 lines
post HT_Mem

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Feb 1 23:33:20 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
4.0D

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Dec 9 23:42:50 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0C, v4/0B
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Upgrade release for 4.0

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Dec 7 00:05:55 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +10 -10 lines
next version

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Nov 29 19:19:34 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -0 lines
Next version

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Nov 20 00:12:56 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +62 -62 lines
Merged Error and Dialog system

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:22:25 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0 lines
pre and post callback

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Nov 5 23:08:28 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre5
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +8 -7 lines
4.0pre5

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Nov 5 21:17:13 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +14 -13 lines
windows

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Oct 15 03:30:11 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
TRACE changed to WWWTRACE

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Sep 16 21:24:05 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +12 -2 lines
most of version 4.0

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Sep 12 23:37:30 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -0 lines
Most of new version

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Sep 2 20:15:12 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -22 lines
update

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Sep 1 19:47:34 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -4 lines
MAC port :-)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Aug 27 23:20:53 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +65 -26 lines
no more HText requirement :-)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 23 21:33:21 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -16 lines
new event module and history management

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Aug 20 06:50:25 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +13 -6 lines
better PUT & POST - work on cache

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri May 19 02:07:42 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1pre2, v3/1pre1, v3/1, WinNT, NT1, NT, NNTP
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
final swap to MIT statements

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 21 16:29:22 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v3/0, WindowsNT
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +25 -21 lines
Getting back on the main branch

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Fri Mar 10 09:18:52 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 1.14.2.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.1: +6 -13 lines
Last prerelease

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 6 22:24:50 1995 UTC (29 years, 3 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -7 lines
Rather stable version

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Dec 6 14:37:50 1994 UTC (29 years, 4 months ago) by roeber
Branches: MAIN
CVS tags: with-configure
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -11 lines
Now uses GNU Autoconf

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 26 15:46:03 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0pre2, v3/0pre1, v2/15
Branch point for: without-configure
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +11 -12 lines
Last changes before release

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:13:06 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -7 lines
New COPYRIGHT and other things

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Sep 25 13:52:06 1994 UTC (29 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
A whole bunch of changes

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 8 16:05:23 1994 UTC (29 years, 8 months ago) by howcome
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +14 -0 lines
HWL applied CYRILLIC patches

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 4 21:24:37 1994 UTC (29 years, 11 months ago) by timbl
Branches: MAIN
CVS tags: v2/14
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Hope merges      work

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 9 17:34:56 1994 UTC (30 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -6 lines
HText_appendImage is now 'active' and problem with -p -w solved

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 24 17:43:29 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v2/13
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -0 lines
More leaks found with Purify

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 21 16:55:30 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -4 lines
First version with PURIFYcvs update!

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Feb 8 09:28:33 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Compiles but NOT tested

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 10 15:18:22 1993 UTC (30 years, 4 months ago) by timbl
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +14 -0 lines
NOT TESTED HALF FINISHED FOR ARI

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Sep 7 09:46:14 1993 UTC (30 years, 7 months ago) by timbl
Branches: MAIN
CVS tags: v2/12
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
oops fixed

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 7 09:15:36 1993 UTC (30 years, 7 months ago) by timbl
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +20 -5 lines
Remove output after stream closed bug

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 22 13:10:13 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -2 lines
Release 2.08

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 3 16:07:11 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Creating Linemode Browser first import, see version.make

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster