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