1. a85b6da Printing also the last shortcut in the list. by Benno Schulenberg · 11 years ago
  2. 70d2167 Some comment tweaks, and whitespace trimmings. by Benno Schulenberg · 11 years ago
  3. 90ea21f Word, tab, and comment tweaks in configure.ac. by Benno Schulenberg · 11 years ago
  4. 499c6de Harmonizing comments, and trimming some blank lines. by Benno Schulenberg · 11 years ago
  5. 18c252d Printing menu numbers for debugging in hex. by Benno Schulenberg · 11 years ago
  6. 55a0d76 Fixing a few compiler warnings. by Benno Schulenberg · 11 years ago
  7. 5240275 Improving a debugging message, fixing a translator comment, and tweaking others. by Benno Schulenberg · 11 years ago
  8. 0b2f843 Eliding a variable. by Benno Schulenberg · 11 years ago
  9. cb80ca5 Grouping 'softwrap' with the toggles that affect how things look. by Benno Schulenberg · 11 years ago
  10. eec71e3 Allowing softwrap to be rebound. by Benno Schulenberg · 11 years ago
  11. 960a120 In the file browser one cannot search for a regular expression, by Benno Schulenberg · 11 years ago
  12. a65ef42 Removing stray spaces before tabs. by Benno Schulenberg · 11 years ago
  13. 88ff6a7 Putting ^B and ^F in the same order as other command keys: by Benno Schulenberg · 11 years ago
  14. e4c34c3 Adding, fixing, and removing some #endif comments. by Benno Schulenberg · 11 years ago
  15. a8353bd Removing the old softwrap scrolling code. by Benno Schulenberg · 11 years ago
  16. e34ac8e Condensing the code a bit. by Benno Schulenberg · 11 years ago
  17. c3e4a1f Showing ^F and ^B in the help lines of the tiny version. by Benno Schulenberg · 11 years ago
  18. 8977c4b Displaying more help items when the terminal is wider. by Benno Schulenberg · 11 years ago
  19. c85dc05 Using prettier whitespace characters when in a UTF-8 locale. by Benno Schulenberg · 11 years ago
  20. 3278f83 Initializing the correct variable to zero, to avoid jumpy scrolling. by Benno Schulenberg · 11 years ago
  21. f7c68cd 2014-03-04 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  22. 6ae7760 Normalizing the writing of "Write Out", "Uncut Text", and "Unjustify". by Benno Schulenberg · 11 years ago
  23. 377a6e3 Using visible characters by default for when showing whitespace. by Benno Schulenberg · 11 years ago
  24. 3a5f55e 2014-03-01 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  25. c347ce4 Not mentioning -$/--softwrap in usage text of tiny version. by Benno Schulenberg · 11 years ago
  26. 54a1105 Trimming some redundant code, and correcting scrolling behaviour by Benno Schulenberg · 11 years ago
  27. b1a7fdd Correctly computing the needed amount to scroll down by Benno Schulenberg · 11 years ago
  28. 3ae5bab Adding a newline for "air", and marking two strings instead of translating them. by Benno Schulenberg · 11 years ago
  29. e52eac5 2014-03-01 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  30. bc5c7c3 Not writing to stderr on magic errors, patch mostly by Mike Frysinger. by Benno Schulenberg · 11 years ago
  31. 3aea69d Indenting conditions consistently and tightly. by Benno Schulenberg · 11 years ago
  32. 919c9bd Removing unused function 'free_shortcutage'. by Benno Schulenberg · 11 years ago
  33. fe267f6 Not just marking but actually translating a helpful message. by Benno Schulenberg · 11 years ago
  34. 92ccf77 Correcting the misspelled keyword "mutlibuffer". by Benno Schulenberg · 11 years ago
  35. 9a21761 Removing a redundant 'ifdef DEBUG'. by Benno Schulenberg · 11 years ago
  36. 46fccb2 Equalizing pipe error messages. by Benno Schulenberg · 11 years ago
  37. 22a1440 Avoiding a warning when compiling with clang, patch by Eitan Adler. by Benno Schulenberg · 11 years ago
  38. 8e82d35 Restoring 'Space' as an alias for PageDown in the help browser. by Benno Schulenberg · 11 years ago
  39. cae7aea Grouping related commands into the same column of the help lines. by Benno Schulenberg · 11 years ago
  40. df7bba3 Scrolling an extra amount when softwrap is on and the current line runs off. by Benno Schulenberg · 11 years ago
  41. db906ea Making ^G and ^C exit from help, and ^C from the file browser. by Benno Schulenberg · 11 years ago
  42. be5ab4e Ordering "Prev Word" and "Next Word" better. by Benno Schulenberg · 11 years ago
  43. 7f87393 Tweaking comments and removing some superfluous blank lines. by Benno Schulenberg · 11 years ago
  44. fde9d4c Renaming 'INCLUDES' to 'AM_CPPFLAGS', patch by Mike Frysinger. by Benno Schulenberg · 11 years ago
  45. ae092b9 Fix a typo and two inconsistent spellings in three statusbar messages. by Benno Schulenberg · 11 years ago
  46. 4ab142c Call the help browser with the correct refresher for afterwards. by Benno Schulenberg · 11 years ago
  47. 34b7f1c * src/winio.c (do_credits) - Add Benno, my children, by Chris Allegretta · 11 years ago
  48. 5575bfa 2014-02-24 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  49. e9ee078 End exhorting status-bar messages with a period, to avoid by Benno Schulenberg · 11 years ago
  50. 4abf944 Adding a missing malloc, to avoid a segfault on some systems. by Benno Schulenberg · 11 years ago
  51. c4520d5 Correcting an oversight in the 'do_up_void' and 'do_down_void' naming. by Benno Schulenberg · 11 years ago
  52. 7249507 Updating 'mark_begin' when mark and cursor are on the same line. by Benno Schulenberg · 11 years ago
  53. d6e3972 Adding four needed compilation conditions on ENABLE_NANORC. by Benno Schulenberg · 11 years ago
  54. fb4e402 Applying a compile-fixing and warning-fixing patch by David Ramsey. by Benno Schulenberg · 11 years ago
  55. c218415 2014-01-24 Benno Schulenberg <bens> by Chris Allegretta · 11 years ago
  56. d2f29d0 2014-01-25 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  57. 18b1092 2014-01-01 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
  58. bf406ff 2013-06-13 David Lawrence Ramsey <pooka109@gmail.com> by Chris Allegretta · 11 years ago
  59. 2d34586 * src/files.c (write_file): Don't re-stat() the file if we're writing out by Chris Allegretta · 12 years ago
  60. 6251358 2013-04-12 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  61. 4cc4b9b 013-04-07 Michael Berg <mike@berg-net.us> by Chris Allegretta · 12 years ago
  62. 22c83ec 2013-03-17 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  63. 67acf2c 2013-01-20 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  64. b7a2dfb 2013-01-13 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  65. 2e4228f 2013-01-09 Fabian Groffen <grobian@Savannah> by Chris Allegretta · 12 years ago
  66. a016f00 2013-01-02 David Benjamin <davidben@Savannah> by Chris Allegretta · 12 years ago
  67. 76d61ec 2013-01-02 Mike Frysinger <vapier@gentoo.org> by Chris Allegretta · 12 years ago
  68. 2a76b43 2013-01-02 Mike Frysinger <vapier@gentoo.org> by Chris Allegretta · 12 years ago
  69. 1642e6a 2013-01-02 Eitan Adler <lists@eitanadler.com> by Chris Allegretta · 12 years ago
  70. 3116d2f Fix impromper calls to nmalloc in new locking implementation. by Chris Allegretta · 12 years ago
  71. 4cc2462 Clean-up warnings with -pedantic. by Chris Allegretta · 12 years ago
  72. 170607b Add missing proto for int write_lockfile() by Chris Allegretta · 12 years ago
  73. d70c7f3 Implement the modification bit of the .swp file, put it in the correct actual by Chris Allegretta · 12 years ago
  74. 21f73f9 Fix trying to lock an un-writable directory. Just put a message by Chris Allegretta · 12 years ago
  75. bf88d27 2012-12-31 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 12 years ago
  76. 2ad1de0 Remove trailing spaces on source files as they suck by Chris Allegretta · 12 years ago
  77. d84849e 2012-02-05 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 13 years ago
  78. daeab05 2011-05-10 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 13 years ago
  79. fda622c 2011-03-04 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  80. bccf2fa 2011-03-03 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  81. 3bd12e3 2011-02-26 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  82. 3459e4f 2011-02-23 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  83. 154136a 2011-02-22 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  84. 392c23c * files.c (load_history): Set last_search to the last search value we loaded from history, by Chris Allegretta · 14 years ago
  85. 8e2a930 2011-02-18 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  86. 9bfda91 Checkpoint commit of saved file position implementation in case my desktop bites it. by Chris Allegretta · 14 years ago
  87. b00d0b9 2011-02-12 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  88. 637daa8 * src/*: Retire iso_me_harder_funcmap based on suggestion by <bernd.spaeth@gmx.net> by Chris Allegretta · 14 years ago
  89. 3d41118 2011-02-06 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  90. ab53864 2010-11-12 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  91. 461519c Add more inseure backup checks to that strange cases like with ACLs will work with allow_insecure_backup. by Chris Allegretta · 14 years ago
  92. 0acca27 2010-06-20 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  93. 86be3af 2010-05-23 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 14 years ago
  94. db9d983 2010-04-14 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 15 years ago
  95. 181c4a9 2010-04-09 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 15 years ago
  96. ad8476e Sigh, left out O_EXCL from Dan's patch by Chris Allegretta · 15 years ago
  97. 7f61a6c 2010-04-09 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 15 years ago
  98. dbbf9a0 Okay maybe make it crash EVEN less. by Chris Allegretta · 15 years ago
  99. 83a0e90 2010-04-02 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 15 years ago
  100. 9e73aeb Fix that wording cause it's the file owner we care about by Chris Allegretta · 15 years ago