W3C CVS Root

CVS log for Amaya/batch/printprs.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Apr 23 09:51:17 2009 UTC (15 years, 1 month ago) by quint
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +15 -10 lines
Implementing CCS property "fill: url(...)" for SVG. Handle only gradients,
not patterns.
VQ

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Apr 16 09:40:26 2009 UTC (15 years, 1 month ago) by quint
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +13 -1 lines
SVG: implementing CSS properties stop-opacity and stop-color
VQ

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Jun 1 14:24:52 2007 UTC (16 years, 11 months ago) by quint
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55, Amaya-11-1, Amaya-11-0, Amaya-10-0
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +22 -0 lines
CSS/MathML: partial implementation of CSS rule font-variant
   and MathML attribute math-variant.
VQ

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jun 13 13:53:56 2006 UTC (17 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1799 -1794 lines
Irene

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Nov 17 16:12:04 2005 UTC (18 years, 6 months ago) by quint
Branches: MAIN
CVS tags: Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +51 -7 lines
MathML: the integral symbol in a MSUBSUP construct was not extended.
VQ

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:33 2005 UTC (18 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-2-1, Amaya-9-2
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Oct 12 14:52:33 2004 UTC (19 years, 7 months ago) by quint
Branches: MAIN
CVS tags: Amaya-9-1, Amaya-8-7
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -0 lines
Prevent the cursor to skip tables when using the Left Arrow key.
VQ

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Sep 24 13:00:51 2004 UTC (19 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +11 -2 lines
Displaying counter values as greek letters
VQ

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jul 26 11:15:49 2004 UTC (19 years, 10 months ago) by quint
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -0 lines
CSS rule "display: none" is no longer translated into a P visibility
rule, but into a P display rule. This allows a more specific
"display: block" or "display: inline" to override a less specific
"display: none".
VQ

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:06 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-6, Amaya-8-5, Amaya-8-4, Amaya-8-3
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +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.61: download - view: text, markup, annotated - select for diffs
Tue Nov 18 08:10:24 2003 UTC (20 years, 6 months ago) by gully
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1 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.60: download - view: text, markup, annotated - select for diffs
Fri Mar 14 14:29:06 2003 UTC (21 years, 2 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-2, Amaya-8-1b, Amaya-8-1, Amaya-8-0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +17 -14 lines
Replace fixed strings (Name) by variable strings in Presentation schemas
(ApString, CoAttrTextvalue, CoAncestorName).
Irene

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Feb 15 11:33:44 2003 UTC (21 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -4 lines
Introducing rules Opacity, FillOpacity and StrokeOpacity in the P
language compiler.
VQ.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Jan 13 09:50:43 2003 UTC (21 years, 4 months ago) by cheyroul
Branches: MAIN
CVS tags: Amaya-7-2
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +8 -0 lines

GL : Fix Background image, sync problem, group
opacity, compilation with Xft library version 2.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Jan 6 09:33:54 2003 UTC (21 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +32 -27 lines
CSS: handling value auto for CSS properties width, height and margin-*
VQ

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Oct 10 07:15:44 2002 UTC (21 years, 7 months ago) by cheyroul
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +4 -0 lines


- GL : add Opacity, glyph index caching, picture caching
   Rewrite Text engine now using textures, Scroll engine is cleaner

- GTK : Add stix, fontconfig load, zoom on CRTL + mouse wheel
        Need _FONTCONFIG and _STIX
        Config files are in "config" subdirectory
- Add Base64 images decoding (alpha, need _BASE64)
- Fix warnings in code

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Jul 9 14:10:26 2002 UTC (21 years, 10 months ago) by quint
Branches: MAIN
CVS tags: Amaya-6-4, Amaya-6-3
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +134 -134 lines
Setting overflow indicators when the position rule does not depend of the
parent or a sibling.
VQ.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Mar 20 17:10:38 2002 UTC (22 years, 2 months ago) by quint
Branches: MAIN
CVS tags: Amaya-6-2, Amaya-6-1, Amaya-6-0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +26 -0 lines
Implementing the CSS display property as a P presentation rule.
VQ.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Jan 23 12:22:55 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +20 -0 lines
Adding rule UnicodeBidi to language P and the corresponding CSS property
unicode-bidi. The formatter has still to be extended to fully implement
this new property.
VQ.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jan 21 08:45:47 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +45 -14 lines
Extension of P language to allow attributes to better control presentation.
Implementation of the dir attribute of HTML (change layout according to
script direction) based on this extension of P language.
VQ.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jan 14 17:06:25 2002 UTC (22 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Integration of the Unicode notion of Scripts.
Irene

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Jan 10 16:21:13 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +17 -0 lines
CSS: implementing the Direction property from CSS2, as well as the
     corresponding P presentation rule for Thot.
VQ.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Nov 9 10:37:12 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-3
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
Definitions of presentation boxes are now allocated dynamically in language P.
VQ.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Oct 8 16:50:32 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-2
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +9 -9 lines
Dynamic allocation of structure rules in structure schemas.
VQ.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Oct 5 13:19:58 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +8 -0 lines
New implementation of relations AnyElem and AnyBox in language P, to allow
dynamic allocation of structure rules in S schemas.
VQ

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Oct 1 08:14:17 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Dynamic allocation of attribute definitions in schemas (S, P, T).
VQ.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jul 10 08:46:17 2001 UTC (22 years, 10 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-1
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +12 -7 lines
printprs: adding a new parameter to command printprs. You must specify
          both the S schema and the P schema.
VQ

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon May 21 07:45:49 2001 UTC (23 years ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -3 lines
Implementing new contents for presentation boxes: ElemName, AttributeName,
AttributeValue.
Some changes in HTMLP.P to take advantage of this new feature.
VQ.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat May 19 11:01:57 2001 UTC (23 years ago) by cvs
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +12 -30 lines
Processing P rules Gather, LineBreak and PageBreak as "real" P rules,
i.e. rules that may be different in different views. Usefull for ruby.
VQ.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Apr 17 09:21:21 2001 UTC (23 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +0 -11 lines
Bug fix: crash when opening the structure view of a document without any
   MathML or SVG element, when the AmayaPage is open.
Code clean-up: removing associated element - first step.
VQ.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Mar 27 12:09:07 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +0 -219 lines
The Thot abstract tree has now a Document element as its root, to cope
with the XML infoset
VQ

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

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Feb 12 11:32:39 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-1, Amaya-4-3
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +11 -13 lines
Merging P properties Adjust and Justify to stick with the text-align
property from CSS.
VQ.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Dec 26 16:32:36 2000 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -0 lines
Adding condition Root in P language.
VQ

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jul 24 12:17:58 2000 UTC (23 years, 10 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +31 -19 lines
The structure of equations and drawings is now displayed within the
HTML structure view. Views Math_Structure_view and Graph_Structure_view
are no longer needed, although they are still available.
VQ.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Feb 18 15:53:59 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -3 lines
Bug fix in printprs: only the first set of presentation rules associated
     with an attribute where decompiled by printprs.
VQ.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Feb 16 17:05:43 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Unicode.

Ramzi.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jan 18 17:24:13 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +16 -4 lines
Removed all  #ifdef MATHML
Added 4 new commands for MathML: MI, MO, MN, MTEXT.
VQ.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jan 3 13:32:00 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +34 -10 lines
Extending language P: value "auto" for margins and value "transparent"
for border colors.
VQ.
CVS ----------------------------------------------------------------------

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jan 3 08:43:22 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Fixing a warning message
VQ.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Dec 29 18:20:43 1999 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +322 -228 lines
Adding new rules to language P: Margin*, Border* and Padding*
Abstract boxes take these new rules into account, but not concrete
boxes yet.
VQ.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Dec 9 17:18:11 1999 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -5 lines
Bug fixes:
- The auto-save was enabled on new documents
- some CSS selectors were misinterpreted

A new function TtaListStyleSchemas produces in a file a human-readable form
of styles applied to a document.

Irene

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jul 6 09:16:58 1999 UTC (24 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +17 -10 lines
For a better mapping with CSS, language P has been extended.  Style and
Weight are now two separate properties.  This allows Amaya to handle
the corresponding CSS properties (font-style and font-weight) independently
from each other and to display text both in italic and bold.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jun 30 07:27:00 1999 UTC (24 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +29 -16 lines
P language extension: The character size can be expressed as a persentage of
  the character size of another element, typically the parent element, e.g:
  Size: Enclosing * 80 %;

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jun 2 12:43:27 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Release-2-1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -5 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.26: download - view: text, markup, annotated - select for diffs
Tue Feb 3 09:35:41 1998 UTC (26 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -2 lines
Improving table printing and patching font Symbol. Irene

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Dec 30 17:22:36 1997 UTC (26 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +12 -8 lines
Language P: new keyword ElemWithAttr allows to define the position, height
   or width of an element relatively to another element having a given
   attribute.

MathML in Amaya: Integrals have now a variable height.

VQ.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jun 26 12:47:49 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -10 lines
New implementation of presentation rule InLine

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri May 23 07:47:55 1997 UTC (27 years ago) by cvs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +13 -0 lines
Extending language P: a With or Without clause can be associated to counters
   to take into acount the presence or absence of a given attribute.

Amaya: use of the Within clause in counters to discard internal links when
   numbering links.

VQ.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Mar 27 19:14:40 1997 UTC (27 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +37 -2 lines
Three new rules in P language: ShowBox, BackgroundPicture, PictureMode.

VQ.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Feb 25 12:14:31 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -24 lines
Bug fix.
Printing the table of contents of an HTML document produces (allmost)
completely white pages, except for the last page.

VQ.

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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Dec 25 15:11:12 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: THOT_SOURCES_2_0, THOT_2_0a, AMAYA_SOURCES_0_95, AMAYA_0_95a
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -3 lines
New copyright statement for the thot library.
Ramzi.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Dec 14 10:58:55 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +9 -1 lines
Two new rules in P language: VertOverflow ans HorizOverflow.

VQ.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Dec 13 20:15:43 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Cleaning, cleaning all the file and filesystem interfaces, Daniel.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Dec 11 15:26:59 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +37 -37 lines
Pretty printing.
Ramzi.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Dec 10 11:05:57 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +81 -80 lines
Checking comments.
Ramzi.

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

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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Nov 29 09:36:16 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -7 lines
Translation.
Ramzi.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 27 19:29:17 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Removal of .var files, replaced by _tv.h equivalents, Daniel.

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 26 09:15:56 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Translation of appdialogue, buildboxes, prsmsg and thotmsg.
Ramzi.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Nov 24 16:31:43 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Translation according to new identifiers of: compilmsg.h, corrmsg.h
grmmsg.h and libmsg.h
Ramzi.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Nov 23 15:31:36 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -6 lines
Nettoyage et traduction du module search.c

VQ

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Nov 22 22:43:11 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -4 lines
Big changes : removal of all .f files, upgrade to _f.h automatically
generated, updated of Imakefile and ID, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 22 12:15:53 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
Changement de noms dans typegrm.h
VQ

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 22 12:13:01 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Renaming Irene's Identifiers.
Ramzi.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 21 15:05:49 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
Suppression des fonctions ord(x)
Irene

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 21 10:26:49 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Derniere mise a jour des messages
Irene.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 20 00:41:01 1996 UTC (27 years, 6 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:01 1996 UTC (27 years, 6 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