1. 7492cec main(): - Added --view option to getopt_long()call . Bug discovered by Rocco Corsi. by Chris Allegretta · 24 years ago
  2. 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
  3. 92325e7 Oops, credit Rocco by Chris Allegretta · 24 years ago
  4. 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
  5. 51b3eec Added -b, -e and -f compatibility flags, updated man pages, added Alt-Alt-x functionality by Chris Allegretta · 24 years ago
  6. 3a7c0be Fix segfault when read_file encounters an error opening the file by Chris Allegretta · 24 years ago
  7. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  8. b04a98d Use MAX_PATH in write_file strncpy (for now) instead of 132 by Chris Allegretta · 24 years ago
  9. 7960dcf Removed unneeded st2 var, don't open device files in open_file() by Chris Allegretta · 24 years ago
  10. 544d9b0 Update comment in write_file by Chris Allegretta · 24 years ago
  11. 1cd5066 Remove useless fstat call by Chris Allegretta · 24 years ago
  12. 3bc8c72 Added --disable-help, moved hold pointer declaration by Chris Allegretta · 24 years ago
  13. c130297 More totsize :P by Chris Allegretta · 24 years ago
  14. 321590a More totsize fixes by Chris Allegretta · 24 years ago
  15. e51c95f uncutting at filebot magic line fix and new_magicline totsize increment by Chris Allegretta · 24 years ago
  16. 5146fec Cut and renumber fixes by Chris Allegretta · 24 years ago
  17. ef12311 Update ChangeLog by Chris Allegretta · 24 years ago
  18. f597777 Remove the append check we just added :> by Chris Allegretta · 24 years ago
  19. d62614c Let's just copy joe word for word and just change the name to nano!!!! by Chris Allegretta · 24 years ago
  20. 3308439 More fun security crap by Chris Allegretta · 24 years ago
  21. 38552ee Back to CVS version by Chris Allegretta · 24 years ago
  22. b29550e Nano 0.9.23 release by Chris Allegretta · 24 years ago
  23. 8816760 Updated NEWS for release tonight by Chris Allegretta · 24 years ago
  24. da13f0b Oops, misplaced comment by Chris Allegretta · 24 years ago
  25. 1bd0ce2 Okay, now the permissions should be fixed too by Chris Allegretta · 24 years ago
  26. 7b36c52 Changed --disable-spell to --disable-speller by Chris Allegretta · 24 years ago
  27. b5bb24c Commented the code that got us into this mess in the first place 9 releases ago by Chris Allegretta · 24 years ago
  28. 71e4640 Line up link/unlink/rename check if conditional with top if conditional by Chris Allegretta · 24 years ago
  29. 21e3c28 Oops, get rid of my debugging code by Chris Allegretta · 24 years ago
  30. fb62f73 Rocco fixes by Chris Allegretta · 24 years ago
  31. 928a7f5 Added anyexists and realexists documentation by Chris Allegretta · 24 years ago
  32. fb2226a Okay, we'll use O_EXCL also by Chris Allegretta · 24 years ago
  33. 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
  34. 07f9ee0 Okay, forget O_EXCL, do lots of other obscure checks instead =) by Chris Allegretta · 24 years ago
  35. 908805a Rocco's edit_add off by one fix by Chris Allegretta · 24 years ago
  36. 20c131c Added tmp check to TMP_OPT section (how apropriate). by Chris Allegretta · 24 years ago
  37. 5982849 Added O_EXCL call to open is tmp == 1 by Chris Allegretta · 24 years ago
  38. 4a938e1 Back to CVS version by Chris Allegretta · 24 years ago
  39. d2cd65c Nano 0.9.22 release sync by Chris Allegretta · 24 years ago
  40. 9094171 Updated html version of man page by Chris Allegretta · 24 years ago
  41. cb7fa25 by Jordi Mallach · 24 years ago
  42. fedd724 Updating ChangeLog for 0.9.22 release by Chris Allegretta · 24 years ago
  43. d87b341 by Jordi Mallach · 24 years ago
  44. b998483 by Jordi Mallach · 24 years ago
  45. 9756d62 Okay, NOW tell what the file is we didn't write if we didn't write it by Chris Allegretta · 24 years ago
  46. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  47. d7ad75a by Jordi Mallach · 24 years ago
  48. 9ee2a0d Updated NEWS for 0.9.22 release by Chris Allegretta · 24 years ago
  49. ac139dd Updated NEWS for 0.9.22 release by Chris Allegretta · 24 years ago
  50. f7ee9e6 Okay, now abort if the symlink isn't owned by the user, and some mode fixes by Chris Allegretta · 24 years ago
  51. 3ea0a8f by Jordi Mallach · 24 years ago
  52. 8c36f88 Silly newline fix in die() by Chris Allegretta · 24 years ago
  53. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  54. 331fc7a Okay, now write_file never trusts symlinks at all, no chance of spelling symlink attack :) by Chris Allegretta · 24 years ago
  55. c5174aa Oops, manually turn off FOLLOW_SYMLINKS if it's on by Chris Allegretta · 24 years ago
  56. e7a5893 Changs to die() and handle_sighup() for security by Chris Allegretta · 24 years ago
  57. 9e2934f Fix for do_next_word and screen updates by Chris Allegretta · 24 years ago
  58. 4eb7aa0 Okay, don't define nano_small_msg or nano_disabled_msg id not needed by Chris Allegretta · 24 years ago
  59. ff269f8 Added --disable-justify and --disable-spell options, code cleanups by Chris Allegretta · 24 years ago
  60. 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
  61. 56b24b5 Took out help from spell_list and changed SPELL_LIST_LEN to 1 by Chris Allegretta · 24 years ago
  62. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 24 years ago
  63. 28fdf44 by Jordi Mallach · 24 years ago
  64. d00e6df Rocco's changes to spell checking and my alterations by Chris Allegretta · 24 years ago
  65. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 24 years ago
  66. 9200544 by Jordi Mallach · 24 years ago
  67. acf2ac2 by Jordi Mallach · 24 years ago
  68. 556b3a0 by Jordi Mallach · 24 years ago
  69. 24ccaf1 by Jordi Mallach · 24 years ago
  70. 2ddb841 by Jordi Mallach · 24 years ago
  71. ce47811 by Jordi Mallach · 24 years ago
  72. 40a24b7 by Jordi Mallach · 24 years ago
  73. 90b780b by Jordi Mallach · 24 years ago
  74. 19ed700 by Jordi Mallach · 24 years ago
  75. 2773184 Handle ~~ in tab comp without segfaulting =) by Chris Allegretta · 24 years ago
  76. 184e1a6 Update the TODO, YAY by Chris Allegretta · 24 years ago
  77. 8be8ce2 Various ChangeLog cleanups and additions by Chris Allegretta · 24 years ago
  78. 7e0e29d by Jordi Mallach · 24 years ago
  79. 8a646ad Updated faq about automatically running strip by Chris Allegretta · 24 years ago
  80. 984b536 Oops\! Must update the date on the man page when we change i by Chris Allegretta · 24 years ago
  81. 4a9c858 Oops, do it in either case, whether we did unjustify or not by Chris Allegretta · 24 years ago
  82. 0779835 Okay, now make the shortcut list reflect the unjustify availability by Chris Allegretta · 24 years ago
  83. d022eac Fix for justift at top of file by Chris Allegretta · 24 years ago
  84. 2ff2569 Oops, get rid of silly debugging code by Chris Allegretta · 24 years ago
  85. 9149e61 Implemented Unjustify, HAHAHA by Chris Allegretta · 24 years ago
  86. 24946bd read_file() - - Added check for fileptr == NULL by Chris Allegretta · 24 years ago
  87. 35788ff I hereby retract bug #48, as Pico does the exact same thing, oops by Chris Allegretta · 24 years ago
  88. 9956e53 Make nano at least not crash on weird binary data by Chris Allegretta · 24 years ago
  89. 7ffc01f Added bug #48 by Chris Allegretta · 24 years ago
  90. e106a87 Added Christian Weisgerber too... by Chris Allegretta · 24 years ago
  91. 7cd9f74 Added Christian Weisgerber too... by Chris Allegretta · 24 years ago
  92. 150c50d Oops, forgot Bill Soudan by Chris Allegretta · 24 years ago
  93. a131c7c Oops, forgot Bill Soudan by Chris Allegretta · 24 years ago
  94. 8b4ca4a Make credits less jumpy by Chris Allegretta · 24 years ago
  95. 25f4e58 do_insertfile(): - Added call to real_name_from tilde, oops. by Chris Allegretta · 24 years ago
  96. d819a4c by Jordi Mallach · 24 years ago
  97. 04fec91 Oops, how about we actually make username completion work if they didn't complete before by Chris Allegretta · 24 years ago
  98. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  99. 650e8a4 Rocco's unset modified on tmp file write fix by Chris Allegretta · 24 years ago
  100. 0f5dfef Oops, better free realname in write_file if we're done using it by Chris Allegretta · 24 years ago