Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
3ba789a3ae | ||
|
deb71f35eb |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4babd6ce0ae19516f983454fb20d32dff71ad316337ac6bf93a42a5ff209c9d
|
|
||||||
size 92905
|
|
Binary file not shown.
3
moe-1.15.tar.lz
Normal file
3
moe-1.15.tar.lz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41f8c8b099ce3047945ca4e097a60d9243e9c73fbb268c194a12da8b0d9f0a66
|
||||||
|
size 93995
|
BIN
moe-1.15.tar.lz.sig
Normal file
BIN
moe-1.15.tar.lz.sig
Normal file
Binary file not shown.
16
moe.changes
16
moe.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 11 12:34:36 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- GNU moe 1.15:
|
||||||
|
* Files are now saved by lines (not by bytes), which is about one
|
||||||
|
order of magnitude faster.
|
||||||
|
* 'Auto unmark' now turns off highlighting by reducing block size
|
||||||
|
to 0 instead of resetting the block. This way the beginning of
|
||||||
|
the block can still be reached with Alt-B.
|
||||||
|
* Move window to the first column after word wrapping at right
|
||||||
|
margin.
|
||||||
|
* One more space has been inserted between columns in the help
|
||||||
|
screens showing the 'Character Set'.
|
||||||
|
* The chapter 'Syntax of command-line arguments' has been added
|
||||||
|
to the manual.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 22 22:45:31 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
Mon Jan 22 22:45:31 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
6
moe.spec
6
moe.spec
@ -2,7 +2,7 @@
|
|||||||
# spec file for package moe
|
# spec file for package moe
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: moe
|
Name: moe
|
||||||
Version: 1.14
|
Version: 1.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Text Editor
|
Summary: A Text Editor
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -44,7 +44,7 @@ removal from prompt histories, delimiter matching, text conversion from/to
|
|||||||
UTF-8 and romanization.
|
UTF-8 and romanization.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
Reference in New Issue
Block a user