1. 1a8b296 write_file() - Increment lineswritten when the very last line isn't null. Fixes off by one count when writing selection to file. by Chris Allegretta · 23 years ago
  2. d173c15 Add and close BUG #62 by Chris Allegretta · 23 years ago
  3. 500b5e3 do_cut_text(): Moved the case of current == mark_beginbuf into cut_marke segment, so do_writeout could call it when writing selection to file. Added some NANO_SMALL ifdefs by Chris Allegretta · 23 years ago
  4. 658399a Moved extension functions to meta keys, new macro TOGGLE() for toggling flags by Chris Allegretta · 23 years ago
  5. 3ba2953 do_cut_text() - If the next line is empty when using -k, create a dummy line and add it to the cutbuffer (fixes bug #61) by Chris Allegretta · 23 years ago
  6. b4d6ad0 Added rcfile.c to the translated files, added gettext calls to some messages that didn't have it and updated Spanish. New po files for the rest. by Jordi Mallach · 23 years ago
  7. 53ea9d1 Add BUG #60 by Chris Allegretta · 23 years ago
  8. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  9. 6cb4e88 page_up() - Rewritten with a loop to make screen updates work when mark is set (fixes bug #59). by Chris Allegretta · 23 years ago
  10. 5050aa6 Addand fix bug #59 by Chris Allegretta · 24 years ago
  11. 38068cd Nano 1.0.1 release by Chris Allegretta · 24 years ago
  12. 0876dc9 Change some lstats to stats, check file via lstat first, then stat() if it's a link in the browser by Chris Allegretta · 24 years ago
  13. 4980517 files.c:diralphasort() - Changed stat calls to lstat to stop abort on symlinks, otherwise return 0. (Matthias Andree, fixes bug #58) by Chris Allegretta · 24 years ago
  14. 565f7d5 Added and fixed BUG #57 by Chris Allegretta · 24 years ago
  15. 74bb31b Fix BUG #56 found on SourceForge by Chris Allegretta · 24 years ago
  16. 94a78b8 Added check for samlinewrap case and cursor placement fixes, closing BUG #55 =-) by Chris Allegretta · 24 years ago
  17. 8546fa0 Added Bug #55 by Chris Allegretta · 24 years ago
  18. 09f39cb Fix for bugu #54 by Chris Allegretta · 24 years ago
  19. a8785e0 Added BUG #54 by Chris Allegretta · 24 years ago
  20. 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
  21. 221a46e updated bugs as discussed on the list by Robert Siemborski · 24 years ago
  22. 169ee84 Fixed Bug #53 by Chris Allegretta · 24 years ago
  23. 12de5ca Added bug #53 by Chris Allegretta · 24 years ago
  24. 3c10ec0 Added bug #51 by Chris Allegretta · 24 years ago
  25. 155d620 Add and fix Bug #51 :-) by Chris Allegretta · 24 years ago
  26. 2a2e2be Added and fixed bug #50 by Chris Allegretta · 24 years ago
  27. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  28. 07b9c2b Give the read file error segfault a bug # in BUGS by Chris Allegretta · 24 years ago
  29. 35788ff I hereby retract bug #48, as Pico does the exact same thing, oops by Chris Allegretta · 24 years ago
  30. 7ffc01f Added bug #48 by Chris Allegretta · 24 years ago
  31. 5bf51d3 Updated BUGS, optimized search_init a little, fixed bug #47 by Chris Allegretta · 24 years ago
  32. 1cc0b7f Fixed bug #45, stupid... by Chris Allegretta · 24 years ago
  33. 810632d Bug #46, discovered and fixed by Chris Allegretta · 24 years ago
  34. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  35. 07e97d6 Updates for upcoming 0.9.19 release by Chris Allegretta · 24 years ago
  36. f45c18d Fix bug #44 by Rocco Corsi by Chris Allegretta · 24 years ago
  37. c9f147a Finally closed bug #16 for inactivity, updated TODO by Chris Allegretta · 24 years ago
  38. d0dbb40 Oops, I meant in gnome terminal, not xterm ;) by Chris Allegretta · 24 years ago
  39. 91d392c Adding a new BUG and closing out #41 by Chris Allegretta · 24 years ago
  40. d746d90 Assigned entire file cut a number, crediting Ken in BUGS instead of ChangeLog by Chris Allegretta · 24 years ago
  41. 756f220 New toggles for flags via Meta by Chris Allegretta · 24 years ago
  42. cf7c993 Updated BUGS by Chris Allegretta · 24 years ago
  43. f1d33d3 Get rid of lack of update when searching andmark is set by Chris Allegretta · 24 years ago
  44. c87a411 More RCS schtuff by Chris Allegretta · 24 years ago
  45. d7c31c1 Bug update by Chris Allegretta · 24 years ago
  46. 55d5455 More BUGS fixed by Chris Allegretta · 24 years ago
  47. 5d8f625 BUGS update by Chris Allegretta · 24 years ago
  48. da721be Bug fixes for do_enter and do_backspace by Chris Allegretta · 24 years ago
  49. d069ac0 More bugs, YAY by Chris Allegretta · 24 years ago
  50. 7975ed8 New cvs code, data abstraction is good by Chris Allegretta · 24 years ago
  51. a1a55c7 official 0.9.14 sync by Chris Allegretta · 24 years ago
  52. 1013e14 Updated BUGS by Chris Allegretta · 24 years ago
  53. c9b1dba continued existance of do_justify bug documented (#31) by Robert Siemborski · 24 years ago
  54. a417ddc some random totsize-related bugfixes. (do_justify & do_wrap) by Robert Siemborski · 24 years ago
  55. 0559719 doc updates by Chris Allegretta · 24 years ago
  56. f4e75e1 Fixed bug #31 by Chris Allegretta · 24 years ago
  57. 231d3d6 Update BUGS for closed bugs and update NEWS for the upcoming .13 release by Chris Allegretta · 24 years ago
  58. acb6234 Added code to check to see if using -l and the file is not fact a link. Please test by Chris Allegretta · 24 years ago
  59. aa44841 cleaned up BUGS so open bugs were separate from closed ones by Robert Siemborski · 24 years ago
  60. a299b03 Better fix for bug #29 by Chris Allegretta · 24 years ago
  61. 82bd1b3 Added bug #29 by Chris Allegretta · 24 years ago
  62. fa8f7bf Fixed consecutive search substring replace bug (28) by Chris Allegretta · 24 years ago
  63. 6a2273d Added some bugs by Chris Allegretta · 24 years ago
  64. a4d2162 Added '(to replace)' to prompt in search_init when we are replacing by Chris Allegretta · 24 years ago
  65. 82e603d brought up to date due to recent totsize fixes by Robert Siemborski · 24 years ago
  66. 5387591 Continued display fixes. Specifically, bug #23. by Robert Siemborski · 24 years ago
  67. ea19c73 fix for the totsize / cut bug by Robert Siemborski · 24 years ago
  68. 1fc1f3c Updates for fixes in winio.c, as well as what remains to be fixed by Robert Siemborski · 24 years ago
  69. a2ea193 Initial revision by Chris Allegretta · 24 years ago