1. 4ed1315 do_delete() - Added check for current->next == fileptr, as we have a magic line code again, fixes sillyness at the end of the last line before the magic line (reported by J.A. Neitzel) by Chris Allegretta · 24 years ago
  2. 8bc03b6 main() - Added ENABLE_NLS check around gettext stuff by Chris Allegretta · 24 years ago
  3. 00ae5df do_justify - If the keystroke after the justify is not the unjustify key, blank the statsubar (bug reported by Neil Parks) by Chris Allegretta · 24 years ago
  4. 4e90c40 Fix cursor not on after resize by Chris Allegretta · 24 years ago
  5. 0802088 Fix for resizing the window in modes other than normal edit mode Changes to handle_sigwinch(), main(). Fixes bug #52 (Rocco) by Chris Allegretta · 24 years ago
  6. e434b45 do_alt_speller and nanogetstr fixes by Chris Allegretta · 24 years ago
  7. 169ee84 Fixed Bug #53 by Chris Allegretta · 24 years ago
  8. 0a06e07 replace for loop for hline init with memset in init functions by Chris Allegretta · 24 years ago
  9. 60cd6aa totsize fix in do_justify by Robert Siemborski · 24 years ago
  10. e9a2d03 version() - Add arg to -T help (Rocco). by Chris Allegretta · 24 years ago
  11. 17dcb72 Get rid of center_x and center_y, removed redundant free_node, added restore of totsize when unjustifying by Chris Allegretta · 24 years ago
  12. c2eeb4e small fix for do_justify totsize calculations by Robert Siemborski · 24 years ago
  13. ae4318d Get rid of unneeded call to usage() in main() when calling a flag for a function that hasn't been compiled in (Rocco) by Chris Allegretta · 24 years ago
  14. 3693944 main(): Initialized kbinput to get around stupid compiler warning. by Chris Allegretta · 24 years ago
  15. 4097379 Changed 'without NumLock on' to 'with NumLock off', more easy to understand? by Chris Allegretta · 24 years ago
  16. e61e830 Rocco's source code cleanups and #defines for magic values in global_init(). Added die_too_small() function by Chris Allegretta · 24 years ago
  17. 201d9bf Added print_numlock_warning(), code to figure out when numlock makes the keypad go bad. by Chris Allegretta · 24 years ago
  18. 1748cd1 Added function ABCD(), better support for default settings by Chris Allegretta · 24 years ago
  19. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  20. 155d620 Add and fix Bug #51 :-) by Chris Allegretta · 24 years ago
  21. 19b9e2b Oops, restore keypad() call when using PDCURSES by Chris Allegretta · 24 years ago
  22. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  23. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  24. 6636dc3 Changed ENABLE_BROWSER to DISABLE_BROWSER, tiny build now doesn't build browser either by Chris Allegretta · 24 years ago
  25. f4f7e04 Work around gnome-terminal, I'm tired of this by Chris Allegretta · 24 years ago
  26. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  27. 85b4441 Added --enable-browser to version() by Chris Allegretta · 24 years ago
  28. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  29. d55655f Reordered --help usage listing by alpha by Chris Allegretta · 24 years ago
  30. 6512163 Fix lots of compiler warnings by Chris Allegretta · 24 years ago
  31. b7d00ef Added --disable-help string to version() by Chris Allegretta · 24 years ago
  32. 7492cec main(): - Added --view option to getopt_long()call . Bug discovered by Rocco Corsi. by Chris Allegretta · 24 years ago
  33. 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
  34. 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
  35. 51b3eec Added -b, -e and -f compatibility flags, updated man pages, added Alt-Alt-x functionality by Chris Allegretta · 24 years ago
  36. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  37. 3bc8c72 Added --disable-help, moved hold pointer declaration by Chris Allegretta · 24 years ago
  38. c130297 More totsize :P by Chris Allegretta · 24 years ago
  39. 5146fec Cut and renumber fixes by Chris Allegretta · 24 years ago
  40. 7b36c52 Changed --disable-spell to --disable-speller by Chris Allegretta · 24 years ago
  41. 9756d62 Okay, NOW tell what the file is we didn't write if we didn't write it by Chris Allegretta · 24 years ago
  42. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  43. 8c36f88 Silly newline fix in die() by Chris Allegretta · 24 years ago
  44. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  45. c5174aa Oops, manually turn off FOLLOW_SYMLINKS if it's on by Chris Allegretta · 24 years ago
  46. e7a5893 Changs to die() and handle_sighup() for security by Chris Allegretta · 24 years ago
  47. 9e2934f Fix for do_next_word and screen updates by Chris Allegretta · 24 years ago
  48. 4eb7aa0 Okay, don't define nano_small_msg or nano_disabled_msg id not needed by Chris Allegretta · 24 years ago
  49. ff269f8 Added --disable-justify and --disable-spell options, code cleanups by Chris Allegretta · 24 years ago
  50. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 24 years ago
  51. d00e6df Rocco's changes to spell checking and my alterations by Chris Allegretta · 24 years ago
  52. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 24 years ago
  53. 4a9c858 Oops, do it in either case, whether we did unjustify or not by Chris Allegretta · 24 years ago
  54. 0779835 Okay, now make the shortcut list reflect the unjustify availability by Chris Allegretta · 24 years ago
  55. d022eac Fix for justift at top of file by Chris Allegretta · 24 years ago
  56. 2ff2569 Oops, get rid of silly debugging code by Chris Allegretta · 24 years ago
  57. 9149e61 Implemented Unjustify, HAHAHA by Chris Allegretta · 24 years ago
  58. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  59. 31c7666 Changed check from argc == 1 to argv[optind] == NULL to display "New File" in statusbar or not by Chris Allegretta · 24 years ago
  60. bf9a8cc Changed PICO_MSGS to PICO_MODE and strings by Chris Allegretta · 24 years ago
  61. 271e972 Rocco's changes by Chris Allegretta · 24 years ago
  62. a60e02c Okay, for some reason the statusq call in do_int_spell wasn't updated by Chris Allegretta · 24 years ago
  63. 27eb13f Rocco's spelling code by Chris Allegretta · 24 years ago
  64. 1cc0b7f Fixed bug #45, stupid... by Chris Allegretta · 24 years ago
  65. e7a647c by Jordi Mallach · 24 years ago
  66. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  67. 71348ee Get rid of punctuation at end of nofollow option, as it was the only one punctuated by Chris Allegretta · 24 years ago
  68. 9e7efa3 Added (int) casts to remove compile warnings with -Wall by Chris Allegretta · 24 years ago
  69. 66989d6 Changing addresses again by Chris Allegretta · 24 years ago
  70. ad1dacc PDCurses support by Chris Allegretta · 24 years ago
  71. 0b88ce0 Mouse fix for new key handling code by Chris Allegretta · 24 years ago
  72. 9c35eb0 Made insert key call do_insertfile() by Chris Allegretta · 24 years ago
  73. 92c9dd2 Oops, update editwinrows in window_init() by Chris Allegretta · 24 years ago
  74. 2a42af1 More display updates by Chris Allegretta · 24 years ago
  75. 16e4168 A heapin spoonful of updates in key handling by Chris Allegretta · 24 years ago
  76. 2dc0f6b by Jordi Mallach · 24 years ago
  77. 9239d74 Use raw mode if _POSIX_VDISABLE isn't available, to allow support under cygwin by Chris Allegretta · 24 years ago
  78. 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
  79. 423cbfd off by one in toggle help code and set up for 0.9.17 release by Chris Allegretta · 24 years ago
  80. 5577aec 5 newlines instead of 4 on suspend and po update by Chris Allegretta · 24 years ago
  81. 18f8be0 Implemented suspend code to work with Meta-Z by Chris Allegretta · 24 years ago
  82. f0f63a8 Changed awkward messages for no help and no wrap mode toggles by Chris Allegretta · 24 years ago
  83. a547fd1 Removed commented out wrap code by Chris Allegretta · 24 years ago
  84. d56bd79 Fixed typos and updated PO files by Chris Allegretta · 24 years ago
  85. 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
  86. 4c780be Added small message when using --enable-tiny and toggle keys by Chris Allegretta · 24 years ago
  87. 756f220 New toggles for flags via Meta by Chris Allegretta · 24 years ago
  88. 340d6e5 Made wrapping code less ambitious by Chris Allegretta · 24 years ago
  89. e10debd Updates by Ben Roberts by Chris Allegretta · 24 years ago
  90. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  91. 4dbcc3c Changed tabsize long arg to actually accept an argument *sigh* by Chris Allegretta · 24 years ago
  92. 99bf73f Removed now useless usrtabsize variable (Christian Weisgerber) by Chris Allegretta · 24 years ago
  93. 6d690a3 New tabsize code, Im very excited by Chris Allegretta · 24 years ago
  94. da721be Bug fixes for do_enter and do_backspace by Chris Allegretta · 24 years ago
  95. 234a34d Chris goes berzerk on no sleep by Chris Allegretta · 24 years ago
  96. 6925bbd Added null_at() by Chris Allegretta · 24 years ago
  97. 18bd029 Bugfixes and cruft cleanout take 1 by Chris Allegretta · 24 years ago
  98. 7975ed8 New cvs code, data abstraction is good by Chris Allegretta · 24 years ago
  99. a417ddc some random totsize-related bugfixes. (do_justify & do_wrap) by Robert Siemborski · 24 years ago
  100. 8f6c069 Spelling, Read_file and term setting fixes by Chris Allegretta · 24 years ago