- 29 Jun, 2016 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Any control character is represented by a ^ plus an ASCII character.
-
Benno Schulenberg authored
Instead of showing the upper control codes like this: ^À ^Á ^Â ^Ã ^Ä ^Å ^Æ ^Ç ^È ^É ^Ê ^Ë ^Ì ^Í ^Î ^Ï ^Ð ^Ñ ^Ò ^Ó ^Ô ^Õ ^Ö ^× ^Ø ^Ù ^Ú ^Û ^Ü ^Ý ^Þ ^ß show them like this: ^` ^a ^b ^c ^d ^e ^f ^g ^h ^i ^j ^k ^l ^m ^n ^o ^p ^q ^r ^s ^t ^u ^v ^w ^x ^y ^z ^{ ^| ^} ^~ ^= The lower control codes continue to be shown like this: ^@ ^A ^B ^C ^D ^E ^F ^G ^H ^I ^J ^K ^L ^M ^N ^O ^P ^Q ^R ^S ^T ^U ^V ^W ^X ^Y ^Z ^[ ^\ ^] ^^ ^_ The representation of DEL (0x7F) continues as ^?. Further, use knowledge of UTF-8 to avoid a roundtrip through wide characters.
-
Benno Schulenberg authored
This fixes the second part of https://savannah.gnu.org/bugs/?48331 . Reported-by:
Mike Frysinger <vapier@gentoo.org>
-
Benno Schulenberg authored
This fixes the first part of https://savannah.gnu.org/bugs/?48331 . Reported-by:
Mike Frysinger <vapier@gentoo.org>
-
- 27 Jun, 2016 9 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?47962 reported by Cody Taylor.
-
Benno Schulenberg authored
By removing from their main loops a condition that occurs just once.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Do the casting from integer to character rightaway in the first intermediate buffer.
-
Benno Schulenberg authored
Just like when reading a file fails. It needs the user's attention.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
So we don't have to remember its awkward target name.
-
Benno Schulenberg authored
-
- 26 Jun, 2016 1 commit
-
-
Rishabh Dave authored
This fixes https://savannah.gnu.org/bugs/?48286 . Reviewed-by:
Benno Schulenberg <bensberg@justemail.net> Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com>
-
- 25 Jun, 2016 6 commits
-
-
Benno Schulenberg authored
Keystrokes are single integers (aided by the flags meta_key and func_key) but in the input stream they can be encoded as escape sequences (a series of bytes). Characters are values in byte range, but in UTF-8 one character can consist of multiple bytes. Also rename two variables, because the secondary input buffer that they refer to contains only characters (mostly just one), never any shortcuts; and there are too many "kbinput" already.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Typing a Unicode code is always finished after at most six characters: either retval == uni or retval == kbinput, but it can't be ERR.
-
Benno Schulenberg authored
-
Luke Francl authored
With tweaks from Andrea Canciani, Ben Young, Tennix, and Dirkjan Ochtman. This fulfills https://savannah.gnu.org/bugs/?48163.
-
- 24 Jun, 2016 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
The negatives are taken to mean: from the end of the file, and: from the end of the line. This fulfills https://savannah.gnu.org/bugs/?48248.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also, other messages that are about --operatingdir don't use the term "confined" either. Suggested-by:
Mario Blättermann <mario.blaettermann@gmail.com>
-
- 23 Jun, 2016 2 commits
-
-
Jordi Mallach authored
Fix references to an old dist dir in FAQ and RPM spec file.
-
Jordi Mallach authored
Switch to https and drop the www. prefix for all occurrences of the website URL.
-
- 22 Jun, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 21 Jun, 2016 3 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48282.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48283.
-
Benno Schulenberg authored
Don't make it the responsibility of the executed functions to restore the list of shortcuts of the edit window. Just detect whether another menu was displayed, and if so, redisplay the main menu.
-
- 20 Jun, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 17 Jun, 2016 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
And don't bother running configure and make upstairs; here is enough.
-
Benno Schulenberg authored
The way to update nano.pot is to run 'make nano.pot-update' in the po subdir. Updating a specific PO file is then done with 'make xx.po'. (The script mistakenly included all leading comments, not just the ones marked with "TRANSLATORS:".)
-
Benno Schulenberg authored
-
Benno Schulenberg authored
It sounded like an instigation to upgrade, or like a list of instructions on how to upgrade. But it is merely a list of noteworthy changes -- what other packages put in the NEWS file.
-