1. 49fc528 restore the GNU marker in nano's name by Benno Schulenberg · 8 years ago
  2. 928a24c input: look at the modifier keys only when compiled on Linux by Benno Schulenberg · 8 years ago
  3. d8031af screen: retain the placewewant also when using an alternate speller by Benno Schulenberg · 8 years ago
  4. f85648d po: update translations and regenerate POT file and PO files by Benno Schulenberg · 8 years ago
  5. b2e2c89 bump version numbers and add a news item for 2.6.3 by Benno Schulenberg · 8 years ago
  6. 290d278 input: make the Ctrl+Arrow keys work on a Linux console by Benno Schulenberg · 8 years ago
  7. 8edb096 input: after an Esc, don't discard starter byte of a multibyte sequence by Benno Schulenberg · 8 years ago
  8. 0a387d9 usage: show that the option --wordchars needs an argument by Benno Schulenberg · 8 years ago
  9. 6c16744 files: avoid a warning about not being able to write a lockfile by Benno Schulenberg · 8 years ago
  10. 86a64b1 tweaks: reduce two comparisons to a single one by Benno Schulenberg · 8 years ago
  11. 1fd2354 shortcuts: zero the value of 'toggle' for keys that are not toggles by Rishabh Dave · 8 years ago
  12. c8bc05b chars: make searching case-insensitively some ten percent faster by Benno Schulenberg · 8 years ago
  13. ee57cbf debug: add a timing instrument to the main search routine by Benno Schulenberg · 8 years ago
  14. bd1fcc5 tweaks: correct one comment, and adjust another by Benno Schulenberg · 8 years ago
  15. 370406b tweaks: don't optimize for a special case -- it is far too seldom by Benno Schulenberg · 8 years ago
  16. 85844ee chars: remove superfluous afterchecks by Benno Schulenberg · 8 years ago
  17. e38e2c6 chars: don't persist when only one of the compared sequences is invalid by Benno Schulenberg · 8 years ago
  18. d80109d chars: properly compare strings of different lengths by Benno Schulenberg · 8 years ago
  19. b305911 chars: straighten out the flow of a loop, so it is easier to follow by Benno Schulenberg · 8 years ago
  20. d60f951 chars: remove a special case that never occurs by Benno Schulenberg · 8 years ago
  21. 14ac475 spelling: don't abort when a misspelled word isn't found, just note it by Benno Schulenberg · 8 years ago
  22. 20058a1 spelling: don't consider digits as word parts, because GNU spell doesn't by Benno Schulenberg · 8 years ago
  23. f6dd0ad tweaks: compile a parameter unconditionally by Benno Schulenberg · 8 years ago
  24. a7ae176 locking: remove any lock files when dying by Benno Schulenberg · 8 years ago
  25. faa46a3 screen: remove redundant redrawings of the entire edit window by Benno Schulenberg · 8 years ago
  26. 03b168d tweaks: restore earlier conditions to prevent superfluous redrawings by Benno Schulenberg · 8 years ago
  27. 2f66476 tweaks: rename a function, and adjust some comments by Benno Schulenberg · 8 years ago
  28. c9e9964 screen: don't look at placewewant but at where we actually were and are by Benno Schulenberg · 8 years ago
  29. 0a3a644 tweaks: unconditionally compile a couple of parameters by Benno Schulenberg · 8 years ago
  30. 2eafe7b files: make allowances for 32-bit PIDs by Benno Schulenberg · 8 years ago
  31. 08c51cf input: ingest as verbatim just one control code or one or two escapes by Benno Schulenberg · 8 years ago
  32. b472f5a tweaks: remove some unnecessary keycodes from a switch statement by Benno Schulenberg · 8 years ago
  33. 5806bf5 tweaks: normalize some whitespace and adjust several comments by Benno Schulenberg · 8 years ago
  34. 90a9036 tweaks: rename three constants, for clarity, and hardcode two others by Benno Schulenberg · 8 years ago
  35. 9cd30d4 tweaks: don't bother setting meta_key to false when a key is invalid by Benno Schulenberg · 8 years ago
  36. f33d8ca tweaks: don't use a function call when reference to the variable will do by Benno Schulenberg · 8 years ago
  37. e471e2d tweaks: move the modified editing keys again by Benno Schulenberg · 8 years ago
  38. fe38b78 tweaks: adjust indentation after the previous changes by Benno Schulenberg · 8 years ago
  39. 1af1f5c tweaks: return quicker from the key parsing routine by Benno Schulenberg · 8 years ago
  40. b9e83fe tweaks: move some debugging stuff, and move modified editing keys too by Benno Schulenberg · 8 years ago
  41. cb10b2b tweaks: elide the global variable 'func_key' by Benno Schulenberg · 8 years ago
  42. 19dfd20 tweaks: add a variable, in preparation for making returning easier by Benno Schulenberg · 8 years ago
  43. d12fdda tweaks: replace a three-case switch with an if and an else by Benno Schulenberg · 8 years ago
  44. 3930a69 tweaks: consistently use a parameter instead of a struct element by Benno Schulenberg · 8 years ago
  45. 9322e1e tweaks: reshuffle two ifs for a little more speed by Benno Schulenberg · 8 years ago
  46. b70fe38 tweaks: normalize some indentation by Benno Schulenberg · 8 years ago
  47. 1c528db tweaks: condense three asserts into a single one by Benno Schulenberg · 8 years ago
  48. 1c9ab8b tweaks: rename a struct element, to be more fitting by Benno Schulenberg · 8 years ago
  49. e295070 shortcuts: group the setting of key string and keycode into one function by Benno Schulenberg · 8 years ago
  50. 91951ab input: don't bother putting a keycode into byte range by Benno Schulenberg · 8 years ago
  51. 5b0ab8b shortcuts: remove any unnecessary classifying of keys by Benno Schulenberg · 8 years ago
  52. ecef093 tweaks: adjust indentation after previous changes by Benno Schulenberg · 8 years ago
  53. 6d6f5bd tweaks: check earlier on for sufficient length of the sequence by Benno Schulenberg · 8 years ago
  54. e3dbffc input: be more strict in recognizing certain escape sequences by Benno Schulenberg · 8 years ago
  55. 2225d54 input: don't use a function call when a literal value will do by Benno Schulenberg · 8 years ago
  56. 9115828 input: fix a pasto from eight years ago, from commit e347efb by Benno Schulenberg · 8 years ago
  57. b43a724 docs: tweak some spacing and spelling by Benno Schulenberg · 8 years ago
  58. 2b5d29b po: update translations and regenerate POT file and PO files by Benno Schulenberg · 8 years ago
  59. b40520b bump version numbers and add a news item for 2.6.2 by Benno Schulenberg · 8 years ago
  60. 992533b moving: don't do an automatic smart home with Ctrl+Up and Ctrl+Down by Benno Schulenberg · 8 years ago
  61. f3e8991 credits: don't bother blanking the second line nor the help lines by Benno Schulenberg · 8 years ago
  62. df7353b tweaks: compute the sizes of the subwindows in a more direct manner by Benno Schulenberg · 8 years ago
  63. f311c0a tweaks: adjust a couple of comments by Benno Schulenberg · 8 years ago
  64. c88fae3 search: match a beginning-of-line anchor just once per line by Benno Schulenberg · 8 years ago
  65. 68cfb08 tweaks: fix compilation with --enable-tiny by Benno Schulenberg · 8 years ago
  66. 4cff67f tweaks: adjust indentation after the previous change, and edit comments by Benno Schulenberg · 8 years ago
  67. aefe26d tweaks: factor out a common condition by Benno Schulenberg · 8 years ago
  68. 8eb99e2 tweaks: put similar things together by Benno Schulenberg · 8 years ago
  69. 19b6f90 tweaks: rename another variable, for aptness by Benno Schulenberg · 8 years ago
  70. c38ffdc tweaks: rename two variables, to match others by Benno Schulenberg · 8 years ago
  71. a472f48 tweaks: trim some comments, and simplify a condition by Benno Schulenberg · 8 years ago
  72. 4416d9c tweaks: shuffle the resetting of a counter to the tail of the routine by Benno Schulenberg · 8 years ago
  73. c073c5a tweaks: don't bother resetting the Unicode code holder by Benno Schulenberg · 8 years ago
  74. fc0ddab input: provide feedback on the Unicode digits typed so far by David Lawrence Ramsey · 8 years ago
  75. c6dbcf9 new feature: functions to jump to previous or following block of text by Benno Schulenberg · 8 years ago
  76. 8c7a385 screen: include a workaround only when compiling against older ncurses by Benno Schulenberg · 8 years ago
  77. 1c2d2a4 tweaks: adjust a comment for removed definitions by Benno Schulenberg · 8 years ago
  78. 1e5614b tweaks: avoid two compiler warnings by Benno Schulenberg · 8 years ago
  79. 04b9b9c tweaks: avoid a runtime error when compiled with -fsanitize=undefined by Benno Schulenberg · 8 years ago
  80. 41ad376 chars: plug a gushing memory leak by Benno Schulenberg · 8 years ago
  81. 1349c1d syntax: allow capital letters in Rust struct/trait names by Dirkjan Ochtman · 8 years ago
  82. 4c566c7 tweaks: reduce the number of wattron/wattrof calls by Rishabh Dave · 8 years ago
  83. 73a0721 debug: remove duplicate information by Benno Schulenberg · 8 years ago
  84. bf091be chars: don't try to see a character in an empty line by Benno Schulenberg · 8 years ago
  85. 103dd06 input: don't crash when the window is resized during verbatim input by Benno Schulenberg · 8 years ago
  86. 1d4c1e0 input: plug a memory leak by Benno Schulenberg · 8 years ago
  87. b3fbb7c input: report keystroke M-[ as being unbindable instead of just unbound by Benno Schulenberg · 8 years ago
  88. 225203d tweaks: correct a comment by Benno Schulenberg · 8 years ago
  89. c2a0c78 tweaks: rename a variable and a type, to be less confusing by Benno Schulenberg · 8 years ago
  90. 97f4fe2 build-sys: ignore the revision header file by Benno Schulenberg · 8 years ago
  91. ef07125 color: refresh the screen whenever the active syntax changes by Benno Schulenberg · 8 years ago
  92. afb6a5b color: forget about aborting the precalculation for multiline regexes by Benno Schulenberg · 8 years ago
  93. a37cd9f tweaks: rename a variable, to clarify it refers to columns, not to bytes by Benno Schulenberg · 8 years ago
  94. 6f12992 new feature: add the option --wordchars, to set extra word characters by Benno Schulenberg · 8 years ago
  95. d88423e tweaks: move a debug statement to its proper place, and improve aspect by Benno Schulenberg · 8 years ago
  96. 8b28de1 tweaks: don't call a thing malloc... when it doesn't call malloc() by Benno Schulenberg · 8 years ago
  97. 8fa72fb browser: elide a variable by fusing the uses of 'newpath' and 'path' by Rishabh Dave · 8 years ago
  98. b4babc2 input: accept only the four iTerm sequences that actually get handled by Benno Schulenberg · 8 years ago
  99. f2150d3 input: treat Ctrl+Alt+key different from Esc followed by Ctrl+key by Benno Schulenberg · 8 years ago
  100. 033376a input: consider only O, o and [ as starters of multi-character sequences by Benno Schulenberg · 8 years ago