1. 90b780b by Jordi Mallach · 24 years ago
  2. 19ed700 by Jordi Mallach · 24 years ago
  3. 7e0e29d by Jordi Mallach · 24 years ago
  4. 4a9c858 Oops, do it in either case, whether we did unjustify or not by Chris Allegretta · 24 years ago
  5. 0779835 Okay, now make the shortcut list reflect the unjustify availability by Chris Allegretta · 24 years ago
  6. d022eac Fix for justift at top of file by Chris Allegretta · 24 years ago
  7. 2ff2569 Oops, get rid of silly debugging code by Chris Allegretta · 24 years ago
  8. 9149e61 Implemented Unjustify, HAHAHA by Chris Allegretta · 24 years ago
  9. 9956e53 Make nano at least not crash on weird binary data by Chris Allegretta · 24 years ago
  10. e106a87 Added Christian Weisgerber too... by Chris Allegretta · 24 years ago
  11. 7cd9f74 Added Christian Weisgerber too... by Chris Allegretta · 24 years ago
  12. 150c50d Oops, forgot Bill Soudan by Chris Allegretta · 24 years ago
  13. a131c7c Oops, forgot Bill Soudan by Chris Allegretta · 24 years ago
  14. 25f4e58 do_insertfile(): - Added call to real_name_from tilde, oops. by Chris Allegretta · 24 years ago
  15. d819a4c by Jordi Mallach · 24 years ago
  16. 04fec91 Oops, how about we actually make username completion work if they didn't complete before by Chris Allegretta · 24 years ago
  17. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  18. 650e8a4 Rocco's unset modified on tmp file write fix by Chris Allegretta · 24 years ago
  19. 0f5dfef Oops, better free realname in write_file if we're done using it by Chris Allegretta · 24 years ago
  20. be77c61 Implemented username tab completion, cleaned up existing tabcomp code, added --disable-tabcomp option by Chris Allegretta · 24 years ago
  21. ca7a21d Nano 0.9.21 release by Chris Allegretta · 24 years ago
  22. 6c5781b removed update_line call in do_up, fix for marker set update? by Chris Allegretta · 24 years ago
  23. c793c43 Actually use last_replace if user just hits enter in do_replace with PICO_MODE on by Chris Allegretta · 24 years ago
  24. 31c7666 Changed check from argc == 1 to argv[optind] == NULL to display "New File" in statusbar or not by Chris Allegretta · 24 years ago
  25. 9fc5fac Added Rocco to AUTHORS by Chris Allegretta · 24 years ago
  26. 1cc29f6 Rocco's fix for current_x increment by Chris Allegretta · 24 years ago
  27. ef601bb Sigh, fix previous search string not being displayed at all in PICO_MODE by Chris Allegretta · 24 years ago
  28. aaabe1f Fix replace abort moves cursor ahead one space by Chris Allegretta · 24 years ago
  29. 6da149a 0.9.20 release by Chris Allegretta · 24 years ago
  30. d25385b by Jordi Mallach · 24 years ago
  31. 258ac42 comment out username completino code with macros since unimplemented, fix -Wall warnings on Irix by Chris Allegretta · 24 years ago
  32. 63a89d3 comment out username completino code with macros since unimplemented, fix -Wall warnings on Irix by Chris Allegretta · 24 years ago
  33. 6e8ed71 Update TODO for release (oops) by Chris Allegretta · 24 years ago
  34. bf9a8cc Changed PICO_MSGS to PICO_MODE and strings by Chris Allegretta · 24 years ago
  35. 5b1faac nanogetstr(): Added check for ASCII 54[124] when using PDCURSES, ignore them if found by Chris Allegretta · 24 years ago
  36. 5bf51d3 Updated BUGS, optimized search_init a little, fixed bug #47 by Chris Allegretta · 24 years ago
  37. cbb0f8b -pedantic fixes by Rocco Corsi by Chris Allegretta · 24 years ago
  38. 2c97522 tab completion fixes, removed wefresh() from blank_edit by Chris Allegretta · 24 years ago
  39. b5b89ae Aha, works even better now. Made input_tab much more grabby, it touches lastWasTab now also... by Chris Allegretta · 24 years ago
  40. 442f2c5 Latest tab completion update, sort of works =) by Chris Allegretta · 24 years ago
  41. 271e972 Rocco's changes by Chris Allegretta · 24 years ago
  42. a60e02c Okay, for some reason the statusq call in do_int_spell wasn't updated by Chris Allegretta · 24 years ago
  43. 85b19e9 *sigh*, okay, if there's only 1 match, dont beep either. Done, I swear by Chris Allegretta · 24 years ago
  44. 24dd8d6 Oops, dont beep so much ;) Yes when we find one match and fill in buf, no otherwise by Chris Allegretta · 24 years ago
  45. 2434243 Blank edit window when no matches found by Chris Allegretta · 24 years ago
  46. e118acc Change num_matches check from if to switch, fix check for num_matches == 0, fix allocation for matchBuf. Ugh. by Chris Allegretta · 24 years ago
  47. 7d97ce7 Much more sane matches allocation, beep when multiple matches found, or none... by Chris Allegretta · 24 years ago
  48. b684805 Add a nice (more) tag when there's too many completions by Chris Allegretta · 24 years ago
  49. 7da4e9f Add tab completion option to statusq and nanogetstr, beep when multiple/no matches found by Chris Allegretta · 24 years ago
  50. 7586495 Okay, now format the matches the right way by Chris Allegretta · 24 years ago
  51. 3b0d144 Oops, free foo and don't allocate it every time throught the loop by Chris Allegretta · 24 years ago
  52. ec58a99 input_tab: Now autocomplete up until the matches diverge by nanme works, yay 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. 0bd8077 Fixed bug #45, stupid... by Chris Allegretta · 24 years ago
  58. 1cc0b7f Fixed bug #45, stupid... by Chris Allegretta · 24 years ago
  59. 0d1e8d6 Make nanoget_repaint be much more eleet. Uses $ for indication of beyond COLS, prompt is always displayed by Chris Allegretta · 24 years ago
  60. 92d2bab nanoget_repaint changes, do_writeout fix with var length strings by Chris Allegretta · 24 years ago
  61. f5deac3 Oops, fix answer getting borked when using shortcuts at statusbar and nothing's typed by Chris Allegretta · 24 years ago
  62. 31925e4 Allow variable length strings on statusbar by Chris Allegretta · 24 years ago
  63. e7a647c by Jordi Mallach · 24 years ago
  64. dd5328c Removed null string code by Chris Allegretta · 24 years ago
  65. 4d29be1 Removed null string code by Chris Allegretta · 24 years ago
  66. e364740 Added checks for deleting search string when there was a previous value by Chris Allegretta · 24 years ago
  67. 86f8b3a Added checks for deleting search string when there was a previous value by Chris Allegretta · 24 years ago
  68. 105da33 Made previous s/r values editable text by Chris Allegretta · 24 years ago
  69. 0ae0dcd by Jordi Mallach · 24 years ago
  70. 9c371a2 Converted ifs to switches, added Rocco's optmiization by Chris Allegretta · 24 years ago
  71. 462a199 Remove redundant code in do_replace() by Chris Allegretta · 24 years ago
  72. 810632d Bug #46, discovered and fixed by Chris Allegretta · 24 years ago
  73. 69fbef6 Re-added NANO_NULL_KEY case to search_init code by Chris Allegretta · 24 years ago
  74. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  75. a0e957b Rocco's findnextstr fixes, lost of other tweaks by Chris Allegretta · 24 years ago
  76. f9b6c9b Fixed iris-ansi term problem by Chris Allegretta · 24 years ago
  77. d7934d4 Added #ifdef around toggle_regex_msg to get rid of compiler warning (toggle_init()) by Chris Allegretta · 24 years ago
  78. 35d9025 Nano 0.9.19 release by Chris Allegretta · 24 years ago
  79. 71348ee Get rid of punctuation at end of nofollow option, as it was the only one punctuated by Chris Allegretta · 24 years ago
  80. 9e7efa3 Added (int) casts to remove compile warnings with -Wall by Chris Allegretta · 24 years ago
  81. df3afdc Added initializations for last_search and last_replace (Rocco Corsi) by Chris Allegretta · 24 years ago
  82. 66989d6 Changing addresses again by Chris Allegretta · 24 years ago
  83. ad1dacc PDCurses support by Chris Allegretta · 24 years ago
  84. 629edad 0.9.18 release by Chris Allegretta · 24 years ago
  85. 834a69d Revised de.po translations by floki@bigfoot.com by Chris Allegretta · 24 years ago
  86. 0b88ce0 Mouse fix for new key handling code by Chris Allegretta · 24 years ago
  87. e7034c6 onekey() - Off by one error fix fix ;-) (Rocco Corsi) by Chris Allegretta · 24 years ago
  88. 9c35eb0 Made insert key call do_insertfile() by Chris Allegretta · 24 years ago
  89. 92c9dd2 Oops, update editwinrows in window_init() by Chris Allegretta · 24 years ago
  90. 2a42af1 More display updates by Chris Allegretta · 24 years ago
  91. 16e4168 A heapin spoonful of updates in key handling by Chris Allegretta · 24 years ago
  92. 2dc0f6b by Jordi Mallach · 24 years ago
  93. 44e73df Show two lines from previous page in help file when paging down by Chris Allegretta · 24 years ago
  94. 9239d74 Use raw mode if _POSIX_VDISABLE isn't available, to allow support under cygwin by Chris Allegretta · 24 years ago
  95. 43932bd Type in nano.h by Chris Allegretta · 24 years ago
  96. 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
  97. bf9da28 Changed version and files to CVS by Chris Allegretta · 24 years ago
  98. 423cbfd off by one in toggle help code and set up for 0.9.17 release by Chris Allegretta · 24 years ago
  99. 5577aec 5 newlines instead of 4 on suspend and po update by Chris Allegretta · 24 years ago
  100. 18f8be0 Implemented suspend code to work with Meta-Z by Chris Allegretta · 24 years ago