Package Release Info

moe-1.9-bp152.3.13

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

moe

Change Logs

Version: 1.12-bp155.1.6
* Tue Sep 13 2022 Martin Pluskal <mpluskal@suse.com>
- Use distribution CFLAGS
* Mon Aug 29 2022 Jan Engelhardt <jengelh@inai.de>
- 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').
Version: 1.9-bp150.2.4
* Mon Mar 19 2018 jengelh@inai.de
- Ensure neutrality of description.
* Sun Mar 18 2018 avindra@opensuse.org
- GNU moe 1.9:
  * rc.cc: Load recursively all regular files in each directory
    passed in the command line.
  * Added a new help key 'C-a'.
  * encoding.cc: UTF-8 decoder now converts some more characters.
  * buffer_handle.h (Buffer_handle): Adjust '+line,col' for tabs.
  * set_to_matching_delimiter: Skip delimiters inside /**/ comments.
  * Added 'N' command to the basic less emulation.
  * rc.cc (process_options): Don't use stdin more than once.
  * window_vector.cc (remove_duplicate_lines): Run 20% faster.
  * Cut long filenames in messages like "File '...filename' saved".
  * Set an 8-bit "C" locale in Cygwin to show chars > 127.
  * configure: Avoid warning on some shells when testing for g++.
  * Makefile.in: Detect the existence of install-info.
- cleanup with spec-cleaner
* Sun Jul 10 2016 mpluskal@suse.com
- Small spec file cleanup
* Sun Mar 06 2016 astieger@suse.com
- GNU moe 1.8:
  * Moe is now able to read some types of non regular files at
    startup. Opening non regular files during the editing session
    is not allowed because it could cause moe to be killed, losing
    the changes of any other files being edited.
  * "Center line" now works correctly in overwrite mode.
* Fri May 08 2015 astieger@suse.com
- GNU moe 1.7
- complete package overhaul
* Fri Sep 04 2009 pascal.bleser@opensuse.org
- update to 1.3
* Mon Feb 23 2009 guru@unixtech.be
- moved to openSUSE Build Service
- update to 1.1
* Wed Jan 17 2007 guru@unixtech.be
- new upstream version
* Fri Apr 21 2006 guru@unixtech.be
- new package
Version: 1.11-bp154.1.14
* Tue Jan 05 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 04 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