1. 637f6e5 update nano.spec.in for the 1.3 branch by David Lawrence Ramsey · 21 years ago
  2. 7776ef9 work around problem with Backspace's generating ASCII 127 on Linux sometimes by David Lawrence Ramsey · 21 years ago
  3. 8fa1976 allow WHEREIS_NEXT_KEY to be used in view mode by David Lawrence Ramsey · 21 years ago
  4. 7127857 prompt before saving the current file under a different name by David Lawrence Ramsey · 21 years ago
  5. b7cb6a3 avoid infinite loop when doing a forward regex replace of "$" by David Lawrence Ramsey · 21 years ago
  6. 95114c1 Back to CVS by David Lawrence Ramsey · 21 years ago
  7. 133f7b1 GNU nano 1.3.0 by David Lawrence Ramsey · 21 years ago
  8. f6cf4a7 avoid having duplicate case values when some key values are missing by David Lawrence Ramsey · 21 years ago
  9. 13dfdb2 document the setting of EXTRA_DIST by David Lawrence Ramsey · 21 years ago
  10. 3a42087 Create html manpages when building nano. by Jordi Mallach · 21 years ago
  11. c1f630e SunOS 5.9 doesn't define KEY_RESIZE either by David Lawrence Ramsey · 21 years ago
  12. 2530725 Changelog update: fix problem with KEY_RESIZE's not being defined on by David Lawrence Ramsey · 21 years ago
  13. f5b256b miscellaneous #define cleanups by David Lawrence Ramsey · 21 years ago
  14. 4dcd070 fix problems with the marking highlight's being drawn improperly in some cases by David Lawrence Ramsey · 21 years ago
  15. 99bede3 have nano handle SIGHUP/SIGTERM properly when it's suspended by David Lawrence Ramsey · 21 years ago
  16. 2dd7ed1 a few last missing minor bits of DB's refactored display code by David Lawrence Ramsey · 21 years ago
  17. f03c78b DB's minor efficiency tweak for do_mark() by David Lawrence Ramsey · 21 years ago
  18. 5dcba30 a few missing minor bits of DB's refactored display code by David Lawrence Ramsey · 21 years ago
  19. 7bf00de set fileformat back to 0 after reading in a file to prevent erroneous by David Lawrence Ramsey · 21 years ago
  20. a3831ab minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  21. f0b7dca remove abcd(); the low-level input overhaul left it unused by David Lawrence Ramsey · 21 years ago
  22. 9eff746 all our memmove() function calls work on char*'s, so we can use the by David Lawrence Ramsey · 21 years ago
  23. da8fd8f a few minor fixes for low-level keyboard input by David Lawrence Ramsey · 21 years ago
  24. 5ffbec5 port over some of DB's refactored display code, most importantly the by David Lawrence Ramsey · 21 years ago
  25. 1356a0a change enum "topmidbotnone" to "topmidnone", since we no longer have a by David Lawrence Ramsey · 21 years ago
  26. c97acfb since the SAMELINEWRAP flag is only used in nano.c, convert it to a by David Lawrence Ramsey · 21 years ago
  27. 7f47d42 don't let the user type in ASCII 127 at the statusbar prompt by David Lawrence Ramsey · 21 years ago
  28. d91ab6e DB's movement code overhaul (smooth paging, etc.) with a few of my fixes by David Lawrence Ramsey · 21 years ago
  29. dc9c40a Brand Huntsman's improved nanorc regexes by David Lawrence Ramsey · 21 years ago
  30. e0a9f50 fix slang compilation problem by David Lawrence Ramsey · 21 years ago
  31. 298b975 Major package reorganization: by Jordi Mallach · 21 years ago
  32. 417b03a make sure the "historylog" option isn't included in tiny mode by David Lawrence Ramsey · 21 years ago
  33. 21cc550 minor nanorc.sample fixes by David Lawrence Ramsey · 21 years ago
  34. 3bd9628 minor rcfile fixes by David Lawrence Ramsey · 21 years ago
  35. 8faf305 add paragraph searching ability by David Lawrence Ramsey · 21 years ago
  36. cb7ee0e one last documentation fix by David Lawrence Ramsey · 21 years ago
  37. aaad3af documentation updates by David Lawrence Ramsey · 21 years ago
  38. ec290f2 fix bug where calculated filename space on the titlebar is short by one by David Lawrence Ramsey · 21 years ago
  39. 2786366 fix Meta-X's turning the keypad off under ncurses by David Lawrence Ramsey · 21 years ago
  40. ba6fd42 move line wrapping toggle entry to global.c by David Lawrence Ramsey · 21 years ago
  41. e049706 Wouter van Hemel's "Where Is Next" patch by David Lawrence Ramsey · 21 years ago
  42. 1018761 minor changelog fix by David Lawrence Ramsey · 21 years ago
  43. a9cebd8 remove unneeded breaks at the ends of default: clauses by David Lawrence Ramsey · 21 years ago
  44. 4d7c260 low-level input overhaul by David Lawrence Ramsey · 21 years ago
  45. f3fee5d Update the ChangeLog too by Chris Allegretta · 21 years ago
  46. 6954f05 add 1.3 fork info, change version to 1.2.99-cvs by Chris Allegretta · 21 years ago
  47. 194c26f Back to CVS by Chris Allegretta · 21 years ago
  48. 3364214 GNU nano 1.2.2 release by Chris Allegretta · 21 years ago
  49. c30fc24 - winio.c:nanogetstr() - Fix problem where pressing down,up,down does not blank the search prompt but keeps the previous search (DLR) by Chris Allegretta · 21 years ago
  50. f9390af Remove gettext marks from debug messages. by Jordi Mallach · 21 years ago
  51. 4f5335d Add DLR's excellent workaround for strcasecmp not being available by Chris Allegretta · 21 years ago
  52. 653d614 Use DLR's home/end patch instead of mine, because it's cleaner and remove some unneeded code in do_help() by Chris Allegretta · 21 years ago
  53. 13f094e - winio.c:nanogetstr() - Add handler for Alt-[-H and F as home and end when -K is used. Basically a workaround until a cleaner way can be found. by Chris Allegretta · 21 years ago
  54. 6d97d18 faq update for inability to see color when nano is compiled w/color support by David Lawrence Ramsey · 21 years ago
  55. b764eb6 a few more manpage fixes, and a resync of their html versions by David Lawrence Ramsey · 21 years ago
  56. 70047ee by David Lawrence Ramsey · 21 years ago
  57. d995e9a More formatting fixes for nanorc.5 from Jean-Philippe. by Jordi Mallach · 21 years ago
  58. 9e74ade Add Geir Helland to THANKS. by Jordi Mallach · 21 years ago
  59. 5b63eaf Formatting fixes for nano.1 from Jean-Philippe. by Jordi Mallach · 21 years ago
  60. 2e6d0ca Added Laurentiu Buzdugan, for Romanian. by Jordi Mallach · 22 years ago
  61. ffe575f Back to CVS by Chris Allegretta · 22 years ago
  62. aa45931 GNU nano 1.2.1 release by Chris Allegretta · 22 years ago
  63. 8151ba5 DLR's patch to change justify_mode to a flag by Chris Allegretta · 22 years ago
  64. 4b376a4 latest fixes by Chris Allegretta · 22 years ago
  65. e1e0fd6 DLR and DB's latest fixes by Chris Allegretta · 22 years ago
  66. db469d8 Documentation updates. by Jordi Mallach · 22 years ago
  67. d845193 DLR's cumulative patch, one minor configure.ac tweak by Chris Allegretta · 22 years ago
  68. 723399a Dutch update. by Jordi Mallach · 22 years ago
  69. dbc3ec7 Back to CVS by Chris Allegretta · 22 years ago
  70. 2b4ead9 GNU nano 1.2.0 release by Chris Allegretta · 22 years ago
  71. a7a78de - nano.c:justify_format() - Fix ugly behavior when wrapping spaces at the end of long words (David Benbennick) by Chris Allegretta · 22 years ago
  72. 33ac7b9 - files.c:read_file() - If the file we're loading has already been detected as a DOS or Mac formatted file, don't turn on NOCONVERT if we find binary chars in it. This is because if it's detected as DOS/Mac format, at least one line has already been converted so setting NOCONVERT (which is supposed to signal that none of the file should be converted) makes no sense. (DLR) by Chris Allegretta · 22 years ago
  73. fc71eb5 nanorc.5 fixes from DB. by Jordi Mallach · 22 years ago
  74. 07e2000 Format fix for nanorc.5 by Jordi Mallach · 22 years ago
  75. 3d33251 Back to CVS by Chris Allegretta · 22 years ago
  76. 7ba3279 GNU nano 1.1.99pre3 release by Chris Allegretta · 22 years ago
  77. f717f98 Revert const char * strings as it gives warnings with -Wwrite-strings by Chris Allegretta · 22 years ago
  78. 1debce2 More getpwent changes by Chris Allegretta · 22 years ago
  79. aebfac8 Add upgrading information for nano 1.0 users. by Jordi Mallach · 22 years ago
  80. 4f989fa - Moved nano.1 color and syntax sections to nanorc, pointed nano.1 to nanorc.5 for initialization file. Changed nanorc.5 variables to be italics to match nano.1. Added nanorc.5.html to CVS tree by Chris Allegretta · 22 years ago
  81. 2e39c1c - rcfile.c:do_rcfile() - Revert (somewhat) previous behavior of looking at /home/chrisa, and only run getpw* if it is NULL. Most *nix programs seem to only care about /home/chrisa, and at the user-level getpw* may not be reliable (and its slower) by Chris Allegretta · 22 years ago
  82. 65f075d - Change resetpos function to be global (now called resetstatuspos. Fixes annoying but small odd problem with cursor placement when inserting a file. This needs to be done better in 1.3 (originally by David Lawrence Ramsey) Added this issue to TODO by Chris Allegretta · 22 years ago
  83. bcc8688 - Remove do_preserve_msg, as using -p still gives Pico-style string behavior, so an annoying message every invocation is probably unneeded (all cheer) by Chris Allegretta · 22 years ago
  84. fe1d072 - nano.c:main() - Silence annoying compiler messages about clobbering and uninitialized variables by moving variable inits to the top of main() and re-initializing them after the sigsetjmp() by Chris Allegretta · 22 years ago
  85. a0449d9 - files.c: load_history() - Fix segfault on loading huge strings from history file (David Benbennick) by Chris Allegretta · 22 years ago
  86. 7641708 - nano.c:do_suspend() - Fix untranslated message (David Benbennick) by Chris Allegretta · 22 years ago
  87. e9b5c6f - winio.c:browser_init(), striponedir(), do_browse_from() - Various memory leak fixes (David Benbennick) by Chris Allegretta · 22 years ago
  88. d127c71 - nano.c:do_wrap() - Fix isspace() call to operate on int by Chris Allegretta · 22 years ago
  89. b2cd248 const char * fixes and defined(NCURSES_MOUSE_VERSION) additions to winio.c funcs that need them by Chris Allegretta · 22 years ago
  90. 428f620 DB's justify fixes by Chris Allegretta · 22 years ago
  91. fdcb9e9 - Memory leak fixes for files.c:do_insertfile(),do_browser(), nano.c:do_spell(), and search.c:do_replace() (David Benbennick) by Chris Allegretta · 22 years ago
  92. d16f9f6 Change ngettext macro to P_(), to avoid clash with C's __ identifier. by Jordi Mallach · 22 years ago
  93. 4640fe3 - nano.c:do_help () - Fix line lengths not being computed properly, causes display glitches most noticeable with < 20 rows. New function nano.c:line_len(). (David Benbennick) by Chris Allegretta · 22 years ago
  94. a90d0cf DB's gotoline fix by Chris Allegretta · 22 years ago
  95. f8f2d58 DB's fill and window length fixes by Chris Allegretta · 22 years ago
  96. 3a78406 - nano.c:help_init() - Fix crashing in do_help when COLS < 23 (David Benbennick) by Chris Allegretta · 22 years ago
  97. 2ddd75e Updated Finnish translation. by Jordi Mallach · 22 years ago
  98. a66a8f7 Add nanorc.5 manpage. by Jordi Mallach · 22 years ago
  99. 97e10b5 - nano.spec.in - Change default flags to --enable-all by Chris Allegretta · 22 years ago
  100. bfc8b2a - winio.c:nanogetstr() - Remove unnecessary reset of x since it is now handled elsewhere (David Lawrence Ramsey) by Chris Allegretta · 22 years ago