1. 54c1f79 - files.c:open_file() - Fix FD leak with file load error (David Benbennick) by Chris Allegretta · 23 years ago
  2. 149781d - cut.c:do_cut_text() - Fix incorrect cursor location when cutting long lines (David Benbennick) by Chris Allegretta · 23 years ago
  3. beca0eb Updated Galician translation. by Jordi Mallach · 23 years ago
  4. 0e86e60 - Changed some translatable debug messages to use %s instead of the function name, and removed gettext from two strings that had no actual words in them that should be translated. Suggested originally by Christian Rose by Chris Allegretta · 23 years ago
  5. f22e8bf - nanorc.sample: - Change comment to say magenta instead of purple by Chris Allegretta · 23 years ago
  6. 3bbc416 - winio.c:bottombars() - Change strcpy of gettext() Up string to strncpy of max width 8, to stop stupid strcpy crash by Chris Allegretta · 23 years ago
  7. d663499 Updated German translation (Michael Piefel). by Jordi Mallach · 23 years ago
  8. 36fec72 nano.c:usage() - Revamp -H option message to fit in 80 column terminal by Chris Allegretta · 23 years ago
  9. 3d459ad nano.c:main() - Call load_file with arg 0 for insert, as we aren't really doing an insert, allows new_file() to run if we open a non-file at startup by Chris Allegretta · 23 years ago
  10. 73a7e7f Updated French, Malay and Ukrainian translations. by Jordi Mallach · 23 years ago
  11. eeb5004 i18n fixes. by Jordi Mallach · 23 years ago
  12. 8495c71 French, Swedish, Dutch and Catalan updates. by Jordi Mallach · 23 years ago
  13. f89d698 Back to CVS by Chris Allegretta · 23 years ago
  14. f426c9e GNU nano 1.1.99pre1 release by Chris Allegretta · 23 years ago
  15. d46f544 Commit release notes, final preps for release by Chris Allegretta · 23 years ago
  16. 5af5889 Latest patch by DLR by Chris Allegretta · 23 years ago
  17. b32ccd9 Minor #endif fix at the end of files.c by Chris Allegretta · 23 years ago
  18. 327abda Add DB's real fix, and add do_disabled_msg to proto.h (whose code is this?) by Chris Allegretta · 23 years ago
  19. d6c8d1a - winio.c:nanogetstr - Move down NANO_SMALL in tab check so nano won't complain if just NANO_SMALL is defined (David Benbennick, presumed fix) by Chris Allegretta · 23 years ago
  20. e660037 nano.c:version() - Move up check for --disable-nls as it's independent of --enable-tiny now (DLR) by Chris Allegretta · 23 years ago
  21. f9ab3f7 - nano.1, nano.1.html - Updated for the --preserve and --historylog options by Chris Allegretta · 23 years ago
  22. 3f8a63c - faq.html: Added docs about the new unified search string interface and search histories, and added --enable-all into configure docs by Chris Allegretta · 23 years ago
  23. d957f59 configure.ac: - Added --enable-all option to compile in all the extra stuff we'd normally need extra flags for by Chris Allegretta · 23 years ago
  24. f3de8b5 - Added search/replace history log. Flag -H, --historylog. Flags HISTORY_CHANGED and HISTORYLOG, added entries in nanorc.sample, new functions log_history and save_history (Ken Tyler) by Chris Allegretta · 23 years ago
  25. 09fc430 DLR's latest bits by Chris Allegretta · 23 years ago
  26. 2ad0f6c - search.c:do_gotoline() - Don't call blank_statusbar_refresh() so if there's an error returned in multibuffer mode, we can actually see it by Chris Allegretta · 23 years ago
  27. 2d5fc3a - nano.c:do_int_speller() - Fix FD leaks which occur outside of errors (David Benbennick) by Chris Allegretta · 23 years ago
  28. d757e25 Update copyright notices, courtesy of mr DLR by Chris Allegretta · 23 years ago
  29. 9b0d18d Remove stuff generated by autopoint. by Jordi Mallach · 23 years ago
  30. b947552 Update for recent CVS changes. by Jordi Mallach · 23 years ago
  31. 73dcc43 Roll back AC_CONFIG_HEADER change, to make automake1.6 users happy. by Jordi Mallach · 23 years ago
  32. a0e829c Updated for translation changes. by Jordi Mallach · 23 years ago
  33. 7fc0ddf Added Peio. by Jordi Mallach · 23 years ago
  34. 38c563d Add LINGUAS, with the list of supported languages previously in configure.ac (ALL_LINGUAS). by Jordi Mallach · 23 years ago
  35. 631ee1f Small cleanups. Add copyright header, add autopoint support and define bug report address and full package name in AC_INIT. Move ALL_LINGUAS to po/LINGUAS, recommended place for gettext 0.11. by Jordi Mallach · 23 years ago
  36. 4805378 Make it much simpler by just using autoreconf. by Jordi Mallach · 23 years ago
  37. cb850ce Remove generic stuff. by Jordi Mallach · 23 years ago
  38. 908f770 Back out the changes I made to nano.c to catch the spelling scroll bug earlier by Chris Allegretta · 23 years ago
  39. 0e7a3f5 - Fixed awful scrolling in do_int_speller. Problem was findnextstr() calling edit_update(), though screen updating is not its business Added checks in do_search() and do_replace_loop() to do the checks. It really should not be done here, as some function in winio.c should handle this, but I can't seem to find a good place to put this check by Chris Allegretta · 23 years ago
  40. 688c8eb DLR's latest changes by Chris Allegretta · 23 years ago
  41. ca7113a - search.c:do_replace_loop() - Remove check for answer being a blank string, presumed to a PICO_MODE holdover, but it stops us from doing a blank spelling replacement by Chris Allegretta · 23 years ago
  42. 497b504 Add spell check selected text to TODO, note that I'm not asking you to implement this tonight DLR :-) by Chris Allegretta · 23 years ago
  43. 54380cf Update texi file more by Chris Allegretta · 23 years ago
  44. 9fa5fbd nano.texi - Updates for the most recent and not so recent changes by Chris Allegretta · 23 years ago
  45. 7662c86 DLR and DB's latest fixes by Chris Allegretta · 23 years ago
  46. 3f1b685 nano.c:do_int_speller - Change all child error checks to use one goto (gasp) called close_pipes_and_exit, so we don't leak FDs by Chris Allegretta · 23 years ago
  47. ed4fb2c - nanorc.sample: - Added some examples for groff and the nanorc courtesy of Robert D. Goulding. Added double hash marks to comment lines, so people who uncomment the beginning of every line won't get syntax errors by Chris Allegretta · 23 years ago
  48. 54abd94 Fix broken meta keys screwing up previous answer, fix misplaced (?) #endif in nanogetstr by Chris Allegretta · 23 years ago
  49. 8031f83 Add a buffer holder for current search/replace data, so we don't lose it when going back through history by Chris Allegretta · 23 years ago
  50. 6cd143d - Add in Pico's -p flag, (-p, --preserve). To preserve the XON and XOFF keys (^Q and ^S). Add warning if we invoke -p and add checks for using --preserve (to skip warning) and --pico (to force showing it). New flag PRESERVE, function do_preserve_msg(), changes to main(), signal_init() by Chris Allegretta · 23 years ago
  51. 37d594c More bits left over from getting rid of pico mode, no more CLEAR_BACKUPSTRING, woo! Also reodered flags to remove gaps by Chris Allegretta · 23 years ago
  52. 916a8ec - TODO - Added some wishlist stuff by Chris Allegretta · 23 years ago
  53. 15c28f8 Completely removed PICO_MODE, as with the search/replace history patch we should have the extended functionality we can without being incompatible with pico by Chris Allegretta · 23 years ago
  54. a65ba51 Now make the code with with NANO_SMALL :-) by Chris Allegretta · 23 years ago
  55. 6328792 Fix search/replace history adding blank lines, yuck by Chris Allegretta · 23 years ago
  56. 5beed50 Ken's search history patch, minus the .nano_history stuff by Chris Allegretta · 23 years ago
  57. 95e0cf5 fix silly typo (#ifdef -> #ifndef) keeping nano -w from working by David Lawrence Ramsey · 23 years ago
  58. 5a9e25a Recommend automake 1.7. by Jordi Mallach · 23 years ago
  59. 9b13ff3 miscellaneous bug fixes, part 2 by David Lawrence Ramsey · 23 years ago
  60. 334a940 nano.c:do_int_speller(), do_alt_speller() - Programs now return char *, also fix waitpid invocation and checking of WIFEXITED WEXITSTATUS calls by Chris Allegretta · 23 years ago
  61. 3e5ad63 Updated French translation. Added Turkish translation. by Jordi Mallach · 23 years ago
  62. bfd2f56 Okay, I guess an edit_update is needed by Chris Allegretta · 23 years ago
  63. 35908f8 Fix screen not updating at exit of spell by Chris Allegretta · 23 years ago
  64. 1d8fa1f Make speller update the screen less excessively, and switch case sensitive search so we can fix individual capitalization cases of misspelled words by Chris Allegretta · 23 years ago
  65. 2a7a9a2 Be more verbose about what we're doing with new spell code by Chris Allegretta · 23 years ago
  66. 848f5be Change waits to waitpids to lessen the chance of a hang, and fix status check by Chris Allegretta · 23 years ago
  67. 5ad92ac - nano.c:do_int_speller() - Make internal spell program use sort -f and uniq to create a less redundant word list. [The only reason this is going in during feature freeze is because the int speller is useless as is and should either be improved or removed. I chose improved] by Chris Allegretta · 23 years ago
  68. fd1cf80 Updated Danish and Ukrainian translations. by Jordi Mallach · 23 years ago
  69. af7a09d typo fix: HTML 4.10 -> HTML 4.01 by David Lawrence Ramsey · 23 years ago
  70. 2e938bf Malay translation update. by Jordi Mallach · 23 years ago
  71. 9e050ad fix missing dash in Changelog by David Lawrence Ramsey · 23 years ago
  72. 99519ae second attempt at ngettext() fixes by David Lawrence Ramsey · 23 years ago
  73. 0084eaa documentation updates by David Lawrence Ramsey · 23 years ago
  74. 749def4 Polish and Swedish updates. by Jordi Mallach · 23 years ago
  75. 9e2de25 Indonesian & French updates. by Jordi Mallach · 23 years ago
  76. 76d1ffd French update. by Jordi Mallach · 23 years ago
  77. d42abe4 Spanish update. by Jordi Mallach · 23 years ago
  78. 5e4b8cf Catalan, German, French, Galician and Swedish translation updates. by Jordi Mallach · 23 years ago
  79. dc60b72 forward-ported --disable-wrapping-as-root from nano 1.0.x by David Lawrence Ramsey · 23 years ago
  80. e8ad5ed Back to CVS by Chris Allegretta · 23 years ago
  81. 2257893 GNU nano 1.1.12 release by Chris Allegretta · 23 years ago
  82. 2a15c58 Add DLR's --disable-nls to version info by Chris Allegretta · 23 years ago
  83. d45c599 Ken's ngettext fix by Chris Allegretta · 23 years ago
  84. 573b61f German translation update. by Jordi Mallach · 23 years ago
  85. 1536d4b put header files in a slightly more consistent order by David Lawrence Ramsey · 23 years ago
  86. 2ab03f6 miscellaneous bug fixes by David Lawrence Ramsey · 23 years ago
  87. e42df73 - Disable VSTOP keystroke. Stops people accidentally locking up, nano (suggested by David Benbennick) by Chris Allegretta · 23 years ago
  88. 492f8e6 Updated French translation (Jean-Philippe Guérard). by Jordi Mallach · 23 years ago
  89. 1dd0bc9 Remove malloc.h completely and add color synatx highlighting toggle by Chris Allegretta · 23 years ago
  90. 1801c17 Updated Spanish translation (Ricardo Javier Cárdenes Medina). by Jordi Mallach · 23 years ago
  91. f4420f8 Indonesian and Malay updates. by Jordi Mallach · 23 years ago
  92. dc54e12 German translation updates (Michael Piefel). by Jordi Mallach · 23 years ago
  93. 4da47ea Updated Catalan translation. by Jordi Mallach · 23 years ago
  94. dab0299 Swedish, Galician and Polish updates. by Jordi Mallach · 23 years ago
  95. 1fc9da6 Nitpick about being root to install. Maybe people stop compiling as root, even. by Jordi Mallach · 23 years ago
  96. 0b761fa Require gettext >= 0.11. Fix typo, thanks David. by Jordi Mallach · 23 years ago
  97. ec6388e Post update to gettext 0.11.5 by Chris Allegretta · 23 years ago
  98. 71fb1f5 Back to CVS by Chris Allegretta · 23 years ago
  99. 6866f6f GNU nano 1.1.11 release by Chris Allegretta · 23 years ago
  100. 136a38a nanorc.sample: - Add some examples for HTML and TeX files (David Benbennick) by Chris Allegretta · 23 years ago