1. 81dea02 Add DLR's fixes to the wrapping behavior by Chris Allegretta · 23 years ago
  2. 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
  3. 0ae5c72 Make that ChangeLog for do_wrap a little less overly verbose by Chris Allegretta · 23 years ago
  4. 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
  5. de85262 - rcfile.c:parse_colors() - Stop infinite loop when syntax doesn't begin with " char by Chris Allegretta · 23 years ago
  6. 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
  7. 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
  8. e21adfa David Benbennick's minor fixes, plus one of mine by David Lawrence Ramsey · 23 years ago
  9. 605165e DLR: Document minor typo fix for the FAQ. by David Lawrence Ramsey · 23 years ago
  10. 947c037 DLR: Minor typo fix for the FAQ. by David Lawrence Ramsey · 23 years ago
  11. 56ae5a0 Malay update. by Jordi Mallach · 23 years ago
  12. bf89768 French & Danish updates. by Jordi Mallach · 23 years ago
  13. ad40fdb DLR: prototype overhaul, etc. by David Lawrence Ramsey · 23 years ago
  14. 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
  15. 768e8f0 DLR: Spell Jeff DeFouw's name right in the Changelog by David Lawrence Ramsey · 23 years ago
  16. 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
  17. 82559b3 - configure.ac: - Changed --enable-color warning to be slightly less severe by Chris Allegretta · 23 years ago
  18. 1f1022f Upgrade to Gettext 0.11.5. by Jordi Mallach · 23 years ago
  19. 0341b58 DLR: minor bits by David Lawrence Ramsey · 23 years ago
  20. 64f49c7 German and Malay updates. by Jordi Mallach · 23 years ago
  21. 3c2a7de Galician translation updates. by Jordi Mallach · 23 years ago
  22. 7b01a0f Added Claudio and Javier. by Jordi Mallach · 23 years ago
  23. 5f8905e Spanish translation updates (Ricardo Javier Cárdenes Medina). by Jordi Mallach · 23 years ago
  24. 7a06bcc French translation update (Jean-Philippe Guérard). by Jordi Mallach · 23 years ago
  25. 085f087 Polish & Swedish translation updates. by Jordi Mallach · 23 years ago
  26. d865da1 DLR's latest and greatest by Chris Allegretta · 23 years ago
  27. d793cc1 Catalan translation update. by Jordi Mallach · 23 years ago
  28. 9a3c260 Catalan translation updates. by Jordi Mallach · 23 years ago
  29. e5d06c0 Oops, really note changes. by Jordi Mallach · 23 years ago
  30. 25daa05 Swedish translation updates (Christian Rose). by Jordi Mallach · 23 years ago
  31. dd19573 New Brazilian Portuguese translation (Claudio Neves). by Jordi Mallach · 23 years ago
  32. cb7c8d8 Added pt_BR to ALL_LINGUAS. by Jordi Mallach · 23 years ago
  33. 52069c6 Back to CVS by Chris Allegretta · 23 years ago
  34. 720a9e0 GNU nano 1.1.10 release by Chris Allegretta · 23 years ago
  35. 3ec2238 Updated Indonesian translation (Tedi Heriyanto). by Jordi Mallach · 23 years ago
  36. 70bb886 Update the NEWS fo 1.1.10 in advance for laughs by Chris Allegretta · 23 years ago
  37. 7d5f307 Take out the DB color ChangeLog entry as I didn't put it in by Chris Allegretta · 23 years ago
  38. dffa207 Everything from DB's patch that makes any sense to me by Chris Allegretta · 23 years ago
  39. c46337b Credit DLR for the tabs/spaces fixes in nano.h by Chris Allegretta · 23 years ago
  40. 1c5c338 Fix to parsing getopt args for -I/--ignorercfiles (DLR) by Chris Allegretta · 23 years ago
  41. 8710411 Get rid of annoying init error in read_file by Chris Allegretta · 23 years ago
  42. 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
  43. cf287c8 More DLR updates by Chris Allegretta · 23 years ago
  44. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 23 years ago
  45. cf2f656 Added Sharuzzaman (Bahasa Melayu). by Jordi Mallach · 23 years ago
  46. 20eb232 Upgrade automake requirements and add glib. by Jordi Mallach · 23 years ago
  47. 2641d00 German translation updates (Michael Piefel). by Jordi Mallach · 23 years ago
  48. 8bf8f89 Updated Danish translation (Keld Simonsen). by Jordi Mallach · 23 years ago
  49. 7d40134 Merged acconfig.h into configure.ac. by Jordi Mallach · 23 years ago
  50. d9797bd New Bahasa Melayu translation (Sharuzzaman Ahmat Raslan). by Jordi Mallach · 23 years ago
  51. 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 23 years ago
  52. fbc7920 Use AM_GNU_GETTEXT([external]) to fix make distcheck now that intl/ is gone. by Jordi Mallach · 23 years ago
  53. c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 23 years ago
  54. 834913c Added remove-potcdate.sed. by Jordi Mallach · 23 years ago
  55. f21cd10 DLR: latest patch by David Lawrence Ramsey · 23 years ago
  56. 790d362 Updated credits. by Jordi Mallach · 23 years ago
  57. bd33865 Upgraded to gettext 0.11.2. by Jordi Mallach · 23 years ago
  58. 75d0572 Reformat for better reading. by Jordi Mallach · 23 years ago
  59. 3ac937a Reformat: put open bugs at the top. by Jordi Mallach · 23 years ago
  60. 5c6379d nanorc.sample - Put in much less crappy example regex rules for c-file by Chris Allegretta · 23 years ago
  61. 6fe98d7 - global.c:shortcut_init() - Rework IFHELP macro (David Benbennick) by Chris Allegretta · 23 years ago
  62. 539e27f French and German updates. by Jordi Mallach · 23 years ago
  63. 1f22687 Italian, Galician, Catalan and Spanish updates. by Jordi Mallach · 23 years ago
  64. 8b75a78 GNU nano 1.1.9 release by Chris Allegretta · 23 years ago
  65. 193d775 Swedish updates. by Jordi Mallach · 23 years ago
  66. a5e889b Added autom4ate.cache, whatever that is. by Jordi Mallach · 23 years ago
  67. 5e76fe9 Add same regfree call to color.c:update_color() by Chris Allegretta · 23 years ago
  68. 3674c1d - winio.c:edit_add() - Add in the necessary regfree() calls to stop nano from leaking memory like a sieve when using color syntax highlighting :-) by Chris Allegretta · 23 years ago
  69. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 23 years ago
  70. 403f8dc Added nano.spec. by Jordi Mallach · 23 years ago
  71. 4dc03d5 DLR's latest patch by Chris Allegretta · 23 years ago
  72. 7c27be4 added an update_color, updated edit_add, i18ned a string and changed some getopt handlers in main to mallocstrcpy by Chris Allegretta · 23 years ago
  73. ca76fa9 Swedish translation updates (Christian Rose). by Jordi Mallach · 23 years ago
  74. 9dccc48 Update and space the nanorc.sample a bit better by Chris Allegretta · 23 years ago
  75. 21c433d Global flag -Y, --syntax to specify the type on the command line, if there's no good filename regex to use. Global variable syntaxstr. Made some errors in the rc file less fatal by Chris Allegretta · 23 years ago
  76. 09900ff Global flag -Y, --syntax to specify the type on the command line, if there's no good filename regex to use. Global variable syntaxstr. Made some errors in the rc file less fatal by Chris Allegretta · 23 years ago
  77. 9189c1f Oops, get rid of the stupid debugging code by Chris Allegretta · 23 years ago
  78. b6c5dc2 - Added syntax command to .nanorc file, to allow multiple syntaxes. New function color.c:update_color(), calls in various files.c places, syntaxtype struct, global variables syntaxes, syntaxfile_regexp and synfilematches by Chris Allegretta · 23 years ago
  79. 42c6405 s/Debian GNU/Linux/Debian GNU/g by Jordi Mallach · 23 years ago
  80. 934b76b Indonesian translation updates (Tedi Heriyanto). by Jordi Mallach · 23 years ago
  81. dab017e - More cleanups with DISABLE flags, better free_shortcutage and free_toggle, and get rid of unnecessary variable decls with NANO_SMALL in shortcut_init() by David Benbennick by Chris Allegretta · 23 years ago
  82. b275175 Re-add O_CREAT since I botched the merge, some indentation fixes also, by DB by Chris Allegretta · 23 years ago
  83. 0547eb3 - General: - Change from read() and write() to file streams by Jay Carlson. Allows OS to implement read and write ahead rather than making us do it. Hopefully merged properly by Chris Allegretta · 23 years ago
  84. 2542274 Prepend fixes for O_CREAT & append compatibililty by David Benbennick by Chris Allegretta · 23 years ago
  85. 0417a7b Russian and Ukrainian updates. by Jordi Mallach · 23 years ago
  86. 0e9b7aa - General: - Preliminary prepend code. This may be a bad idea, but I've been wanting it for awhile now and we'll see how bad it messes everything up. Changes to files.c:do_writeout(), write_file() by Chris Allegretta · 23 years ago
  87. 7f80e66 Italian translation updates (Marco Colombo). by Jordi Mallach · 23 years ago
  88. d301e10 Dutch translation updates (Guus Sliepen). by Jordi Mallach · 23 years ago
  89. b18bc69 Swedish updates. by Jordi Mallach · 23 years ago
  90. f2387fb - Change to openfilestruct for multibuffer mode by DLR. New functions nano.c:make_new_opennode(), free_openfilestruct(), delete_opennode(), unlink_opennode(), splice_opennode(), new struct openfilestruct in nano.h by Chris Allegretta · 23 years ago
  91. 70feb4f Back that out, as it braks Linux :( by Chris Allegretta · 23 years ago
  92. 108ff58 - FreeBSD compat. Remove KEY_DC from the delete shortcut in global.c:shortcut_init(), add case for 330 under nano.c:main() by Chris Allegretta · 23 years ago
  93. 7162e3d DB's latest patch by Chris Allegretta · 23 years ago
  94. 66f373f - nano.h: - NANO_ALT_COMMAND and NANO_ALT_PERIOD were reversed (lol) (David Benbennick) by Chris Allegretta · 23 years ago
  95. 8349c92 gettext 0.11 writes to messages.mo by default. by Jordi Mallach · 23 years ago
  96. 0ab011f ca, de, es, fr, gl updates. by Jordi Mallach · 23 years ago
  97. 8902eba - nano.spec.in: - Don't put Chris' name as the Packager in the distribution by default (Im an idiot) by Chris Allegretta · 23 years ago
  98. 32b4c96 Back to CVS ver by Chris Allegretta · 23 years ago
  99. 4ceb30c GNU nano 1.1.8 release by Chris Allegretta · 23 years ago
  100. ec8c1bc Fix the formatting of the spec a leetle by Chris Allegretta · 23 years ago