1. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  2. 85b4441 Added --enable-browser to version() by Chris Allegretta · 24 years ago
  3. 425a266 Some better page up/down fixes, added keypad_on() call for now by Chris Allegretta · 24 years ago
  4. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  5. 827b15f credits spelling fix by Chris Allegretta · 24 years ago
  6. 8b6cccc TAB-TAB completion segfaulting with more than 2048 files fixed. (Rocco) by Rocco Corsi · 24 years ago
  7. ee289d7 Don't skip . and .. in cwd_tab_completion() by Chris Allegretta · 24 years ago
  8. 1e6fb08 Finally got rid of TIP from README and updated the Overview which people always quote from by Chris Allegretta · 24 years ago
  9. 66795ec do_cursorpos cleanups by Chris Allegretta · 24 years ago
  10. d55655f Reordered --help usage listing by alpha by Chris Allegretta · 24 years ago
  11. e34f96d by Jordi Mallach · 24 years ago
  12. 5b89a14 by Jordi Mallach · 24 years ago
  13. 56e6d72 by Jordi Mallach · 24 years ago
  14. 79ea7dd by Jordi Mallach · 24 years ago
  15. e47e4ed Back to CVS version by Chris Allegretta · 24 years ago
  16. c7ccb87 nano 0.9.24 release by Chris Allegretta · 24 years ago
  17. 66149e7 Update docs for .24 release by Chris Allegretta · 24 years ago
  18. 07b9c2b Give the read file error segfault a bug # in BUGS by Chris Allegretta · 24 years ago
  19. 6512163 Fix lots of compiler warnings by Chris Allegretta · 24 years ago
  20. b7d00ef Added --disable-help string to version() by Chris Allegretta · 24 years ago
  21. d1627cf Fix help menu keypad issues by Chris Allegretta · 24 years ago
  22. 7492cec main(): - Added --view option to getopt_long()call . Bug discovered by Rocco Corsi. by Chris Allegretta · 24 years ago
  23. affeda8 do_toggle(): - Added fix_editbot() call to fix improper redisplay of edit window when using nohelp toggle (bug discovered by Rocco Corsi). by Chris Allegretta · 24 years ago
  24. 92325e7 Oops, credit Rocco by Chris Allegretta · 24 years ago
  25. 220ba69 help_init(): - Fix off by one error that was making ^G help in normal mode and ^_ in pico mode not be displayed in the help. by Chris Allegretta · 24 years ago
  26. 51b3eec Added -b, -e and -f compatibility flags, updated man pages, added Alt-Alt-x functionality by Chris Allegretta · 24 years ago
  27. 3a7c0be Fix segfault when read_file encounters an error opening the file by Chris Allegretta · 24 years ago
  28. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  29. b04a98d Use MAX_PATH in write_file strncpy (for now) instead of 132 by Chris Allegretta · 24 years ago
  30. 7960dcf Removed unneeded st2 var, don't open device files in open_file() by Chris Allegretta · 24 years ago
  31. 544d9b0 Update comment in write_file by Chris Allegretta · 24 years ago
  32. 1cd5066 Remove useless fstat call by Chris Allegretta · 24 years ago
  33. 3bc8c72 Added --disable-help, moved hold pointer declaration by Chris Allegretta · 24 years ago
  34. c130297 More totsize :P by Chris Allegretta · 24 years ago
  35. 321590a More totsize fixes by Chris Allegretta · 24 years ago
  36. e51c95f uncutting at filebot magic line fix and new_magicline totsize increment by Chris Allegretta · 24 years ago
  37. 5146fec Cut and renumber fixes by Chris Allegretta · 24 years ago
  38. ef12311 Update ChangeLog by Chris Allegretta · 24 years ago
  39. f597777 Remove the append check we just added :> by Chris Allegretta · 24 years ago
  40. d62614c Let's just copy joe word for word and just change the name to nano!!!! by Chris Allegretta · 24 years ago
  41. 3308439 More fun security crap by Chris Allegretta · 24 years ago
  42. 38552ee Back to CVS version by Chris Allegretta · 24 years ago
  43. b29550e Nano 0.9.23 release by Chris Allegretta · 24 years ago
  44. 8816760 Updated NEWS for release tonight by Chris Allegretta · 24 years ago
  45. da13f0b Oops, misplaced comment by Chris Allegretta · 24 years ago
  46. 1bd0ce2 Okay, now the permissions should be fixed too by Chris Allegretta · 24 years ago
  47. 7b36c52 Changed --disable-spell to --disable-speller by Chris Allegretta · 24 years ago
  48. b5bb24c Commented the code that got us into this mess in the first place 9 releases ago by Chris Allegretta · 24 years ago
  49. 71e4640 Line up link/unlink/rename check if conditional with top if conditional by Chris Allegretta · 24 years ago
  50. 21e3c28 Oops, get rid of my debugging code by Chris Allegretta · 24 years ago
  51. fb62f73 Rocco fixes by Chris Allegretta · 24 years ago
  52. 928a7f5 Added anyexists and realexists documentation by Chris Allegretta · 24 years ago
  53. fb2226a Okay, we'll use O_EXCL also by Chris Allegretta · 24 years ago
  54. 37f627f Oops, we didn't want the latter check because if this is a new file there wont be any previous inodes by Chris Allegretta · 24 years ago
  55. 07f9ee0 Okay, forget O_EXCL, do lots of other obscure checks instead =) by Chris Allegretta · 24 years ago
  56. 908805a Rocco's edit_add off by one fix by Chris Allegretta · 24 years ago
  57. 20c131c Added tmp check to TMP_OPT section (how apropriate). by Chris Allegretta · 24 years ago
  58. 5982849 Added O_EXCL call to open is tmp == 1 by Chris Allegretta · 24 years ago
  59. 4a938e1 Back to CVS version by Chris Allegretta · 24 years ago
  60. d2cd65c Nano 0.9.22 release sync by Chris Allegretta · 24 years ago
  61. 9094171 Updated html version of man page by Chris Allegretta · 24 years ago
  62. cb7fa25 by Jordi Mallach · 24 years ago
  63. fedd724 Updating ChangeLog for 0.9.22 release by Chris Allegretta · 24 years ago
  64. d87b341 by Jordi Mallach · 24 years ago
  65. b998483 by Jordi Mallach · 24 years ago
  66. 9756d62 Okay, NOW tell what the file is we didn't write if we didn't write it by Chris Allegretta · 24 years ago
  67. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  68. d7ad75a by Jordi Mallach · 24 years ago
  69. 9ee2a0d Updated NEWS for 0.9.22 release by Chris Allegretta · 24 years ago
  70. ac139dd Updated NEWS for 0.9.22 release by Chris Allegretta · 24 years ago
  71. f7ee9e6 Okay, now abort if the symlink isn't owned by the user, and some mode fixes by Chris Allegretta · 24 years ago
  72. 3ea0a8f by Jordi Mallach · 24 years ago
  73. 8c36f88 Silly newline fix in die() by Chris Allegretta · 24 years ago
  74. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  75. 331fc7a Okay, now write_file never trusts symlinks at all, no chance of spelling symlink attack :) by Chris Allegretta · 24 years ago
  76. c5174aa Oops, manually turn off FOLLOW_SYMLINKS if it's on by Chris Allegretta · 24 years ago
  77. e7a5893 Changs to die() and handle_sighup() for security by Chris Allegretta · 24 years ago
  78. 9e2934f Fix for do_next_word and screen updates by Chris Allegretta · 24 years ago
  79. 4eb7aa0 Okay, don't define nano_small_msg or nano_disabled_msg id not needed by Chris Allegretta · 24 years ago
  80. ff269f8 Added --disable-justify and --disable-spell options, code cleanups by Chris Allegretta · 24 years ago
  81. 09a8084 DISABLE_TABCOMP checks - #ifdef around check_wildchar_match and don't call real_dir_from_tilde in do_insertfile() if set by Chris Allegretta · 24 years ago
  82. 56b24b5 Took out help from spell_list and changed SPELL_LIST_LEN to 1 by Chris Allegretta · 24 years ago
  83. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 24 years ago
  84. 28fdf44 by Jordi Mallach · 24 years ago
  85. d00e6df Rocco's changes to spell checking and my alterations by Chris Allegretta · 24 years ago
  86. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 24 years ago
  87. 9200544 by Jordi Mallach · 24 years ago
  88. acf2ac2 by Jordi Mallach · 24 years ago
  89. 556b3a0 by Jordi Mallach · 24 years ago
  90. 24ccaf1 by Jordi Mallach · 24 years ago
  91. 2ddb841 by Jordi Mallach · 24 years ago
  92. ce47811 by Jordi Mallach · 24 years ago
  93. 40a24b7 by Jordi Mallach · 24 years ago
  94. 90b780b by Jordi Mallach · 24 years ago
  95. 19ed700 by Jordi Mallach · 24 years ago
  96. 2773184 Handle ~~ in tab comp without segfaulting =) by Chris Allegretta · 24 years ago
  97. 184e1a6 Update the TODO, YAY by Chris Allegretta · 24 years ago
  98. 8be8ce2 Various ChangeLog cleanups and additions by Chris Allegretta · 24 years ago
  99. 7e0e29d by Jordi Mallach · 24 years ago
  100. 8a646ad Updated faq about automatically running strip by Chris Allegretta · 24 years ago