W3C CVS Root

CVS log for Amaya/amaya/transparse.c

[BACK] Up to [Public] / Amaya / amaya

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Dec 5 08:31:42 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2, Amaya-11-1, Amaya-11-0
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
Panels were redisplayed too frequently
Irene

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed May 7 13:49:04 2008 UTC (16 years, 1 month ago) by kia
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
char* => const char*
(Regis patches + many many others)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Jan 9 16:24:02 2008 UTC (16 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-10-0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
Transformations didn't work when the parent element is a template element
Irene

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Jun 14 15:14:33 2005 UTC (19 years ago) by gully
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-9-2-1, Amaya-9-2
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
fix warnings
S. GULLY

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Jun 7 13:37:11 2005 UTC (19 years ago) by gully
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
code cleaning + warning fixes
S. GULLY

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Jun 6 15:23:47 2005 UTC (19 years ago) by gully
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +129 -129 lines
fix warnings
S. GULLY

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:34 2005 UTC (19 years ago) by vatton
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Nov 16 14:08:56 2004 UTC (19 years, 7 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-1
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +5 -0 lines
Implementation of the WX transform dialogue
+ bug fix with spellcheck.
Irene

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:06 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-7, Amaya-8-6, Amaya-8-5, Amaya-8-4, Amaya-8-3
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Removing _I18N_ within amaya and annotlib directories
Extending the copyright to 2004
Adding needed convertions utf-8 to the default charset.
Irene

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Dec 16 12:10:07 2003 UTC (20 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Rename flags _WINDOWS by _WINGUI
+ the flag _WINDOWS must be used only for windows specific code.
+ the flag _WINGUI must be used only for old windows gui stuff.

S. GULLY

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Dec 8 12:16:21 2003 UTC (20 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +16 -8 lines
Translation of transformation files.
Irene

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Nov 18 08:10:23 2003 UTC (20 years, 7 months ago) by gully
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +128 -128 lines
This is the Amaya C++ version : ie amaya uses now g++ (c++ version of gcc)

WARNING:
Before compilation do :
    - On debian just install g++ : "apt-get install g++"
    - A cvs update into libwww directory because there is a expat header to update.
    - "rm -rf *"
    - "../configure [options...]"

S. GULLY

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Oct 16 15:03:18 2003 UTC (20 years, 8 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-2
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Fixing a crash with transformations.
Irene

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Oct 13 12:36:32 2003 UTC (20 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +959 -950 lines
It's now possible to call a menu action from the transformation menu.
The rule takes the form $FunctionName
This kind of transformation is used to transform <td> and <th> elements.
Irene

Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:42:12 2003 UTC (21 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-1b, Amaya-8-1, Amaya-8-0, Amaya-7-2
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
New COPYRIGHT.
Irene

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Sep 19 09:04:44 2001 UTC (22 years, 9 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0, Amaya-6-4, Amaya-6-3, Amaya-6-2, Amaya-6-1, Amaya-6-0, Amaya-5-3, Amaya-5-2
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Renaming GRAPH_TYPE into SVG_TYPE
Laurent

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Sep 7 15:05:26 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
I18N stuff
Irene

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue May 29 14:42:50 2001 UTC (23 years ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-1, Amaya-5-0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Unicode clean up.
Irene

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Mar 28 16:28:55 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +10 -10 lines
Code clean up
Irene

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Mar 16 16:40:28 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-2
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +158 -158 lines
Removing CHAR_T, ustr, ufopen, usprintf from these files.
Irene

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Mar 16 12:05:22 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +65 -65 lines
Removing the macro TEXT ()
Irene

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Feb 9 15:01:40 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-1, Amaya-4-3
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +52 -335 lines
Sorry Ralph the new function ResetSearchInDocument was misplaced.
Irene

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:40:35 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Change the content of the "Panic" error messages.
Add a specific message when the length of an attribute value is longer than the maximum length buffer.
LC

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Dec 14 09:01:58 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-1-2
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -0 lines
There was a confusion between the MathML and the GraphML schema during
the export.
Fixing some compilation warnings too.
Irene

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Nov 22 15:52:59 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-1-0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +8 -7 lines
Test if an unknown attribute in a XML document is caused by the current profile
LC

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Oct 5 08:11:25 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-0-0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
Amaya crashed when reading an invalid HTML document.
Irene

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Sep 14 08:18:08 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Cleaning up the code + new temporary version number.
Irene

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Sep 5 13:44:46 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +422 -622 lines
Amaya transformations were broken.
Fixing some minor bugs too.
Irene

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Apr 11 15:06:48 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1 lines
Bug fix: Character thorn and yuml ignored when reading a html or text file.
VQ.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Mar 17 12:24:39 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
New features: Browsing and saving HTML files according to the charset.
              Charset may be given by the http header or the http-equiv
              element.

Ramzi.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Mar 13 15:57:30 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Unicode:

New features:

Autodection of charset if available in the http header.
Autodection of charset if not vailable in the http heaader but
available in the HTML source.
If no information about charset it is intialized to UTF-8 by default.

New function: TtaGetCharset.

Amaya is able to handle the following charsets:

utf-8
iso-8859-1
iso-8859-2
iso-8859-3
iso-8859-4
iso-8859-5
iso-8859-6
iso-8859-7
iso-8859-8
iso-8859-9

windows 1250 code page
windows 1251 code page
windows 1252 code page
windows 1253 code page
windows 1254 code page
windows 1255 code page
windows 1256 code page
windows 1257 code page

Ramzi

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Feb 25 17:05:46 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +20 -20 lines
Unicode:

TtaGetNextWideCharFromMultibyteString (CHAR_T*, char**, CHARSET)

CHARSET is a new parameter indicating th echaracter encoding:

typedef enum {
  ISOLatin1,
  ISOLatin2,
  ...
  ISOLatin6,
  UTF7,
  UTF8,
  UTF16
} CHARSET;

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Feb 16 17:04:02 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
Unicode.
New Features:
- html2thot.c
  * GetNextChar allows to get the next Wide Char from a file or a buffer.
  * ParseHTMLError writes a multibyte string into the output file. This file
    is supposed to be UTF 8 for the moment.

- config.c
  New function: GetNextWideCharFromMultibyteString allows to read the right number
  bytes into a string coded in char* (bytes) and gives a Wide Char.
  This function is used in getFirstWord, getSecondWord, SingleWord, getStringAfterColon.
  It also will be used for the HTML parser.


- fileaccess.c
  New function:
  * TtaGetWideChar reads the right number of bytes to give a wide char
  * TtaWriteWideChar transforms a wide char into the right number of bytes and writes
    the bytes into a file.
  Modified functoins:
  * TtaWriteDocIdent
  * TtaCheckDirectory
  * TtaReadOpen

- uio.c
  New function: ufgets allows to read the right number of bytes from a given
  file to give a Wide character string which length is N (parameter of ufgets).
  If N > NB (number of wide characters remaining) then ufgets returns a
  Wide Character String whitch length is NB.
  if EOF then ufgets returns NULL.

- css.c
  Style sheets are handled as Wide Characters now.
  LoadStyleSheets is adapted to handle Wide Character Strings.

- mesage.c
  TtaGetMessageTable allowd to fill a table of Wide Character
  Strings from a file.

- registry.c
  New function WGetEnv.
  Windows provides _wgetenv to get system env vars coded in Wide Characters
  * WGetEnv does the samething on Unix.

  Modified functions:
  * TtaGetEnvString
  * TtaGetDefEnvString

- platforms.c
  Modified function: TtaFileExist.

Work still to do:
- interface with libwww
- interface with motif dialogs.

Ramzi.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jan 24 16:51:53 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Unicode.

Ramzi

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jan 18 16:32:19 2000 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Unicode.

Bug fixed: Comment line in registry were handled as normal statements.

Ramzi.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Jan 17 10:33:31 2000 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Unicode.

Ramzi.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Jan 12 14:15:21 2000 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Preparing for Unicode.
Ramzi.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Dec 23 10:12:40 1999 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
Conformance to XHTML 1.0: all HTML names are now lower case (tag names,
attribute names, attribute value names).
VQ.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Dec 6 08:58:43 1999 UTC (24 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -1 lines
Fixing some warning messages sent by the C compiler
VQ

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Nov 26 16:53:18 1999 UTC (24 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +31 -4 lines
Fixing some memory leaks.
Irene

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Oct 1 15:09:36 1999 UTC (24 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Bugs fixed:
Short cuts: No more Windows accel. table used in Amaya.
SaveAsForm: The suffix is updated according to HTML, XHTML or TEXT.
Attrubte/Event/Event Item: The Focus is given to the edit windows.
Ramzi.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Sep 10 07:37:12 1999 UTC (24 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
Make Amaya able to print with CSS and fix some bugs in the CSS parser:
- Amaya didn't detect complex selectors and managed them as simple selectors
- Amaya tried to interpret CSS comment within CSS rules.
Irene

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Aug 27 09:23:59 1999 UTC (24 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Remove Windows warnings
Irene

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Jun 27 16:26:47 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +93 -93 lines
Preparing Unicode version: String management.

Ramzi.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jun 2 12:43:25 1999 UTC (25 years ago) by cvs
Branches: MAIN
CVS tags: Release-2-1
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +13 -13 lines
Rename the Thot boolean into ThotBool to avoid conflicts with jpeg includes.
Extend the CSS structure to take included structures into account
iIrene

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Apr 21 12:31:33 1999 UTC (25 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
F2 key to select.
Unicode Stuff.
Ramzi.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Apr 15 13:16:31 1999 UTC (25 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +86 -86 lines
Various bugs were fixed (Windows).

Unicode support. Please, because of some incompatibility with Windoz, use:
CHAR_T   instead of CHAR
UCHAR_T  ------- -- UCHAR
PCHAR_T  ------- -- PCHAR
PUCHAR_T ------- -- PUCHAR

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Mar 2 09:45:09 1999 UTC (25 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -0 lines
Cleaning code.
Ramzi.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Feb 17 15:33:00 1999 UTC (25 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -1 lines
Changing the transformation callback method
Updated P schema RapportChPP
Bug corrected in transformations

Stephane

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jan 29 17:21:42 1999 UTC (25 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +173 -173 lines
Support of unicode in Amaya.
Ramzi.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Dec 17 10:39:01 1998 UTC (25 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Errors detected on Linux platform
Irene

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Oct 18 06:26:37 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -1 lines
removed warning
stephane

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Apr 8 10:01:14 1998 UTC (26 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
Irene

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Feb 27 13:49:01 1998 UTC (26 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +22 -22 lines
Memory problems (Winduabe).
Ramzi.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Feb 19 17:14:04 1998 UTC (26 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +10 -4 lines
patches of transformation modules to follow parser evolution
Stephane

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Dec 10 15:24:46 1997 UTC (26 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +125 -31 lines
MathML transformations.
Stephane.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Oct 13 11:47:26 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +51 -50 lines
Windob'
Ramzi.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Oct 9 12:36:58 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +15 -10 lines
transfer by buffer
new transformations
stephane

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Oct 8 10:50:22 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -0 lines
remove traces
stephane

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Sep 19 07:21:01 1997 UTC (26 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -1 lines
Bug fix: trying to transform a MROOT into a H3 core dumped.

VQ.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Sep 12 14:24:56 1997 UTC (26 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
New math and html transformations
Stef.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Sep 12 12:50:03 1997 UTC (26 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +19 -15 lines
fixed bugs in MathML transformations :
insertion of invisible elements needed for editing and formatting
use of parenthesis in quoted expressions (parser trans)

Improved the set of math transformations

steph.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Sep 5 13:34:09 1997 UTC (26 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +49 -24 lines
corrected minor bugs with math transformation
selection and transformations
separated HTML.trans and MathML.trans
Stephane

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jul 29 09:21:38 1997 UTC (26 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +161 -146 lines
Transformation in MathMl added.
stephane.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jul 21 12:25:13 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +12 -8 lines
Changing paramater type for functions

  MapGI
  GIType
  GITagNameByType

(int -> ElementType)

VQ.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jul 8 15:48:05 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +26 -8 lines
fixed the selection re-display
changed access to .trans file

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon May 26 09:01:55 1997 UTC (27 years ago) by cvs
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Irene

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jan 31 11:29:51 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0b, AMAYA_0_95b
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Modified EXPORT en THOT_EXPORT, first steps for Kaffe integration and
event loop rewriting, Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 14 12:21:44 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0a, AMAYA_0_95a
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -11 lines
Insure ++
+ Authors in Amaya code
+ new printmenu
Irene

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 6 10:51:20 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: THOT_SOURCES_2_0, AMAYA_SOURCES_0_95
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -9 lines
Cheking warning messages (amaya directory).
Ramzi.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 6 10:15:21 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +562 -504 lines
Translation to english.
Stephane.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 3 16:54:51 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -0 lines
Adding warning message to files not completely translated in english.
Ramzi.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:16:50 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -17 lines
Suppression des fichiers .h
Irene

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 25 13:09:24 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -3 lines
New copyright statement for amaya (directory):
/*
 *
 * (c) COPYRIGHT MIT and INRIA, 1996.
 * Please first read the full copyright statement in file COPYRIGHT.
 *
 */

Ramzi.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Dec 11 14:49:28 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1913 -1604 lines
Pretty printing.
Ramzi.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 6 17:52:38 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +115 -125 lines
Checking comments in amaya directory.
Ramzi.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 2 15:03:01 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2150 -0 lines
Correction erreur (amaya, batch) Cecile

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 2 12:21:09 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -2150 lines
traductions generales Cecile

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 29 12:00:31 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Translation of modules: others.dat (from Irene) and tramsg.dat (from Jose).
Ramzi

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 26 18:20:36 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Translation of files: batch (Vincent), boxrelations (Irene), buildlines (Irene),
constcoor (Vincent), constmenu (Jose) and regexp (Vincent).
Ramzi.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 20 00:41:57 1996 UTC (27 years, 7 months ago) by cvs
Branches: OPERA
CVS tags: Start_Nov_20_96
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Opera tree

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 20 00:41:57 1996 UTC (27 years, 7 months ago) by cvs
Branches: MAIN
Initial revision

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