SHA256
1
0
forked from pool/moe

8 Commits

Author SHA256 Message Date
3ba789a3ae Accepting request 1237056 from editors
OBS-URL: https://build.opensuse.org/request/show/1237056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=8
2025-01-12 10:22:48 +00:00
Martin Pluskal
deb71f35eb GNU moe 1.15
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=24
2025-01-11 16:41:54 +00:00
ada2ec308e Accepting request 1140770 from editors
OBS-URL: https://build.opensuse.org/request/show/1140770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=7
2024-01-23 21:56:23 +00:00
48a09e459e Accepting request 1068379 from editors
OBS-URL: https://build.opensuse.org/request/show/1068379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=6
2023-03-01 15:14:39 +00:00
e7ca8a74ab Accepting request 1003309 from editors
- Use distribution CFLAGS

- Update to release 1.12
  * A '+' alone (without line number) before a file name in the
    command line puts the cursor at end-of-buffer.
  * In case of error in an argument to a command line option, moe
    now shows the name of the option as parsed from the command
    line.
  * The new command 'C-o b' (reformat paragraphs in block) has
    been added.
  * Moe now centers the cursor the first time each handle is
    displayed.
  * 'F2' (save) now can write an unnamed read-only buffer to a
    file without setting the buffer name.
  * 'undo' and 'redo' now show feedback ("undoing...",
    "redoing...").
  * The UTF-8 decoder now converts some more characters ('numero
    sign', 'arrow with tip', 'double arrow', 'Kelvin sign',
    'Angstrom sign').

OBS-URL: https://build.opensuse.org/request/show/1003309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=5
2022-09-13 13:09:49 +00:00
da21f121e5 Accepting request 860416 from editors
OBS-URL: https://build.opensuse.org/request/show/860416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=4
2021-01-05 17:15:48 +00:00
0fb4bdcf53 Accepting request 662807 from editors
OBS-URL: https://build.opensuse.org/request/show/662807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=3
2019-01-08 11:27:47 +00:00
42374aca83 Accepting request 588591 from editors
OBS-URL: https://build.opensuse.org/request/show/588591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=2
2018-03-22 11:02:29 +00:00
6 changed files with 22 additions and 6 deletions

View File

@@ -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
View 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

Binary file not shown.

View File

@@ -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>

View File

@@ -2,7 +2,7 @@
# spec file for package moe
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: moe
Version: 1.14
Version: 1.15
Release: 0
Summary: A Text Editor
License: GPL-2.0-or-later
@@ -44,7 +44,7 @@ removal from prompt histories, delimiter matching, text conversion from/to
UTF-8 and romanization.
%prep
%autosetup
%autosetup -p1
%build
%configure