1. 7b36c52 Changed --disable-spell to --disable-speller by Chris Allegretta · 24 years ago
  2. 71e4640 Line up link/unlink/rename check if conditional with top if conditional by Chris Allegretta · 24 years ago
  3. fb62f73 Rocco fixes by Chris Allegretta · 24 years ago
  4. 928a7f5 Added anyexists and realexists documentation by Chris Allegretta · 24 years ago
  5. fb2226a Okay, we'll use O_EXCL also by Chris Allegretta · 24 years ago
  6. 07f9ee0 Okay, forget O_EXCL, do lots of other obscure checks instead =) by Chris Allegretta · 24 years ago
  7. 908805a Rocco's edit_add off by one fix by Chris Allegretta · 24 years ago
  8. 20c131c Added tmp check to TMP_OPT section (how apropriate). by Chris Allegretta · 24 years ago
  9. 5982849 Added O_EXCL call to open is tmp == 1 by Chris Allegretta · 24 years ago
  10. 4a938e1 Back to CVS version by Chris Allegretta · 24 years ago
  11. fedd724 Updating ChangeLog for 0.9.22 release by Chris Allegretta · 24 years ago
  12. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  13. d7ad75a by Jordi Mallach · 24 years ago
  14. f7ee9e6 Okay, now abort if the symlink isn't owned by the user, and some mode fixes by Chris Allegretta · 24 years ago
  15. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  16. e7a5893 Changs to die() and handle_sighup() for security by Chris Allegretta · 24 years ago
  17. 9e2934f Fix for do_next_word and screen updates by Chris Allegretta · 24 years ago
  18. 4eb7aa0 Okay, don't define nano_small_msg or nano_disabled_msg id not needed by Chris Allegretta · 24 years ago
  19. ff269f8 Added --disable-justify and --disable-spell options, code cleanups by Chris Allegretta · 24 years ago
  20. 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
  21. 56b24b5 Took out help from spell_list and changed SPELL_LIST_LEN to 1 by Chris Allegretta · 24 years ago
  22. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 24 years ago
  23. d00e6df Rocco's changes to spell checking and my alterations by Chris Allegretta · 24 years ago
  24. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 24 years ago
  25. 8be8ce2 Various ChangeLog cleanups and additions by Chris Allegretta · 24 years ago
  26. 0779835 Okay, now make the shortcut list reflect the unjustify availability by Chris Allegretta · 24 years ago
  27. 9149e61 Implemented Unjustify, HAHAHA by Chris Allegretta · 24 years ago
  28. 24946bd read_file() - - Added check for fileptr == NULL by Chris Allegretta · 24 years ago
  29. 25f4e58 do_insertfile(): - Added call to real_name_from tilde, oops. by Chris Allegretta · 24 years ago
  30. d819a4c by Jordi Mallach · 24 years ago
  31. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  32. 650e8a4 Rocco's unset modified on tmp file write fix by Chris Allegretta · 24 years ago
  33. be77c61 Implemented username tab completion, cleaned up existing tabcomp code, added --disable-tabcomp option by Chris Allegretta · 24 years ago
  34. 1866609 Back to CVS version by Chris Allegretta · 24 years ago
  35. ca7a21d Nano 0.9.21 release by Chris Allegretta · 24 years ago
  36. 6c5781b removed update_line call in do_up, fix for marker set update? by Chris Allegretta · 24 years ago
  37. c793c43 Actually use last_replace if user just hits enter in do_replace with PICO_MODE on by Chris Allegretta · 24 years ago
  38. 31c7666 Changed check from argc == 1 to argv[optind] == NULL to display "New File" in statusbar or not by Chris Allegretta · 24 years ago
  39. f26bca7 Added Rocco to AUTHORS by Chris Allegretta · 24 years ago
  40. 1cc29f6 Rocco's fix for current_x increment by Chris Allegretta · 24 years ago
  41. d466ab7 Updated man page, real and html by Chris Allegretta · 24 years ago
  42. ef601bb Sigh, fix previous search string not being displayed at all in PICO_MODE by Chris Allegretta · 24 years ago
  43. aaabe1f Fix replace abort moves cursor ahead one space by Chris Allegretta · 24 years ago
  44. ac0e63a Back to CVS version by Chris Allegretta · 24 years ago
  45. 6da149a 0.9.20 release by Chris Allegretta · 24 years ago
  46. d25385b by Jordi Mallach · 24 years ago
  47. bf9a8cc Changed PICO_MSGS to PICO_MODE and strings by Chris Allegretta · 24 years ago
  48. 5b1faac nanogetstr(): Added check for ASCII 54[124] when using PDCURSES, ignore them if found by Chris Allegretta · 24 years ago
  49. 5bf51d3 Updated BUGS, optimized search_init a little, fixed bug #47 by Chris Allegretta · 24 years ago
  50. cbb0f8b -pedantic fixes by Rocco Corsi by Chris Allegretta · 24 years ago
  51. 2c97522 tab completion fixes, removed wefresh() from blank_edit by Chris Allegretta · 24 years ago
  52. 7da4e9f Add tab completion option to statusq and nanogetstr, beep when multiple/no matches found by Chris Allegretta · 24 years ago
  53. 04d848e Added tab completion code by Chris Allegretta · 24 years ago
  54. 27eb13f Rocco's spelling code by Chris Allegretta · 24 years ago
  55. 71844ba Use old-style editing with PICO_MSGS enabled by Chris Allegretta · 24 years ago
  56. 67574f4 Format general changes for CVS code the right way by Chris Allegretta · 24 years ago
  57. 1cc0b7f Fixed bug #45, stupid... by Chris Allegretta · 24 years ago
  58. 90594e2 Update ChangeLog for the stuff I just hacked by Chris Allegretta · 24 years ago
  59. 92d2bab nanoget_repaint changes, do_writeout fix with var length strings by Chris Allegretta · 24 years ago
  60. 31925e4 Allow variable length strings on statusbar by Chris Allegretta · 24 years ago
  61. e7a647c by Jordi Mallach · 24 years ago
  62. 105da33 Made previous s/r values editable text by Chris Allegretta · 24 years ago
  63. f754eaa Credit Jordi by Chris Allegretta · 24 years ago
  64. 0ae0dcd by Jordi Mallach · 24 years ago
  65. 9c371a2 Converted ifs to switches, added Rocco's optmiization by Chris Allegretta · 24 years ago
  66. 810632d Bug #46, discovered and fixed by Chris Allegretta · 24 years ago
  67. 69fbef6 Re-added NANO_NULL_KEY case to search_init code by Chris Allegretta · 24 years ago
  68. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  69. a0e957b Rocco's findnextstr fixes, lost of other tweaks by Chris Allegretta · 24 years ago
  70. f9b6c9b Fixed iris-ansi term problem by Chris Allegretta · 24 years ago
  71. d7934d4 Added #ifdef around toggle_regex_msg to get rid of compiler warning (toggle_init()) by Chris Allegretta · 24 years ago
  72. 70e82f3 Back to CVS version by Chris Allegretta · 24 years ago
  73. 07e97d6 Updates for upcoming 0.9.19 release by Chris Allegretta · 24 years ago
  74. 9e7efa3 Added (int) casts to remove compile warnings with -Wall by Chris Allegretta · 24 years ago
  75. df3afdc Added initializations for last_search and last_replace (Rocco Corsi) by Chris Allegretta · 24 years ago
  76. 66989d6 Changing addresses again by Chris Allegretta · 24 years ago
  77. 7c44b68 PDCurses support by Chris Allegretta · 24 years ago
  78. ad1dacc PDCurses support by Chris Allegretta · 24 years ago
  79. 4aacee6 CVS Version update by Chris Allegretta · 24 years ago
  80. 629edad 0.9.18 release by Chris Allegretta · 24 years ago
  81. 834a69d Revised de.po translations by floki@bigfoot.com by Chris Allegretta · 24 years ago
  82. f45c18d Fix bug #44 by Rocco Corsi by Chris Allegretta · 24 years ago
  83. 0b88ce0 Mouse fix for new key handling code by Chris Allegretta · 24 years ago
  84. e7034c6 onekey() - Off by one error fix fix ;-) (Rocco Corsi) by Chris Allegretta · 24 years ago
  85. 90bd712 Default case for slang AC_TRY_RUNs in configure.in by Chris Allegretta · 24 years ago
  86. 9c35eb0 Made insert key call do_insertfile() by Chris Allegretta · 24 years ago
  87. 2a42af1 More display updates by Chris Allegretta · 24 years ago
  88. 16e4168 A heapin spoonful of updates in key handling by Chris Allegretta · 24 years ago
  89. b9bfc9b back out change in findnexstr that was causing more bugs *sigh* by Chris Allegretta · 24 years ago
  90. 2dc0f6b by Jordi Mallach · 24 years ago
  91. 9239d74 Use raw mode if _POSIX_VDISABLE isn't available, to allow support under cygwin by Chris Allegretta · 24 years ago
  92. 805c26d Changed _POSIX_VERSION checks in regex code to HAVE_REGEX_H, added check for regex.h in configure.in by Chris Allegretta · 24 years ago
  93. d746d90 Assigned entire file cut a number, crediting Ken in BUGS instead of ChangeLog by Chris Allegretta · 24 years ago
  94. 429a551 Fix to cut.c for cutting entire file with marker by Chris Allegretta · 24 years ago
  95. bf9da28 Changed version and files to CVS by Chris Allegretta · 24 years ago
  96. 423cbfd off by one in toggle help code and set up for 0.9.17 release by Chris Allegretta · 24 years ago
  97. 18f8be0 Implemented suspend code to work with Meta-Z by Chris Allegretta · 24 years ago
  98. f0f63a8 Changed awkward messages for no help and no wrap mode toggles by Chris Allegretta · 24 years ago
  99. 6306a11 update_line(): Added check for binary data >= 1 and <= 26, and use ^+letter ot display it by Chris Allegretta · 24 years ago
  100. 9541f2a credit to Mini edit team for Meta idea by Chris Allegretta · 24 years ago