diff --git a/moe-1.10.tar.lz b/moe-1.10.tar.lz new file mode 100644 index 0000000..0c7c95d --- /dev/null +++ b/moe-1.10.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfd44ab5623ed4185ee53962b879fd9bdd18eab47bf5dd9bdb8271f1bf7d53b +size 84050 diff --git a/moe-1.10.tar.lz.sig b/moe-1.10.tar.lz.sig new file mode 100644 index 0000000..b04c7c9 Binary files /dev/null and b/moe-1.10.tar.lz.sig differ diff --git a/moe-1.9.tar.lz b/moe-1.9.tar.lz deleted file mode 100644 index 5fd63e9..0000000 --- a/moe-1.9.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18919e9ffae08f34d8beb3a26fc5a595614e0aff34866e79420ca81881ff4ef3 -size 82046 diff --git a/moe-1.9.tar.lz.sig b/moe-1.9.tar.lz.sig deleted file mode 100644 index 694846f..0000000 Binary files a/moe-1.9.tar.lz.sig and /dev/null differ diff --git a/moe.changes b/moe.changes index 3035e20..f323798 100644 --- a/moe.changes +++ b/moe.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Jan 4 10:45:01 UTC 2019 - astieger@suse.com + +- GNU moe 1.10: + * The default right margin has been changed from 72 to 76. + * The new command 'C-o k' (capitalize words in block) has been + added. It uppercases the first letter of each word and + lowercases the rest. + * The new command 'C-s p' (show line position in buffer) has + been added. It shows on the status line the percent position + of the current line in the buffer. + * Recursive load now ignores some non-text files by extension + * Infinite replacement loops are now detected. + * 'C-q c' (exit without saving) and 'C-q x' (save and exit) now + exit much faster when editing many files (thousands). + * 'C-q x' (save and exit) now does not delete any buffer handles + until all modified buffers have been succesfully saved. And + shows "Read only" without asking for a name if a modified + unnamed read-only buffer is found. + * The UTF-8 decoder now converts some more characters. + * Showing the contents of a directory no longer alters the + position of the top line of the buffers menu. + * The buffers menu is now shown even if there is only one buffer + * When showing the contents of a directory, ".." is now put + always first even if some file precede it in ASCIIbetical order + * On buffers larger than 1000 lines, bookmarks 1 to 9 are now set + at 10% to 90% of the buffer size in lines + ------------------------------------------------------------------- Mon Mar 19 13:11:50 UTC 2018 - jengelh@inai.de diff --git a/moe.spec b/moe.spec index 95b9681..82a20ba 100644 --- a/moe.spec +++ b/moe.spec @@ -1,7 +1,7 @@ # # spec file for package moe # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: moe -Version: 1.9 +Version: 1.10 Release: 0 Summary: A Text Editor License: GPL-2.0-or-later Group: Productivity/Text/Editors -Url: https://www.gnu.org/software/moe/moe.html +URL: https://www.gnu.org/software/moe/moe.html Source: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz Source1: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz.sig Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=moe&download=1#/%{name}.keyring