- 3e45c9c version: cover the copyrights that are not assigned to the FSF by Benno Schulenberg · 9 years ago
- 7165bd5 input: don't allocate too much, and don't move too many by Benno Schulenberg · 9 years ago
- 883373c undo: start renumbering from the head of the paste, not from its tail by Benno Schulenberg · 9 years ago
- 9536edf add a news item for 2.6.0 by Benno Schulenberg · 9 years ago
- efa42e4 docs: update the version number for the upcoming release by Benno Schulenberg · 9 years ago
- 3e5fcec remove the GNU marker from nano's name by Benno Schulenberg · 9 years ago
- 956fead browser: show an error message when selecting an inaccessible directory by Benno Schulenberg · 9 years ago
- aa09abe files: when the requested operating directory cannot be set, fail by Benno Schulenberg · 9 years ago
- 5aa1df3 files: recompute the multidata only when the applicable syntax changed by Benno Schulenberg · 9 years ago
- ca2c808 files: free all the multidata when a file is saved, then recompute it by Benno Schulenberg · 9 years ago
- d87c357 tweaks: remove two redundant assignments by Benno Schulenberg · 9 years ago
- ccffc54 text: after undoing or redoing something, unset the mark by Benno Schulenberg · 9 years ago
- 83b89a4 text: remove a redundant undo element by Benno Schulenberg · 9 years ago
- 87a2544 text: remove a pointless setting of an undo element; it is never used by Benno Schulenberg · 9 years ago
- 9192b7f text: add an undo item before starting to comment or uncomment lines by Benno Schulenberg · 9 years ago
- 5dee9fb files: it is fine to "change" the name of a nameless buffer by Benno Schulenberg · 9 years ago
- f0c65bc tweaks: add come comments and rename a variable by Benno Schulenberg · 9 years ago
- 5f4d759 tweaks: fix compilation when configured with --enable-tiny by Benno Schulenberg · 9 years ago
- ec7b20e syntax: don't call getcwd() with a NULL pointer by Benno Schulenberg · 9 years ago
- edf230b text: store the new file size in the undo item also when joining lines by Benno Schulenberg · 9 years ago
- 0eefd2c README.GIT: reformat the text a bit by Benno Schulenberg · 9 years ago
- f390eb8 docs: mention that pkg-config is needed when building from git by Benno Schulenberg · 9 years ago
- 9f4b4c9 files: prevent dereferencing a possible (although very unlikely) NULL by Benno Schulenberg · 9 years ago
- 0293eac files: report an unwritable file in a separate message by Benno Schulenberg · 9 years ago
- 0172cb0 tweaks: improve a couple of comments by Benno Schulenberg · 9 years ago
- 56f067a chars: ensure that files are sorted also when strncasecmp() is strange by Benno Schulenberg · 9 years ago
- 660584c search: find, and thus delete, only exact matches from history by Benno Schulenberg · 9 years ago
- e198c85 tweaks: rename two variables, and elide a third by Benno Schulenberg · 9 years ago
- 05e2a6d chars: a control character can never be an invalid multibyte sequence by Benno Schulenberg · 9 years ago
- 21d9bd1 tweaks: rename some variables to be more readable by Benno Schulenberg · 9 years ago
- 5864d97 tweaks: harmonize the routine for tabs with the one for spaces by Benno Schulenberg · 9 years ago
- 3ac3764 screen: check for the most frequent character first: a space by Benno Schulenberg · 9 years ago
- b42887f tweaks: adjust a couple of comments by Benno Schulenberg · 9 years ago
- 4172268 chars: the representation of control characters is always two columns wide by Benno Schulenberg · 9 years ago
- a9f79a6 tweaks: reindent and rewrap a few lines, and shorten a comment by Benno Schulenberg · 9 years ago
- 115aeda text: keep the file size correct when undoing/redoing a comment/uncomment by Mike Scalora · 9 years ago
- 17cf833 tweaks: normalize some whitespace by Benno Schulenberg · 9 years ago
- aaab6e5 screen: when using positionlog, show as much of the file as possible by Benno Schulenberg · 9 years ago
- fbd817f utils: rename some variables, to match those in strnlenpt() by Benno Schulenberg · 9 years ago
- e3e3f65 tweaks: use an available macro to silence a compiler warning by Benno Schulenberg · 9 years ago
- 3129ff6 tweaks: rename a variable, because nothing is returned there by Benno Schulenberg · 9 years ago
- 1d3d307 tweaks: more consistently use * instead of [0] when checking for '\0' by Benno Schulenberg · 9 years ago
- 2fae87d tweaks: harmonize some indentations, elide an #ifdef, and rewrap a line by Benno Schulenberg · 9 years ago
- a5b3f00 chars: make comparing multibyte strings twice as fast by Benno Schulenberg · 9 years ago
- 1bffa17 tweaks: rename two more variables by Benno Schulenberg · 9 years ago
- a151167 tweaks: rename some variables for contrast by Benno Schulenberg · 9 years ago
- 6a2032f new feature: comment/uncomment current line or selected lines by Mike Scalora · 9 years ago
- d3bd855 tweaks: rename a function, and move the sorting there too by Benno Schulenberg · 9 years ago
- bd3f156 browser: move all openings and closings of a directory to the same function by Rishabh Dave · 9 years ago
- 3b21659 tweaks: elide four #ifdefs, improve one comment and unwrap some others by Benno Schulenberg · 9 years ago
- bf64386 tweaks: rename a variable, for aptness by Benno Schulenberg · 9 years ago
- 1b902d6 tweaks: elide unneeded intermediate assignments by Benno Schulenberg · 9 years ago
- 619044e tweaks: put some conditions in a better order: the main one first by Benno Schulenberg · 9 years ago
- e0e788e tweaks: reshuffle a few things by Benno Schulenberg · 9 years ago
- a617d9c tweaks: remove a redundant assignment by Benno Schulenberg · 9 years ago
- 99e6293 tweaks: remove an unnecessary intermediate assignment by Benno Schulenberg · 9 years ago
- 286b6a9 tweaks: rename a variable, to indicate better what it contains by Benno Schulenberg · 9 years ago
- 27e07d2 tweaks: rename two variables, to avoid using a name for different purposes by Benno Schulenberg · 9 years ago
- 1228b2c tweaks: rename a variable, to indicate what it contains by Benno Schulenberg · 9 years ago
- d6a04b8 tweaks: improve a few comments by Benno Schulenberg · 9 years ago
- fbb6208 browser, files: use full path in error message when in confined mode by Benno Schulenberg · 9 years ago
- c028568 startup: show an error message when argument of --operatingdir is invalid by Benno Schulenberg · 9 years ago
- 60da39c files: fix a memory leak by Benno Schulenberg · 9 years ago
- 2e75c22 browser: fix a memory leak by Benno Schulenberg · 9 years ago
- 9576eb6 browser: show a message when getcwd() fails, instead of just beeping by Benno Schulenberg · 9 years ago
- f9fe9a7 backups: take an unlikely condition into account by Benno Schulenberg · 9 years ago
- 8bf5e58 tweaks: improve a few comments by Benno Schulenberg · 9 years ago
- f6fdeeb files: remove a redundant condition by Benno Schulenberg · 9 years ago
- e65352b files: when writing a lockfile fails, continue loading the file by Benno Schulenberg · 9 years ago
- c8f530a statusbar: add a non-beeping message type that does not get overwritten by Benno Schulenberg · 9 years ago
- c9d1936 files: don't reuse a variable that may have been modified by dirname() by Benno Schulenberg · 9 years ago
- faf5227 files: remove a superfluous condition, and do not ignore a "No" by Benno Schulenberg · 9 years ago
- bc33539 files: upgrade the locking errors, so they will not be overwritten by Benno Schulenberg · 9 years ago
- 906ada8 files: remove the special 'quiet' mechanism for not overwriting messages by Benno Schulenberg · 9 years ago
- a878f5f screen: catch a window resize also when the keyboard is in nodelay mode by Benno Schulenberg · 9 years ago
- 5cbaf59 tweaks: rearrange some key reading stuff in a clearer way by Benno Schulenberg · 9 years ago
- f7c3e1c spelling: gettextize the next-word message by Benno Schulenberg · 9 years ago
- d7d3a87 tweaks: elide an unneeded variable by Benno Schulenberg · 9 years ago
- c03ce95 browser: after getting a mouse click, don't try any further interpretation by Benno Schulenberg · 9 years ago
- eedec06 tweaks: fix compilation when configured with --enable-tiny --enable-browser by Benno Schulenberg · 9 years ago
- cdcd365 tweaks: normalize some whitespace by Benno Schulenberg · 9 years ago
- 2535f51 statusbar: prevent error messages from overwriting each other by Benno Schulenberg · 9 years ago
- 58404e4 browser: keep the highlight in the same spot or column, when possible by Benno Schulenberg · 9 years ago
- 36df5ce browser: make Ctrl+Left and Ctrl+Right jump to left and right column by Benno Schulenberg · 9 years ago
- 3d82986 help: add an extra blank line to the lists of searching shortcuts by Benno Schulenberg · 9 years ago
- 04a230f tweaks: avoid a warning when configured with --disable-wrapping by Benno Schulenberg · 9 years ago
- 71e452a screen: improve the conditional placement of a help-line item by Benno Schulenberg · 9 years ago
- 18bdde4 search: when looking for whole words, examine the entire line by Benno Schulenberg · 9 years ago
- 0cc3da5 spelling: retreat one x position, to not miss the first word by Benno Schulenberg · 9 years ago
- b7f1136 tweaks: trim or improve some comments, and rewrap two lines by Benno Schulenberg · 9 years ago
- 2503503 tweaks: make the conditions for statusbar blanking more transparent by Benno Schulenberg · 9 years ago
- 2cd21da tweaks: remove the fiddling with an unrelated setting by Benno Schulenberg · 9 years ago
- 681f042 tweaks: remove a superfluous condition by Benno Schulenberg · 9 years ago
- 73aa48b input: after an unknown sequence, reenable cursor only when in main menu by Benno Schulenberg · 9 years ago
- 6698659 screen: displaying the cursor position should not suppress it next time by Benno Schulenberg · 9 years ago
- 06b449b utils: provide a failure message for all uses of 'fsfromline' by Benno Schulenberg · 9 years ago
- fe9cf6f tweaks: make advancing and retreating more symmetrical by Benno Schulenberg · 9 years ago
- 21edf7b tweaks: do an assignment in a more transparent way by Benno Schulenberg · 9 years ago
- 5e4f16d tweaks: remove a superfluous call of 'wnoutrefresh' by Benno Schulenberg · 9 years ago
- 81b29d9 tweaks: remove a superfluous setting of 'refresh_needed' by Benno Schulenberg · 9 years ago