1. 92b3bd2 New Russian translation by Sergey A. Ribalchenko. by Jordi Mallach · 23 years ago
  2. 611e98b typo by Chris Allegretta · 23 years ago
  3. 5c27385 I'm back to the older gettext, sync these files too by Chris Allegretta · 23 years ago
  4. 99afb85 strcasestr() - Replaced by mutt's mutt_stristr function, because the thought of dynamically allocating memory and copying each line in a file to do a search or replace was causing me to lose sleep by Chris Allegretta · 23 years ago
  5. 64bacd2 gl.po status update (it's not new, it's been released already) by Jordi Mallach · 23 years ago
  6. 3bf6bf4 Added Ukrainian translation by Sergey A. Ribalchenko. by Jordi Mallach · 23 years ago
  7. 4cb991d add_to_cutbuffer() - Remove useless statements (Rocco). by Chris Allegretta · 23 years ago
  8. b10283c Move down current shortcut assignment into loop in browser code to keep it updated by Chris Allegretta · 23 years ago
  9. f3fde7c Fix not being able to select last item in browser with mouse by Chris Allegretta · 23 years ago
  10. 5f07180 Okay, now let unjustify work with the mouse too :P by Chris Allegretta · 23 years ago
  11. 051fc6e Added file clicking ability in file browser by Chris Allegretta · 23 years ago
  12. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  13. a943480 Add correct name to rcfile.c comments (thx Rocco) by Chris Allegretta · 23 years ago
  14. 4e18b8f I should actually add the file to the tree by Chris Allegretta · 23 years ago
  15. 7254904 Updated FAQ, updated Spanish and Catalan, added utils.c to translations and by Jordi Mallach · 23 years ago
  16. 09898d9 Commit the rest of the stuff backing down gettext changed *shrug* by Chris Allegretta · 23 years ago
  17. 0bafa91 Back to the 1.0 version of gettext, I can't figure this one out to save my life =( by Chris Allegretta · 23 years ago
  18. b0bce4b Mention config.whatever files in ChangeLog by Chris Allegretta · 23 years ago
  19. 8ce2413 Add color changes, undocumented and ugly, but hey maybe people want to see what chap I wrote so far by Chris Allegretta · 23 years ago
  20. 465f1e3 Update html man page too by Chris Allegretta · 23 years ago
  21. 3f8db49 Hugo van der Merwe pointed out that -r was missing in the manpage. by Jordi Mallach · 23 years ago
  22. 4be36bf Jacobo updated Galician to latest CVS. by Jordi Mallach · 23 years ago
  23. 9634571 Added Galician translation by Jacobo Tarrío <jtarrio@trasno.net>. by Jordi Mallach · 23 years ago
  24. 6cb4e88 page_up() - Rewritten with a loop to make screen updates work when mark is set (fixes bug #59). by Chris Allegretta · 23 years ago
  25. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 23 years ago
  26. 316e4d9 ABCD(), main() - Add Alt-whatever-[a-d] support as well as Alt-whatever-[A-D]. by Chris Allegretta · 23 years ago
  27. 18d70f1 added --enable-color and updated nanorc description in ChangeLog by Chris Allegretta · 23 years ago
  28. 5050aa6 Addand fix bug #59 by Chris Allegretta · 24 years ago
  29. 4dfaf93 Alt Speller returns to same line & do_gotoline optimizations by Rocco Corsi · 24 years ago
  30. 7a50009 Fix proto.h ifdef for do_nanorc() by Chris Allegretta · 24 years ago
  31. 03bf980 One more by Chris Allegretta · 24 years ago
  32. bf521fa Newer config.guess and config.sub by Chris Allegretta · 24 years ago
  33. 2fe0dde *** empty log message *** by Chris Allegretta · 24 years ago
  34. 1f0ab55 Update configure by Chris Allegretta · 24 years ago
  35. 5283102 I guess we need these now? by Chris Allegretta · 24 years ago
  36. cbee08f And the Makefile.in.in in po/ also by Chris Allegretta · 24 years ago
  37. cc0da8a Oops, add the new files too by Chris Allegretta · 24 years ago
  38. 819d46a Upgrade libintl stuff to gettext 0.10.36 by Chris Allegretta · 24 years ago
  39. b881d3e Add --enable-nanorc to version string in nano.c by Chris Allegretta · 24 years ago
  40. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago
  41. 12f294c by Rocco Corsi · 24 years ago
  42. ea066c8 Added --enable-nanorc to configure by Chris Allegretta · 24 years ago
  43. 84de552 Added --disable-mouse option by Chris Allegretta · 24 years ago
  44. 235ab19 Add yesno support to mouse by Chris Allegretta · 24 years ago
  45. 6b58acd More mouse integration, esp with the shortcut lists by Chris Allegretta · 24 years ago
  46. ac840eb Added fork info to ChangeLog by Chris Allegretta · 24 years ago
  47. 6e28537 1.1 version and note added to README that this is the unstable branch by Chris Allegretta · 24 years ago
  48. 9afd119 Back to CVS version by Chris Allegretta · 24 years ago
  49. 38068cd Nano 1.0.1 release by Chris Allegretta · 24 years ago
  50. 60c6542 Oops, stray parenthesis when PATH_MAX isn't defined by Chris Allegretta · 24 years ago
  51. 90d3074 More browser and misc fixes by Matthias Andree that Chris screwed around with by Chris Allegretta · 24 years ago
  52. b2c4cbe rm libintl.h on distclean so we don't get the stupid unresolved symbols anymore. by Jordi Mallach · 24 years ago
  53. cef7fbb Added --disable-wrapping configure flag by Chris Allegretta · 24 years ago
  54. a0238ed minor spelling fixes in comments by Robert Siemborski · 24 years ago
  55. 1c9d7f9 Added -o to TODO by Chris Allegretta · 24 years ago
  56. 1bacd2f Updated TODO from user feedback by Chris Allegretta · 24 years ago
  57. 0876dc9 Change some lstats to stats, check file via lstat first, then stat() if it's a link in the browser by Chris Allegretta · 24 years ago
  58. 4980517 files.c:diralphasort() - Changed stat calls to lstat to stop abort on symlinks, otherwise return 0. (Matthias Andree, fixes bug #58) by Chris Allegretta · 24 years ago
  59. 4bf831f faq.html: Fixed typo in section 6.1 (discovered by Bob Farmer) by Chris Allegretta · 24 years ago
  60. 3948bae aclocal.m4: - Minor patch for intl check (really this time) (Albert Chin) by Chris Allegretta · 24 years ago
  61. 2071207 Well, back to CVS again by Chris Allegretta · 24 years ago
  62. 2bfbda0 GNU nano 1.0.0 release by Chris Allegretta · 24 years ago
  63. 7ab3e8f nano.info - Added dir entry (Albert Chin), Added Albert to credits by Chris Allegretta · 24 years ago
  64. 0a24b59 by Jordi Mallach · 24 years ago
  65. 35dac58 statusq() - Added NANO_BACK_KEY and NANO_FORWARD_KEY cases for left and right by Chris Allegretta · 24 years ago
  66. 10ae4f1 cs.po: Czech translation from Vaclav Haisman by Chris Allegretta · 24 years ago
  67. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  68. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  69. e316773 Added void to argless functions decls, changed new to newnode in functions with 'new' variable by Chris Allegretta · 24 years ago
  70. a0323de Roll-back previous change, this way copies Pico's (strange) behavior by Chris Allegretta · 24 years ago
  71. 0d471de Add Ryan to credits by Chris Allegretta · 24 years ago
  72. e76f06b move.c: page_down() - Oops, check for <= editwinrows (Ryan Krebs) by Chris Allegretta · 24 years ago
  73. 565f7d5 Added and fixed BUG #57 by Chris Allegretta · 24 years ago
  74. 2af3904 Oops, missed one loop by Chris Allegretta · 24 years ago
  75. 0b33d88 Oops, remove debugging crap and don't be so conservative in space/tab check loop by Chris Allegretta · 24 years ago
  76. 74bb31b Fix BUG #56 found on SourceForge by Chris Allegretta · 24 years ago
  77. 94a78b8 Added check for samlinewrap case and cursor placement fixes, closing BUG #55 =-) by Chris Allegretta · 24 years ago
  78. 1e9183f Add auto indenting of wrapped lines which should be indented. Also fix by Adam Rogoyski · 24 years ago
  79. 46055b2 Added string history to 1.1 TODO by Chris Allegretta · 24 years ago
  80. 5371274 Oops, update info too :) by Chris Allegretta · 24 years ago
  81. 67b14b1 Updated POs for occurrence thang by Chris Allegretta · 24 years ago
  82. 203ce15 nano.texi: - Meta-Z correction and grammar in --enable-tiny desc (Neil Parks) by Chris Allegretta · 24 years ago
  83. 5b387d7 by Jordi Mallach · 24 years ago
  84. 9c9c5da Back to CVS by Chris Allegretta · 24 years ago
  85. a4a222d Nano 0.9.99pre3 release by Chris Allegretta · 24 years ago
  86. a18d797 Fixed garbage in po, I hope this doesn't screw up anything Jordi by Chris Allegretta · 24 years ago
  87. a7b2ed0 by Jordi Mallach · 24 years ago
  88. 78aac91 Finnish update by Chris Allegretta · 24 years ago
  89. f4a9864 NEWS for impending 0.9.99pre3 release by Chris Allegretta · 24 years ago
  90. a57fcb0 Taking a wild guess with people's Y/N/A keys, sure to get me into trouble by Chris Allegretta · 24 years ago
  91. ea620fe Yeah, so how about make the yes key == yes instead of no by Chris Allegretta · 24 years ago
  92. 0d9109a Add ac to the actual configure script by Chris Allegretta · 24 years ago
  93. 2d6f1bc Slight update of FAQ for advocacy by Chris Allegretta · 24 years ago
  94. 6aec0d6 Fixed some errors in Spanish by Jordi Mallach · 24 years ago
  95. 82b1829 Initial Catalan translation by Jordi Mallach · 24 years ago
  96. 8119765 Tiny es.po updates by Jordi Mallach · 24 years ago
  97. 618f5d7 configure.in: - Added separate check for resizeterm() by Chris Allegretta · 24 years ago
  98. 4ce8e3b Internationalize yes, no and all *sigh* by Chris Allegretta · 24 years ago
  99. 35ac99d Use code instead of command in man page *shrug*. Add GNUish stuff by Chris Allegretta · 24 years ago
  100. c46dd81 Nano is now a GNU package by Chris Allegretta · 24 years ago