Changelog for
ne-doc-3.0.1-1.15.noarch.rpm :
Tue Jun 23 14:00:00 2015 sor.alexeiAATTmeowr.ru
- Update to 3.0.1 (changes since 2.4):
* New DelTabs flag, function separated from Tabs flag.
* Reformatting with the Paragraph command is now aware of common
leading characters used in comments: > # /
* and spaces.
* WordWrap preserves leading characters identically to Paragraph.
* Requesters (filenames, help, autocompletions, etc.) do progressive
\"fuzzy match\" by typed characters, backspace.
* Document requester (F4) opens with cursor on the current document.
Docs with unsaved changes are bold, flagged with \"
*\". F2/F3
reorder documents.
* Tab in Syntax command displays requester of extant syntax
recognizers.
* You can now use AutoComplete in command line prompts.
* New SaveAll command saves all modified documents.
* Warns before saving over a file that was modified since the
buffer was last loaded or saved.
* `\' joins (), {}, [], and <> as character pairs known to
MatchBracket.
* New example macros: aspell, DeleteSOL.
* Add % to special leading characters for re-wrapping Paragraphs.
* WordWrap no longer waits for the cursor to hit the right margin;
it wraps on insertions and deletions now.
* Updates to ruby, erb, python, conf, many other syntax recognizers.
Added these recognizers from the Joe project: ant batch
classic_pascal comment_todo csharp debian differences elixir
erlang git-commit go haml htmlerb ini iptables js json md
powershell pp prolog properties sieve typescript whitespace yaml
* ne is now fully 64-bit, and needs to be compiled by a
C99-compliant compiler. Files can be of any size, provided that
enough core memory is available.
* ne is able to read from named pipes. You can even pipe content
into ne: it will be opened as the first document.
* It is now possible to interrupt searches (it used to be
possible just to interrupt global replace actions).
* Word wrap has been reverted to pre-2.5: it preserves just
whitespace, and it doesn\'t reparagraph at each line split or
join. Paragraph keeps the usual smart features preserving
comments, etc.
* Update version of GNU regex library provides 64-bit regular
expressions.
* We no longer assign stdin, fixing a
*BSD compatibility problem.
* Fixed missing screen update at startup when no default
autoprefs are available.
- Rebase and update ne-make.patch: change compiler, ld ncurses
instead of curses, change docdir.
- Remove ne-fix_link_order.patch and ne-fix_includes.patch:
fixed upstream.
- Change the group of ne-doc package to Documentation/Other.
- Add ne-fix-about.patch.
- Spec cleanup.
Wed Apr 18 14:00:00 2012 pascal.bleserAATTopensuse.org
- larger documentation files and info files split out into doc subpackage
- update to 2.4:
* CLOSEDOC and QUIT (^Q and Alt-Q) now close string requesters just like Esc
* Macro calling macros are now stopped at an arbitrary depth of 32 calls
* Last command of a loaded macro w/o trailing new-line now works
* Vertical block selections where mark is below cursor select correct text
* Mark right of a tab no longer moves when you change tab size
* MARK and MARKVERT with no parameters always set rather than toggle the mark
* Cursor no longer goes to start of line when you change tab size
* A couple of operations in free form mode (joining the first line with
the following one and deleting a block with an extreme beyond the end
of file) should not cause crashes anymore
* AUTOCOMPLETE could sometimes insert an inadvertent trailing \"
*\".
- changes from 2.3:
* Fixed ridiculously old bug when copying a block and the marker is
after the cursor
* Tweak to syntax file for java
* Changed build date in \"About\" to ISO YYYY-MM-DD format
* Tweak suspend to signal process group; reduce chance of apparent hang
* Instantaneous window resize works again
* Now we display an error message (instead of crashing or returning an
I/O error) when a file is too large (>=2GiB)
* We no longer set the buffer filename in case of I/O error
- changes from 2.2:
* Fixed memory allocation macros in regex code from glibc to work on systems
that return NULL on zero-sized allocations
* Fixed bug in \"AdjustView R\" that could push current character off screen
* Ensure tab size remains less than half the window width when the window
changes size
* Fixed buggy out-of-memory handling when loading files
* Fixed buggy HTML/CSS syntax highlighting
* Fixed wrong background line colour when clearing to the end of line
* ToUpper and ToLower now stop when they reach the end of a document
- changes from 2.1:
* Fixed efficiency bug introduced with syntax highlighting: ne should now
be much more responsive along slow connections
* Fixed old, bad, shameful bug: complex assertions were compiled into
the code even for the non-debug version. As a result, ne was deadly
slow on large files
* Fixed small mistakes in the keyboard sequences displayed in the menus,
and small discrepancies between default.keys/default.menus and reality
* In some cases after a keyboard timeout an ESC character was left in
the keyboard buffer, causing weird behaviours
* Probably really (this time) fixed problems with regexps matching empty
strings
* BackSpace and Delete behave better in FreeForm mode
Mon Feb 16 13:00:00 2009 pascal.bleserAATTopensuse.org
- new package