index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-13
README: mention aksr's Arch package
Robin Haberkorn
1
-2
/
+3
2024-01-13
fixed <EC$> assertions: specifying empty command strings was undefined
Robin Haberkorn
2
-19
/
+23
2023-07-23
FreeBSD port: fixed the LEXILLA option
Robin Haberkorn
2
-76
/
+77
2023-07-23
FreeBSD port: modified the pkg-message.in to use UCL format
Robin Haberkorn
1
-0
/
+7
2023-07-06
fixed ]$ and ]~ (pop from Q-Reg stack to special Q-Registers)
Robin Haberkorn
2
-164
/
+90
2023-07-05
set target release to v2.1.0
Robin Haberkorn
1
-1
/
+1
2023-07-03
fixup 69b4bbb8341cfda5d8456ccbf951034d63e4340c: added missing Makefile for Fr...
Robin Haberkorn
1
-0
/
+87
2023-07-03
introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...
Robin Haberkorn
10
-29
/
+19
2023-07-02
added FreBSD port (for ports tree)
Robin Haberkorn
5
-0
/
+236
2023-07-02
cheat-sheet.mm: minor improvements
Robin Haberkorn
1
-3
/
+2
2023-06-28
added cheat sheet
Robin Haberkorn
4
-2
/
+821
2023-06-20
Debian: fixed rules (build and binary targets)
Robin Haberkorn
1
-2
/
+33
2023-06-20
Debian: updated/modernized config files
Robin Haberkorn
3
-13
/
+39
2023-06-20
fixup 75533443ecae81d6861bdc1402a0e4b271838979: fixes sciteco-gtk Debian pack...
Robin Haberkorn
1
-1
/
+1
2023-06-19
updated ChangeLog for v2.0.0 and TODO
v2.0.0
Robin Haberkorn
2
-13
/
+227
2023-06-19
distribute sciteco.desktop
Robin Haberkorn
3
-4
/
+3
2023-06-19
the SciTECO data installation path is now configurable via --with-scitecodatadir
Robin Haberkorn
8
-21
/
+26
2023-06-18
.teco_ini: don't set up any margins or indention settings on the unnamed buffer
Robin Haberkorn
1
-0
/
+1
2023-06-18
fixed caret scrolling on startup
Robin Haberkorn
2
-91
/
+93
2023-05-14
resolved warning in gtk-label.c due to wrong enum type
Robin Haberkorn
1
-1
/
+1
2023-05-14
FreeBSD: fixed the poll-thread memory limiting implementation - it's the defa...
Robin Haberkorn
2
-7
/
+22
2023-05-14
FreeBSD: fixed test suite
Robin Haberkorn
2
-3
/
+5
2023-05-12
fixup EC on Win32 and interruptions via CTRL+C
Robin Haberkorn
1
-33
/
+82
2023-05-09
fixup: building on UNIX
Robin Haberkorn
1
-1
/
+1
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
6
-89
/
+126
2023-04-29
fixed <EC> interruptions on Gtk+ (and probably on PDCurses/Win32)
Robin Haberkorn
2
-6
/
+30
2023-04-27
Gtk: fixed scrolling in the command line widget
Robin Haberkorn
1
-7
/
+2
2023-04-27
Gtk: fixed entering dead keys
Robin Haberkorn
1
-25
/
+63
2023-04-20
Curses: do not allow typing any non-ASCII characters - fixes crashes on PDCur...
Robin Haberkorn
1
-1
/
+1
2023-04-19
fixup: reverted the last Scintilla patch and unref Scintilla objects via g_ob...
Robin Haberkorn
2
-9
/
+1
2023-04-19
updated Scintilla: fixes crashes and warnings on startup with Gtk+
Robin Haberkorn
1
-0
/
+0
2023-04-18
fixup a6b5394086260c262e393dd113057916fd14134b: emit undo tokens for insert_len
Robin Haberkorn
1
-11
/
+14
2023-04-18
no longer try to avoid automatic scrolling - this is patched out of Scintilla...
Robin Haberkorn
9
-53
/
+33
2023-04-16
added Asciidoc lexer config
Robin Haberkorn
2
-1
/
+30
2023-04-16
updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4
Robin Haberkorn
7
-4
/
+543
2023-04-16
fixed interruptions of commands with string arguments in interactive mode
Robin Haberkorn
1
-4
/
+12
2023-04-14
allow disabling Lexilla (Lexer) support by specifying --without-lexilla
Robin Haberkorn
5
-86
/
+104
2023-04-13
cmdline.c: fixed rubbing out words (^W) and possible chrashes
Robin Haberkorn
2
-21
/
+10
2023-04-13
cmdline.c: simplified the rubin-case
Robin Haberkorn
2
-13
/
+6
2023-04-13
fixed typing in characters of the rubbed-out command-line
Robin Haberkorn
1
-11
/
+12
2023-04-05
fixed nightly Debian/Ubuntu builds
Robin Haberkorn
1
-1
/
+1
2023-04-05
Nightly Builds: hopefully fixed the Ubuntu builds
Robin Haberkorn
1
-4
/
+4
2023-04-05
updated copyright to 2023
Robin Haberkorn
63
-63
/
+63
2023-04-05
updated TODO
Robin Haberkorn
1
-4
/
+73
2023-04-05
fixed formatting of dates in manpages
Robin Haberkorn
1
-1
/
+1
2023-04-05
Troff documents: fixed monospaced example blocks
Robin Haberkorn
3
-15
/
+15
2023-04-05
default font is now "Monospace" instead of Courier
Robin Haberkorn
2
-3
/
+3
2023-04-05
sciteco.tmac: also set the LL register (refs #11)
Robin Haberkorn
1
-1
/
+5
2023-04-05
fixed grosciteco for newer Groff versions (refs #11)
Robin Haberkorn
1
-0
/
+1
2022-12-10
fixed pass-through loops: especially :> and :F<
Robin Haberkorn
3
-20
/
+80
[next]