- 54c2f6b Chopping the now unused parameter 'undoing'. by Benno Schulenberg · 10 years ago
- f1d9fcc Redoing an Enter from stored undo data, instead of running do_enter() again, by Benno Schulenberg · 10 years ago
- 619f280 Plugging four memory leaks. by Benno Schulenberg · 10 years ago
- 02a3a25 Skipping a zero-length match only when there /is/ a match. by Benno Schulenberg · 10 years ago
- c43c048 Accepting longer bug and patch numbers. by Benno Schulenberg · 10 years ago
- 4a23a17 Allowing to exit the file browser with the same key as it was entered: ^T. by Benno Schulenberg · 10 years ago
- a1c03ed Correcting the logic for adjusting the x position of the mark, by Benno Schulenberg · 10 years ago
- b66e4bf Deleting a redundant assignment. by Benno Schulenberg · 10 years ago
- a3c9dfa Not setting 'openfile->mark_begin' for no reason. by Benno Schulenberg · 10 years ago
- 53fbcf7 Not checking whether a function has a help line; it's irrelevant. by Benno Schulenberg · 10 years ago
- 4ede3b4 Truncating an overlong hostname properly instead of bailing out by Benno Schulenberg · 10 years ago
- 452066b Chopping the 'undoing' parameter, so that the calls of do_cut_text() become by Benno Schulenberg · 10 years ago
- d0e8887 Eliding two variables. by Benno Schulenberg · 10 years ago
- bf84e59 Improving several comments. by Benno Schulenberg · 10 years ago
- 5cbb511 Deleting an unused type definition. by Benno Schulenberg · 10 years ago
- 2418b94 Correcting the changelog description of an old change. by Benno Schulenberg · 10 years ago
- df80bfd Improving comments and combining two conditions. by Benno Schulenberg · 10 years ago
- 4a1835f Refreshing the mark's pointer only when it is on the same line as the cursor, by Benno Schulenberg · 10 years ago
- c67ab65 Adding a forgotton bug number to the Changelog. by Benno Schulenberg · 10 years ago
- 3c40b35 Tweaking the Changelog. by Benno Schulenberg · 10 years ago
- 499c2af Removing an 'if' that will never be true, and removing some by Benno Schulenberg · 10 years ago
- bf64514 Checking for "nothing to redo" earlier, in order to restore the by Benno Schulenberg · 10 years ago
- b0a2f98 Skipping the addition of an undo only when the current action equals the by Benno Schulenberg · 10 years ago
- 0d9397e Making ^O work the same way as under Pico when option -t is given: by Benno Schulenberg · 10 years ago
- d0b7255 Oops! You can't swap those two conditions. by Benno Schulenberg · 10 years ago
- 26eed9d Removing a condition that can never occur. by Benno Schulenberg · 10 years ago
- 3059e16 Spoofing a line number for the redoing of an INSERT, because by Benno Schulenberg · 10 years ago
- 08e5eea Not calculating the line length twice. by Benno Schulenberg · 10 years ago
- 17b46f0 Rewriting do_next_word() to use the same, simpler logic as do_prev_word(). by Benno Schulenberg · 10 years ago
- b410332 Jumping to the beginning of the current word when in its middle by Benno Schulenberg · 10 years ago
- 6620de0 Dropping a return value that is never used. by Benno Schulenberg · 10 years ago
- 954d04b Forcing a redraw of a line only when it contains a multicolumn character, by Benno Schulenberg · 10 years ago
- 9205c28 Reverting my own patch that claimed that UTF8 is a stateless encoding. by Benno Schulenberg · 10 years ago
- 459d9f8 Rewrapping some lines and tweaking two comments. by Benno Schulenberg · 10 years ago
- 213294e Adding a file: syntax colouring for Autoconf files. by Benno Schulenberg · 10 years ago
- 86bbe50 Discarding an unneeded extra freeing of the help text. by Benno Schulenberg · 10 years ago
- 8925eab Not bothering to set things to NULL when they will be initialized right away, by Benno Schulenberg · 10 years ago
- 149b1fe Removing some duplication in the initialization of a new openfile node. by Benno Schulenberg · 10 years ago
- a5b2953 Renaming and reordering most of 'help_line_len()'. by Benno Schulenberg · 10 years ago
- 9e438cd Determining the length of the current line by starting at the very by Benno Schulenberg · 10 years ago
- 7a1959f Not bothering to pass around a function when it's used only once. by Benno Schulenberg · 10 years ago
- 427eff6 Adjusting some comments and whitespace. by Benno Schulenberg · 10 years ago
- 5440796 Reducing the scope of a variable. by Benno Schulenberg · 10 years ago
- a9aa0ef Avoiding wide paragraphs of running text in the help screens, by Benno Schulenberg · 10 years ago
- f811846 Allowing to change the file format in restricted mode, but actually disabling by Benno Schulenberg · 10 years ago
- 8a058d1 Speeding up the finding of the longest filename in the current folder. by Benno Schulenberg · 10 years ago
- 677e947 Removing the mistaken comparison between a pointer and a literal character. by Benno Schulenberg · 10 years ago
- 58a0dde Not bothering to reset any state, because UTF-8 is a stateless encoding. by Benno Schulenberg · 10 years ago
- 07fdf46 Avoiding a possibly erroneous message, because failing to delete by Benno Schulenberg · 10 years ago
- c9337dd Avoiding a call of copy_file() with a null pointer. by Benno Schulenberg · 10 years ago
- f5234e5 Making a message sound more definitive instead of temporary. by Benno Schulenberg · 10 years ago
- ea2b51a Removing an unneeded and mistaken condition: by Benno Schulenberg · 10 years ago
- eac0446 Fixing compilation with --enable-tiny: file formats don't exist then. by Benno Schulenberg · 10 years ago
- 90798fb Allowing to toggle whitespace display also when support for nanorc files by Benno Schulenberg · 10 years ago
- 2a5bd55 Putting in the null byte "manually", and only when using UTF-8. by Benno Schulenberg · 10 years ago
- 7e1bc82 Improving the formatting of the texi file, to get better HTML by Benno Schulenberg · 10 years ago
- 30daf4d Letting malloc() help to find initialization failures and uses-after-free. by Benno Schulenberg · 10 years ago
- 24d6b7f Tweaking the documentation. Mainly putting prevword and nextword in by Benno Schulenberg · 10 years ago
- 052ad10 Advertising the five new bindable functions. by Benno Schulenberg · 10 years ago
- 70cbbda Adding the option --unix (and 'set unix'), by Benno Schulenberg · 10 years ago
- 95e1f55 Plugging a tiny leak. by Benno Schulenberg · 10 years ago
- 455fb4f Plugging a memory leak. by Benno Schulenberg · 10 years ago
- 3d2784e Checking the value of shortcut->toggle only if it actually is a toggle. by Benno Schulenberg · 10 years ago
- 8a06dfa Initializing also openfile->syntax. by Benno Schulenberg · 10 years ago
- ace1517 Adding "and exit" to the description of --help, for veracity, to match by Benno Schulenberg · 10 years ago
- 45f873a Showing also the dedicated keys in the ^G help text, by Benno Schulenberg · 10 years ago
- e919c22 Setting each multiline-color value instead of OR-ing it. by Benno Schulenberg · 10 years ago
- b3e4051 Adding two new bindable functions which delete all characters by Benno Schulenberg · 10 years ago
- 20ba559 Providing feedback for ^Z when suspension is not enabled. by Benno Schulenberg · 10 years ago
- b7f7df9 Changing "Justify" to a tag and regrouping a couple. by Benno Schulenberg · 10 years ago
- 6847616 Differentiating between something being disabled/restricted and by Benno Schulenberg · 10 years ago
- 104ea6b Normalizing whitespace after the preceding changes. by Benno Schulenberg · 10 years ago
- 2ee18d6 Not showing ^R and ^T in the help lines in restricted mode (if possible), by Benno Schulenberg · 10 years ago
- efbf7b6 Making the four toggles that don't have any effect in restricted mode by Benno Schulenberg · 10 years ago
- 5885e34 Not showing options that don't have any effect when asking for --help in by Benno Schulenberg · 10 years ago
- e4294a2 It is better to say that this function is disabled by Benno Schulenberg · 10 years ago
- 0b15c42 Dropping two superfluous checks for restricted mode, and by Benno Schulenberg · 10 years ago
- bff6a90 Reenabling SIGWINCH-es also when invocation of the formatter fails, by Benno Schulenberg · 10 years ago
- c7f5691 Making the calculation of the new line size more efficient and symmetrical, by Benno Schulenberg · 10 years ago
- 17ab9a2 Improving a few comments. by Benno Schulenberg · 10 years ago
- f7e8861 Tweaking a string, to match the --help text. by Benno Schulenberg · 10 years ago
- 4990f74 Adding two new bindable functions that repeat the last search command by Benno Schulenberg · 10 years ago
- 8ffc33c Finding each zero-length match only once, when doing regex replacements. by Benno Schulenberg · 10 years ago
- ee7b095 Adding a new bindable function that writes a file to disk without by Benno Schulenberg · 10 years ago
- 25c775a Mentioning the configure options --disable-histories and --disable-libmagic. by Benno Schulenberg · 10 years ago
- b967368 Finding only valid UTF-8 byte sequences when searching. by Benno Schulenberg · 10 years ago
- f47813e Adding deprecation notices for the options 'const' and 'poslog'. by Benno Schulenberg · 10 years ago
- 474b390 Plugging a few memory leaks. Patch by Mike Frysinger. by Benno Schulenberg · 10 years ago
- b58676f Correcting a name in the Changelog; otherwise googling for it is difficult. by Benno Schulenberg · 10 years ago
- d52f108 Adjusting some comments for clarity and accuracy, and rewrapping some lines. by Benno Schulenberg · 10 years ago
- 9dc544a Accepting again a +LINE argument for each file given on the command line, by Benno Schulenberg · 10 years ago
- 59fdd4d Making the release markers stand out more, plus a few small other fixes. by Benno Schulenberg · 10 years ago
- f1bd958 Fixing a few typos and making some updates for 2.4.* in the FAQ. by Benno Schulenberg · 10 years ago
- 74e7521 Adjusting some comments. by Benno Schulenberg · 10 years ago
- 3f1878d Looking for a new start only after an end, by Benno Schulenberg · 10 years ago
- 6039cd7 Avoiding an unfounded warning about a possibly uninitialized variable. by Benno Schulenberg · 10 years ago
- 1dc298d Removing an earlier attempt at making M-W work at startup. by Benno Schulenberg · 10 years ago
- 98ffb64 Verifying that a named and existing file is a normal file, to avoid by Benno Schulenberg · 10 years ago
- 8cde95e Using the proper type (off_t) for the size of a file, by Benno Schulenberg · 10 years ago
- aa0fd88 Fixing a quote. (Found this with my default syntax colouring.) by Benno Schulenberg · 10 years ago