1. c46dd81 Nano is now a GNU package by Chris Allegretta · 24 years ago
  2. 9560bb5 Update status in README by Chris Allegretta · 24 years ago
  3. 882e145 Manual fixes by Chris Allegretta · 24 years ago
  4. fb9cffe Manual fixes by Chris Allegretta · 24 years ago
  5. 8546fa0 Added Bug #55 by Chris Allegretta · 24 years ago
  6. 7e7bcf8 Nano texi manual by Chris Allegretta · 24 years ago
  7. 4de7b95 Delete commented out stuff that isn't going to happen now by Chris Allegretta · 24 years ago
  8. 1bf501c GNU compliance issues: - Added texinfo manual nano.texi. Added texi options to Makefile.am by Chris Allegretta · 24 years ago
  9. af6414a Reworked main menu list, added help to default list, aligned ^R with ^O, ^\ with ^W by Chris Allegretta · 24 years ago
  10. 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
  11. 8bc03b6 main() - Added ENABLE_NLS check around gettext stuff by Chris Allegretta · 24 years ago
  12. b55999e de,fi,id translation updates by Chris Allegretta · 24 years ago
  13. 3362cae FAQ updates and fixes by Chris Allegretta · 24 years ago
  14. af7fc3d Oops, actually add hu.po :-) by Chris Allegretta · 24 years ago
  15. 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
  16. d096f68 hu.po: - Hungarian translation by Horvath Szabolcs by Chris Allegretta · 24 years ago
  17. 09f39cb Fix for bugu #54 by Chris Allegretta · 24 years ago
  18. a8785e0 Added BUG #54 by Chris Allegretta · 24 years ago
  19. 37388ee by Jordi Mallach · 24 years ago
  20. de48b41 configure.in: - Autoconf compatibility fixes (Pavel Roskin) by Chris Allegretta · 24 years ago
  21. 7c1fee7 Back to CVS version by Chris Allegretta · 24 years ago
  22. 34318ed Nano 0.9.99pre2 release by Chris Allegretta · 24 years ago
  23. 90e0404 Update NEWS for upcoming release by Chris Allegretta · 24 years ago
  24. 4e90c40 Fix cursor not on after resize by Chris Allegretta · 24 years ago
  25. 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
  26. e434b45 do_alt_speller and nanogetstr fixes by Chris Allegretta · 24 years ago
  27. 221a46e updated bugs as discussed on the list by Robert Siemborski · 24 years ago
  28. 169ee84 Fixed Bug #53 by Chris Allegretta · 24 years ago
  29. 12de5ca Added bug #53 by Chris Allegretta · 24 years ago
  30. a711f7e username_tab_completion() - Removed redundant conditional (Rocco) by Chris Allegretta · 24 years ago
  31. 2c2c5f2 username_tab_completion: rewritten using getpwent by Chris Allegretta · 24 years ago
  32. e5e4d49 Rocco's groovy fixes to real_dir_from_tilde by Chris Allegretta · 24 years ago
  33. 0a06e07 replace for loop for hline init with memset in init functions by Chris Allegretta · 24 years ago
  34. 17276e5 Oops, Rob not Rocco :> by Chris Allegretta · 24 years ago
  35. d4ddd01 Oops, center_x and y, not current. Thx Rocco by Chris Allegretta · 24 years ago
  36. ee733e6 real_dir_from_tilde() - Rewritten using getpwent (suggected by Adam) by Chris Allegretta · 24 years ago
  37. 60cd6aa totsize fix in do_justify by Robert Siemborski · 24 years ago
  38. 7f7ce56 Oops, make that usage() by Chris Allegretta · 24 years ago
  39. e9a2d03 version() - Add arg to -T help (Rocco). by Chris Allegretta · 24 years ago
  40. 9d6f3f3 Removed - from version in NEWS and ChangeLog by Chris Allegretta · 24 years ago
  41. f0b26df global.c: Don't define toggles global or toggle_init_one if using --tiny by Chris Allegretta · 24 years ago
  42. 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
  43. 8d9b11a username_tab_completion(): - Optimization and removal of useless vars (Rocco). by Chris Allegretta · 24 years ago
  44. 0fc2b81 write_file(): Don't free() realname on write error by Chris Allegretta · 24 years ago
  45. 76745fb Back to CVS version by Chris Allegretta · 24 years ago
  46. 9faa3f1 Nano 0.9.99pre1 release by Chris Allegretta · 24 years ago
  47. 3c10ec0 Added bug #51 by Chris Allegretta · 24 years ago
  48. c2eeb4e small fix for do_justify totsize calculations by Robert Siemborski · 24 years ago
  49. 4058709 input_tab(): Added memset() to matchBuf to ensure sanity (Rocco, Adam). by Chris Allegretta · 24 years ago
  50. 51dd32f Changed null out at end of matchBuf from NULL to 0 by Chris Allegretta · 24 years ago
  51. 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
  52. 3693944 main(): Initialized kbinput to get around stupid compiler warning. by Chris Allegretta · 24 years ago
  53. 4097379 Changed 'without NumLock on' to 'with NumLock off', more easy to understand? by Chris Allegretta · 24 years ago
  54. b4c4368 input_tab(): - Added null end of matchBuf for sanity (Rocco). by Chris Allegretta · 24 years ago
  55. a35ec04 files.c:cwd_tab_completion(), input_tab(): Changed bare malloc/calloc calls to nmalloc (found by Rocco). by Chris Allegretta · 24 years ago
  56. 2be96d0 Oops, forgot to credit Rocco in one place by Chris Allegretta · 24 years ago
  57. 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
  58. 201d9bf Added print_numlock_warning(), code to figure out when numlock makes the keypad go bad. by Chris Allegretta · 24 years ago
  59. 1748cd1 Added function ABCD(), better support for default settings by Chris Allegretta · 24 years ago
  60. d9742c6 fi.po updates by Pauli Virtanen by Chris Allegretta · 24 years ago
  61. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  62. 4ee0b41 Moved ChangeLog entries for configure.in to configure.in section by Chris Allegretta · 24 years ago
  63. cd6f12d Moved code to define all disabled when --tiny is used from nano.h to configure.in by Chris Allegretta · 24 years ago
  64. 06aca1c Rolled back DISABLE_TABCOMP and NANO_SMALL changes from earlier today by Rocco Corsi · 24 years ago
  65. a4d6d1d Add check for tiny option in #ifdefs for DISABLE_TABCOMP code by Chris Allegretta · 24 years ago
  66. 7db63a5 Change Linux to GNU/Linux in the faq by Chris Allegretta · 24 years ago
  67. 2c4feca faq.html: Added section 3.6, reducing binary size by Chris Allegretta · 24 years ago
  68. bbebec6 configure.in: - Fix for _use_keypad check breaking slang support (Christian Weisgerber) by Chris Allegretta · 24 years ago
  69. 8eac3b5 do_browser() - added space and - keys for page down and up by Chris Allegretta · 24 years ago
  70. bf69261 real_dir_from_tilde(): ops, fix case where buf =~, silly crash by Chris Allegretta · 24 years ago
  71. 7e08082 Back to CVS ver by Chris Allegretta · 24 years ago
  72. 4ca160f 0.9.25 release by Chris Allegretta · 24 years ago
  73. 155d620 Add and fix Bug #51 :-) by Chris Allegretta · 24 years ago
  74. 2a2e2be Added and fixed bug #50 by Chris Allegretta · 24 years ago
  75. 7044489 do_help: Do the bottom window the right wrong way if NO_HELP is set by Chris Allegretta · 24 years ago
  76. 1699144 Update docs for upcoming 0.9.25 release by Chris Allegretta · 24 years ago
  77. 19b9e2b Oops, restore keypad() call when using PDCURSES by Chris Allegretta · 24 years ago
  78. 3f58316 Oops, take out my debugging code by Chris Allegretta · 24 years ago
  79. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  80. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  81. 816a165 Fixes for dir crash by rocco and exit called on insert file by Chris Allegretta · 24 years ago
  82. 150469a Added do_browse_from(), called from do_writeout and do_insert, changed mallocstrcpy to *char by Chris Allegretta · 24 years ago
  83. 544347c Oops, stop freeing stuff we can't necessarily free by Chris Allegretta · 24 years ago
  84. 6636dc3 Changed ENABLE_BROWSER to DISABLE_BROWSER, tiny build now doesn't build browser either by Chris Allegretta · 24 years ago
  85. 90661b2 Updated README with snazzy one line desc of nano by Chris Allegretta · 24 years ago
  86. 123e5e6 Don't free realname when exiting do_browser in insert_file by Chris Allegretta · 24 years ago
  87. f4f7e04 Work around gnome-terminal, I'm tired of this by Chris Allegretta · 24 years ago
  88. 75ef81b by Jordi Mallach · 24 years ago
  89. ba8edea Accept s and S silently to selected a file/dir by Chris Allegretta · 24 years ago
  90. b0f5282 Fix segfault when width == 0 by Chris Allegretta · 24 years ago
  91. fe41584 Make functions return themselves when do_browser() aborts by Chris Allegretta · 24 years ago
  92. 0e9d3c6 Commented file browser code by Chris Allegretta · 24 years ago
  93. 6e82741 Added fkey equivs to browser by Chris Allegretta · 24 years ago
  94. f0999a1 use lstat instead of stat in filestat, so we can check for if the file is a symlink in the browser by Chris Allegretta · 24 years ago
  95. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  96. 85b4441 Added --enable-browser to version() by Chris Allegretta · 24 years ago
  97. 425a266 Some better page up/down fixes, added keypad_on() call for now by Chris Allegretta · 24 years ago
  98. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  99. 827b15f credits spelling fix by Chris Allegretta · 24 years ago
  100. 8b6cccc TAB-TAB completion segfaulting with more than 2048 files fixed. (Rocco) by Rocco Corsi · 24 years ago