- ef25936 Oops! Misplaced a closing parenthesis. by Benno Schulenberg · 10 years ago
- 6404101 Eliding an unneeded variable and correcting two comments. by Benno Schulenberg · 10 years ago
- 67667af Adjusting whitespace after the previous change. by Benno Schulenberg · 10 years ago
- 82373d8 Preventing the addition of an extra newline when undoing a Backspace or Delete by Benno Schulenberg · 10 years ago
- c32a58a Not checking for non-NULL before freeing a variable, as it's unnecessary. by Benno Schulenberg · 10 years ago
- 26ae9db Not bothering to look for any starting matches on the current line by Benno Schulenberg · 10 years ago
- d49c267 Skipping to the next step when a found start has been qualified as by Benno Schulenberg · 10 years ago
- 2e121fa Adding some debugging code to track which multidata codes get assigned. by Benno Schulenberg · 10 years ago
- e00b3e8 Making it easy to see what codes a key stroke produces when debugging. by Benno Schulenberg · 10 years ago
- 87e963a Adding a section to the man page on the non-obvious functioning of by Benno Schulenberg · 10 years ago
- 74ac8ce Clarifying the meaning of the --backupdir option. by Benno Schulenberg · 10 years ago
- f87de12 Improving some formatting, hyphenation, wording and dashes. by Benno Schulenberg · 10 years ago
- 1a3fa54 Showing the node with the command-line options in the main menu. by Benno Schulenberg · 10 years ago
- 0424243 Adding the post-install and pre-uninstall rules for the Info document, by Benno Schulenberg · 10 years ago
- a1c4da8 Fixing compilation with --enable-tiny. by Benno Schulenberg · 10 years ago
- 7b2ea40 Requiring again that the triple quote that starts a docstring by Benno Schulenberg · 10 years ago
- 1f3148d Colouring also an optional option in apt's sources.list on Debian. by Benno Schulenberg · 10 years ago
- 24f39d3 Tweaking some wordings, adding some missing formatting to the Info document, by Benno Schulenberg · 10 years ago
- 40bfc72 Preventing a floating-point exception when the available length by Benno Schulenberg · 10 years ago
- 01e39f4 Ah, fixing name. by Benno Schulenberg · 10 years ago
- d297784 Allowing a CD name to contain any character. by Benno Schulenberg · 10 years ago
- 72b437b Marking window resizes and better file-type detection as done. by Benno Schulenberg · 10 years ago
- 3e8dadf Back to SVN. by Benno Schulenberg · 10 years ago
- 2661d6d Using 'width' instead of hardcoded 16. And doing things in the same order by Benno Schulenberg · 10 years ago
- 59187b8 Normalizing the whitespace after the recent changes in logic. by Benno Schulenberg · 10 years ago
- 75d64e6 Handling a SIGWINCH (which signals a change in window size) not when it by Benno Schulenberg · 10 years ago
- c5710d0 Bleh. Adding postgresql to the Makefile. by Benno Schulenberg · 10 years ago
- de6da12 Adding one file: syntax highlighting for PostgreSQL. by Benno Schulenberg · 10 years ago
- f111c0d Limiting the number of backup files to one hundred thousand, well by Benno Schulenberg · 10 years ago
- 55d1e1a Taking the distant possibility of terabyte files into account, by Benno Schulenberg · 10 years ago
- 2da9cbf Using character classes correctly. by Benno Schulenberg · 10 years ago
- a338798 Adjusting a few comments and line wrappings. by Benno Schulenberg · 10 years ago
- 4646410 Displaying an ellipsis only when the filename is longer than by Benno Schulenberg · 10 years ago
- 7f3bd26 Unwrapping a bunch of comments. by Benno Schulenberg · 10 years ago
- 9233c98 Improving the colouring of message tags in PO files. by Benno Schulenberg · 10 years ago
- ec8d51b Matching the file regex of a syntax against the absolute, by Benno Schulenberg · 10 years ago
- 3739016 Adding a cross reference. by Benno Schulenberg · 10 years ago
- df7524d Renaming the parameter 'whole_word' to 'whole_word_only', by Benno Schulenberg · 10 years ago
- b454d9c Deleting an always-FALSE parameter. by Benno Schulenberg · 10 years ago
- af70884 Removing the unintended special case for replacing by Benno Schulenberg · 10 years ago
- ca1983a Eliding another tiny function. by Benno Schulenberg · 10 years ago
- 1cf22d4 Initializing the search and replace strings in a central place. by Benno Schulenberg · 10 years ago
- 583a30e Saving and restoring the global flags the short and quick way. by Benno Schulenberg · 10 years ago
- 6bdcc8f Saving the settings of the global case-sens, direction, and regexp flags, by Benno Schulenberg · 10 years ago
- e68759b Deleting redundant reprises of a bol/eol regular-expression search. by Benno Schulenberg · 10 years ago
- ec0e023 Renaming a function to the simpler 'need_statusbar_update()' by Benno Schulenberg · 10 years ago
- 7edd350 Fusing two identical functions into one: need_screen_update(). by Benno Schulenberg · 10 years ago
- 455a918 Making sure an invalid starting byte of a multibyte sequence is properly by Benno Schulenberg · 10 years ago
- 296152e Making the descriptions of the multibuffer feature more accurate. by Benno Schulenberg · 10 years ago
- 6ff772b Adding two files: syntax highlighting for Emacs Lisp and Guile Scheme. by Benno Schulenberg · 10 years ago
- 3de2c70 Adding a linter definition to four of the syntax files. Patch by Mark Oteiza. by Benno Schulenberg · 10 years ago
- cc65a42 Arranging the movement keys in the File Browser in the order of by Benno Schulenberg · 10 years ago
- 5b83d7d Binding the unbound Home and End keys to goto_top and goto_bottom in the by Benno Schulenberg · 10 years ago
- 4577265 Adding the 2.4.1 release marker to the Changelog. by Benno Schulenberg · 10 years ago
- f225991 Distinguishing a failure to launch the linter from receiving 0 parsable lines. by Benno Schulenberg · 10 years ago
- 4d2b198 GNU nano 2.4.1 release by Chris Allegretta · 10 years ago
- 5ea46ca Go even farther on the bug report front in README and only mention by Chris Allegretta · 10 years ago
- fd759d5 Fixing compilation with --enable-tiny (oops), and mentioning by Benno Schulenberg · 10 years ago
- f34c8fd Oops. Correcting an oversight in the Changelog: by Benno Schulenberg · 10 years ago
- 1cf9deb Using mallocstrcpy() in a correct manner and by Benno Schulenberg · 10 years ago
- 4e5ea18 Removing an unused variable, and adjusting the introductory comment by Benno Schulenberg · 10 years ago
- 4e9b368 Rebinding ^Y and ^V in the WhereisFile menu by Benno Schulenberg · 10 years ago
- 99d2358 Stopping M-\ and M-/ in the WhereisFile menu from doing also an by Benno Schulenberg · 10 years ago
- 08a52c1 Not splitting off the marked region into a separate partition, but by Benno Schulenberg · 10 years ago
- ce48ca2 Correcting and adjusting some comments. by Benno Schulenberg · 10 years ago
- 2dc9cbe Renaming some things, for more contrast or to be more fitting. by Benno Schulenberg · 10 years ago
- 0f7b99b Giving the file a neater layout, plus two table headers. by Benno Schulenberg · 10 years ago
- 057348e Adding the names of recent translators, and sorting them. by Benno Schulenberg · 10 years ago
- ab21161 Eliding another miniscule function. by Benno Schulenberg · 10 years ago
- d8b6dbf Letting bottombars() set the global variable 'currmenu'. by Benno Schulenberg · 10 years ago
- d517705 Greatly simplifying the searching for the next matching filename. by Benno Schulenberg · 10 years ago
- a9647b0 Avoiding to set 'focusing' when searching for filenames; by Benno Schulenberg · 10 years ago
- 37fd348 Eliding a miniscule function, and renaming a variable for clarity. by Benno Schulenberg · 10 years ago
- 2aac470 Consistently using the appropriate variable in the appropriate function. by Benno Schulenberg · 10 years ago
- 25ce5f6 Removing an unfitting comment and tweaking some others. by Benno Schulenberg · 10 years ago
- 5d0b267 Not searching for the empty string when nothing was sought yet by Benno Schulenberg · 10 years ago
- c2ed827 Expanding on nano's features, and condensing the synopsis, by Benno Schulenberg · 10 years ago
- d7ade1f Ignoring magic without libmagic, and ignoring formatter without spell checking. by Benno Schulenberg · 10 years ago
- de53c53 Removing two superfluous #ifndefs. by Benno Schulenberg · 10 years ago
- 5ac1081 Updating the README text to the fifth milestone: 2.4.x. by Benno Schulenberg · 10 years ago
- e683e32 Also colouring a series of changed files that spans more than one line. by Benno Schulenberg · 10 years ago
- 7fe830f Only scrolling the required number of lines by Benno Schulenberg · 10 years ago
- 07e199f When searching, put a found off-screen string on the center line by Benno Schulenberg · 10 years ago
- 6f2da6b Adjusting the end point of the marked region to compensate by Benno Schulenberg · 10 years ago
- 14a9c8a Treating the formatter like a speller, by Benno Schulenberg · 10 years ago
- 52d7d5f The linter is only available when colour is. by Benno Schulenberg · 10 years ago
- 0b6d6f4 Normalizing some whitespace. by Benno Schulenberg · 10 years ago
- 0a79c78 Removing two unneeded calls to edit_refresh(), to greatly speed up nano by Benno Schulenberg · 10 years ago
- ad827a6 Adjusting some whitespace and wrapping. by Benno Schulenberg · 10 years ago
- 4158084 Recognizing also Debian package diffs. by Benno Schulenberg · 10 years ago
- b455fa3 Allowing to rebind the linter when nano was configured with --disable-speller. by Benno Schulenberg · 10 years ago
- ff4a457 Removing unneeded statement -- nothing has changed the value of 'currmenu'. by Benno Schulenberg · 10 years ago
- eae9f28 Removing a mistaken menu name -- as the formatter allows no interaction by Benno Schulenberg · 10 years ago
- e39cf37 Not letting hashes inside triple-quoted strings cause comment colouring. by Benno Schulenberg · 10 years ago
- 6440aa9 Slightly widening and relaxing the header regex. by Benno Schulenberg · 10 years ago
- 745fab8 Correcting the description of option --noread, allowing writing to named pipes. by Benno Schulenberg · 10 years ago
- a37ebcf Not unsetting the mark before the possible bailout for zero size. by Benno Schulenberg · 10 years ago
- 92142be Avoiding a spell-check error when the marked region is zero bytes long. by Benno Schulenberg · 10 years ago
- 83ec9e7 Three tiny Changelog fixes. by Benno Schulenberg · 10 years ago
- a0a0556 2015-02-25 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 10 years ago