1. 08cfdbc tweaks: don't compare a character offset with a column position by Benno Schulenberg · 9 years ago
  2. 6103c47 tweaks: rename three painting variables, to be more distinct by Benno Schulenberg · 9 years ago
  3. 88cf22f tweaks: rearrange and reindent some lines in the painting routines by Benno Schulenberg · 9 years ago
  4. 8177e62 screen: examine the whole line when painting, to set the correct info by Benno Schulenberg · 9 years ago
  5. 124a859 syntax: html: be more precise with tags, and paint attribute names by Benno Schulenberg · 9 years ago
  6. 322120c undo: properly create separate items for deletes at different positions by Benno Schulenberg · 9 years ago
  7. 54e6fe2 build: install the Info and Html manuals even when 'makeinfo' is missing by Benno Schulenberg · 9 years ago
  8. fa56310 build: include the old Changelogs in the tarball by Benno Schulenberg · 9 years ago
  9. f35c3db softwrap: ensure the current line is fully visible after inserting a file by David Lawrence Ramsey · 9 years ago
  10. acb394a screen: properly place the cursor after inserting a file by David Lawrence Ramsey · 9 years ago
  11. 4223b83 tweaks: condense two ifs to a single one by Benno Schulenberg · 9 years ago
  12. 4a1302e tweaks: rename two variables, to be more telling by Benno Schulenberg · 9 years ago
  13. cbf7e57 search: make a regex with a beginning-of-word anchor work correctly by Benno Schulenberg · 9 years ago
  14. e36e829 tweaks: set the length of a search match in a clearer manner by Benno Schulenberg · 9 years ago
  15. 121c53f docs: add a new Changelog -- a list of the short commit messages by Benno Schulenberg · 9 years ago
  16. 5b9683c docs: rename the Changelogs to indicate which periods they cover by Benno Schulenberg · 9 years ago
  17. 7c1dfea tweaks: terminate lots of sentences with a period in the old Changelog by Benno Schulenberg · 9 years ago
  18. 4a073a0 docs: fix some spellos and trim some trailing tabs in the old Changelog by Benno Schulenberg · 9 years ago
  19. f8841f0 docs: standardize the dates in the old Changelog by Benno Schulenberg · 9 years ago
  20. 8d692a8 softwrap: don't scroll half a page when just a few lines will do by Benno Schulenberg · 9 years ago
  21. 1317679 tweaks: frob some comments, elide a variable, and use 'while' loops by Benno Schulenberg · 9 years ago
  22. d7fbc70 tweaks: avoid an unnecessary fiddling with current_y in do_mouse() by David Lawrence Ramsey · 9 years ago
  23. 1dd01eb tweaks: move a setting, fix a type, and rearrange a line in do_mouse() by David Lawrence Ramsey · 9 years ago
  24. fd0589d tweaks: remove the cluttering conditional compilation of a parameter by Benno Schulenberg · 9 years ago
  25. a381021 tweaks: when allow_tabs is FALSE, allow_files is irrelevant by Benno Schulenberg · 9 years ago
  26. 0b0ddb1 tweaks: rename a variable, chuck an assert, and frob a comment by Benno Schulenberg · 9 years ago
  27. 991e49a docs: bring some air into the FAQ, so that <Ctrl+Up/Down> become useful by Benno Schulenberg · 9 years ago
  28. b1c2062 weeding: remove unnecessary settings of openfile->current_y by David Lawrence Ramsey · 9 years ago
  29. 7373e4c tweaks: fix compilation when configured with --disable-wrapping by Benno Schulenberg · 9 years ago
  30. 5f30775 inserting: adjust the desired x position (don't restore the old one) by Benno Schulenberg · 9 years ago
  31. 69bd4d1 tweaks: slightly condense a function and its comment by Benno Schulenberg · 9 years ago
  32. d3429a7 copy: properly set preferred x position when region was marked backwards by Benno Schulenberg · 9 years ago
  33. e1538e6 tweaks: reshuffle a statement to a better place and condense some comments by Benno Schulenberg · 9 years ago
  34. 1c46551 cut: indicate a buffer as modified only if actually something was deleted by Benno Schulenberg · 9 years ago
  35. f1b87f9 build: rename the sample config file, so it will be colored like a nanorc by Benno Schulenberg · 9 years ago
  36. b0ef2e2 build: move the syntax files out of the doc/ directory by Benno Schulenberg · 9 years ago
  37. 6981294 build: move all documentation into a single directory by Benno Schulenberg · 9 years ago
  38. fc89ac1 speller: fix build when tiny build is enabled by Felix Janda · 9 years ago
  39. 9f92fb3 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
  40. 293423b bump version numbers and add a news item for the 2.7.3 release by Benno Schulenberg · 9 years ago
  41. 32719d6 locking: disable an annoying warning by Benno Schulenberg · 9 years ago
  42. f432125 docs: clarify the difference between "Esc Esc ddd" and "M-V xxxxxx" by Benno Schulenberg · 9 years ago
  43. 908663e input: discard a verbatim 0x0A or 0x00 byte, depending on the mode by Benno Schulenberg · 9 years ago
  44. 1fb8203 tweaks: chuck a special case, and reduce the scope of two variables by Benno Schulenberg · 9 years ago
  45. 9973366 prompt: represent newlines as ^J instead of breaking the bar by Benno Schulenberg · 9 years ago
  46. e72db0e files: show newlines in filenames as ^J also in error messages by Benno Schulenberg · 9 years ago
  47. 87b2df6 utils: go on to parse the line number even if the column number is bad by Benno Schulenberg · 9 years ago
  48. c24caf5 tweaks: rename four variables, for density and aptness by Benno Schulenberg · 9 years ago
  49. 8db21b6 tweaks: use memory on the stack instead of calling malloc() and free() by Benno Schulenberg · 9 years ago
  50. cb31e45 tweaks: remove pointless or obscuring asserts by Benno Schulenberg · 9 years ago
  51. 588daf9 tweaks: condense the setting of three flags by Benno Schulenberg · 9 years ago
  52. d21a9c8 text: discard the undo stack after formatting and after spell checking by Benno Schulenberg · 9 years ago
  53. edbc1e5 text: avoid a crash when a spell-checked line has gotten shorter by Benno Schulenberg · 9 years ago
  54. dc18746 tweaks: retype, rename, and reshuffle a function by Benno Schulenberg · 9 years ago
  55. c92b9be tweaks: rename three variables, to be more fitting by Benno Schulenberg · 9 years ago
  56. eef7d10 screen: display byte value 0x0A in the right places as ^@ or as ^J by Benno Schulenberg · 9 years ago
  57. d49d4f7 history: search items *can* contain newlines -- encoded NUL bytes by Benno Schulenberg · 9 years ago
  58. 2fbb71d syntax: nftables: add two new families, and add set references by Arturo Borrero González · 9 years ago
  59. 66356ec screen: draw new content immediately, to prevent color flashes by Benno Schulenberg · 9 years ago
  60. 4edc83c tweaks: move a setting to a better place -- it needs setting just once by Benno Schulenberg · 9 years ago
  61. e6350aa prompt: do not treat a leading newline in a filename specially by Benno Schulenberg · 9 years ago
  62. 8bf8682 binding: use the code for the Enter directly instead of a function call by Benno Schulenberg · 9 years ago
  63. a9b5a0e tweaks: rename a function to something less abbrevy by Benno Schulenberg · 9 years ago
  64. 026393a binding: use plain codes instead of function calls for the jumping keys by Benno Schulenberg · 9 years ago
  65. db897b5 input: detect again when both Shift and Ctrl are being held on a VT by Benno Schulenberg · 9 years ago
  66. 2b1bc68 input: don't crash when receiving a KEY_CANCEL by Benno Schulenberg · 9 years ago
  67. 90b959a history: avoid crashing when the positionlog file is malformed by Benno Schulenberg · 9 years ago
  68. 116d9e6 chars: use memory on the stack instead of calling malloc() and free() by Benno Schulenberg · 9 years ago
  69. 6620acb tweaks: use a faster comparison by Benno Schulenberg · 9 years ago
  70. 1cb6619 undo: there are just two forms of deletion: backspacing and deleting by Benno Schulenberg · 9 years ago
  71. 79a4bf8 tweaks: rename five variables, for uniformity with a few others by Benno Schulenberg · 9 years ago
  72. b77e6bd general: simplify the detection of a SIGWINCH by Benno Schulenberg · 9 years ago
  73. 2bcc6d7 tweaks: start searching at a better place by Benno Schulenberg · 9 years ago
  74. cd705a7 tweaks: elide a counter and a comparison by Benno Schulenberg · 9 years ago
  75. ecd18c1 history: search for the two position numbers from EOL instead of BOL by Benno Schulenberg · 9 years ago
  76. bc8a3a5 tweaks: rename three variables, for visibility by Benno Schulenberg · 9 years ago
  77. 9b90ec8 tweaks: drive closer to the edge by Benno Schulenberg · 9 years ago
  78. 8b483c1 history: don't bother encoding search items -- they cannot contain newlines by Benno Schulenberg · 9 years ago
  79. f915a28 tweaks: don't bother trimming the final newline from a position item by Benno Schulenberg · 9 years ago
  80. cb3fc88 tweaks: rename a variable and rewrap two lines by Benno Schulenberg · 9 years ago
  81. 06d9ee8 history: encode newlines in filenames as nulls by Benno Schulenberg · 9 years ago
  82. 0b0b812 files: don't change embedded newlines into nulls in filenames by Benno Schulenberg · 9 years ago
  83. eafae5d screen: show an embedded newline in filenames as ^J instead of ^@ by Benno Schulenberg · 9 years ago
  84. dfff78d titlebar: always pass a pathname through display_string() by Benno Schulenberg · 9 years ago
  85. 40acb87 oops: forgot to add and amend this to the previous commit by Benno Schulenberg · 9 years ago
  86. d7af590 memory: don't bother making a snug fit for things that will be freed soon by Benno Schulenberg · 9 years ago
  87. 8c7e4f5 tweaks: rename a function to describe what it does by Benno Schulenberg · 9 years ago
  88. 1144d38 tweaks: don't bother reallocating a string of which there is only one by Benno Schulenberg · 9 years ago
  89. 0562d27 tweaks: delete a bunch of unneeded asserts by Benno Schulenberg · 9 years ago
  90. c5f4916 tweaks: write two pieces of conditionalized code like all others by Benno Schulenberg · 9 years ago
  91. 9765c2f tweaks: elide a function that is called just once by Benno Schulenberg · 9 years ago
  92. 85ebe97 chars: optimize for the most common case by Benno Schulenberg · 9 years ago
  93. fc101a6 tweaks: rename a variable to be shorter and clearer by Benno Schulenberg · 9 years ago
  94. eb88ad9 tweaks: use a slightly faster comparison by Benno Schulenberg · 9 years ago
  95. 9fa95a3 tweaks: put some prototypes in the proper order, and move a bit of code by Benno Schulenberg · 9 years ago
  96. d6cc2c4 tweaks: conditionalize a function that is not used in the tiny version by Benno Schulenberg · 9 years ago
  97. 1df4115 version: properly mention --disable-wordcomp if it was used by Benno Schulenberg · 9 years ago
  98. ea9f62f tweaks: adjust some comments and indentation and ordering by Benno Schulenberg · 9 years ago
  99. a772194 tweaks: rename two variables, for self-documentation by Benno Schulenberg · 9 years ago
  100. faf77fb tweaks: don't bother making the next line of an end point NULL by Benno Schulenberg · 9 years ago