ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] upload
@ 2024-07-31 17:55 Hans Hagen via ntg-context
  2024-07-31 18:57 ` [NTG-context] upload Henning Hraban Ramm
  2024-08-01  7:21 ` Henning Hraban Ramm
  0 siblings, 2 replies; 107+ messages in thread
From: Hans Hagen via ntg-context @ 2024-07-31 17:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi,

end of the month update:

- we are still working on the math manual so updates there (we want the 
manual to stable for the upcoming meeting)

- we also work on the export (some changes and additions there but we 
will conver that plus some new tools later when we're done, read: are 
satisfied with what browsers can handle sort of well)

- wolfgang updated the setups (command definitions) so plenty of 
improvements and completion in there (he also did some quality assurance)

- all kind of small thingies (some to be introduced at the upcoming 
meeting were as usual we also discuss development and priorities)

- there are some new \setupalign options, like 'notwins', 'notoddlers' 
and 'noorphans' in case someone wants to be surprised

as usual when we run into unforseen issues we'll fix it,

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 107+ messages in thread
* [NTG-context] upload
@ 2026-01-07 10:36 Hans Hagen via ntg-context
  2026-01-07 11:26 ` [NTG-context] upload Taco Hoekwater
                   ` (4 more replies)
  0 siblings, 5 replies; 107+ messages in thread
From: Hans Hagen via ntg-context @ 2026-01-07 10:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi,

The latest upload has:

- a few fixed cf posts around 2025/2026 crossover

- a new parinject feature, that Hraban likely will abuse, see 
https://tex.stackexchange.com/a/758011/52406 for the rationale and an 
explanation / example by Mikael.

- a new (experimental) tabulate preamble key 'P' that is mostly 'p' 
compatible but uses a different split paragraphs across page approach; 
it is a side effect of upgrading the alignment mechanism in luametatex 
in addition to already present extensions

- we also now enabled shaping penalties thatwas already enabled in my 
local cont-exp for a while for testing interferences; it prevents breaks 
inside shapes and hang (unless configured otherwise)

- a few improvements in \column uses in column sets but we're working on 
making that more relable (not that trivial)

- gaelic language and patterns (more work needed there)

- a bit more documentation here and there (there is some more pending)

Hans

% another example, one of our tests

%\enabletrackers[parinsert]

\setupexternalfigures
   [location={global,local,default}]

\starttext

\samplefile{tufte}%
\space\leftparinsert[color=darkred]{An example.}\space
\samplefile{ward}%
\space\rightparinsert[color=darkgreen]{Another example.}\space
\samplefile{tufte}

\page

\samplefile{tufte}%
\space
\leftparinsert
   [lines=3]
   {\externalfigure[cow.pdf][height=3lh,location=top]}%
\rightparinsert
   [lines=4]
   {\mirror{\externalfigure[cow.pdf][height=4lh,location=top]}}%
\space
\samplefile{ward}%
\space
\rightparinsert
   [distance=2em,lines=2]
   {\mirror{\externalfigure[cow.pdf][height=2lh,location=top]}}%
\space
\samplefile{tufte}

\stoptext


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 107+ messages in thread
* [NTG-context] upload
@ 2025-10-27 22:43 Hans Hagen via ntg-context
  2025-10-29  7:41 ` [NTG-context] upload Robert via ntg-context
  2025-10-30 15:56 ` Pablo Rodriguez via ntg-context
  0 siblings, 2 replies; 107+ messages in thread
From: Hans Hagen via ntg-context @ 2025-10-27 22:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi,

I just did an upload. Apart from a few catches (like that arrow and some 
improvements in columnsets) the main additions are in the metafun 
department and performance.

- We added some parpasses (like 'mathbook') and we can now set them up 
with the align options. The vectors used are defined as constants 
(engine speak) which makes the performance impact kind of neglectable.

- Also some predefined penalty vectors (think widowpenalties) became 
constant (as it's unlikely or unwise to change them) which is more 
efficient as they otherwise get copied every paragraph.

- When testing with Mikaels math book (290 pages in 7.4 sec on his 
chromebook) we'd set a new target at 7 and later 6 seconds and 
eventually could get that and ended up at 5.3 seconds once we noticed 
that there was an huge graphic involved (so now our target is 4 sec). 
Caching demanding mp graphics helped but was still good for > .5 
seconds. As a consequence we added a new function variant (see 
luametafun, domain functions so that runtime went down from > .5 seconds 
to about .03 sec) and we also made sure that inclusion of cached mp 
pages was more performant (when 'compact' inclusion is enabled in the 
page streams get parsed).

- When multiple lua driven rendering features are used (happens seldom) 
there can be a bit of a speedup too. If someone thinks that there is a 
botleneck somewhere .. make an example and tell us.

(Of course bying a new fancy laptop would half my runtime anyway but 
occasionally one wants a challenge.)

- There is now a ppchtex-mkiv manual but it's work in progress and it 
needs checking. One thing I observed is that as we now default to 
'double' instead of 'scaled' some rounding / comparison cases differ so
when in douuibt, check with:

% \ctxlua{chemistry.method = "scaled"}

We still need to check / add updated columnset manuals so that might be 
next on the agenda.

That's all,

Hans



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 107+ messages in thread
* upload
@ 2025-06-12 11:56 Hans Hagen
  2025-06-14  6:47 ` [NTG-context] upload Max Chernoff via ntg-context
  0 siblings, 1 reply; 107+ messages in thread
From: Hans Hagen @ 2025-06-12 11:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new version, this time a bit of beta, because of:

-- reworked control over callbacks: more restrictive, some protection 
against overload, better control; as a side effect context can run a bit 
faster but it depends on the job and features used; if something is not 
working as expected it might relate to this (easy to fix)

-- some preparations for an upgrade of grid snapping, profiling and 
spacing (mostly related to math in the new columnsets); we're still 
working on columnsets (side effect of mikael converting some advanced 
documents to use it)

-- overload protection enabled, for the moment only the warnings but at 
some point we might become more restrictive; keep an eye on messages so 
that you can see where your styles actually messes with already defined 
macros or enter the dangerous zone of changing primitives; fwiw: i've 
been running the highest level of protection already for years now 
(error mode) .. you can try \enabledirectives [overloadmode=error] at 
the top of your file to see how badly you behave

-- a few fixes here and there (related to mailing list questions and 
reports); nothing spectacular

-- some preparations wrt the new signalling mechanism(s) ... more about 
that after the meeting

-- additional warnings (or abort) in case one runs from tex live and 
missing or expected files

-- we're playing with some potential speedups but given the litle gain 
they might not make it into the lot eventually (if you run into 
bottlenecks, lets me know, with examples)

if there are unexpected side effects, let me know and i'll fix and 
upload again

Hans

ps. i might reintroduce the beta/current updating scheme at some point 
.. still undecided

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 107+ messages in thread
* [NTG-context] upload
@ 2025-02-12 11:05 Hans Hagen
  2025-02-12 14:48 ` [NTG-context] upload Steffen Wolfrum
  0 siblings, 1 reply; 107+ messages in thread
From: Hans Hagen @ 2025-02-12 11:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

Thanks to Bruce end others for providing input and testing it we managed 
to get binary that works on apple arm. Hopefully there are not more 
issues as we need to make a tex live 2025 snapshot this month.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 107+ messages in thread
* [NTG-context] upload
@ 2024-09-17 11:52 Hans Hagen
  2024-09-17 20:12 ` [NTG-context] upload Henning Hraban Ramm
  0 siblings, 1 reply; 107+ messages in thread
From: Hans Hagen @ 2024-09-17 11:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new version. Apart from some things discussed here already 
the main update is in par passes (a bit more control, feedback, tracing 
etc) which will be explained over time (we're writing a wrapup).

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 107+ messages in thread
* [NTG-context] upload
@ 2024-04-01  7:31 Hans Hagen
  2024-04-01  8:17 ` [NTG-context] upload Mikael Sundqvist
  2024-04-01  9:34 ` Otared Kavian
  0 siblings, 2 replies; 107+ messages in thread
From: Hans Hagen @ 2024-04-01  7:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 2350 bytes --]

Hi,

There is a new lmtx upload.

-- The svg inclusion via metapost has been upgraded and cleanup a bit, 
using some more recent metapost features. There are some new (not yet 
all documented metapost) features.

-- In the process, support for LCH colors has been added, which is 
documented in the (eg luametafun manual).

-- The math manual is not yet there because we were distracted by 
improving support for envelopes (penbased outlines) in metafun. This is 
still work in progress, some is present and discussed in the manual, and 
we'll come back to that sometime next month. Given the next item, we 
also might need to change some in the manual (different focus).

-- Because we have users who have to conform to the European 
Accessibility Act we have been wondering how to deal with that and at 
Mikaels place there are two demands: distinctive colors and tagging and 
especially math (somehow validators love to check that). Colors never 
were an issue as they can be controlled, and tagging math neither, 
especially because nothing was/is done with it anyway, but ... we are 
happy that we found a reasonable (more modern and future proof) way out.

As explained / shown in the attached document we're basically forced to 
choose a different approach with math (a pity as we worked hard to get 
the rendering right but the attached file works fine in the viewers that 
we tested).

-- We like to hear from users what other demands wrt accessibility there 
are. We're not interested in the (commercial) big money aspects (of pdf 
and tagging) nor in the politics behind it (changes over time). What are 
the demands, so that we can see how to make it work or just work around 
it (as it's kind of boring to cook uyp complex features	, esp compared 
to playing with metapost).

-- Furthermore .. the usual bits and pieces as discussed on the list and 
otherwise.

-- If you have troubles (crash) you need to wipe the cache due to a 
change in lua bytecode storage (no easy way to catch it).

Hans & Mikael

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

[-- Attachment #2: math-riddance.pdf --]
[-- Type: application/pdf, Size: 35614 bytes --]

[-- Attachment #3: math-riddance.tex --]
[-- Type: text/plain, Size: 3139 bytes --]

% language=us

% todo: no comma

\usemodule[scite]
\usemodule[article-basic]
\usemodule[abbreviations-logos]
\usemodule[math-goodriddance]

\setuplayout[tight]

\starttext

\subject{Good riddance}

We're done with math. After years of active development, Mikael and Hans have
decided to quit working on math, and concentrate on \METAPOST\ and handing over
to the next generation instead. We lost our user to the way more popular
alternative (frozen in stone standards). Also, we had it with suboptimal math
fonts, Unicode math not getting improved, MathML constantly being changed,
browsers dealing with math differently every few years, math archives getting
polluted with tons of useless tagged math.

There are other motivations, like the European union imposing strict rules with
respect to accessibility in educational content management systems, and Dutch
schools trying to get rid of math in favor of simple calculus, if at all. This is
why the next iteration of the engine will no longer have a math engine:
MathLessTeX. Of course, in the beginning \MLTX\ will be compatible with \LMTX,
because we owe that to the users and we need to prototype the new engine anyway.

In order to get an idea of how we will get rid of the disturbing formulas, you
can load the module:

\starttyping
\usemodule[math-goodriddance]
\stoptyping

Until becoming the default setting, the command \typ {\goodriddancemath} will
bring you into \MLTX\ mode while \typ {\badriddancemath} will bring you back to
the obsolete \LMTX\ mode. Like:

\startbuffer
\usemodule[math-goodriddance] \goodriddancemath

Who wants to solve the equation \m {x + 1 = 4} or deal with the function \m {x \mapsto
\root [3] {x}}, when we have AI around the corner to help us out with simple and silly
things like the Pythagorean theorem: \m {a^2 + b^2 = c^2}, or even with more advanced
math like geometric series: \m {\sum_{k = 0}^{+\infty} x^k = 1/(1 - x)}?

We will not support complicated nonsense stuff like:

\startplaceformula
\startformula
    F__{1}____{2}(a,b;b;z) = (1 - z)^{-a}
\stopformula
\stopplaceformula

When developing this Hans' Swedish improved a lot. {\language[sv] Den lilla del av
befolkningen som handlar på IKEA och tittar på fåniga krimserier förstår kanske detta:
\im {\sqrt {x + 1} = \sin(4 + y)}!}
\stopbuffer

\typebuffer[option=TEX]

Which gives us the beautifully typeset:

\startcolor[darkblue] \getbuffer \stopcolor

We hope that the highly respected Swedish Academy will consider our prose in
their upcoming evaluations. Our first submission to the leading \TEX\ journal was
however rejected. We are currently on a major revision in order to satisfy the
hopefully less critical \NTG\ Maps Editors. It is therefore our sincere hope that
you will be able to read more on this topic in the near future. Currently only
English and Swedish are supported. But our next research project, lead by two
young promising linguists, will hopefully result in support for more languages.
They will present preliminary results at the prestigious international BachoTeX
conference in May 2024.

\stoptext

[-- Attachment #4: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 107+ messages in thread
* [NTG-context] upload
@ 2024-02-14 12:44 Hans Hagen
  2024-02-15  9:02 ` [NTG-context] upload luigi scarso
  0 siblings, 1 reply; 107+ messages in thread
From: Hans Hagen @ 2024-02-14 12:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

as we're around texlive code freeze time we're also in upload mode

- i uploaded a new lmtx
- i also added linux and windows 32 bin (as it seems to have users)

- we're now using lua 5.5 which has one restriction (was already 
announced a while ago):

for i=1,10 in t do
     ....
     i = 2 * i
     ....
end

should now be:

for i=1,10 in t do
     ....
     local i = 2 * i
     ....
end

as one cannot change the (local constant) i which actually is not that 
different from what metapost does. The good news is that voilating this 
is reported when a lua file is loaded so one can't get it unexspectedly.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 107+ messages in thread
* [NTG-context] upload
@ 2024-01-17 23:13 Hans Hagen
  2024-01-18  1:35 ` [NTG-context] upload Otared Kavian
  2024-01-18 19:04 ` Alain Delmotte
  0 siblings, 2 replies; 107+ messages in thread
From: Hans Hagen @ 2024-01-17 23:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new version (there is some work in progress but it probably 
doesn't affect anyone).

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 107+ messages in thread
* [NTG-context] upload
@ 2023-08-09 15:42 Hans Hagen
  2023-08-09 19:29 ` [NTG-context] upload Rik Kabel
  2023-08-11  1:31 ` Thangalin
  0 siblings, 2 replies; 107+ messages in thread
From: Hans Hagen @ 2023-08-09 15:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new lmtx. There are some new features that wil be revealed 
in the future (likely after the meeting) but here is one:

\starttext

     \defineoverlay
       [test]
       [\color
          [blue]
          {TEST
           \inframed
             [foregroundcolor=red]
             {xxx}
           TEST}]

     \framed
       [background=test,
        foregroundstyle=\switchtobodyfont[small]]
       {test}

\stoptext

 From now on many commands accept (properly) nested [] inside commands 
that use [] as fences (like the setup commands) where it makes sense. It 
is up to the user to decide to use {} (as before) or not but it is less 
error prone.

It is now also possible to nest setups as in

\starttext

\startsetups one
     \startsetups [three]
         HERE
     \stopsetups
\stopsetups

\startsetups two
     \startsetups [three]
         THERE
     \stopsetups
\stopsetups

\setups[one] \setups[three]

\setups[two] \setups[three]

\stoptext

As part of the ongoing improvements on math rendering we added some 
classic lm/cm kerns (between upperacse and periods / commas) in the 
goodie files.

Some lowlevel manuals have been extended, explaining experimental 'named 
cross macro nesting parameter referencing' and 'constrained cq. retained 
assignments', but that is only relevant for those interested in 
overcoming some limitations in the traditional engines.

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 107+ messages in thread

end of thread, other threads:[~2026-01-19 21:36 UTC | newest]

Thread overview: 107+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 17:55 [NTG-context] upload Hans Hagen via ntg-context
2024-07-31 18:57 ` [NTG-context] upload Henning Hraban Ramm
2024-08-01  7:21 ` Henning Hraban Ramm
2024-08-01  7:44   ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2026-01-07 10:36 [NTG-context] upload Hans Hagen via ntg-context
2026-01-07 11:26 ` [NTG-context] upload Taco Hoekwater
2026-01-07 12:09   ` Hans Hagen via ntg-context
2026-01-07 12:15 ` Henning Hraban Ramm
2026-01-07 12:43   ` Hans Hagen via ntg-context
2026-01-08 15:15 ` Jacob Kauffmann via ntg-context
2026-01-08 15:48   ` Hans Hagen via ntg-context
2026-01-11 19:30 ` Wolfgang Schuster
2026-01-11 20:14   ` Mikael Sundqvist
2026-01-12 17:09 ` Henning Hraban Ramm
2026-01-12 21:49   ` Henning Hraban Ramm
2026-01-12 23:34     ` Hans Hagen via ntg-context
2026-01-13  8:19       ` Henning Hraban Ramm
2026-01-19 18:27   ` Henning Hraban Ramm
2026-01-19 21:35     ` Bruce Horrocks
2025-10-27 22:43 [NTG-context] upload Hans Hagen via ntg-context
2025-10-29  7:41 ` [NTG-context] upload Robert via ntg-context
2025-10-30 15:56 ` Pablo Rodriguez via ntg-context
2025-10-30 16:50   ` vm via ntg-context
2025-10-30 17:16     ` Hans Hagen via ntg-context
2025-10-30 23:05       ` vm via ntg-context
2025-06-12 11:56 upload Hans Hagen
2025-06-14  6:47 ` [NTG-context] upload Max Chernoff via ntg-context
2025-06-14  7:41   ` Hans Hagen
2025-06-14  8:47     ` Max Chernoff via ntg-context
2025-06-14  9:45       ` Hans Hagen
2025-06-14 10:24         ` Max Chernoff via ntg-context
2025-02-12 11:05 [NTG-context] upload Hans Hagen
2025-02-12 14:48 ` [NTG-context] upload Steffen Wolfrum
2025-02-12 15:13   ` Hans Hagen via ntg-context
2025-02-13 14:28     ` Steffen Wolfrum
2025-02-13 16:37       ` Hans Hagen
2025-02-14 10:36         ` Steffen Wolfrum
2025-02-14 10:57           ` Steffen Wolfrum
2025-02-14 15:50             ` Pablo Rodriguez via ntg-context
2025-02-14 16:13               ` Hans Hagen
2025-02-14 17:05                 ` Pablo Rodriguez via ntg-context
2025-02-14 18:18                   ` Hans Hagen
2025-02-15 13:10                     ` Pablo Rodriguez via ntg-context
2025-02-14 10:58           ` Hans Hagen
2025-02-14 11:29             ` Steffen Wolfrum
2025-02-14 12:26               ` Hans Hagen
2025-02-14 19:03                 ` Steffen Wolfrum
2025-02-14 19:43                   ` Hans Hagen
2025-02-15 19:07                     ` Steffen Wolfrum
2025-04-29 11:12                     ` Steffen Wolfrum
2025-04-29 14:38                       ` Pablo Rodriguez via ntg-context
2025-02-15 13:16                   ` Pablo Rodriguez via ntg-context
2025-02-15 18:29                     ` Steffen Wolfrum
2025-02-16  9:03                       ` Pablo Rodriguez via ntg-context
2025-02-16 10:09                         ` Thomas Meyer
2025-02-16 10:36                           ` Pablo Rodriguez via ntg-context
2025-02-16 10:57                             ` Thomas Meyer
2025-02-16 11:02                               ` Pablo Rodriguez via ntg-context
2025-02-16 11:09                                 ` Thomas Meyer
2025-02-18 12:02                         ` Steffen Wolfrum
2025-02-18 16:19                           ` Pablo Rodriguez via ntg-context
2025-02-19  6:22                             ` Steffen Wolfrum
2025-02-21 11:32                               ` Steffen Wolfrum
2025-02-25 16:01                                 ` Pablo Rodriguez via ntg-context
2025-02-28 11:44                                   ` Steffen Wolfrum
2024-09-17 11:52 [NTG-context] upload Hans Hagen
2024-09-17 20:12 ` [NTG-context] upload Henning Hraban Ramm
2024-09-18 18:12   ` Pablo Rodriguez via ntg-context
2024-09-18 18:28     ` Henning Hraban Ramm
2024-04-01  7:31 [NTG-context] upload Hans Hagen
2024-04-01  8:17 ` [NTG-context] upload Mikael Sundqvist
2024-04-01  9:34 ` Otared Kavian
2024-04-01  9:48   ` Hans Hagen
2024-02-14 12:44 [NTG-context] upload Hans Hagen
2024-02-15  9:02 ` [NTG-context] upload luigi scarso
2024-02-15  9:35   ` Mikael Sundqvist
2024-02-15  9:48   ` Hans Hagen
2024-01-17 23:13 [NTG-context] upload Hans Hagen
2024-01-18  1:35 ` [NTG-context] upload Otared Kavian
2024-01-18  6:29   ` Mikael Sundqvist
2024-01-18  7:17     ` Jeong Dal via ntg-context
2024-01-18 14:27       ` Otared Kavian
2024-01-18 14:49         ` Hans Hagen
2024-01-18 19:04 ` Alain Delmotte
2024-01-18 19:43   ` Denis Maier via ntg-context
2024-01-19 17:34     ` Pablo Rodriguez via ntg-context
2024-01-19 18:55       ` Denis Maier via ntg-context
2024-01-19 21:56       ` Otared Kavian
2024-01-20  7:41         ` Alain Delmotte
2024-01-20  8:38       ` Hans Hagen via ntg-context
2024-01-20  8:58         ` vm via ntg-context
2024-01-20  9:32           ` Ursula Hermann
2024-01-20  9:45             ` Hans Hagen
2024-01-23  9:09             ` Hans Hagen via ntg-context
2024-01-23 16:29               ` Otared Kavian
2024-01-23 18:02                 ` Bruce Horrocks
2024-01-23 20:08                 ` Hans van der Meer via ntg-context
2024-01-23 20:59                   ` Otared Kavian
2024-01-23 21:06                     ` Thomas A. Schmitz
2024-01-24  9:29                       ` Otared Kavian
2024-01-23 21:02                   ` Otared Kavian
2024-01-20 13:04         ` Pablo Rodriguez via ntg-context
2024-01-21 11:33         ` Alain Delmotte
2023-08-09 15:42 [NTG-context] upload Hans Hagen
2023-08-09 19:29 ` [NTG-context] upload Rik Kabel
2023-08-09 21:11   ` Hans Hagen
2023-08-10 12:57     ` Henning Hraban Ramm
2023-08-10 13:03       ` Hans Hagen
2023-08-10 13:33         ` Henning Hraban Ramm
2023-08-10 13:52           ` Wolfgang Schuster
2023-08-10 14:41             ` Hans Hagen via ntg-context
2023-08-10 15:02               ` Wolfgang Schuster
2023-08-10 16:14                 ` Henning Hraban Ramm
2023-08-11  1:31 ` Thangalin
2023-08-11  6:19   ` Hans Hagen
2023-08-11 16:41     ` Thangalin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).