- ede44e1 build: add history.c to the list of files with translatable strings by David Lawrence Ramsey · 8 years ago
- c8a2f36 input: recognize Option+Arrow keys on iTerm2 in "xterm mode" by Benno Schulenberg · 8 years ago
- f2f7498 tweaks: rename two variables, for contrast, and frob some comments by Benno Schulenberg · 8 years ago
- 762f997 tweaks: elide two variables by using a pointer instead of an index by Benno Schulenberg · 8 years ago
- 504a972 softwrap: break before multi-column Unicode blanks when they overshoot by David Lawrence Ramsey · 8 years ago
- 3f35e96 syntax: nanorc: properly color valid arguments of 'selectedcolor' by David Lawrence Ramsey · 8 years ago
- b5346bc tweaks: rename a variable, to avoid a possible confusion by Benno Schulenberg · 8 years ago
- 7c3c3cb tweaks: discard some obsolete debugging stuff by Benno Schulenberg · 8 years ago
- b27ab4f browser: place the cursor properly on the selected file when -g is used by Benno Schulenberg · 8 years ago
- c74d263 tweaks: make the switching on and off of the cursor a bit more compact by Benno Schulenberg · 8 years ago
- ae34825 display: rework the switching on and off of the cursor by Benno Schulenberg · 8 years ago
- f6b396f tweaks: chuck an assert, and then condense the code and a comment by Benno Schulenberg · 8 years ago
- 5561d22 search: trim a failed search string for width instead of length by David Lawrence Ramsey · 8 years ago
- aa45994 build: let git ignore also the generated PDF file by Benno Schulenberg · 8 years ago
- 2d13afd display: stop the help viewer from turning on the multibuffer indicator by Benno Schulenberg · 8 years ago
- fd86696 tweaks: rename one variable once more by Benno Schulenberg · 8 years ago
- 09ab91c tweaks: strip four unneeded checks by Benno Schulenberg · 8 years ago
- 5f4fb8e tweaks: frob some comments and rename a few variables and a function by Benno Schulenberg · 8 years ago
- 7a9d010 tweaks: rename two variables, to be more indicative of what they do by Benno Schulenberg · 8 years ago
- 231fe4b tweaks: rename a function and swap its two parameters by Benno Schulenberg · 8 years ago
- 067a920 tweaks: improve some comments, and rename a variable for symmetry by Benno Schulenberg · 8 years ago
- 36e8803 tweaks: rename two variables, to make a little more sense by Benno Schulenberg · 8 years ago
- e0a73f5 tweaks: drop a bunch of outdated asserts by Benno Schulenberg · 8 years ago
- 1be8eb3 tweaks: elide an unneeded check by Benno Schulenberg · 8 years ago
- fb9c180 history: after loading the lists, mark them as unchanged by Benno Schulenberg · 8 years ago
- c10a1e5 tweaks: elide an unneeded function now that stuff is grouped together by Benno Schulenberg · 8 years ago
- a1c7331 organization: move all history-related stuff to its own file by Benno Schulenberg · 8 years ago
- a75bf0a history: remember the list of executed commands across sessions by Marco Diego Aurélio Mesquita · 8 years ago
- 5f70229 moving: set the preferred column properly when doing a smart home by David Lawrence Ramsey · 8 years ago
- c8363a0 history: remember the commands that were executed during this session by Marco Diego Aurélio Mesquita · 8 years ago
- 4aec164 docs: remove another remark about indenting lacking undo capability by Benno Schulenberg · 8 years ago
- 153dea1 tweaks: discard another set of useless asserts by Benno Schulenberg · 8 years ago
- bb8d65e tweaks: reshuffle some code, and rename a variable by Benno Schulenberg · 8 years ago
- f9bf320 titlebar: don't show nano's name and version when in the file browser by Benno Schulenberg · 8 years ago
- 9738c79 titlebar: drop the prefix "File: " from before the filename by Benno Schulenberg · 8 years ago
- cbf4f77 titlebar: don't reshow version when dropping back to a single buffer by Benno Schulenberg · 8 years ago
- 3fc89e0 new feature: show current and total number of open buffers in title bar by Marco Diego Aurélio Mesquita · 8 years ago
- ac8eb42 tweaks: elide a superfluous allocation by Benno Schulenberg · 8 years ago
- 6c2c6b5 docs: remove man page reference to indent/unindent lacking undo/redo by David Lawrence Ramsey · 8 years ago
- 19a1129 text: hook up indenting and unindenting to the undo/redo code by David Lawrence Ramsey · 8 years ago
- f722c53 undo: generalize update_comment_undo() into update_multiline_undo() by David Lawrence Ramsey · 8 years ago
- ffc5505 tweaks: chuck a bunch of asserts -- they have lost their usefulness by Benno Schulenberg · 8 years ago
- 8d229cb tweaks: rename a variable, to make more sense by Benno Schulenberg · 8 years ago
- abf7ac4 tweaks: rename three variables, for more contrast by Benno Schulenberg · 8 years ago
- fc0e16f text: move the unindenting of a single line into its own function by David Lawrence Ramsey · 8 years ago
- 57d7f88 text: move the indenting of a single line into its own function by David Lawrence Ramsey · 8 years ago
- ae25e15 startup: don't produce more than three consecutive beeps by Benno Schulenberg · 8 years ago
- 21ffa88 tweaks: use mnemonic constants instead of TRUE and FALSE by Benno Schulenberg · 8 years ago
- 98ec41b tweaks: rename three functions, to be shorter or clearer by Benno Schulenberg · 8 years ago
- a4a32b9 tweaks: reshuffle a couple of lines, and trim some comments by Benno Schulenberg · 8 years ago
- 28cfab7 tweaks: fix compilation when configured with --enable-tiny by Benno Schulenberg · 8 years ago
- 758b4e6 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 8 years ago
- a09eedf bump version numbers and add a news item for the 2.8.7 release by Benno Schulenberg · 8 years ago
- 1a7ceb8 tweaks: oops -- use the correct keyword for recency... "age" by Benno Schulenberg · 8 years ago
- 69fcb00 tweaks: attempt to order the branches on Savannah's cgit by recency by Benno Schulenberg · 8 years ago
- 59451da softwrap: correctly move vertically through overwide tabs by David Lawrence Ramsey · 8 years ago
- a850bb2 moving: redraw not just the new current line but also the prior one by David Lawrence Ramsey · 8 years ago
- 047cf9b moving: improve retention of the target column somewhat by Benno Schulenberg · 8 years ago
- 97896d3 moving: use the correct formula for pushing the index forward by Benno Schulenberg · 8 years ago
- fc367a3 moving: don't push x forward when backward movement lands on a split tab by Benno Schulenberg · 8 years ago
- 5e10528 display: revamp how screen updates are done in the movement code by David Lawrence Ramsey · 8 years ago
- 243380c mouse: one click of the wheel should move three lines, not three pages by Benno Schulenberg · 8 years ago
- 49fb755 moving: get <Up> unstuck when trying to pass over a sprawling tab by Benno Schulenberg · 8 years ago
- 24a64d3 softwrap: properly move up and down over tabs that are split over rows by Benno Schulenberg · 8 years ago
- a56a881 browser: correct the inverted search behavior for Alt+Up/Alt+Down by Benno Schulenberg · 8 years ago
- 633343d browser: allow backward/forward re-searches with Alt+Up/Alt+Down by David Lawrence Ramsey · 8 years ago
- 5fcda55 display: constrain line numbers on softwrapped lines with sprawling tabs by David Lawrence Ramsey · 8 years ago
- 873f99d tweaks: show "where is next" in the help lines of the file browser by Benno Schulenberg · 8 years ago
- b38b020 tweaks: fix compilation with --enable-{tiny,help,multibuffer} by Benno Schulenberg · 8 years ago
- 54a9261 tweaks: group all movement routines in corresponding pairs by Benno Schulenberg · 8 years ago
- 86e71fa tweaks: specify more directly in what manner to move the viewport by Benno Schulenberg · 8 years ago
- 5237a42 weeding: remove the unused be_clever parameter from do_home()/do_end() by David Lawrence Ramsey · 8 years ago
- 46ccc9b softwrap: improve left/right navigation across line boundaries by David Lawrence Ramsey · 8 years ago
- e09dbf1 display: do show the visible character for a tab when it starts a row by David Lawrence Ramsey · 8 years ago
- f08d169 softwrap: make sure char_len is set when a tab is wider than a chunk by David Lawrence Ramsey · 8 years ago
- cf14ee2 moving: the current chunk is always 0 when not in softwrap mode by Benno Schulenberg · 8 years ago
- 8555820 tweaks: rename a label, to better match its task by Benno Schulenberg · 8 years ago
- e7bdfeb rcfile: don't leak a shortcut when something goes wrong [coverity scan] by Benno Schulenberg · 8 years ago
- 4bbbb18 tweaks: adjust the indentation after the previous change by Benno Schulenberg · 8 years ago
- 6645351 tweaks: avoid trying to stat a file that might be NULL [coverity scan] by Benno Schulenberg · 8 years ago
- a5981ab tweaks: don't close a descriptor when its stream has already been closed by Benno Schulenberg · 8 years ago
- 807f5c2 tweaks: do not leak the indentation when all lines are empty by Benno Schulenberg · 8 years ago
- 1b2a091 tweaks: condense or improve some comments by Benno Schulenberg · 8 years ago
- bd770ea text: properly unindent lines that consist of only whitespace by Benno Schulenberg · 8 years ago
- c3de3ec gnulib: update to its current upstream state by Benno Schulenberg · 8 years ago
- 8b86af3 tweaks: adjust the indentation after the previous change by Benno Schulenberg · 8 years ago
- 21a5978 tweaks: reshuffle some code to harmonize two related functions by Benno Schulenberg · 8 years ago
- b4fd08f tweaks: keep the const qualifier of the syntax name [coverity scan] by Benno Schulenberg · 8 years ago
- 252dc13 tweaks: reshuffle some declarations and trim a few comments by Benno Schulenberg · 8 years ago
- de57d8b files: don't try to open a negative file descriptor [coverity scan] by Benno Schulenberg · 8 years ago
- dbbe267 files: don't close a file descriptor when opening failed [coverity scan] by Benno Schulenberg · 8 years ago
- eed0090 tweaks: close a file also in the error path [coverity scan] by Benno Schulenberg · 8 years ago
- 52e2e52 tweaks: allow enough space for the Y/N/A characters [coverity scan] by Benno Schulenberg · 8 years ago
- 3f0e42c syntax: c: give labels some color too by Benno Schulenberg · 8 years ago
- d8e5799 tweaks: adjust the indentation after the previous change by Benno Schulenberg · 8 years ago
- 0f4716e text: make unindenting remove from the beginning of the line by David Lawrence Ramsey · 8 years ago
- 749b1b3 text: make indenting add to the beginning of the line by David Lawrence Ramsey · 8 years ago
- 566a2da tweaks: remove unneeded parentheses and blank line and braces by David Lawrence Ramsey · 8 years ago
- 9f6c3a6 display: don't doubly show tabs that cross a chunk boundary by Benno Schulenberg · 8 years ago
- 6273768 tweaks: renumber the special key codes, to be in sequence and grouped by Benno Schulenberg · 8 years ago