1. b3fbb7c input: report keystroke M-[ as being unbindable instead of just unbound by Benno Schulenberg · 9 years ago
  2. 225203d tweaks: correct a comment by Benno Schulenberg · 9 years ago
  3. c2a0c78 tweaks: rename a variable and a type, to be less confusing by Benno Schulenberg · 9 years ago
  4. 97f4fe2 build-sys: ignore the revision header file by Benno Schulenberg · 9 years ago
  5. ef07125 color: refresh the screen whenever the active syntax changes by Benno Schulenberg · 9 years ago
  6. afb6a5b color: forget about aborting the precalculation for multiline regexes by Benno Schulenberg · 9 years ago
  7. a37cd9f tweaks: rename a variable, to clarify it refers to columns, not to bytes by Benno Schulenberg · 9 years ago
  8. 6f12992 new feature: add the option --wordchars, to set extra word characters by Benno Schulenberg · 9 years ago
  9. d88423e tweaks: move a debug statement to its proper place, and improve aspect by Benno Schulenberg · 9 years ago
  10. 8b28de1 tweaks: don't call a thing malloc... when it doesn't call malloc() by Benno Schulenberg · 9 years ago
  11. 8fa72fb browser: elide a variable by fusing the uses of 'newpath' and 'path' by Rishabh Dave · 9 years ago
  12. b4babc2 input: accept only the four iTerm sequences that actually get handled by Benno Schulenberg · 9 years ago
  13. f2150d3 input: treat Ctrl+Alt+key different from Esc followed by Ctrl+key by Benno Schulenberg · 9 years ago
  14. 033376a input: consider only O, o and [ as starters of multi-character sequences by Benno Schulenberg · 9 years ago
  15. e33a0b6 screen: avoid converting each character twice from multibyte to wide by Benno Schulenberg · 9 years ago
  16. 0894587 screen: elide another intermediate buffer for every visible character by Benno Schulenberg · 9 years ago
  17. 960e848 tweaks: elide a typedef, as it now has just one element by Benno Schulenberg · 9 years ago
  18. b473707 tweaks: delete an element that is always FALSE and never used by Benno Schulenberg · 9 years ago
  19. 8507dd4 color: integrate the hilite attribute into the pair number by Benno Schulenberg · 9 years ago
  20. 62eeda3 tweaks: use mallocstrcpy() instead of strdup(), for a graceful death by Benno Schulenberg · 9 years ago
  21. 06c8062 tweaks: improve two comments by Benno Schulenberg · 9 years ago
  22. d2b2512 tweaks: fuse two handlings of a delete key, and fix a comment by Benno Schulenberg · 9 years ago
  23. 0c319f8 tweaks: put the case labels (the keycodes) in a more sensible order by Benno Schulenberg · 9 years ago
  24. 4fcc760 tweaks: put some case labels closer to their statements by Benno Schulenberg · 9 years ago
  25. 0d5f918 input: add some missing keycodes to the parsing routine by Benno Schulenberg · 9 years ago
  26. 9c7940b utils: accept mistypings and common separators between line and column by Rishabh Dave · 9 years ago
  27. ccfb1eb tweaks: rearrange a function in my style, and rename a variable by Benno Schulenberg · 9 years ago
  28. 7e3a9c3 utils: don't bother to check line and column for NULL by Benno Schulenberg · 9 years ago
  29. a730b25 browser: elide another call of opendir() by Benno Schulenberg · 9 years ago
  30. 500fef8 tweaks: rename a variable -- to match others and to be more concise by Benno Schulenberg · 9 years ago
  31. 29986e9 input: don't drop the first byte when user starts typing during loading by Benno Schulenberg · 9 years ago
  32. 4af1da7 color: push the resets further when start and end match are equal by Benno Schulenberg · 9 years ago
  33. 528b79b tweaks: rename a variable to be more accurate by Benno Schulenberg · 9 years ago
  34. 03a81aa browser: trim all trailing slashes (just in case there are more) by Benno Schulenberg · 9 years ago
  35. 4957c11 browser: select an inaccessible directory also when tabbed by Rishabh Dave · 9 years ago
  36. d9d8eb2 tweaks: straighten out the flow of a loop by Benno Schulenberg · 9 years ago
  37. d9aad92 tweaks: elide a bit of code duplication by Benno Schulenberg · 9 years ago
  38. 8b636de tweaks: put all the movement functions together by Benno Schulenberg · 9 years ago
  39. aeab800 tweaks: improve a few comments by Benno Schulenberg · 9 years ago
  40. f8c33e8 tweaks: reduce the scope of two variables by Benno Schulenberg · 9 years ago
  41. b6efea2 chars: invalid sequences are not blank, nor text, nor punctuation by Benno Schulenberg · 9 years ago
  42. 8686cb3 chars: measure invalid sequences and unassigned codepoints more quickly by Benno Schulenberg · 9 years ago
  43. 91fff2a screen: avoid looking up the width of whitespace and control codes by Benno Schulenberg · 9 years ago
  44. d6f43bd screen: elide the intermediate buffer for every single character by Benno Schulenberg · 9 years ago
  45. ebbe546 screen: again, look at the bytes in their context by Benno Schulenberg · 9 years ago
  46. cf0eed6 screen: don't check for every character whether there is still enough space by Benno Schulenberg · 9 years ago
  47. feacacc chars: look at bytes in their context, so only valid sequences are accepted by Benno Schulenberg · 9 years ago
  48. af53c56 chars: speed up the determination whether something is a control character by Benno Schulenberg · 9 years ago
  49. 019d7b3 chars: delete a now-unused function by Benno Schulenberg · 9 years ago
  50. 622995f chars: the representation of a control character is always two bytes by Benno Schulenberg · 9 years ago
  51. 03586c6 chars: represent the high-bit controls more intelligibly by Benno Schulenberg · 9 years ago
  52. 07a39e8 screen: don't simulate a sigwinch but directly reinitialize the screen by Benno Schulenberg · 9 years ago
  53. 1d7c177 input: don't drop a keystroke on the floor when the terminal resizes by Benno Schulenberg · 9 years ago
  54. 2ae490c build: refresh the git description whenever something is recompiled by Benno Schulenberg · 9 years ago
  55. 6fda7a7 chars: speed up two reverse-searching routines a bit by Benno Schulenberg · 9 years ago
  56. 1e2833e tweaks: elide two unneeded variables by Benno Schulenberg · 9 years ago
  57. 067b0a3 input: elide an extra buffer for inserting stuff into the text by Benno Schulenberg · 9 years ago
  58. 24b1017 files: beep whenever writing out a file fails by Benno Schulenberg · 9 years ago
  59. c14b581 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
  60. bfcb4cd bump version numbers and add a news item for 2.6.1 by Benno Schulenberg · 9 years ago
  61. 8fef94c po: make the linguas script regenerate the POT file by Benno Schulenberg · 9 years ago
  62. 61d7ca4 docs: adjust the description of the verbatim function by Benno Schulenberg · 9 years ago
  63. 559858a browser: don't seem to enter a directory when it is inaccessible by Rishabh Dave · 9 years ago
  64. ddd9c7a tweaks: try to distinguish between keystrokes and characters by Benno Schulenberg · 9 years ago
  65. 03c689c tweaks: normalize a type, and rewrap a line by Benno Schulenberg · 9 years ago
  66. 5270dd8 tweaks: add a reporter's name by Benno Schulenberg · 9 years ago
  67. f33796b tweaks: elide an impossible case by Benno Schulenberg · 9 years ago
  68. e679c51 tweaks: elide an unneeded variable by Benno Schulenberg · 9 years ago
  69. ba9214c syntaxes: add highlighting rules for Rust by Luke Francl · 9 years ago
  70. 68acc1d tabs: compute the number of required spaces without iterating by Benno Schulenberg · 9 years ago
  71. 1a4ec6c moving: allow specifying negative numbers in "Go To Line" by Benno Schulenberg · 9 years ago
  72. 6bb3097 tweaks: add a translator hint by Benno Schulenberg · 9 years ago
  73. c0c3073 browser: don't use a term that is not explained in the documentation by Benno Schulenberg · 9 years ago
  74. 49eaa7c docs: bump pointers to the newest version available by Jordi Mallach · 9 years ago
  75. c2b199e docs: use https for nano-editor.org, and drop the www by Jordi Mallach · 9 years ago
  76. 80552ae tweaks: elide an intermediate copy of some line data by Benno Schulenberg · 9 years ago
  77. dfbabc0 tweaks: fix a date and an email address by Benno Schulenberg · 9 years ago
  78. 59b9b22 moving: ignore any number when ^Y or ^V is given by Benno Schulenberg · 9 years ago
  79. 79e3eaf linter: refresh the edit window in order to actually place the cursor by Benno Schulenberg · 9 years ago
  80. 9106cc8 main: let the main loop restore the main menu, if needed by Benno Schulenberg · 9 years ago
  81. 17fb6df tweaks: reshuffle two lines and improve two comments by Benno Schulenberg · 9 years ago
  82. 95f417f tweaks: rewrap a bunch of lines and some comments by Benno Schulenberg · 9 years ago
  83. 49cb559 po: regenerated POT file, and updated PO files from TP by Benno Schulenberg · 9 years ago
  84. f26e88b tweaks: a few last tiny adjustments before release by Benno Schulenberg · 9 years ago
  85. 8875acf po: correctly advertise whether new PO files have arrived by Benno Schulenberg · 9 years ago
  86. a025878 po: delete an obsolete script by Benno Schulenberg · 9 years ago
  87. 9aaa835 docs: add a list of the important changes since version 2.2.6 by Benno Schulenberg · 9 years ago
  88. 627f04e docs: rename a file, to be less confusing by Benno Schulenberg · 9 years ago
  89. 158388c justify: enable cursor display also for the first keystroke afterward by Benno Schulenberg · 9 years ago
  90. 3e45c9c version: cover the copyrights that are not assigned to the FSF by Benno Schulenberg · 9 years ago
  91. 7165bd5 input: don't allocate too much, and don't move too many by Benno Schulenberg · 9 years ago
  92. 883373c undo: start renumbering from the head of the paste, not from its tail by Benno Schulenberg · 9 years ago
  93. 9536edf add a news item for 2.6.0 by Benno Schulenberg · 9 years ago
  94. efa42e4 docs: update the version number for the upcoming release by Benno Schulenberg · 9 years ago
  95. 3e5fcec remove the GNU marker from nano's name by Benno Schulenberg · 9 years ago
  96. 956fead browser: show an error message when selecting an inaccessible directory by Benno Schulenberg · 9 years ago
  97. aa09abe files: when the requested operating directory cannot be set, fail by Benno Schulenberg · 9 years ago
  98. 5aa1df3 files: recompute the multidata only when the applicable syntax changed by Benno Schulenberg · 9 years ago
  99. ca2c808 files: free all the multidata when a file is saved, then recompute it by Benno Schulenberg · 9 years ago
  100. d87c357 tweaks: remove two redundant assignments by Benno Schulenberg · 9 years ago