1. ea9f62f tweaks: adjust some comments and indentation and ordering by Benno Schulenberg · 9 years ago
  2. a772194 tweaks: rename two variables, for self-documentation by Benno Schulenberg · 9 years ago
  3. faf77fb tweaks: don't bother making the next line of an end point NULL by Benno Schulenberg · 9 years ago
  4. b0b24d9 utils: slightly speed up the calculation of the size of a buffer by Benno Schulenberg · 9 years ago
  5. c9f743f tweaks: elide two unneeded variables from line numbering mode by David Lawrence Ramsey · 9 years ago
  6. bd920b1 tweaks: adjust the type of two arguments by David Lawrence Ramsey · 9 years ago
  7. 29e094c po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
  8. 7a8ae90 bump version numbers and add a news item for 2.7.2 by Benno Schulenberg · 9 years ago
  9. 13ec5d8 spelling: correctly restore the selected region by Benno Schulenberg · 9 years ago
  10. 30591c5 tweaks: use a while loop when the end point is not known in advance by Benno Schulenberg · 9 years ago
  11. 3f8e30e tweaks: delete some obscuring debugging stuff by Benno Schulenberg · 9 years ago
  12. e9fde7d mouse: use the correct screen width for calculating the cursor position by Benno Schulenberg · 9 years ago
  13. fd3423f syntax: give the statistics part of a git patch a different color by Benno Schulenberg · 9 years ago
  14. a4044a7 tweaks: remove some cluttering conditional compilation by Benno Schulenberg · 9 years ago
  15. 2fa93ae tweaks: rename two variables to make more sense by Benno Schulenberg · 9 years ago
  16. c8c6340 tweaks: conditionalize a bit of softwrap code by David Lawrence Ramsey · 9 years ago
  17. 6263416 moving: always account for the margin when in line numbering mode by David Lawrence Ramsey · 9 years ago
  18. 84d6f1a tweaks: adjust the type of four lockfile variables by David Lawrence Ramsey · 9 years ago
  19. ecccb8d tweaks: correct the wording of a string by Benno Schulenberg · 9 years ago
  20. 173bbe1 tweaks: add a few translator hints by Benno Schulenberg · 9 years ago
  21. 7531b71 docs: note Sumedh as the author of the word-completion feature by Benno Schulenberg · 9 years ago
  22. 964c10d tweaks: miscellaneous frobbings and rewrappings by Benno Schulenberg · 9 years ago
  23. 0e01080 binding: allow to rebind the word-completion function, and document it by Benno Schulenberg · 9 years ago
  24. 68a0314 build: add configure option --disable-wordcomp to disable word completion by Benno Schulenberg · 9 years ago
  25. dca4ab5 new feature: complete a fragment to a longer word found in the buffer by Sumedh Pendurkar · 9 years ago
  26. 86121cf tweaks: move a cursor-on switch to a more logical place (again) by Benno Schulenberg · 9 years ago
  27. f03f5d5 docs: correct and improve the description of --disable-wrapping by Benno Schulenberg · 9 years ago
  28. 379b155 prompt: remove two fragments of dead code by Benno Schulenberg · 9 years ago
  29. bfcce57 screen: remove an unneeded blanking of the statusbar by Benno Schulenberg · 9 years ago
  30. 4eac699 tweaks: remove some more annoying conditional compilation by Benno Schulenberg · 9 years ago
  31. 454f5cb tweaks: remove a superfluous cleanup call by Benno Schulenberg · 9 years ago
  32. 248d7be build: clean out the revision.h file, to make 'make distcheck' pass by Benno Schulenberg · 9 years ago
  33. 372bd0f screen: switch the cursor back on only in the main loop by Benno Schulenberg · 9 years ago
  34. f920e0d tweaks: replace some unneeded direct calls of edit_refresh() by Benno Schulenberg · 9 years ago
  35. 0f3e303 tweaks: get rid of some spurious textual references to edit_refresh() by Benno Schulenberg · 9 years ago
  36. c9680b8 input: add the shifted PageUp and PageDown keycodes produced by VTE by Benno Schulenberg · 9 years ago
  37. 656563b screen: don't restore the previous menu after a yesno prompt by Benno Schulenberg · 9 years ago
  38. 8f95f9b tweaks: reshuffle three initializations and trim some comments by Benno Schulenberg · 9 years ago
  39. c6512a9 screen: don't request an update of the edit window for every yesno prompt by Benno Schulenberg · 9 years ago
  40. 07ce01c docs: tweak some lines in the NEWS file by Benno Schulenberg · 9 years ago
  41. b5400ff general: gettextize three overlooked statusbar messages by David Lawrence Ramsey · 9 years ago
  42. ac41587 oops: the yesno prompt for replacing does not want a visible cursor by Benno Schulenberg · 9 years ago
  43. e4b8d6f tweaks: remove a bit of obscuring conditional compilation by Benno Schulenberg · 9 years ago
  44. 72e8bcb tweaks: move a switching on of the cursor to a more logical place by Benno Schulenberg · 9 years ago
  45. 7401670 tweaks: fix compilation when configured with --enable-tiny by Benno Schulenberg · 9 years ago
  46. 87fbe24 docs: add info about Slang to README.GIT, and improve info about glib2 by David Lawrence Ramsey · 9 years ago
  47. e4d4524 files: give feedback when restricted mode prevents overwriting a file by David Lawrence Ramsey · 9 years ago
  48. d48071b input: properly check the full escape sequences for all keys by David Lawrence Ramsey · 9 years ago
  49. c1a4842 rcfile: actually avoid opening directories and devices by Benno Schulenberg · 9 years ago
  50. 981a1d3 tweaks: factor out a small function by Benno Schulenberg · 9 years ago
  51. 925a001 rcfile: check the vital shortcuts just once, not for every included file by Benno Schulenberg · 9 years ago
  52. 77023a7 tweaks: remove an annoying conditional compilation of an argument by Benno Schulenberg · 9 years ago
  53. 1762920 rcfile: actually don't try to open things that cannot be syntax files by Benno Schulenberg · 9 years ago
  54. 281a56f tweaks: reshuffle some things in a more linear manner by Benno Schulenberg · 9 years ago
  55. 592d0d6 files: trying to open a non-existent file will never succeed by Benno Schulenberg · 9 years ago
  56. 3cc561e input: distinguish <Shift+Home> from <Home> on an rxvt terminal by Benno Schulenberg · 9 years ago
  57. 0333b87 input: distinguish <Alt+Left> from <Alt+Right> on an rxvt terminal by Benno Schulenberg · 9 years ago
  58. 059c8ef input: make Shift+Alt+Arrow work properly on rxvt and Eterm terminals by David Lawrence Ramsey · 9 years ago
  59. eb68cd1 syntax: avoid using black colors by Mike Frysinger · 9 years ago
  60. ecea413 configure: fix ncurses lib symbol checking by Mike Frysinger · 9 years ago
  61. 9525323 docs: mention that libncursesw5-dev is needed for building from git by Benno Schulenberg · 9 years ago
  62. eb5968f startup: activate restricted mode earlier, so --help will reflect it by Benno Schulenberg · 9 years ago
  63. f2c72bf binding: always initialize some keycode variables to a standard value by Benno Schulenberg · 9 years ago
  64. e472b72 syntax: gentoo: various updates by Mike Frysinger · 9 years ago
  65. e332d2d docs: harmonize the indentation of the README, and tweak some wordings by Benno Schulenberg · 9 years ago
  66. ed16582 screen: don't hide the cursor when --constantshow is used by Benno Schulenberg · 9 years ago
  67. 65bf36b rcfile: let a 'set fill' reenable hardwrapping by Benno Schulenberg · 9 years ago
  68. 7598b77 screen: use the correct width to determine whether a softwrap occurred by Benno Schulenberg · 9 years ago
  69. a4132e2 screen: do a refresh before changing the value of 'focusing' by Benno Schulenberg · 9 years ago
  70. 8a66c82 syntax: don't leave the number after 'fill' and 'tabsize' in red by Benno Schulenberg · 9 years ago
  71. af0f81f docs: mention that a foreground color can be bright by Benno Schulenberg · 9 years ago
  72. ea1afac po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
  73. 04aab23 bump version numbers and add a news item for 2.7.1 by Benno Schulenberg · 9 years ago
  74. 33bc848 binding: properly conditionalize the UTF-8 parts by Benno Schulenberg · 9 years ago
  75. 4c476bc scrolling: use a comparison that will work also in softwrap mode by Benno Schulenberg · 9 years ago
  76. 9c2e270 softwrap: initialize 'editwincols' early, for computing the number of wraps by Benno Schulenberg · 9 years ago
  77. 0eef561 files: mark a new buffer as modified after inserting command output by Benno Schulenberg · 9 years ago
  78. 2a55d2b tweaks: adjust some comments and reduce the scope of some variables by Benno Schulenberg · 9 years ago
  79. 5416b9c tweaks: remove a band-aid condition that is no longer needed by Benno Schulenberg · 9 years ago
  80. 7287300 tweaks: compile two parameters unconditionally by Benno Schulenberg · 9 years ago
  81. ffeb0f9 tweaks: don't spread a statement over multiple lines unnecessarily by Benno Schulenberg · 9 years ago
  82. 10c9093 general: add the option -g/--showcursor, to match Pico by Benno Schulenberg · 9 years ago
  83. b38cbfe startup: always initialize 'margin' and 'editwincols' by Benno Schulenberg · 9 years ago
  84. 702b09c tweaks: elide a parameter that is always FALSE by Benno Schulenberg · 9 years ago
  85. 2cd8ca4 tweaks: stop compiling the whole_word_only parameter conditionally by Benno Schulenberg · 9 years ago
  86. 55b1403 tweaks: adjust some whitespace and a comment by Benno Schulenberg · 9 years ago
  87. 9d5ee16 tweaks: don't bother redrawing some lines when whole screen will be redrawn by Benno Schulenberg · 9 years ago
  88. 01bbf7e tweaks: rename a function to better describe what it does by Benno Schulenberg · 9 years ago
  89. 3ed5ddb docs: remove a reference that was only valid on Debian systems by Benno Schulenberg · 9 years ago
  90. 6cacd1e tweaks: make several small adjustments to the documentation by Benno Schulenberg · 9 years ago
  91. d9cae81 docs: mention the existence of the toggles in the man page by Benno Schulenberg · 9 years ago
  92. 83ee1fe docs: add 'set linenumbers' and '--linenumbers' to the texinfo document by Benno Schulenberg · 9 years ago
  93. c7610ba docs: add 'linenumbers' and 'numbercolor' to the sample nanorc by Benno Schulenberg · 9 years ago
  94. ae64877 screen: refresh when a new magicline is added in line-numbering mode by Benno Schulenberg · 9 years ago
  95. 023edff screen: move the margin determination to the main loop by Benno Schulenberg · 9 years ago
  96. 2789bb0 screen: repaint the edit window in a single place -- the main loop by Benno Schulenberg · 9 years ago
  97. 4d996e4 screen: suppress line numbers when the terminal is very narrow by Benno Schulenberg · 9 years ago
  98. de2aa4f rcfile: add an option to customize the color of line numbers by Benno Schulenberg · 9 years ago
  99. de95ca6 new feature: the ability to show line numbers before the text by Faissal Bensefia · 9 years ago
  100. 55878ef binding: supply the keycode for most special keys directly by Benno Schulenberg · 9 years ago