SHA256
1
0
forked from pool/moe

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
This commit is contained in:
Martin Pluskal
2018-03-19 08:23:51 +00:00
committed by Git OBS Bridge
parent 2b63077e9b
commit ab993e0ac3
7 changed files with 30 additions and 12 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Mar 18 23:16:55 UTC 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 17:19:05 UTC 2016 - mpluskal@suse.com