27 Commits

Author SHA256 Message Date
9ebd6ea192 Accepting request 1332833 from editors
OBS-URL: https://build.opensuse.org/request/show/1332833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=9
2026-02-13 11:50:17 +00:00
b01379e803 moe 1.16
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=26
2026-02-13 10:27:57 +00:00
6adbef3a03 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
56c682e650 Accepting request 1237040 from home:AndreasStieger:branches:editors
GNU moe 1.15

OBS-URL: https://build.opensuse.org/request/show/1237040
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=24
2025-01-11 16:41:54 +00:00
4ba65b39f4 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
73d3901087 Accepting request 1140738 from home:AndreasStieger:branches:editors
GNU moe 1.14

OBS-URL: https://build.opensuse.org/request/show/1140738
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=22
2024-01-23 07:06:30 +00:00
a4c6db4764 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
b159c21978 Accepting request 1068325 from home:AndreasStieger:branches:editors
moe 1.13

OBS-URL: https://build.opensuse.org/request/show/1068325
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=20
2023-03-01 08:48:44 +00:00
8f0f0d9e83 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
9e1b2c6cc5 - Use distribution CFLAGS
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=18
2022-09-13 11:33:51 +00:00
bc0034ebe6 Accepting request 999937 from home:jengelh:branches:editors
update

OBS-URL: https://build.opensuse.org/request/show/999937
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=17
2022-09-13 06:24:39 +00:00
a84493335c 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
f8f7fa0da7 Accepting request 860410 from home:AndreasStieger:branches:editors
GNU moe 1.11

OBS-URL: https://build.opensuse.org/request/show/860410
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=15
2021-01-05 09:34:28 +00:00
b6d8a6363a 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
5b48a251be Accepting request 662769 from home:AndreasStieger:branches:editors
GNU moe 1.10

OBS-URL: https://build.opensuse.org/request/show/662769
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=13
2019-01-04 13:58:44 +00:00
3a608e2bcd 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
66e2d55b79 Accepting request 588583 from home:jengelh:branches:editors
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/588583
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=11
2018-03-19 13:24:59 +00:00
0849097e51 Accepting request 588363 from home:avindra:branches:editors
- 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

OBS-URL: https://build.opensuse.org/request/show/588363
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=10
2018-03-19 08:23:51 +00:00
e07746c310 Accepting request 407920 from editors
New package

OBS-URL: https://build.opensuse.org/request/show/407920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=1
2016-07-15 10:52:19 +00:00
f6b45f7730 OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=8 2016-07-12 14:36:04 +00:00
3f956d16dd - Small spec file cleanup
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=7
2016-07-10 17:19:58 +00:00
c7bf5b5e08 Accepting request 366924 from home:AndreasStieger:branches:editors
GNU moe 1.8

OBS-URL: https://build.opensuse.org/request/show/366924
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=6
2016-03-14 16:33:33 +00:00
5f0dd24754 Accepting request 305969 from home:AndreasStieger:branches:editors
moe 1.7, the works

OBS-URL: https://build.opensuse.org/request/show/305969
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=5
2015-05-08 20:54:31 +00:00
Pascal Bleser
c937cbbc17 1.3
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=4
2009-09-04 18:47:18 +00:00
Pascal Bleser
dd0c599d74 bzipped source tarball + fix link order for --as-needed on factory
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=3
2009-09-01 22:36:34 +00:00
Pascal Bleser
25bb165af5 remove %debug_package
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=2
2009-05-02 00:22:58 +00:00
Pascal Bleser
156cadf552 1.1
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=1
2009-02-23 08:32:13 +00:00