wenzelm [Sun, 17 Nov 2024 20:14:57 +0100] rev 81477
clarified signature;
wenzelm [Sun, 17 Nov 2024 19:59:10 +0100] rev 81476
clarified signature and modules: without GUI change yet;
wenzelm [Sun, 17 Nov 2024 19:49:25 +0100] rev 81475
more operations, to support search within output panel;
wenzelm [Sun, 17 Nov 2024 13:57:50 +0100] rev 81474
tuned;
paulson <lp15@cam.ac.uk> [Fri, 22 Nov 2024 16:05:42 +0000] rev 81473
Introduced the function some_elem for grabbing an element from a non-empty set, and simplified the theorem the_elem_image_unique
paulson <lp15@cam.ac.uk> [Fri, 22 Nov 2024 14:54:00 +0000] rev 81472
Patch by Stepan Holub, plus tweaks
paulson <lp15@cam.ac.uk> [Fri, 22 Nov 2024 13:23:27 +0000] rev 81471
patch to vector_matrix_mult by Alexander Pach
Fabian Huch <huch@in.tum.de> [Tue, 19 Nov 2024 18:47:12 +0100] rev 81470
try0: cleaned up output;
Fabian Huch <huch@in.tum.de> [Mon, 18 Nov 2024 13:30:02 +0100] rev 81469
try0: insert extra facts into state instead of goal, since some methods (e.g. metis) won't work otherwise;
Fabian Huch <huch@in.tum.de> [Mon, 18 Nov 2024 12:35:44 +0100] rev 81468
avoid informatik.tu-muenchen.de domain: soon to be discontinued;
nipkow [Sun, 17 Nov 2024 21:20:26 +0100] rev 81467
renamed Discrete -> Discrete_Functions to avoid name clashes;
new function names floor_log/sqrt to avoid long Discrete_Functions.log/sqrt
nipkow [Sun, 17 Nov 2024 09:50:54 +0100] rev 81466
Use Var to maintain the difference between function and locale parameters
nipkow [Sat, 16 Nov 2024 22:46:33 +0100] rev 81465
tuned
wenzelm [Sat, 16 Nov 2024 21:36:34 +0100] rev 81464
tuned proofs;
wenzelm [Sat, 16 Nov 2024 20:22:26 +0100] rev 81463
tuned proofs;
wenzelm [Sat, 16 Nov 2024 19:54:30 +0100] rev 81462
minor performance tuning: avoided repeated metric initialization;
wenzelm [Sat, 16 Nov 2024 19:07:24 +0100] rev 81461
tuned signature: more operations;
wenzelm [Sat, 16 Nov 2024 15:04:41 +0100] rev 81460
clarified signature;
wenzelm [Fri, 15 Nov 2024 23:25:18 +0100] rev 81459
more NEWS;
wenzelm [Fri, 15 Nov 2024 23:20:24 +0100] rev 81458
tuned proofs;
wenzelm [Fri, 15 Nov 2024 21:43:22 +0100] rev 81457
merged
wenzelm [Fri, 15 Nov 2024 21:04:51 +0100] rev 81456
enforce rebuild of Isabelle/ML and Isabelle/Scala;
wenzelm [Fri, 15 Nov 2024 20:48:41 +0100] rev 81455
update to jedit-20241115 (see also ecd62f7b3644 and d92d754b5dd9);
wenzelm [Fri, 15 Nov 2024 20:44:49 +0100] rev 81454
more patches for the sake of SideKick 1.8 vs. jEdit 5.7.0: provide missing GUIUtilities.isPopupTrigger, avoid StatusBar messages (which often don't fit);
wenzelm [Fri, 15 Nov 2024 16:50:44 +0100] rev 81453
tuned comments;
wenzelm [Fri, 15 Nov 2024 16:08:56 +0100] rev 81452
clarified key events: cancel output selection, before input selection;
wenzelm [Fri, 15 Nov 2024 16:04:26 +0100] rev 81451
proper focus to support subsequent copy-paste via keyboard;
wenzelm [Fri, 15 Nov 2024 16:01:41 +0100] rev 81450
more accurate initial FontRenderContext, notably on macOS, Windows, or Linux with "env GDK_SCALE=2";
wenzelm [Fri, 15 Nov 2024 15:18:48 +0100] rev 81449
removed obsolete option: jEdit 5.7.0 can be built with default jdk;
wenzelm [Fri, 15 Nov 2024 13:31:36 +0100] rev 81448
more rebust mechanics of refresh (see also 82110cbcf9a1 and 2d9b6e32632d): painter.getFontRenderContext might be in undefined state (notably on macOS due to display scaling);
wenzelm [Fri, 15 Nov 2024 13:08:48 +0100] rev 81447
less ambitious selection;
nipkow [Fri, 15 Nov 2024 21:37:26 +0100] rev 81446
mv Discrete to Discrete_Cpo to avoid theory name clashes
wenzelm [Thu, 14 Nov 2024 11:33:51 +0100] rev 81445
disable 2d9b6e32632d for now: unknown problems on macOS;
wenzelm [Thu, 14 Nov 2024 11:12:11 +0100] rev 81444
clarified mouse selection, avoid conflict of double-click with single-click (follow hyperlink);
wenzelm [Thu, 14 Nov 2024 10:50:49 +0100] rev 81443
more careful isConsumed() / consume() for key and mouse events;
nipkow [Wed, 13 Nov 2024 23:11:06 +0100] rev 81442
merged
nipkow [Wed, 13 Nov 2024 23:10:58 +0100] rev 81441
added field input_eqns to record the list of equations (the specification)
given to the function command.
wenzelm [Wed, 13 Nov 2024 20:14:24 +0100] rev 81440
merged
wenzelm [Wed, 13 Nov 2024 20:14:17 +0100] rev 81439
more NEWS;
wenzelm [Wed, 13 Nov 2024 20:10:34 +0100] rev 81438
tuned proofs;
wenzelm [Wed, 13 Nov 2024 15:14:48 +0100] rev 81437
more ambitious mouse handler: double-click selects highlight_area;
wenzelm [Wed, 13 Nov 2024 14:54:08 +0100] rev 81436
more accurate mouse handler: only for single clicks, consume accepted event;
wenzelm [Wed, 13 Nov 2024 11:53:02 +0100] rev 81435
more ambitious scrolling: retain original scroll position if possible;
wenzelm [Wed, 13 Nov 2024 10:56:17 +0100] rev 81434
more ambitious scrolling: retain bottom position after output;
wenzelm [Tue, 12 Nov 2024 22:30:45 +0100] rev 81433
performance tuning: cache for Rich_Text.format, notably for incremental tracing;
wenzelm [Tue, 12 Nov 2024 11:32:07 +0100] rev 81432
clarified persistent values: Command.Results does not suitable for caching, because it contains all other messages;
wenzelm [Tue, 12 Nov 2024 11:16:36 +0100] rev 81431
omit redundant compact_source (see e1abca2527da): Command_Span.unparsed consists of one token with the original source;
wenzelm [Tue, 12 Nov 2024 11:04:54 +0100] rev 81430
tuned;
wenzelm [Mon, 11 Nov 2024 13:15:55 +0100] rev 81429
minor performance tuning: avoid duplication of Symbol.spaces (e.g. from Pretty.formatted);
wenzelm [Mon, 11 Nov 2024 12:47:51 +0100] rev 81428
clarified signature and modules;
more basic Rich_Text.formatted_lines, assuming that elements are properly separated according to Rich_Text.format;
wenzelm [Mon, 11 Nov 2024 12:19:45 +0100] rev 81427
performance tuning for macOS (after update of "jedit" component): old OpenGL works better for text rendering;
wenzelm [Sun, 10 Nov 2024 16:04:56 +0100] rev 81426
performance tuning: more incremental update of buffer content;
wenzelm [Sun, 10 Nov 2024 15:11:04 +0100] rev 81425
obsolete;
wenzelm [Sun, 10 Nov 2024 15:10:51 +0100] rev 81424
clarified: more uniform results;
wenzelm [Sun, 10 Nov 2024 14:58:05 +0100] rev 81423
clarified signature: inline org.gjt.sp.jedit.textarea.TextArea.setText();
wenzelm [Sun, 10 Nov 2024 13:40:28 +0100] rev 81422
minor performance tuning: avoid concatenation of existing string material;
wenzelm [Sun, 10 Nov 2024 12:56:38 +0100] rev 81421
clarified signature and data storage: incremental lazy values;
wenzelm [Sun, 10 Nov 2024 12:33:20 +0100] rev 81420
tuned comments;
wenzelm [Sun, 10 Nov 2024 12:29:32 +0100] rev 81419
clarified signature;
wenzelm [Sun, 10 Nov 2024 12:23:41 +0100] rev 81418
clarified modules;