1. e5d06c0 Oops, really note changes. by Jordi Mallach · 23 years ago
  2. 25daa05 Swedish translation updates (Christian Rose). by Jordi Mallach · 23 years ago
  3. dd19573 New Brazilian Portuguese translation (Claudio Neves). by Jordi Mallach · 23 years ago
  4. cb7c8d8 Added pt_BR to ALL_LINGUAS. by Jordi Mallach · 23 years ago
  5. 52069c6 Back to CVS by Chris Allegretta · 23 years ago
  6. 720a9e0 GNU nano 1.1.10 release by Chris Allegretta · 23 years ago
  7. 3ec2238 Updated Indonesian translation (Tedi Heriyanto). by Jordi Mallach · 23 years ago
  8. 70bb886 Update the NEWS fo 1.1.10 in advance for laughs by Chris Allegretta · 23 years ago
  9. 7d5f307 Take out the DB color ChangeLog entry as I didn't put it in by Chris Allegretta · 23 years ago
  10. dffa207 Everything from DB's patch that makes any sense to me by Chris Allegretta · 23 years ago
  11. c46337b Credit DLR for the tabs/spaces fixes in nano.h by Chris Allegretta · 23 years ago
  12. 1c5c338 Fix to parsing getopt args for -I/--ignorercfiles (DLR) by Chris Allegretta · 23 years ago
  13. 8710411 Get rid of annoying init error in read_file by Chris Allegretta · 23 years ago
  14. 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
  15. cf287c8 More DLR updates by Chris Allegretta · 23 years ago
  16. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 23 years ago
  17. cf2f656 Added Sharuzzaman (Bahasa Melayu). by Jordi Mallach · 23 years ago
  18. 20eb232 Upgrade automake requirements and add glib. by Jordi Mallach · 23 years ago
  19. 2641d00 German translation updates (Michael Piefel). by Jordi Mallach · 23 years ago
  20. 8bf8f89 Updated Danish translation (Keld Simonsen). by Jordi Mallach · 23 years ago
  21. 7d40134 Merged acconfig.h into configure.ac. by Jordi Mallach · 23 years ago
  22. d9797bd New Bahasa Melayu translation (Sharuzzaman Ahmat Raslan). by Jordi Mallach · 23 years ago
  23. 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 23 years ago
  24. fbc7920 Use AM_GNU_GETTEXT([external]) to fix make distcheck now that intl/ is gone. by Jordi Mallach · 23 years ago
  25. c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 23 years ago
  26. 834913c Added remove-potcdate.sed. by Jordi Mallach · 23 years ago
  27. f21cd10 DLR: latest patch by David Lawrence Ramsey · 23 years ago
  28. 790d362 Updated credits. by Jordi Mallach · 23 years ago
  29. bd33865 Upgraded to gettext 0.11.2. by Jordi Mallach · 23 years ago
  30. 75d0572 Reformat for better reading. by Jordi Mallach · 23 years ago
  31. 3ac937a Reformat: put open bugs at the top. by Jordi Mallach · 23 years ago
  32. 5c6379d nanorc.sample - Put in much less crappy example regex rules for c-file by Chris Allegretta · 23 years ago
  33. 6fe98d7 - global.c:shortcut_init() - Rework IFHELP macro (David Benbennick) by Chris Allegretta · 23 years ago
  34. 539e27f French and German updates. by Jordi Mallach · 23 years ago
  35. 1f22687 Italian, Galician, Catalan and Spanish updates. by Jordi Mallach · 23 years ago
  36. 8b75a78 GNU nano 1.1.9 release by Chris Allegretta · 23 years ago
  37. 193d775 Swedish updates. by Jordi Mallach · 23 years ago
  38. a5e889b Added autom4ate.cache, whatever that is. by Jordi Mallach · 23 years ago
  39. 5e76fe9 Add same regfree call to color.c:update_color() by Chris Allegretta · 23 years ago
  40. 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
  41. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 23 years ago
  42. 403f8dc Added nano.spec. by Jordi Mallach · 23 years ago
  43. 4dc03d5 DLR's latest patch by Chris Allegretta · 23 years ago
  44. 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
  45. ca76fa9 Swedish translation updates (Christian Rose). by Jordi Mallach · 23 years ago
  46. 9dccc48 Update and space the nanorc.sample a bit better by Chris Allegretta · 23 years ago
  47. 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
  48. 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
  49. 9189c1f Oops, get rid of the stupid debugging code by Chris Allegretta · 23 years ago
  50. 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
  51. 42c6405 s/Debian GNU/Linux/Debian GNU/g by Jordi Mallach · 23 years ago
  52. 934b76b Indonesian translation updates (Tedi Heriyanto). by Jordi Mallach · 23 years ago
  53. 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
  54. b275175 Re-add O_CREAT since I botched the merge, some indentation fixes also, by DB by Chris Allegretta · 23 years ago
  55. 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
  56. 2542274 Prepend fixes for O_CREAT & append compatibililty by David Benbennick by Chris Allegretta · 23 years ago
  57. 0417a7b Russian and Ukrainian updates. by Jordi Mallach · 23 years ago
  58. 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
  59. 7f80e66 Italian translation updates (Marco Colombo). by Jordi Mallach · 23 years ago
  60. d301e10 Dutch translation updates (Guus Sliepen). by Jordi Mallach · 23 years ago
  61. b18bc69 Swedish updates. by Jordi Mallach · 23 years ago
  62. 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
  63. 70feb4f Back that out, as it braks Linux :( by Chris Allegretta · 23 years ago
  64. 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
  65. 7162e3d DB's latest patch by Chris Allegretta · 23 years ago
  66. 66f373f - nano.h: - NANO_ALT_COMMAND and NANO_ALT_PERIOD were reversed (lol) (David Benbennick) by Chris Allegretta · 23 years ago
  67. 8349c92 gettext 0.11 writes to messages.mo by default. by Jordi Mallach · 23 years ago
  68. 0ab011f ca, de, es, fr, gl updates. by Jordi Mallach · 23 years ago
  69. 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
  70. 32b4c96 Back to CVS ver by Chris Allegretta · 23 years ago
  71. 4ceb30c GNU nano 1.1.8 release by Chris Allegretta · 23 years ago
  72. ec8c1bc Fix the formatting of the spec a leetle by Chris Allegretta · 23 years ago
  73. 06d6237 - Added new nano.spec file from Brett <brett@bad-sports.com>, added because maintaining the spec file is getting to be a large by Chris Allegretta · 23 years ago
  74. 78f0fc6 rcfile fixes by Chris Allegretta · 23 years ago
  75. 77777d4 Add David Benbennick's changes to open_pipe() and move it to nano.c, and add his nperror function by Chris Allegretta · 23 years ago
  76. 9b4055c Bah, don't fix what isn't broken by Chris Allegretta · 23 years ago
  77. 6ca01b1 - nano.c: - Move the termios things in main() up to signal_init(), where they should probably be anyway by Chris Allegretta · 23 years ago
  78. 8e207bf - nano.c: - Move the termios things in main() up to signal_init(), where they should probably be anyway by Chris Allegretta · 23 years ago
  79. f3a07b2 - winio.c:do_cursorpos() - Make col numbering start from 1 (suggested by Andrew Ho) by Chris Allegretta · 23 years ago
  80. e373909 - files.c:do_insertfile() - Handle cancel from ExtCmd properly (David Benbennick) by Chris Allegretta · 23 years ago
  81. 465a0ff Danish updates. by Jordi Mallach · 23 years ago
  82. 2598c66 DLR's patch by Chris Allegretta · 23 years ago
  83. 7afc6d9 Italian updates (Marco Colombo). by Jordi Mallach · 23 years ago
  84. d1c2c1c - search.c:do_gotoline() - Set placewewant if we actually move to a different line by Chris Allegretta · 23 years ago
  85. f6cba64 David's fixes for read_file and the assert stuff for renumber by Chris Allegretta · 23 years ago
  86. bb88ece Rocco's mods to open_pipe by Chris Allegretta · 23 years ago
  87. f21f3fc - nano.c:do_int_speller() - Fix zombie processes and spelling buffer issues (Rocco Corsi) by Chris Allegretta · 23 years ago
  88. 9c20ab0 Indonesian translation updates. by Jordi Mallach · 23 years ago
  89. 373bc2f General - Added separate regex variable (color_regex and colormatches) so that color syntax and regex search/replace can coexist by Chris Allegretta · 23 years ago
  90. 3533a34 General - Added separate regex variable (color_regex and colormatches) so that color syntax and regex search/replace can coexist by Chris Allegretta · 23 years ago
  91. b23d144 Redo open_pipe with just pipes and no FIFOs by Chris Allegretta · 23 years ago
  92. cf1d812 - nano.c:do_justify() - More fixes for indented justify (David Benbennick) by Chris Allegretta · 23 years ago
  93. 52c5a6e External command code and fix for BUG #70 by Chris Allegretta · 23 years ago
  94. 7fa082d French translation updates (Jean-Philippe Guérard). by Jordi Mallach · 24 years ago
  95. dce44ab winio.c:do_credits() - Add Thomas Dickey by Chris Allegretta · 24 years ago
  96. b83e61a Polish translation updates (Wojciech Kotwica). by Jordi Mallach · 24 years ago
  97. 286ee1f Fix date. by Jordi Mallach · 24 years ago
  98. 057c3c4 Russian and Ukrainian translation updates (Sergey A. Ribalchenko). by Jordi Mallach · 24 years ago
  99. 6e6a7ac Iberian translations update. by Jordi Mallach · 24 years ago
  100. 5477e10 Galician translatin updates (Jacobo Tarrio). by Jordi Mallach · 24 years ago