1. 0b0ddb1 tweaks: rename a variable, chuck an assert, and frob a comment by Benno Schulenberg · 9 years ago
  2. 991e49a docs: bring some air into the FAQ, so that <Ctrl+Up/Down> become useful by Benno Schulenberg · 9 years ago
  3. b1c2062 weeding: remove unnecessary settings of openfile->current_y by David Lawrence Ramsey · 9 years ago
  4. 7373e4c tweaks: fix compilation when configured with --disable-wrapping by Benno Schulenberg · 9 years ago
  5. 5f30775 inserting: adjust the desired x position (don't restore the old one) by Benno Schulenberg · 9 years ago
  6. 69bd4d1 tweaks: slightly condense a function and its comment by Benno Schulenberg · 9 years ago
  7. d3429a7 copy: properly set preferred x position when region was marked backwards by Benno Schulenberg · 9 years ago
  8. e1538e6 tweaks: reshuffle a statement to a better place and condense some comments by Benno Schulenberg · 9 years ago
  9. 1c46551 cut: indicate a buffer as modified only if actually something was deleted by Benno Schulenberg · 9 years ago
  10. f1b87f9 build: rename the sample config file, so it will be colored like a nanorc by Benno Schulenberg · 9 years ago
  11. b0ef2e2 build: move the syntax files out of the doc/ directory by Benno Schulenberg · 9 years ago
  12. 6981294 build: move all documentation into a single directory by Benno Schulenberg · 9 years ago
  13. fc89ac1 speller: fix build when tiny build is enabled by Felix Janda · 9 years ago
  14. 9f92fb3 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
  15. 293423b bump version numbers and add a news item for the 2.7.3 release by Benno Schulenberg · 9 years ago
  16. 32719d6 locking: disable an annoying warning by Benno Schulenberg · 9 years ago
  17. f432125 docs: clarify the difference between "Esc Esc ddd" and "M-V xxxxxx" by Benno Schulenberg · 9 years ago
  18. 908663e input: discard a verbatim 0x0A or 0x00 byte, depending on the mode by Benno Schulenberg · 9 years ago
  19. 1fb8203 tweaks: chuck a special case, and reduce the scope of two variables by Benno Schulenberg · 9 years ago
  20. 9973366 prompt: represent newlines as ^J instead of breaking the bar by Benno Schulenberg · 9 years ago
  21. e72db0e files: show newlines in filenames as ^J also in error messages by Benno Schulenberg · 9 years ago
  22. 87b2df6 utils: go on to parse the line number even if the column number is bad by Benno Schulenberg · 9 years ago
  23. c24caf5 tweaks: rename four variables, for density and aptness by Benno Schulenberg · 9 years ago
  24. 8db21b6 tweaks: use memory on the stack instead of calling malloc() and free() by Benno Schulenberg · 9 years ago
  25. cb31e45 tweaks: remove pointless or obscuring asserts by Benno Schulenberg · 9 years ago
  26. 588daf9 tweaks: condense the setting of three flags by Benno Schulenberg · 9 years ago
  27. d21a9c8 text: discard the undo stack after formatting and after spell checking by Benno Schulenberg · 9 years ago
  28. edbc1e5 text: avoid a crash when a spell-checked line has gotten shorter by Benno Schulenberg · 9 years ago
  29. dc18746 tweaks: retype, rename, and reshuffle a function by Benno Schulenberg · 9 years ago
  30. c92b9be tweaks: rename three variables, to be more fitting by Benno Schulenberg · 9 years ago
  31. eef7d10 screen: display byte value 0x0A in the right places as ^@ or as ^J by Benno Schulenberg · 9 years ago
  32. d49d4f7 history: search items *can* contain newlines -- encoded NUL bytes by Benno Schulenberg · 9 years ago
  33. 2fbb71d syntax: nftables: add two new families, and add set references by Arturo Borrero González · 9 years ago
  34. 66356ec screen: draw new content immediately, to prevent color flashes by Benno Schulenberg · 9 years ago
  35. 4edc83c tweaks: move a setting to a better place -- it needs setting just once by Benno Schulenberg · 9 years ago
  36. e6350aa prompt: do not treat a leading newline in a filename specially by Benno Schulenberg · 9 years ago
  37. 8bf8682 binding: use the code for the Enter directly instead of a function call by Benno Schulenberg · 9 years ago
  38. a9b5a0e tweaks: rename a function to something less abbrevy by Benno Schulenberg · 9 years ago
  39. 026393a binding: use plain codes instead of function calls for the jumping keys by Benno Schulenberg · 9 years ago
  40. db897b5 input: detect again when both Shift and Ctrl are being held on a VT by Benno Schulenberg · 9 years ago
  41. 2b1bc68 input: don't crash when receiving a KEY_CANCEL by Benno Schulenberg · 9 years ago
  42. 90b959a history: avoid crashing when the positionlog file is malformed by Benno Schulenberg · 9 years ago
  43. 116d9e6 chars: use memory on the stack instead of calling malloc() and free() by Benno Schulenberg · 9 years ago
  44. 6620acb tweaks: use a faster comparison by Benno Schulenberg · 9 years ago
  45. 1cb6619 undo: there are just two forms of deletion: backspacing and deleting by Benno Schulenberg · 9 years ago
  46. 79a4bf8 tweaks: rename five variables, for uniformity with a few others by Benno Schulenberg · 9 years ago
  47. b77e6bd general: simplify the detection of a SIGWINCH by Benno Schulenberg · 9 years ago
  48. 2bcc6d7 tweaks: start searching at a better place by Benno Schulenberg · 9 years ago
  49. cd705a7 tweaks: elide a counter and a comparison by Benno Schulenberg · 9 years ago
  50. ecd18c1 history: search for the two position numbers from EOL instead of BOL by Benno Schulenberg · 9 years ago
  51. bc8a3a5 tweaks: rename three variables, for visibility by Benno Schulenberg · 9 years ago
  52. 9b90ec8 tweaks: drive closer to the edge by Benno Schulenberg · 9 years ago
  53. 8b483c1 history: don't bother encoding search items -- they cannot contain newlines by Benno Schulenberg · 9 years ago
  54. f915a28 tweaks: don't bother trimming the final newline from a position item by Benno Schulenberg · 9 years ago
  55. cb3fc88 tweaks: rename a variable and rewrap two lines by Benno Schulenberg · 9 years ago
  56. 06d9ee8 history: encode newlines in filenames as nulls by Benno Schulenberg · 9 years ago
  57. 0b0b812 files: don't change embedded newlines into nulls in filenames by Benno Schulenberg · 9 years ago
  58. eafae5d screen: show an embedded newline in filenames as ^J instead of ^@ by Benno Schulenberg · 9 years ago
  59. dfff78d titlebar: always pass a pathname through display_string() by Benno Schulenberg · 9 years ago
  60. 40acb87 oops: forgot to add and amend this to the previous commit by Benno Schulenberg · 9 years ago
  61. d7af590 memory: don't bother making a snug fit for things that will be freed soon by Benno Schulenberg · 9 years ago
  62. 8c7e4f5 tweaks: rename a function to describe what it does by Benno Schulenberg · 9 years ago
  63. 1144d38 tweaks: don't bother reallocating a string of which there is only one by Benno Schulenberg · 9 years ago
  64. 0562d27 tweaks: delete a bunch of unneeded asserts by Benno Schulenberg · 9 years ago
  65. c5f4916 tweaks: write two pieces of conditionalized code like all others by Benno Schulenberg · 9 years ago
  66. 9765c2f tweaks: elide a function that is called just once by Benno Schulenberg · 9 years ago
  67. 85ebe97 chars: optimize for the most common case by Benno Schulenberg · 9 years ago
  68. fc101a6 tweaks: rename a variable to be shorter and clearer by Benno Schulenberg · 9 years ago
  69. eb88ad9 tweaks: use a slightly faster comparison by Benno Schulenberg · 9 years ago
  70. 9fa95a3 tweaks: put some prototypes in the proper order, and move a bit of code by Benno Schulenberg · 9 years ago
  71. d6cc2c4 tweaks: conditionalize a function that is not used in the tiny version by Benno Schulenberg · 9 years ago
  72. 1df4115 version: properly mention --disable-wordcomp if it was used by Benno Schulenberg · 9 years ago
  73. ea9f62f tweaks: adjust some comments and indentation and ordering by Benno Schulenberg · 9 years ago
  74. a772194 tweaks: rename two variables, for self-documentation by Benno Schulenberg · 9 years ago
  75. faf77fb tweaks: don't bother making the next line of an end point NULL by Benno Schulenberg · 9 years ago
  76. b0b24d9 utils: slightly speed up the calculation of the size of a buffer by Benno Schulenberg · 9 years ago
  77. c9f743f tweaks: elide two unneeded variables from line numbering mode by David Lawrence Ramsey · 9 years ago
  78. bd920b1 tweaks: adjust the type of two arguments by David Lawrence Ramsey · 9 years ago
  79. 29e094c po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
  80. 7a8ae90 bump version numbers and add a news item for 2.7.2 by Benno Schulenberg · 9 years ago
  81. 13ec5d8 spelling: correctly restore the selected region by Benno Schulenberg · 9 years ago
  82. 30591c5 tweaks: use a while loop when the end point is not known in advance by Benno Schulenberg · 9 years ago
  83. 3f8e30e tweaks: delete some obscuring debugging stuff by Benno Schulenberg · 9 years ago
  84. e9fde7d mouse: use the correct screen width for calculating the cursor position by Benno Schulenberg · 9 years ago
  85. fd3423f syntax: give the statistics part of a git patch a different color by Benno Schulenberg · 9 years ago
  86. a4044a7 tweaks: remove some cluttering conditional compilation by Benno Schulenberg · 9 years ago
  87. 2fa93ae tweaks: rename two variables to make more sense by Benno Schulenberg · 9 years ago
  88. c8c6340 tweaks: conditionalize a bit of softwrap code by David Lawrence Ramsey · 9 years ago
  89. 6263416 moving: always account for the margin when in line numbering mode by David Lawrence Ramsey · 9 years ago
  90. 84d6f1a tweaks: adjust the type of four lockfile variables by David Lawrence Ramsey · 9 years ago
  91. ecccb8d tweaks: correct the wording of a string by Benno Schulenberg · 9 years ago
  92. 173bbe1 tweaks: add a few translator hints by Benno Schulenberg · 9 years ago
  93. 7531b71 docs: note Sumedh as the author of the word-completion feature by Benno Schulenberg · 9 years ago
  94. 964c10d tweaks: miscellaneous frobbings and rewrappings by Benno Schulenberg · 9 years ago
  95. 0e01080 binding: allow to rebind the word-completion function, and document it by Benno Schulenberg · 9 years ago
  96. 68a0314 build: add configure option --disable-wordcomp to disable word completion by Benno Schulenberg · 9 years ago
  97. dca4ab5 new feature: complete a fragment to a longer word found in the buffer by Sumedh Pendurkar · 9 years ago
  98. 86121cf tweaks: move a cursor-on switch to a more logical place (again) by Benno Schulenberg · 9 years ago
  99. f03f5d5 docs: correct and improve the description of --disable-wrapping by Benno Schulenberg · 9 years ago
  100. 379b155 prompt: remove two fragments of dead code by Benno Schulenberg · 9 years ago