1. 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
  2. 3e5ad63 Updated French translation. Added Turkish translation. by Jordi Mallach · 23 years ago
  3. bfd2f56 Okay, I guess an edit_update is needed by Chris Allegretta · 23 years ago
  4. 35908f8 Fix screen not updating at exit of spell by Chris Allegretta · 23 years ago
  5. 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
  6. 2a7a9a2 Be more verbose about what we're doing with new spell code by Chris Allegretta · 23 years ago
  7. 848f5be Change waits to waitpids to lessen the chance of a hang, and fix status check by Chris Allegretta · 23 years ago
  8. 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
  9. fd1cf80 Updated Danish and Ukrainian translations. by Jordi Mallach · 23 years ago
  10. af7a09d typo fix: HTML 4.10 -> HTML 4.01 by David Lawrence Ramsey · 23 years ago
  11. 2e938bf Malay translation update. by Jordi Mallach · 23 years ago
  12. 9e050ad fix missing dash in Changelog by David Lawrence Ramsey · 23 years ago
  13. 99519ae second attempt at ngettext() fixes by David Lawrence Ramsey · 23 years ago
  14. 0084eaa documentation updates by David Lawrence Ramsey · 23 years ago
  15. 749def4 Polish and Swedish updates. by Jordi Mallach · 23 years ago
  16. 9e2de25 Indonesian & French updates. by Jordi Mallach · 23 years ago
  17. 76d1ffd French update. by Jordi Mallach · 23 years ago
  18. d42abe4 Spanish update. by Jordi Mallach · 23 years ago
  19. 5e4b8cf Catalan, German, French, Galician and Swedish translation updates. by Jordi Mallach · 23 years ago
  20. dc60b72 forward-ported --disable-wrapping-as-root from nano 1.0.x by David Lawrence Ramsey · 23 years ago
  21. e8ad5ed Back to CVS by Chris Allegretta · 23 years ago
  22. 2257893 GNU nano 1.1.12 release by Chris Allegretta · 23 years ago
  23. 2a15c58 Add DLR's --disable-nls to version info by Chris Allegretta · 23 years ago
  24. d45c599 Ken's ngettext fix by Chris Allegretta · 23 years ago
  25. 573b61f German translation update. by Jordi Mallach · 23 years ago
  26. 1536d4b put header files in a slightly more consistent order by David Lawrence Ramsey · 23 years ago
  27. 2ab03f6 miscellaneous bug fixes by David Lawrence Ramsey · 23 years ago
  28. e42df73 - Disable VSTOP keystroke. Stops people accidentally locking up, nano (suggested by David Benbennick) by Chris Allegretta · 23 years ago
  29. 492f8e6 Updated French translation (Jean-Philippe Guérard). by Jordi Mallach · 23 years ago
  30. 1dd0bc9 Remove malloc.h completely and add color synatx highlighting toggle by Chris Allegretta · 23 years ago
  31. 1801c17 Updated Spanish translation (Ricardo Javier Cárdenes Medina). by Jordi Mallach · 23 years ago
  32. f4420f8 Indonesian and Malay updates. by Jordi Mallach · 23 years ago
  33. dc54e12 German translation updates (Michael Piefel). by Jordi Mallach · 23 years ago
  34. 4da47ea Updated Catalan translation. by Jordi Mallach · 23 years ago
  35. dab0299 Swedish, Galician and Polish updates. by Jordi Mallach · 23 years ago
  36. 1fc9da6 Nitpick about being root to install. Maybe people stop compiling as root, even. by Jordi Mallach · 23 years ago
  37. 0b761fa Require gettext >= 0.11. Fix typo, thanks David. by Jordi Mallach · 23 years ago
  38. ec6388e Post update to gettext 0.11.5 by Chris Allegretta · 23 years ago
  39. 71fb1f5 Back to CVS by Chris Allegretta · 23 years ago
  40. 6866f6f GNU nano 1.1.11 release by Chris Allegretta · 23 years ago
  41. 136a38a nanorc.sample: - Add some examples for HTML and TeX files (David Benbennick) by Chris Allegretta · 23 years ago
  42. 3a24c12 Give DB credit for the new color code by Chris Allegretta · 23 years ago
  43. e3ebfea For great justice! by Jordi Mallach · 23 years ago
  44. 1f28b8f DB's rewrite of the screen update and color routines by David Lawrence Ramsey · 23 years ago
  45. 7c4222c make the spacing fix use isspace(); it works the same way and takes up by David Lawrence Ramsey · 23 years ago
  46. 4300092 Newer version of DLR's patch based on DB's tab thing by Chris Allegretta · 23 years ago
  47. 81dea02 Add DLR's fixes to the wrapping behavior by Chris Allegretta · 23 years ago
  48. 079b549 winio.c:edit_refresh() - Turn on leaveok() so the cursor doesn't bounce around the screen while we're updating it (most noticeable when using color syntax over a very slow connection) by Chris Allegretta · 23 years ago
  49. 0ae5c72 Make that ChangeLog for do_wrap a little less overly verbose by Chris Allegretta · 23 years ago
  50. 67ca2aa nano.c:do_wrap() - Restore the wrapping behavior to the previous wrapping point behavior (pre 1.1.10) (David Benbennick) by Chris Allegretta · 23 years ago
  51. de85262 - rcfile.c:parse_colors() - Stop infinite loop when syntax doesn't begin with " char by Chris Allegretta · 23 years ago
  52. 3f9c3bf - Add a better string matching sequence that includes escaped quotes (thanks to Carl E. Lindberg, who doesn't even know he helped ;-) by Chris Allegretta · 23 years ago
  53. 515ba32 - nano.h: - Add support for HP-UX's curses, which doesn't seem to support KEY_HOME and KEY_END by Chris Allegretta · 23 years ago
  54. e21adfa David Benbennick's minor fixes, plus one of mine by David Lawrence Ramsey · 23 years ago
  55. 605165e DLR: Document minor typo fix for the FAQ. by David Lawrence Ramsey · 23 years ago
  56. 947c037 DLR: Minor typo fix for the FAQ. by David Lawrence Ramsey · 23 years ago
  57. 56ae5a0 Malay update. by Jordi Mallach · 23 years ago
  58. bf89768 French & Danish updates. by Jordi Mallach · 23 years ago
  59. ad40fdb DLR: prototype overhaul, etc. by David Lawrence Ramsey · 23 years ago
  60. f7c6811 - Changed do_insertfile to (a) report multibuffer status at the prompt and allowing it to be toggled, taking into account the need to keep the translatable strings, and (b) added a variable inspath to keep track of what the string was before toggling. I'm sure there's bugs, have at it by Chris Allegretta · 23 years ago
  61. 768e8f0 DLR: Spell Jeff DeFouw's name right in the Changelog by David Lawrence Ramsey · 23 years ago
  62. 79cdfdc - nanorc.sample: - Fix the c-file regex for all caps words to be extended regex format ({} instead of \{\}) (found by DLR) by Chris Allegretta · 23 years ago
  63. 82559b3 - configure.ac: - Changed --enable-color warning to be slightly less severe by Chris Allegretta · 23 years ago
  64. 1f1022f Upgrade to Gettext 0.11.5. by Jordi Mallach · 23 years ago
  65. 0341b58 DLR: minor bits by David Lawrence Ramsey · 23 years ago
  66. 64f49c7 German and Malay updates. by Jordi Mallach · 23 years ago
  67. 3c2a7de Galician translation updates. by Jordi Mallach · 23 years ago
  68. 7b01a0f Added Claudio and Javier. by Jordi Mallach · 23 years ago
  69. 5f8905e Spanish translation updates (Ricardo Javier Cárdenes Medina). by Jordi Mallach · 23 years ago
  70. 7a06bcc French translation update (Jean-Philippe Guérard). by Jordi Mallach · 23 years ago
  71. 085f087 Polish & Swedish translation updates. by Jordi Mallach · 23 years ago
  72. d865da1 DLR's latest and greatest by Chris Allegretta · 23 years ago
  73. d793cc1 Catalan translation update. by Jordi Mallach · 23 years ago
  74. 9a3c260 Catalan translation updates. by Jordi Mallach · 23 years ago
  75. e5d06c0 Oops, really note changes. by Jordi Mallach · 23 years ago
  76. 25daa05 Swedish translation updates (Christian Rose). by Jordi Mallach · 23 years ago
  77. dd19573 New Brazilian Portuguese translation (Claudio Neves). by Jordi Mallach · 23 years ago
  78. cb7c8d8 Added pt_BR to ALL_LINGUAS. by Jordi Mallach · 23 years ago
  79. 52069c6 Back to CVS by Chris Allegretta · 23 years ago
  80. 720a9e0 GNU nano 1.1.10 release by Chris Allegretta · 23 years ago
  81. 3ec2238 Updated Indonesian translation (Tedi Heriyanto). by Jordi Mallach · 23 years ago
  82. 70bb886 Update the NEWS fo 1.1.10 in advance for laughs by Chris Allegretta · 23 years ago
  83. 7d5f307 Take out the DB color ChangeLog entry as I didn't put it in by Chris Allegretta · 23 years ago
  84. dffa207 Everything from DB's patch that makes any sense to me by Chris Allegretta · 23 years ago
  85. c46337b Credit DLR for the tabs/spaces fixes in nano.h by Chris Allegretta · 23 years ago
  86. 1c5c338 Fix to parsing getopt args for -I/--ignorercfiles (DLR) by Chris Allegretta · 23 years ago
  87. 8710411 Get rid of annoying init error in read_file by Chris Allegretta · 23 years ago
  88. c4e3d9e Another DLR fixin: credits and DOS/Mac compatibility. Also get rid of those colons in ChangeLog after function names by Chris Allegretta · 23 years ago
  89. cf287c8 More DLR updates by Chris Allegretta · 23 years ago
  90. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 23 years ago
  91. cf2f656 Added Sharuzzaman (Bahasa Melayu). by Jordi Mallach · 23 years ago
  92. 20eb232 Upgrade automake requirements and add glib. by Jordi Mallach · 23 years ago
  93. 2641d00 German translation updates (Michael Piefel). by Jordi Mallach · 23 years ago
  94. 8bf8f89 Updated Danish translation (Keld Simonsen). by Jordi Mallach · 23 years ago
  95. 7d40134 Merged acconfig.h into configure.ac. by Jordi Mallach · 23 years ago
  96. d9797bd New Bahasa Melayu translation (Sharuzzaman Ahmat Raslan). by Jordi Mallach · 23 years ago
  97. 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 23 years ago
  98. fbc7920 Use AM_GNU_GETTEXT([external]) to fix make distcheck now that intl/ is gone. by Jordi Mallach · 23 years ago
  99. c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 23 years ago
  100. 834913c Added remove-potcdate.sed. by Jordi Mallach · 23 years ago