1. e19a16f Always setting the multidata to CBEGINBEFORE when an end is found, by Benno Schulenberg · 10 years ago
  2. 9e22e8b Adjusting whitespace and comments. by Benno Schulenberg · 10 years ago
  3. 6135e28 Resetting the multidata a bit less often. by Benno Schulenberg · 10 years ago
  4. f9a6eb8 Evaluating correctly whether to reset the multidata cache. by Benno Schulenberg · 10 years ago
  5. b1d6d7f Initializing a newly allocated multidata array. by Benno Schulenberg · 10 years ago
  6. be01647 Allowing the user full control over the values of MALLOC_CHECK_ and by Benno Schulenberg · 10 years ago
  7. 4a59b12 Warning about an impossible condition, instead of blithely continuing. by Benno Schulenberg · 10 years ago
  8. 793d849 Also the /redoing/ of a Backspace at EOF is a special case. by Benno Schulenberg · 10 years ago
  9. cf0c940 Adding Mark Majeres and myself to the AUTHORS file. by Benno Schulenberg · 10 years ago
  10. 530c786 Handling more internal errors, and doing it correctly: showing it by Benno Schulenberg · 10 years ago
  11. b255b01 Eliding an unneeded variable, and not skipping the end of the function by Benno Schulenberg · 10 years ago
  12. 1b69dd6 Warning about a condition that should never occur, by Benno Schulenberg · 10 years ago
  13. 438cb11 Refreshing the whole edit window only when there are multiline regexes, by Benno Schulenberg · 10 years ago
  14. e0d0ca4 Renaming a variable for clarity. by Benno Schulenberg · 10 years ago
  15. fbe4376 Inserting a new node into a linked list by using just two parameters: by Benno Schulenberg · 10 years ago
  16. 9c821df Telling the user on the statusbar when a syntax name given on the by Benno Schulenberg · 10 years ago
  17. 9dc47fd Recognizing also files with the extensions .make and .mk as Makefiles. by Benno Schulenberg · 10 years ago
  18. f08d79d Making Ctrl+Left and Ctrl+Right work on more terminals by asking by Benno Schulenberg · 10 years ago
  19. 72caa54 Deleting a node right after unlinking it. by Benno Schulenberg · 10 years ago
  20. 81f3177 Eliding an unneeded variable. by Benno Schulenberg · 10 years ago
  21. 6007d62 Rewrapping, rewriting, renaming, and reordering some things. by Benno Schulenberg · 10 years ago
  22. d6bd276 Deleting a condition that will never occur. by Benno Schulenberg · 10 years ago
  23. c706b79 Adding the release marker, and copying the news item from the 2.4 branch. by Benno Schulenberg · 10 years ago
  24. 1f027a8 Letting the value of a --fill option on the command line by Benno Schulenberg · 10 years ago
  25. c9e8370 Fixing a typo and adjusting some spacing. Patch by David Lawrence Ramsey. by Benno Schulenberg · 10 years ago
  26. f9274a5 Deleting an unneeded variable alias. by Benno Schulenberg · 10 years ago
  27. ec26fd5 Storing the correct end position of an inserted file, by Benno Schulenberg · 10 years ago
  28. bde996d Discarding a now useless function. by Benno Schulenberg · 10 years ago
  29. 7be4930 Oops! Blackout! by Benno Schulenberg · 10 years ago
  30. 54c2f6b Chopping the now unused parameter 'undoing'. by Benno Schulenberg · 10 years ago
  31. f1d9fcc Redoing an Enter from stored undo data, instead of running do_enter() again, by Benno Schulenberg · 10 years ago
  32. 619f280 Plugging four memory leaks. by Benno Schulenberg · 10 years ago
  33. 02a3a25 Skipping a zero-length match only when there /is/ a match. by Benno Schulenberg · 10 years ago
  34. c43c048 Accepting longer bug and patch numbers. by Benno Schulenberg · 10 years ago
  35. 4a23a17 Allowing to exit the file browser with the same key as it was entered: ^T. by Benno Schulenberg · 10 years ago
  36. a1c03ed Correcting the logic for adjusting the x position of the mark, by Benno Schulenberg · 10 years ago
  37. b66e4bf Deleting a redundant assignment. by Benno Schulenberg · 10 years ago
  38. a3c9dfa Not setting 'openfile->mark_begin' for no reason. by Benno Schulenberg · 10 years ago
  39. 53fbcf7 Not checking whether a function has a help line; it's irrelevant. by Benno Schulenberg · 10 years ago
  40. 4ede3b4 Truncating an overlong hostname properly instead of bailing out by Benno Schulenberg · 10 years ago
  41. 452066b Chopping the 'undoing' parameter, so that the calls of do_cut_text() become by Benno Schulenberg · 10 years ago
  42. d0e8887 Eliding two variables. by Benno Schulenberg · 10 years ago
  43. bf84e59 Improving several comments. by Benno Schulenberg · 10 years ago
  44. 5cbb511 Deleting an unused type definition. by Benno Schulenberg · 10 years ago
  45. 2418b94 Correcting the changelog description of an old change. by Benno Schulenberg · 10 years ago
  46. df80bfd Improving comments and combining two conditions. by Benno Schulenberg · 10 years ago
  47. 4a1835f Refreshing the mark's pointer only when it is on the same line as the cursor, by Benno Schulenberg · 10 years ago
  48. c67ab65 Adding a forgotton bug number to the Changelog. by Benno Schulenberg · 10 years ago
  49. 3c40b35 Tweaking the Changelog. by Benno Schulenberg · 10 years ago
  50. 499c2af Removing an 'if' that will never be true, and removing some by Benno Schulenberg · 10 years ago
  51. bf64514 Checking for "nothing to redo" earlier, in order to restore the by Benno Schulenberg · 10 years ago
  52. b0a2f98 Skipping the addition of an undo only when the current action equals the by Benno Schulenberg · 10 years ago
  53. 0d9397e Making ^O work the same way as under Pico when option -t is given: by Benno Schulenberg · 10 years ago
  54. d0b7255 Oops! You can't swap those two conditions. by Benno Schulenberg · 10 years ago
  55. 26eed9d Removing a condition that can never occur. by Benno Schulenberg · 10 years ago
  56. 3059e16 Spoofing a line number for the redoing of an INSERT, because by Benno Schulenberg · 10 years ago
  57. 08e5eea Not calculating the line length twice. by Benno Schulenberg · 10 years ago
  58. 17b46f0 Rewriting do_next_word() to use the same, simpler logic as do_prev_word(). by Benno Schulenberg · 10 years ago
  59. b410332 Jumping to the beginning of the current word when in its middle by Benno Schulenberg · 10 years ago
  60. 6620de0 Dropping a return value that is never used. by Benno Schulenberg · 10 years ago
  61. 954d04b Forcing a redraw of a line only when it contains a multicolumn character, by Benno Schulenberg · 10 years ago
  62. 9205c28 Reverting my own patch that claimed that UTF8 is a stateless encoding. by Benno Schulenberg · 10 years ago
  63. 459d9f8 Rewrapping some lines and tweaking two comments. by Benno Schulenberg · 10 years ago
  64. 213294e Adding a file: syntax colouring for Autoconf files. by Benno Schulenberg · 10 years ago
  65. 86bbe50 Discarding an unneeded extra freeing of the help text. by Benno Schulenberg · 10 years ago
  66. 8925eab Not bothering to set things to NULL when they will be initialized right away, by Benno Schulenberg · 10 years ago
  67. 149b1fe Removing some duplication in the initialization of a new openfile node. by Benno Schulenberg · 10 years ago
  68. a5b2953 Renaming and reordering most of 'help_line_len()'. by Benno Schulenberg · 10 years ago
  69. 9e438cd Determining the length of the current line by starting at the very by Benno Schulenberg · 10 years ago
  70. 7a1959f Not bothering to pass around a function when it's used only once. by Benno Schulenberg · 10 years ago
  71. 427eff6 Adjusting some comments and whitespace. by Benno Schulenberg · 10 years ago
  72. 5440796 Reducing the scope of a variable. by Benno Schulenberg · 10 years ago
  73. a9aa0ef Avoiding wide paragraphs of running text in the help screens, by Benno Schulenberg · 10 years ago
  74. f811846 Allowing to change the file format in restricted mode, but actually disabling by Benno Schulenberg · 10 years ago
  75. 8a058d1 Speeding up the finding of the longest filename in the current folder. by Benno Schulenberg · 10 years ago
  76. 677e947 Removing the mistaken comparison between a pointer and a literal character. by Benno Schulenberg · 10 years ago
  77. 58a0dde Not bothering to reset any state, because UTF-8 is a stateless encoding. by Benno Schulenberg · 10 years ago
  78. 07fdf46 Avoiding a possibly erroneous message, because failing to delete by Benno Schulenberg · 10 years ago
  79. c9337dd Avoiding a call of copy_file() with a null pointer. by Benno Schulenberg · 10 years ago
  80. f5234e5 Making a message sound more definitive instead of temporary. by Benno Schulenberg · 10 years ago
  81. ea2b51a Removing an unneeded and mistaken condition: by Benno Schulenberg · 10 years ago
  82. eac0446 Fixing compilation with --enable-tiny: file formats don't exist then. by Benno Schulenberg · 10 years ago
  83. 90798fb Allowing to toggle whitespace display also when support for nanorc files by Benno Schulenberg · 10 years ago
  84. 2a5bd55 Putting in the null byte "manually", and only when using UTF-8. by Benno Schulenberg · 10 years ago
  85. 7e1bc82 Improving the formatting of the texi file, to get better HTML by Benno Schulenberg · 10 years ago
  86. 30daf4d Letting malloc() help to find initialization failures and uses-after-free. by Benno Schulenberg · 10 years ago
  87. 24d6b7f Tweaking the documentation. Mainly putting prevword and nextword in by Benno Schulenberg · 10 years ago
  88. 052ad10 Advertising the five new bindable functions. by Benno Schulenberg · 10 years ago
  89. 70cbbda Adding the option --unix (and 'set unix'), by Benno Schulenberg · 10 years ago
  90. 95e1f55 Plugging a tiny leak. by Benno Schulenberg · 10 years ago
  91. 455fb4f Plugging a memory leak. by Benno Schulenberg · 10 years ago
  92. 3d2784e Checking the value of shortcut->toggle only if it actually is a toggle. by Benno Schulenberg · 10 years ago
  93. 8a06dfa Initializing also openfile->syntax. by Benno Schulenberg · 10 years ago
  94. ace1517 Adding "and exit" to the description of --help, for veracity, to match by Benno Schulenberg · 10 years ago
  95. 45f873a Showing also the dedicated keys in the ^G help text, by Benno Schulenberg · 10 years ago
  96. e919c22 Setting each multiline-color value instead of OR-ing it. by Benno Schulenberg · 10 years ago
  97. b3e4051 Adding two new bindable functions which delete all characters by Benno Schulenberg · 10 years ago
  98. 20ba559 Providing feedback for ^Z when suspension is not enabled. by Benno Schulenberg · 10 years ago
  99. b7f7df9 Changing "Justify" to a tag and regrouping a couple. by Benno Schulenberg · 10 years ago
  100. 6847616 Differentiating between something being disabled/restricted and by Benno Schulenberg · 10 years ago