1. f0b26df global.c: Don't define toggles global or toggle_init_one if using --tiny by Chris Allegretta · 24 years ago
  2. 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
  3. 8d9b11a username_tab_completion(): - Optimization and removal of useless vars (Rocco). by Chris Allegretta · 24 years ago
  4. 0fc2b81 write_file(): Don't free() realname on write error by Chris Allegretta · 24 years ago
  5. 76745fb Back to CVS version by Chris Allegretta · 24 years ago
  6. 9faa3f1 Nano 0.9.99pre1 release by Chris Allegretta · 24 years ago
  7. c2eeb4e small fix for do_justify totsize calculations by Robert Siemborski · 24 years ago
  8. 4058709 input_tab(): Added memset() to matchBuf to ensure sanity (Rocco, Adam). by Chris Allegretta · 24 years ago
  9. 51dd32f Changed null out at end of matchBuf from NULL to 0 by Chris Allegretta · 24 years ago
  10. 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
  11. 3693944 main(): Initialized kbinput to get around stupid compiler warning. by Chris Allegretta · 24 years ago
  12. b4c4368 input_tab(): - Added null end of matchBuf for sanity (Rocco). by Chris Allegretta · 24 years ago
  13. a35ec04 files.c:cwd_tab_completion(), input_tab(): Changed bare malloc/calloc calls to nmalloc (found by Rocco). by Chris Allegretta · 24 years ago
  14. 2be96d0 Oops, forgot to credit Rocco in one place by Chris Allegretta · 24 years ago
  15. 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
  16. 201d9bf Added print_numlock_warning(), code to figure out when numlock makes the keypad go bad. by Chris Allegretta · 24 years ago
  17. 1748cd1 Added function ABCD(), better support for default settings by Chris Allegretta · 24 years ago
  18. d9742c6 fi.po updates by Pauli Virtanen by Chris Allegretta · 24 years ago
  19. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  20. 4ee0b41 Moved ChangeLog entries for configure.in to configure.in section by Chris Allegretta · 24 years ago
  21. cd6f12d Moved code to define all disabled when --tiny is used from nano.h to configure.in by Chris Allegretta · 24 years ago
  22. 06aca1c Rolled back DISABLE_TABCOMP and NANO_SMALL changes from earlier today by Rocco Corsi · 24 years ago
  23. a4d6d1d Add check for tiny option in #ifdefs for DISABLE_TABCOMP code by Chris Allegretta · 24 years ago
  24. 2c4feca faq.html: Added section 3.6, reducing binary size by Chris Allegretta · 24 years ago
  25. bbebec6 configure.in: - Fix for _use_keypad check breaking slang support (Christian Weisgerber) by Chris Allegretta · 24 years ago
  26. 8eac3b5 do_browser() - added space and - keys for page down and up by Chris Allegretta · 24 years ago
  27. bf69261 real_dir_from_tilde(): ops, fix case where buf =~, silly crash by Chris Allegretta · 24 years ago
  28. 7e08082 Back to CVS ver by Chris Allegretta · 24 years ago
  29. 155d620 Add and fix Bug #51 :-) by Chris Allegretta · 24 years ago
  30. 7044489 do_help: Do the bottom window the right wrong way if NO_HELP is set by Chris Allegretta · 24 years ago
  31. 1699144 Update docs for upcoming 0.9.25 release by Chris Allegretta · 24 years ago
  32. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  33. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  34. 816a165 Fixes for dir crash by rocco and exit called on insert file by Chris Allegretta · 24 years ago
  35. 150469a Added do_browse_from(), called from do_writeout and do_insert, changed mallocstrcpy to *char by Chris Allegretta · 24 years ago
  36. f4f7e04 Work around gnome-terminal, I'm tired of this by Chris Allegretta · 24 years ago
  37. 75ef81b by Jordi Mallach · 24 years ago
  38. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  39. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  40. 827b15f credits spelling fix by Chris Allegretta · 24 years ago
  41. 8b6cccc TAB-TAB completion segfaulting with more than 2048 files fixed. (Rocco) by Rocco Corsi · 24 years ago
  42. ee289d7 Don't skip . and .. in cwd_tab_completion() by Chris Allegretta · 24 years ago
  43. 66795ec do_cursorpos cleanups by Chris Allegretta · 24 years ago
  44. d55655f Reordered --help usage listing by alpha by Chris Allegretta · 24 years ago
  45. 56e6d72 by Jordi Mallach · 24 years ago
  46. e47e4ed Back to CVS version by Chris Allegretta · 24 years ago
  47. 66149e7 Update docs for .24 release by Chris Allegretta · 24 years ago
  48. b7d00ef Added --disable-help string to version() by Chris Allegretta · 24 years ago
  49. d1627cf Fix help menu keypad issues by Chris Allegretta · 24 years ago
  50. 7492cec main(): - Added --view option to getopt_long()call . Bug discovered by Rocco Corsi. by Chris Allegretta · 24 years ago
  51. 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
  52. 92325e7 Oops, credit Rocco by Chris Allegretta · 24 years ago
  53. 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
  54. 51b3eec Added -b, -e and -f compatibility flags, updated man pages, added Alt-Alt-x functionality by Chris Allegretta · 24 years ago
  55. 3a7c0be Fix segfault when read_file encounters an error opening the file by Chris Allegretta · 24 years ago
  56. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  57. b04a98d Use MAX_PATH in write_file strncpy (for now) instead of 132 by Chris Allegretta · 24 years ago
  58. 7960dcf Removed unneeded st2 var, don't open device files in open_file() by Chris Allegretta · 24 years ago
  59. 1cd5066 Remove useless fstat call by Chris Allegretta · 24 years ago
  60. 3bc8c72 Added --disable-help, moved hold pointer declaration by Chris Allegretta · 24 years ago
  61. 321590a More totsize fixes by Chris Allegretta · 24 years ago
  62. e51c95f uncutting at filebot magic line fix and new_magicline totsize increment by Chris Allegretta · 24 years ago
  63. 5146fec Cut and renumber fixes by Chris Allegretta · 24 years ago
  64. ef12311 Update ChangeLog by Chris Allegretta · 24 years ago
  65. b29550e Nano 0.9.23 release by Chris Allegretta · 24 years ago
  66. 1bd0ce2 Okay, now the permissions should be fixed too by Chris Allegretta · 24 years ago
  67. 7b36c52 Changed --disable-spell to --disable-speller by Chris Allegretta · 24 years ago
  68. 71e4640 Line up link/unlink/rename check if conditional with top if conditional by Chris Allegretta · 24 years ago
  69. fb62f73 Rocco fixes by Chris Allegretta · 24 years ago
  70. 928a7f5 Added anyexists and realexists documentation by Chris Allegretta · 24 years ago
  71. fb2226a Okay, we'll use O_EXCL also by Chris Allegretta · 24 years ago
  72. 07f9ee0 Okay, forget O_EXCL, do lots of other obscure checks instead =) by Chris Allegretta · 24 years ago
  73. 908805a Rocco's edit_add off by one fix by Chris Allegretta · 24 years ago
  74. 20c131c Added tmp check to TMP_OPT section (how apropriate). by Chris Allegretta · 24 years ago
  75. 5982849 Added O_EXCL call to open is tmp == 1 by Chris Allegretta · 24 years ago
  76. 4a938e1 Back to CVS version by Chris Allegretta · 24 years ago
  77. fedd724 Updating ChangeLog for 0.9.22 release by Chris Allegretta · 24 years ago
  78. 581bc60 Okay last time, now if there's any file at all, dont save the .save file. (foolproof? :) by Chris Allegretta · 24 years ago
  79. d7ad75a by Jordi Mallach · 24 years ago
  80. f7ee9e6 Okay, now abort if the symlink isn't owned by the user, and some mode fixes by Chris Allegretta · 24 years ago
  81. 3dbb278 Okay, so if the .save file is a symlink, don't write to it, abort by Chris Allegretta · 24 years ago
  82. e7a5893 Changs to die() and handle_sighup() for security by Chris Allegretta · 24 years ago
  83. 9e2934f Fix for do_next_word and screen updates by Chris Allegretta · 24 years ago
  84. 4eb7aa0 Okay, don't define nano_small_msg or nano_disabled_msg id not needed by Chris Allegretta · 24 years ago
  85. ff269f8 Added --disable-justify and --disable-spell options, code cleanups by Chris Allegretta · 24 years ago
  86. 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
  87. 56b24b5 Took out help from spell_list and changed SPELL_LIST_LEN to 1 by Chris Allegretta · 24 years ago
  88. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 24 years ago
  89. d00e6df Rocco's changes to spell checking and my alterations by Chris Allegretta · 24 years ago
  90. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 24 years ago
  91. 8be8ce2 Various ChangeLog cleanups and additions by Chris Allegretta · 24 years ago
  92. 0779835 Okay, now make the shortcut list reflect the unjustify availability by Chris Allegretta · 24 years ago
  93. 9149e61 Implemented Unjustify, HAHAHA by Chris Allegretta · 24 years ago
  94. 24946bd read_file() - - Added check for fileptr == NULL by Chris Allegretta · 24 years ago
  95. 25f4e58 do_insertfile(): - Added call to real_name_from tilde, oops. by Chris Allegretta · 24 years ago
  96. d819a4c by Jordi Mallach · 24 years ago
  97. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  98. 650e8a4 Rocco's unset modified on tmp file write fix by Chris Allegretta · 24 years ago
  99. be77c61 Implemented username tab completion, cleaned up existing tabcomp code, added --disable-tabcomp option by Chris Allegretta · 24 years ago
  100. 1866609 Back to CVS version by Chris Allegretta · 24 years ago