1. dc57bba Nano 1.1.3 release by Chris Allegretta · 23 years ago
  2. 6d0aa9f More do_prev_word() fixes by Chris Allegretta · 23 years ago
  3. e59fc82 Okay, now fix do_prev_word so it doesn't crash when it hits a blank line, it's still not perfect =/ by Chris Allegretta · 23 years ago
  4. a1a6a7f Oopos, wrote the test backwards :-) by Chris Allegretta · 23 years ago
  5. 1078640 nano.h: Additional #define, SMALL_TOO to determine how long MAIN_LIST_LEN is. We need this because of the find matching bracket code by Chris Allegretta · 23 years ago
  6. 2cd72b6 Back out off by one fix that's not actually off by one, it was a different bug :-) by Chris Allegretta · 23 years ago
  7. 3a24f3f Changed header comments to say "version 2" instead of "version 1" as the COPYING file is actually version 2 of the GPL (bug noticed by Jordi Mallach) by Chris Allegretta · 23 years ago
  8. 347c184 nano.c:main() - Moved #ifndef NANO_SMALL down past the case 0: line so control-space doesn't insert a \0 (ack!) by Chris Allegretta · 23 years ago
  9. 48ebb81 nano.c:main() - Fixed off by one when checking for MAIN_LIST_LEN. Ugh. by Chris Allegretta · 23 years ago
  10. abf22a8 - nano.c: - Added the #ifdefs around do_prev_word the code in main() by Chris Allegretta · 23 years ago
  11. e7ee63f - cut.c: cut_marked_segment() - Fix off-by one in mem allocation by Chris Allegretta · 23 years ago
  12. fa0c696 Fixed null_at to ACTUALLY DO SOMETHING with its arg. Again, this was causing nasty errors if the call to nrealloc moved where the data was located by Chris Allegretta · 23 years ago
  13. 878ced3 - nano.c:do_prev_word() - Fixed goofy logic setting x pos to value of last line when hitting the beginning of first line, prog should simply abort. by Chris Allegretta · 23 years ago
  14. b3655b4 DLR's cut and miscellaneous fixes, my cut fixes, and context-sensitive help, woohoo by Chris Allegretta · 23 years ago
  15. fac011a I mean add, not replace... duh. by Jordi Mallach · 23 years ago
  16. 9f4e583 Added stamp-h1 by Jordi Mallach · 23 years ago
  17. beead28 - faq.html - Removed nano-editor.org FTP site address [deprecated] and added the GNU one by Chris Allegretta · 23 years ago
  18. eb94b9e Updated Ukrainian translation (Sergey A. Ribalchenko). by Jordi Mallach · 23 years ago
  19. 76e291b Added conversion messages for DOS and Mac files, and Alt-space as do-previous-word by Chris Allegretta · 23 years ago
  20. ab23fbd Updated Russian translation (Sergey A. Ribalchenko). by Jordi Mallach · 23 years ago
  21. 26f4603 Style updates for Spanish, by Santiago Vila. by Jordi Mallach · 23 years ago
  22. 2476ebd Updated Danish translation (Keld Simonsen). by Jordi Mallach · 23 years ago
  23. 482d165 Updated Swedish translation (Christian Rose). Updated gl.po from TP. by Jordi Mallach · 23 years ago
  24. 02a2452 Small typo fix. by Jordi Mallach · 23 years ago
  25. cdcac1c And what if I actually fix it? by Jordi Mallach · 23 years ago
  26. 633dab0 Darn, that %s vs %d bug again. by Jordi Mallach · 23 years ago
  27. 14a0e55 Getting rid of Makefile.in too, autogenerated file. by Jordi Mallach · 23 years ago
  28. 8fd15e2 Oops, m4 stuff is in m4/ in nano 1.1.x... by Jordi Mallach · 23 years ago
  29. 19aad37 Added script to get working configure, etc. by Jordi Mallach · 23 years ago
  30. c17aa63 Bye bye you too. To the Attic! (replaced by autogen.sh) by Jordi Mallach · 23 years ago
  31. 9a39789 Back to CVS version by Chris Allegretta · 23 years ago
  32. 03260b4 GNU nano 1.1.2 release by Chris Allegretta · 23 years ago
  33. 58a3353 Have a nice day in the Attic, nano.info. We just need nano.texi. by Jordi Mallach · 23 years ago
  34. 4c6438b Fixed the remaining fuzzy string in fi.po. Phear my Finnish :) (thanks Antti-Juhani Kaijanaho). by Jordi Mallach · 23 years ago
  35. 780f320 Finnish update for 1.1.2pre3, by Pauli Virtanen. by Jordi Mallach · 23 years ago
  36. 8a98637 Italian updates for 1.1.2 (Marco Colombo). by Jordi Mallach · 23 years ago
  37. cdbabfd * Added more command line options that are currently ignored by nano (DLR). by Jordi Mallach · 23 years ago
  38. 7d589ca Fixed typos found by DLR and ispell. by Jordi Mallach · 23 years ago
  39. ca1a82e - rcfile.c: - Fix incorrect argument in fill and tabsize error message (Nathan Heagy) by Chris Allegretta · 23 years ago
  40. f57b886 Documentation updates for nano 1.1.2 (texi and manpage). by Jordi Mallach · 23 years ago
  41. 2226244 Galician translation brought up to date for 1.1.2 by Jacobo Tarrío. by Jordi Mallach · 23 years ago
  42. b97beda Updated ca & es for 1.1.2 release (tab size changes). by Jordi Mallach · 23 years ago
  43. 31b2b81 Add filebot magic line bug as bug #66 by Chris Allegretta · 23 years ago
  44. 5e4b108 Add single line bug as Bug #65 by Chris Allegretta · 23 years ago
  45. b516d8e - nano.c:main() - Added var constcheck as a CRC-like check of whether cursor pos has changed and if so update the pos with -c by Chris Allegretta · 23 years ago
  46. 66c33b8 Add tabsize support to rc file (Nathan Heagy) by Chris Allegretta · 23 years ago
  47. dc2ca88 - cut.c:do_cut_text() - Don't recenter the line when cutting one line (DLR) by Chris Allegretta · 23 years ago
  48. a2d849b * Added notes about the Free Translation Project. by Jordi Mallach · 23 years ago
  49. 14b0acc * We can't live WITHOUT bells and whistles 8) (Nathan Heagy) by Jordi Mallach · 23 years ago
  50. b26cb39 Don't show non-positive shortcut keys in help_init() by Chris Allegretta · 23 years ago
  51. e10f389 Take out the unneeded case sensitive and reverse stuff from -tiny by Chris Allegretta · 23 years ago
  52. ad3f478 - Take control-space out of -tiny build, unneeded by Chris Allegretta · 23 years ago
  53. 59121a9 Change do_bracket ctrl shortcut to -9 (junk value) instead of 0 so control-space will work by Chris Allegretta · 23 years ago
  54. 92f5fdc Finally, do the ChangeLog by Chris Allegretta · 23 years ago
  55. 386e051 winio.c:nanogetstr() - Don't be clever and wasteful, just repaint every iteration by Chris Allegretta · 23 years ago
  56. 1c27d3e nano.c:main() - Fix the KEY_IC being undefined when using slang by Chris Allegretta · 23 years ago
  57. 7fdbd05 Readded DISABLE_CURPOS cause we can't get away without it (Search Wrapped msgs) and Ken's findnextr fixes by Chris Allegretta · 23 years ago
  58. d948edc DLR's latest smooth scroll fix, case where there's not a full half page up from the cursor to fileage screws up the cursor position by Chris Allegretta · 23 years ago
  59. 222a086 cut.c:cut_marked_segment() - Add magic line when cutting a selection including filebot (discovered by DLR, fixed by DLR & Chris) by Chris Allegretta · 23 years ago
  60. 1e36fd8 Italian updates for 1.1. by Jordi Mallach · 23 years ago
  61. f727da8 Add smooth scroll and the DOS/Mac file support to the README by Chris Allegretta · 23 years ago
  62. 7388948 Added Karl, fixed Hungarian translator address (blindly believing Google). by Jordi Mallach · 23 years ago
  63. 200b27e Fixes from Karl Eichwalder to de.po, so Emacs doesn't barf. by Jordi Mallach · 23 years ago
  64. 10398ad Corrected small spacing typo in --dos help. by Jordi Mallach · 23 years ago
  65. 1b3381b Initialize totsize in files.c:new_file() and let do_gotopos keep current position when invoking the alternate speller (DLR) by Chris Allegretta · 23 years ago
  66. 2bef182 Fixes to bracket_msg in global.c by DLR by Chris Allegretta · 23 years ago
  67. 352801c Fix brace error with nano-tiny in do_writeout() by Chris Allegretta · 23 years ago
  68. c1917e7 Updated Catalan and Spanish translations to 1.1.2pre2. by Jordi Mallach · 23 years ago
  69. acf4b16 Header fixes for some old po files. by Jordi Mallach · 23 years ago
  70. 475f96d Updated Catalan and Spanish translations. by Jordi Mallach · 23 years ago
  71. a951f21 - nano.c: do_mouse() - Change k based on currslen to allow the new widths in bottombars() by Chris Allegretta · 23 years ago
  72. 26a86e3 Initialize bracket_msg (David Lawrence Ramsey by Chris Allegretta · 23 years ago
  73. 9519eb0 - files.c: do_writeout() - Expanded strings to not use %s and ?: to determine write/append string to be nice to translators by Chris Allegretta · 23 years ago
  74. 759d352 Search prompt changes, bracketed modifiers and to search at the front by Chris Allegretta · 23 years ago
  75. 56214c6 DLR's fixes: arg for operatingdir's getopt_long text, changes to cases 2b and 2c in do_wrap for Pico compatibility, and new arg save_cutbuffer to global_init() to stop the cutbuffer from being lost with multiple buffers by Chris Allegretta · 23 years ago
  76. 5050d35 Fixes to paging (smooth scroll) by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  77. ecc1933 Off by one error in findnextstr? by Chris Allegretta · 23 years ago
  78. c1968a0 Updated Spanish to 1.1.2pre1 by Jordi Mallach · 23 years ago
  79. 99e30e1 Oops, we shoudn't let DOS_FILE and MAX_FILE be set at the same time by Chris Allegretta · 23 years ago
  80. ce78c1e DLR's latest fixes for the tabcomp code and keys by Chris Allegretta · 23 years ago
  81. beb5497 rcfile.c: - NUM_RCOPTS fix (DLR) by Chris Allegretta · 23 years ago
  82. 96bd4e4 Readd skipping Meta-A,B,E in do_toggle, oops I'm with it now :-) by Chris Allegretta · 23 years ago
  83. 8d990b5 - Bracket (brace, parens, etc) matching code by Ken Tyler. New functions do_find_bracket(), changes to findnextstr(), command is Meta-] (hope you dont mind since I already sold off Meta-O to the MacOS file code Ken...) by Chris Allegretta · 23 years ago
  84. 6f6aba0 Move the smooth_msg up a tiny by Chris Allegretta · 23 years ago
  85. 3e3ae94 - New smooth scroll code by Ken Tyler. New flag -S, --smooth, changes to page_up() and page_down() by Chris Allegretta · 23 years ago
  86. 0319176 More Mac file fixes by Chris Allegretta · 23 years ago
  87. 960a863 Oops, another Mac fix by Chris Allegretta · 23 years ago
  88. 995177f Add Mac toggle Meta-O for Mac format by Chris Allegretta · 23 years ago
  89. 8fa1e28 Added mac file support too by Chris Allegretta · 23 years ago
  90. 7004c28 -D cmdline flag for DOS formatted files by Chris Allegretta · 23 years ago
  91. 6414b40 Make the Alt-key seqs work with the mouse by Chris Allegretta · 23 years ago
  92. 9184189 Code to read/write dos formatted files. Massive amounts of new code in read_line and write_file. New flag DOS_FILE by Chris Allegretta · 23 years ago
  93. 5d25f06 Catalan commit with no translation changes, just to avoid more conflicts. by Jordi Mallach · 23 years ago
  94. 128e95f Updated Spanish for chroot patch. by Jordi Mallach · 23 years ago
  95. e09cd1d Credit DLR for his code =-) by Chris Allegretta · 23 years ago
  96. e1f1452 General: - New flag -o, --operatingdir, similar to Pico's -o mode. New function check_operating_dir(), changes to load_file (arg), open_file_dup_search (arg), new function do_gotopos for -F. by Chris Allegretta · 23 years ago
  97. b6c89ee Completely get rid of DISABLE_CURPOS by Chris Allegretta · 23 years ago
  98. 0357c4d - nano.c: main() - Added vars oldcurrent and oldcurrent_x to check whether cursor pos has changed and if so update the pos with -c by Chris Allegretta · 23 years ago
  99. 68532c3 Fix unneeded vars with NANO_SMALL by Chris Allegretta · 23 years ago
  100. ff98983 Fix acconfig.h, NANO_SMALL leaves out Auto Indent by Chris Allegretta · 23 years ago