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
This commit is contained in:
commit
da21f121e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cfd44ab5623ed4185ee53962b879fd9bdd18eab47bf5dd9bdb8271f1bf7d53b
|
||||
size 84050
|
Binary file not shown.
3
moe-1.11.tar.lz
Normal file
3
moe-1.11.tar.lz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0efbcbcf5a4a8d966541c6cb099ba0ab6416780366dbce82d9ff995a85a5e2f9
|
||||
size 89532
|
BIN
moe-1.11.tar.lz.sig
Normal file
BIN
moe-1.11.tar.lz.sig
Normal file
Binary file not shown.
41
moe.changes
41
moe.changes
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 5 09:03:48 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU moe 1.11:
|
||||
* Begin of text is now correctly defined as the position of the
|
||||
first non-blank character in a line, instead of the first non-
|
||||
whitespace character. This fixes the behavior of 'auto indent'
|
||||
and 'smart home'.
|
||||
* Add new option '-2, --two-spaces', that tells moe to put two
|
||||
spaces after period when reformatting a paragraph, has been
|
||||
added.
|
||||
* Add new search sequence '\T' (trailing whitespace)
|
||||
* UTF-8 codes are now shown as Uhhhh, not 0xhhhh.
|
||||
* The command 'C-s g' (Show global status) now shows the number
|
||||
of buffers being edited, not the number of buffer handles.
|
||||
* Pressing <Tab> in the file menu now shows the list of matching
|
||||
files even if there is only one, showing that a matching file
|
||||
exists.
|
||||
* Add new command 'C-s b' (toggle clock blinking)
|
||||
* Recursive load now ignores some more non-text or non-source
|
||||
files by extension; ".bmp", ".elf", ".obj", ".xcf", ".zip",
|
||||
".info", ".jpeg", ".class"
|
||||
* The command 'F3' (load file) now shows feedback
|
||||
("loading...") and may be aborted with Control-C.
|
||||
* The command Control-X (save and close) now updates the status
|
||||
line before exiting if closing the last buffer handle.
|
||||
* The command Alt-Z (scroll down) now scrolls until only two
|
||||
lines are visible
|
||||
* The command 'C-k w' (write the block to a file) now asks
|
||||
before overwriting an existing file and works when writing
|
||||
from an unnamed read-only buffer.
|
||||
* The UTF-8 decoder now converts some more characters (mostly
|
||||
Greek) and some alphabetic presentation forms
|
||||
* It now also converts the 'latin capital letter sharp s
|
||||
(german)' to "SS".
|
||||
* The emergency save triggered by an abnormal event now only
|
||||
saves non-empty buffers and only once even if any of them has
|
||||
multiple handles.
|
||||
* The commands needed to set the text console in the right mode
|
||||
for moe have been documented in the manual.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 10:45:01 UTC 2019 - astieger@suse.com
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
GPG keys of Antonio Diaz Diaz <antonio>
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
|
12
moe.spec
12
moe.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package moe
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: moe
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
Release: 0
|
||||
Summary: A Text Editor
|
||||
License: GPL-2.0-or-later
|
||||
@ -32,8 +32,6 @@ BuildRequires: libstdc++-devel
|
||||
BuildRequires: lzip
|
||||
BuildRequires: make
|
||||
BuildRequires: ncurses-devel
|
||||
Requires(post): %{install_info_prereq}
|
||||
Requires(preun): %{install_info_prereq}
|
||||
|
||||
%description
|
||||
GNU Moe is an 8-bit clean, console text editor for ISO-8859 and ASCII
|
||||
@ -54,12 +52,6 @@ make %{?_smp_mflags} CXXFLAGS="%{optflags}"
|
||||
%install
|
||||
%make_install install-man
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/moe.info%{ext_info}
|
||||
|
||||
%preun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/moe.info%{ext_info}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
|
Loading…
Reference in New Issue
Block a user