1. ce029f2 remove unnecessary #ifdef around termios.h #include in nano.c by David Lawrence Ramsey · 20 years ago
  2. 1e73bcf fix inaccurate comment by David Lawrence Ramsey · 20 years ago
  3. da95991 Back to CVS by David Lawrence Ramsey · 20 years ago
  4. 2cd986c GNU nano 1.3.10 by David Lawrence Ramsey · 20 years ago
  5. 5e4d81c in README.CVS, mention that the minimum required version of groff is by David Lawrence Ramsey · 20 years ago
  6. 628c4e2 French manpage updates. by David Lawrence Ramsey · 20 years ago
  7. e57bd49 in parse_line_column(), simplify parsing of the column number by David Lawrence Ramsey · 20 years ago
  8. bf38aad Bulgarian translation from the TP. by Jordi Mallach · 20 years ago
  9. 7859d52 Translation updates from the TP: ca, fr, ms, zh_TW. by Jordi Mallach · 20 years ago
  10. 5aaaad4 in README.CVS, update the given cvs commands so that they work again by David Lawrence Ramsey · 20 years ago
  11. abaa9a8 Updated it, nl and de from the TP. by Jordi Mallach · 20 years ago
  12. b0e04c0 a few last comment and consistency fixes by David Lawrence Ramsey · 20 years ago
  13. 6d6a36c add descriptive comments to pretty much all functions and major by David Lawrence Ramsey · 20 years ago
  14. 034b994 since proto.h includes nano.h, and nano.h includes config.h first, by David Lawrence Ramsey · 20 years ago
  15. 8befda6 readd RETSIGTYPE return types for signal handlers, since any problems by David Lawrence Ramsey · 20 years ago
  16. 24777c0 fix compilation with --enable-debug, and remove unneeded assert by David Lawrence Ramsey · 20 years ago
  17. a685468 efficiency and comment fixes by David Lawrence Ramsey · 20 years ago
  18. 26ebd35 in ngetdelim(), do sanity checks in an assert instead of checking them by David Lawrence Ramsey · 20 years ago
  19. 13b6115 update the Free Software Foundation's address as needed in the copyright by David Lawrence Ramsey · 20 years ago
  20. 783062a cosmetic fix by David Lawrence Ramsey · 20 years ago
  21. c7c04bb in brak_line(), in the surrounding #ifdef, replace the combination of by David Lawrence Ramsey · 20 years ago
  22. 3239ff2 comment fix by David Lawrence Ramsey · 20 years ago
  23. e6fb106 comment fix by David Lawrence Ramsey · 20 years ago
  24. ad1b64c in do_justify(), renumber after justifying each individual paragraph, by David Lawrence Ramsey · 20 years ago
  25. 79383be revert last changes, as they make full justify and justify act differently by David Lawrence Ramsey · 20 years ago
  26. 9a065c0 in find_paragraph(), add parameter begin, the line that we can't move by David Lawrence Ramsey · 20 years ago
  27. 1932dfb another comment fix by David Lawrence Ramsey · 20 years ago
  28. eae8571 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  29. 2e2112c comment fix by David Lawrence Ramsey · 20 years ago
  30. 5da68ee in execute_command(), instead of hardcoding /bin/sh as the shell to use by David Lawrence Ramsey · 20 years ago
  31. da1f55c add missing update by David Lawrence Ramsey · 20 years ago
  32. 43eee6e sort more configure options consistently by David Lawrence Ramsey · 20 years ago
  33. ace033d in configure.ac, disable wrapping entirely when --enable-tiny is used, by David Lawrence Ramsey · 20 years ago
  34. 5453b0a in version(), if DISABLE_WRAPPING is defined, the code in by David Lawrence Ramsey · 20 years ago
  35. 315eb32 adjust copyright notices in all source files to account for Chris' by David Lawrence Ramsey · 20 years ago
  36. b4e5c02 more miscellaneous do_wrap() fixes by David Lawrence Ramsey · 20 years ago
  37. 4db1b09 properly update the revision date by David Lawrence Ramsey · 20 years ago
  38. b919f37 merge one last update by David Lawrence Ramsey · 20 years ago
  39. 219a814 remove redundant code by David Lawrence Ramsey · 20 years ago
  40. 615f4c7 tweak do_wrap() to remove the assumption that the file always ends in a by David Lawrence Ramsey · 20 years ago
  41. b9b2fd5 in break_line(), only include the newline parameter if DISABLE_HELP by David Lawrence Ramsey · 20 years ago
  42. 708de36 in configure.ac, clarify description of --disable-speller by David Lawrence Ramsey · 20 years ago
  43. 853a44d preemptively update the version number by David Lawrence Ramsey · 20 years ago
  44. d1ab408 in faq.html, clarify section 5.3 to better explain how to enable Unicode by David Lawrence Ramsey · 20 years ago
  45. fa35aef merge a few minor updates from nano.1 into rnano.1 by David Lawrence Ramsey · 20 years ago
  46. 7949e6a Add rnano manpage from Thijs. by Jordi Mallach · 20 years ago
  47. 4ffdb1b in nano.1, make one non-bold instance of "nano" bold, for consistency by David Lawrence Ramsey · 20 years ago
  48. 7a07cdb in faq.html, add a new section 5.3 to explain the status of nano's by David Lawrence Ramsey · 20 years ago
  49. ccd1b7b miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
  50. d15c92d more comment fixes by David Lawrence Ramsey · 20 years ago
  51. 8dec783 comment fixes by David Lawrence Ramsey · 20 years ago
  52. 87397ba add missing documentation by David Lawrence Ramsey · 20 years ago
  53. 391cef1 documentation fix: the LGPLed ngetdelim() and ngetline() functions are by David Lawrence Ramsey · 20 years ago
  54. ad07401 in get_prompt_string(), adjust #ifdefs to leave out disabled keys by David Lawrence Ramsey · 20 years ago
  55. c009ec5 breakage and comment fixes by David Lawrence Ramsey · 20 years ago
  56. 5ab56ea refactor the statusbar prompt's bracket searching code to be closer to by David Lawrence Ramsey · 20 years ago
  57. 45d344b comment fix by David Lawrence Ramsey · 20 years ago
  58. 29fb951 miscellaneous documentation fixes by David Lawrence Ramsey · 20 years ago
  59. 4580f15 add missing changelog entry by David Lawrence Ramsey · 20 years ago
  60. cf9c34a only include code related to whole word searches when DISABLE_SPELLER by David Lawrence Ramsey · 20 years ago
  61. bd0b3cd in do_justify(), don't save current_y and restore it if the user by David Lawrence Ramsey · 20 years ago
  62. eba0711 comment fix by David Lawrence Ramsey · 20 years ago
  63. c499382 add the ability to do bracket searches at the statusbar prompt by David Lawrence Ramsey · 20 years ago
  64. ebe4b3b remove unneeded variable by David Lawrence Ramsey · 20 years ago
  65. cfffbf7 in reset_statusbar_cursor(), fix cursor placement problem by modeling by David Lawrence Ramsey · 20 years ago
  66. 9d3a468 in do_statusbar_input(), fix misplaced break when handling NANO_VERBATIM_KEY by David Lawrence Ramsey · 20 years ago
  67. c5c5230 overhaul the bracket searching code so that it no longer requires regex by David Lawrence Ramsey · 20 years ago
  68. 6c860c0 remove unneeded blank line by David Lawrence Ramsey · 20 years ago
  69. 1c3b211 comment fix by David Lawrence Ramsey · 20 years ago
  70. b299a6a cosmetic fix by David Lawrence Ramsey · 20 years ago
  71. bc8b7d7 in mbstrchr(), detect the case where the character isn't found in the by David Lawrence Ramsey · 20 years ago
  72. 9c92634 cosmetic fix by David Lawrence Ramsey · 20 years ago
  73. 979286c comment fix by David Lawrence Ramsey · 20 years ago
  74. ebe3425 rename the NANO_SMALL #define to NANO_TINY by David Lawrence Ramsey · 20 years ago
  75. 023db6a per Mike Frysinger's patch, don't install the localized versions of the by David Lawrence Ramsey · 20 years ago
  76. 41dd912 formatting fix by David Lawrence Ramsey · 20 years ago
  77. a1064d4 for functions originally adapted from other sources, invoke LGPL clause by David Lawrence Ramsey · 20 years ago
  78. 3f7c8c5 fix copyright years on source files; all functions in browser.c were by David Lawrence Ramsey · 20 years ago
  79. bbac1bb cosmetic fixes by David Lawrence Ramsey · 20 years ago
  80. aa20fcf remove unneeded blank line by David Lawrence Ramsey · 20 years ago
  81. eb5e08f cosmetic fixes by David Lawrence Ramsey · 20 years ago
  82. 6533e23 when building, automatically generate an HTML version of the info page, by David Lawrence Ramsey · 20 years ago
  83. de39a2b in nano.texi, fix inconsistent punctuation by David Lawrence Ramsey · 20 years ago
  84. fb0c3f8 in get_page_start(), fix test so that we scroll through the line in by David Lawrence Ramsey · 20 years ago
  85. a24da69 changelog fix by David Lawrence Ramsey · 20 years ago
  86. b3c846c in nano.texi, add more wording fixes, sort the configure options more by David Lawrence Ramsey · 20 years ago
  87. 1520350 in nano.texi, per Mike Frysinger's patch, add missing configure options, by David Lawrence Ramsey · 20 years ago
  88. da0691b comment fix by David Lawrence Ramsey · 20 years ago
  89. d82dae0 fix the last of the breakage (I hope) in find_paragraph() and do_justify() by David Lawrence Ramsey · 20 years ago
  90. bdff665 fix still more find_paragraph() breakage by David Lawrence Ramsey · 20 years ago
  91. 1be131a fix more find_paragraph() breakage by David Lawrence Ramsey · 20 years ago
  92. 8b203d6 fix yet more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  93. 53f641f fix still more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  94. 57f1bbd fix more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  95. cd8f735 fix breakage in both backup_lines() and do_justify(); the latter's by David Lawrence Ramsey · 20 years ago
  96. 52161ee more cosmetic fixes by David Lawrence Ramsey · 20 years ago
  97. 874ec8f fix more do_justify() breakage by David Lawrence Ramsey · 20 years ago
  98. 985d586 revert change to do_justify(), since it's used when fileage may be by David Lawrence Ramsey · 20 years ago
  99. ae9eea7 use more intuitive descriptions for the scrolling keys by David Lawrence Ramsey · 20 years ago
  100. e748514 more comment fixes by David Lawrence Ramsey · 20 years ago