1. 4dfaf93 Alt Speller returns to same line & do_gotoline optimizations by Rocco Corsi · 24 years ago
  2. b881d3e Add --enable-nanorc to version string in nano.c by Chris Allegretta · 24 years ago
  3. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago
  4. 12f294c by Rocco Corsi · 24 years ago
  5. 84de552 Added --disable-mouse option by Chris Allegretta · 24 years ago
  6. 6b58acd More mouse integration, esp with the shortcut lists by Chris Allegretta · 24 years ago
  7. cef7fbb Added --disable-wrapping configure flag by Chris Allegretta · 24 years ago
  8. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  9. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  10. e316773 Added void to argless functions decls, changed new to newnode in functions with 'new' variable by Chris Allegretta · 24 years ago
  11. 2af3904 Oops, missed one loop by Chris Allegretta · 24 years ago
  12. 0b33d88 Oops, remove debugging crap and don't be so conservative in space/tab check loop by Chris Allegretta · 24 years ago
  13. 94a78b8 Added check for samlinewrap case and cursor placement fixes, closing BUG #55 =-) by Chris Allegretta · 24 years ago
  14. 1e9183f Add auto indenting of wrapped lines which should be indented. Also fix by Adam Rogoyski · 24 years ago
  15. 618f5d7 configure.in: - Added separate check for resizeterm() by Chris Allegretta · 24 years ago
  16. c46dd81 Nano is now a GNU package by Chris Allegretta · 24 years ago
  17. 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
  18. 8bc03b6 main() - Added ENABLE_NLS check around gettext stuff by Chris Allegretta · 24 years ago
  19. 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
  20. 4e90c40 Fix cursor not on after resize by Chris Allegretta · 24 years ago
  21. 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
  22. e434b45 do_alt_speller and nanogetstr fixes by Chris Allegretta · 24 years ago
  23. 169ee84 Fixed Bug #53 by Chris Allegretta · 24 years ago
  24. 0a06e07 replace for loop for hline init with memset in init functions by Chris Allegretta · 24 years ago
  25. 60cd6aa totsize fix in do_justify by Robert Siemborski · 24 years ago
  26. e9a2d03 version() - Add arg to -T help (Rocco). by Chris Allegretta · 24 years ago
  27. 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
  28. c2eeb4e small fix for do_justify totsize calculations by Robert Siemborski · 24 years ago
  29. 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
  30. 3693944 main(): Initialized kbinput to get around stupid compiler warning. by Chris Allegretta · 24 years ago
  31. 4097379 Changed 'without NumLock on' to 'with NumLock off', more easy to understand? by Chris Allegretta · 24 years ago
  32. 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
  33. 201d9bf Added print_numlock_warning(), code to figure out when numlock makes the keypad go bad. by Chris Allegretta · 24 years ago
  34. 1748cd1 Added function ABCD(), better support for default settings by Chris Allegretta · 24 years ago
  35. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  36. 155d620 Add and fix Bug #51 :-) by Chris Allegretta · 24 years ago
  37. 19b9e2b Oops, restore keypad() call when using PDCURSES by Chris Allegretta · 24 years ago
  38. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  39. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  40. 6636dc3 Changed ENABLE_BROWSER to DISABLE_BROWSER, tiny build now doesn't build browser either by Chris Allegretta · 24 years ago
  41. f4f7e04 Work around gnome-terminal, I'm tired of this by Chris Allegretta · 24 years ago
  42. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  43. 85b4441 Added --enable-browser to version() by Chris Allegretta · 24 years ago
  44. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  45. d55655f Reordered --help usage listing by alpha by Chris Allegretta · 24 years ago
  46. 6512163 Fix lots of compiler warnings by Chris Allegretta · 24 years ago
  47. b7d00ef Added --disable-help string to version() by Chris Allegretta · 24 years ago
  48. 7492cec main(): - Added --view option to getopt_long()call . Bug discovered by Rocco Corsi. by Chris Allegretta · 24 years ago
  49. 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
  50. 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
  51. 51b3eec Added -b, -e and -f compatibility flags, updated man pages, added Alt-Alt-x functionality by Chris Allegretta · 24 years ago
  52. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  53. 3bc8c72 Added --disable-help, moved hold pointer declaration by Chris Allegretta · 24 years ago
  54. c130297 More totsize :P by Chris Allegretta · 24 years ago
  55. 5146fec Cut and renumber fixes by Chris Allegretta · 24 years ago
  56. 7b36c52 Changed --disable-spell to --disable-speller by Chris Allegretta · 24 years ago
  57. 9756d62 Okay, NOW tell what the file is we didn't write if we didn't write it by Chris Allegretta · 24 years ago
  58. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  59. 8c36f88 Silly newline fix in die() by Chris Allegretta · 24 years ago
  60. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  61. c5174aa Oops, manually turn off FOLLOW_SYMLINKS if it's on by Chris Allegretta · 24 years ago
  62. e7a5893 Changs to die() and handle_sighup() for security by Chris Allegretta · 24 years ago
  63. 9e2934f Fix for do_next_word and screen updates by Chris Allegretta · 24 years ago
  64. 4eb7aa0 Okay, don't define nano_small_msg or nano_disabled_msg id not needed by Chris Allegretta · 24 years ago
  65. ff269f8 Added --disable-justify and --disable-spell options, code cleanups by Chris Allegretta · 24 years ago
  66. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 24 years ago
  67. d00e6df Rocco's changes to spell checking and my alterations by Chris Allegretta · 24 years ago
  68. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 24 years ago
  69. 4a9c858 Oops, do it in either case, whether we did unjustify or not by Chris Allegretta · 24 years ago
  70. 0779835 Okay, now make the shortcut list reflect the unjustify availability by Chris Allegretta · 24 years ago
  71. d022eac Fix for justift at top of file by Chris Allegretta · 24 years ago
  72. 2ff2569 Oops, get rid of silly debugging code by Chris Allegretta · 24 years ago
  73. 9149e61 Implemented Unjustify, HAHAHA by Chris Allegretta · 24 years ago
  74. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  75. 31c7666 Changed check from argc == 1 to argv[optind] == NULL to display "New File" in statusbar or not by Chris Allegretta · 24 years ago
  76. bf9a8cc Changed PICO_MSGS to PICO_MODE and strings by Chris Allegretta · 24 years ago
  77. 271e972 Rocco's changes by Chris Allegretta · 24 years ago
  78. a60e02c Okay, for some reason the statusq call in do_int_spell wasn't updated by Chris Allegretta · 24 years ago
  79. 27eb13f Rocco's spelling code by Chris Allegretta · 24 years ago
  80. 1cc0b7f Fixed bug #45, stupid... by Chris Allegretta · 24 years ago
  81. e7a647c by Jordi Mallach · 24 years ago
  82. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  83. 71348ee Get rid of punctuation at end of nofollow option, as it was the only one punctuated by Chris Allegretta · 24 years ago
  84. 9e7efa3 Added (int) casts to remove compile warnings with -Wall by Chris Allegretta · 24 years ago
  85. 66989d6 Changing addresses again by Chris Allegretta · 24 years ago
  86. ad1dacc PDCurses support by Chris Allegretta · 24 years ago
  87. 0b88ce0 Mouse fix for new key handling code 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. 9239d74 Use raw mode if _POSIX_VDISABLE isn't available, to allow support under cygwin by Chris Allegretta · 24 years ago
  94. 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
  95. 423cbfd off by one in toggle help code and set up for 0.9.17 release by Chris Allegretta · 24 years ago
  96. 5577aec 5 newlines instead of 4 on suspend and po update 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. a547fd1 Removed commented out wrap code by Chris Allegretta · 24 years ago
  100. d56bd79 Fixed typos and updated PO files by Chris Allegretta · 24 years ago