1. 155d620 Add and fix Bug #51 :-) by Chris Allegretta · 24 years ago
  2. 19b9e2b Oops, restore keypad() call when using PDCURSES by Chris Allegretta · 24 years ago
  3. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  4. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  5. 6636dc3 Changed ENABLE_BROWSER to DISABLE_BROWSER, tiny build now doesn't build browser either by Chris Allegretta · 24 years ago
  6. f4f7e04 Work around gnome-terminal, I'm tired of this by Chris Allegretta · 24 years ago
  7. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  8. 85b4441 Added --enable-browser to version() by Chris Allegretta · 24 years ago
  9. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  10. d55655f Reordered --help usage listing by alpha by Chris Allegretta · 24 years ago
  11. 6512163 Fix lots of compiler warnings by Chris Allegretta · 24 years ago
  12. b7d00ef Added --disable-help string to version() by Chris Allegretta · 24 years ago
  13. 7492cec main(): - Added --view option to getopt_long()call . Bug discovered by Rocco Corsi. by Chris Allegretta · 24 years ago
  14. 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
  15. 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
  16. 51b3eec Added -b, -e and -f compatibility flags, updated man pages, added Alt-Alt-x functionality by Chris Allegretta · 24 years ago
  17. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  18. 3bc8c72 Added --disable-help, moved hold pointer declaration by Chris Allegretta · 24 years ago
  19. c130297 More totsize :P by Chris Allegretta · 24 years ago
  20. 5146fec Cut and renumber fixes by Chris Allegretta · 24 years ago
  21. 7b36c52 Changed --disable-spell to --disable-speller by Chris Allegretta · 24 years ago
  22. 9756d62 Okay, NOW tell what the file is we didn't write if we didn't write it by Chris Allegretta · 24 years ago
  23. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  24. 8c36f88 Silly newline fix in die() by Chris Allegretta · 24 years ago
  25. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  26. c5174aa Oops, manually turn off FOLLOW_SYMLINKS if it's on by Chris Allegretta · 24 years ago
  27. e7a5893 Changs to die() and handle_sighup() for security by Chris Allegretta · 24 years ago
  28. 9e2934f Fix for do_next_word and screen updates by Chris Allegretta · 24 years ago
  29. 4eb7aa0 Okay, don't define nano_small_msg or nano_disabled_msg id not needed by Chris Allegretta · 24 years ago
  30. ff269f8 Added --disable-justify and --disable-spell options, code cleanups by Chris Allegretta · 24 years ago
  31. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 24 years ago
  32. d00e6df Rocco's changes to spell checking and my alterations by Chris Allegretta · 24 years ago
  33. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 24 years ago
  34. 4a9c858 Oops, do it in either case, whether we did unjustify or not by Chris Allegretta · 24 years ago
  35. 0779835 Okay, now make the shortcut list reflect the unjustify availability by Chris Allegretta · 24 years ago
  36. d022eac Fix for justift at top of file by Chris Allegretta · 24 years ago
  37. 2ff2569 Oops, get rid of silly debugging code by Chris Allegretta · 24 years ago
  38. 9149e61 Implemented Unjustify, HAHAHA by Chris Allegretta · 24 years ago
  39. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  40. 31c7666 Changed check from argc == 1 to argv[optind] == NULL to display "New File" in statusbar or not by Chris Allegretta · 24 years ago
  41. bf9a8cc Changed PICO_MSGS to PICO_MODE and strings by Chris Allegretta · 24 years ago
  42. 271e972 Rocco's changes by Chris Allegretta · 24 years ago
  43. a60e02c Okay, for some reason the statusq call in do_int_spell wasn't updated by Chris Allegretta · 24 years ago
  44. 27eb13f Rocco's spelling code by Chris Allegretta · 24 years ago
  45. 1cc0b7f Fixed bug #45, stupid... by Chris Allegretta · 24 years ago
  46. e7a647c by Jordi Mallach · 24 years ago
  47. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  48. 71348ee Get rid of punctuation at end of nofollow option, as it was the only one punctuated by Chris Allegretta · 24 years ago
  49. 9e7efa3 Added (int) casts to remove compile warnings with -Wall by Chris Allegretta · 24 years ago
  50. 66989d6 Changing addresses again by Chris Allegretta · 24 years ago
  51. ad1dacc PDCurses support by Chris Allegretta · 24 years ago
  52. 0b88ce0 Mouse fix for new key handling code by Chris Allegretta · 24 years ago
  53. 9c35eb0 Made insert key call do_insertfile() by Chris Allegretta · 24 years ago
  54. 92c9dd2 Oops, update editwinrows in window_init() by Chris Allegretta · 24 years ago
  55. 2a42af1 More display updates by Chris Allegretta · 24 years ago
  56. 16e4168 A heapin spoonful of updates in key handling by Chris Allegretta · 24 years ago
  57. 2dc0f6b by Jordi Mallach · 24 years ago
  58. 9239d74 Use raw mode if _POSIX_VDISABLE isn't available, to allow support under cygwin by Chris Allegretta · 24 years ago
  59. 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
  60. 423cbfd off by one in toggle help code and set up for 0.9.17 release by Chris Allegretta · 24 years ago
  61. 5577aec 5 newlines instead of 4 on suspend and po update by Chris Allegretta · 24 years ago
  62. 18f8be0 Implemented suspend code to work with Meta-Z by Chris Allegretta · 24 years ago
  63. f0f63a8 Changed awkward messages for no help and no wrap mode toggles by Chris Allegretta · 24 years ago
  64. a547fd1 Removed commented out wrap code by Chris Allegretta · 24 years ago
  65. d56bd79 Fixed typos and updated PO files by Chris Allegretta · 24 years ago
  66. e49f123 Moved the toggle Meta keystrokes to the first column. Updated documentation and help code for Meta keys rather than 'alt keys' by Chris Allegretta · 24 years ago
  67. 4c780be Added small message when using --enable-tiny and toggle keys by Chris Allegretta · 24 years ago
  68. 756f220 New toggles for flags via Meta by Chris Allegretta · 24 years ago
  69. 340d6e5 Made wrapping code less ambitious by Chris Allegretta · 24 years ago
  70. e10debd Updates by Ben Roberts by Chris Allegretta · 24 years ago
  71. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  72. 4dbcc3c Changed tabsize long arg to actually accept an argument *sigh* by Chris Allegretta · 24 years ago
  73. 99bf73f Removed now useless usrtabsize variable (Christian Weisgerber) by Chris Allegretta · 24 years ago
  74. 6d690a3 New tabsize code, Im very excited by Chris Allegretta · 24 years ago
  75. da721be Bug fixes for do_enter and do_backspace by Chris Allegretta · 24 years ago
  76. 234a34d Chris goes berzerk on no sleep by Chris Allegretta · 24 years ago
  77. 6925bbd Added null_at() by Chris Allegretta · 24 years ago
  78. 18bd029 Bugfixes and cruft cleanout take 1 by Chris Allegretta · 24 years ago
  79. 7975ed8 New cvs code, data abstraction is good by Chris Allegretta · 24 years ago
  80. a417ddc some random totsize-related bugfixes. (do_justify & do_wrap) by Robert Siemborski · 24 years ago
  81. 8f6c069 Spelling, Read_file and term setting fixes by Chris Allegretta · 24 years ago
  82. fcf32bf more intelligent filename selection in die() by Robert Siemborski · 24 years ago
  83. 3088555 Changed static temp_opt to flag TEMP_OPT. Fixed bug #29 by Chris Allegretta · 24 years ago
  84. d19e991 #ifdef'ed -k option for not NANO_SMALL b/c it requires the marker code by Chris Allegretta · 24 years ago
  85. 627de19 Added Pico's -k option (in 5 lines of code :-) by Chris Allegretta · 24 years ago
  86. 6967eec Bill's TABSIZE fix by Robert Siemborski · 24 years ago
  87. 4780561 Added _POSIX_VERSION check to regexp code by Chris Allegretta · 24 years ago
  88. 9fc8d43 New regexp search feature by Bill Soudan by Chris Allegretta · 24 years ago
  89. 5537387 Increment totsize when recreating magic line in backspace and delete by Chris Allegretta · 24 years ago
  90. 976847c moved '\n' outside of if at bottom of help_init by Robert Siemborski · 24 years ago
  91. 01dc83a - remove old assert() from do_wrap(). by Adam Rogoyski · 24 years ago
  92. 28a0f89 Add magic line code to do_backspace() and do_delete() by Chris Allegretta · 24 years ago
  93. 63b3d7e Magic Line Code Added by Robert Siemborski · 24 years ago
  94. dd53ec2 Fixed 2 FIXMEs in nano.c: by Robert Siemborski · 24 years ago
  95. 1e57e68 Fixed a bug in page_down() and moved page_up() to move.c where it belongs by Chris Allegretta · 24 years ago
  96. 67105eb Oops, fix for --enable-tiny by Chris Allegretta · 24 years ago
  97. dbc12b2 Removed do_oldspell() and put an ifdef around do_spell() by Chris Allegretta · 24 years ago
  98. 6af1431 changed all 'sprintf' calls to 'snprintf' by Robert Siemborski · 24 years ago
  99. 5a4eb33 Oops, two alt_speller vars by Chris Allegretta · 24 years ago
  100. 4da1fc6 Synch with official 0.9.11 by Chris Allegretta · 24 years ago