1. 61f5c55 2009-01-29 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  2. 30f278f - Fix compliation breakage with --disable-justify, reported by Mike Frysinger by Chris Allegretta · 17 years ago
  3. 75dfa8a Make changelog message less harsh as terminal state shoudl now be fine on exit. by Chris Allegretta · 17 years ago
  4. b0f0b7f Pull stdin reading out into a function, add ^c interrupt message on stderr. by Chris Allegretta · 17 years ago
  5. 25d459a 2009-01-29 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  6. 2d90cf3 2009-01-28 Davide Pesavento <davidepesa@gmail.com> by Chris Allegretta · 17 years ago
  7. 2d1bdd0 Fix regression bugs introduced with other recent bugs disguised as features. by Chris Allegretta · 17 years ago
  8. 2823c99 2009-01-25 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  9. 019998a Fix reset_multis undefined call when not using color. by Chris Allegretta · 17 years ago
  10. d47d8cd * First pass at some caching of caching color info. Right now it's only for by Chris Allegretta · 17 years ago
  11. 0dc26dc 2009-01-24 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  12. a117163 2009-01-19 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  13. 4630102 Change vesion back to SVN. How did I forget to do that during release. Tisk. by Chris Allegretta · 17 years ago
  14. 2f2f4d3 GNU nano 2.1.7 release. by Chris Allegretta · 17 years ago
  15. 2d189ae Add tiny check around new mtime check code. Fixes certain compile time options. by Chris Allegretta · 17 years ago
  16. 95add8d 2008-10-20 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  17. 973addc * global.c (shortcut_init), search.c (search_init): Fix add_to_sclist for ^W^T so by Chris Allegretta · 17 years ago
  18. 4e12cb8 Get rid of some unused variables with -Wall by Chris Allegretta · 17 years ago
  19. 2a044ee 2008-10-14 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  20. c81cf52 Eliminate linescut variable from undo structure as its an unneeded pain in the ass. by Chris Allegretta · 17 years ago
  21. c84e765 2008-10-13 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  22. 5c1c143 2008-10-04 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  23. 3c4e991 Back to SVN by Chris Allegretta · 17 years ago
  24. 8f0a921 GNU nano 2.1.6 release by Chris Allegretta · 17 years ago
  25. 513157d 2008-10-03 Pascal Gentil <pascal.gentil@univ-rennes1.fr> by Chris Allegretta · 17 years ago
  26. fa195e6 2009-09-30 Dirkjan Ochtman <dirkjan@ochtman.nl> by Chris Allegretta · 17 years ago
  27. 215eb36 2008-09-30 <bluestorm_dylc@hotmail.com> by Chris Allegretta · 17 years ago
  28. 83c3f95 make --enable-tiny disable the new enabled-by-default options as that's presumably the expected behavior by Chris Allegretta · 17 years ago
  29. 025548a * configure.ac: Change extra, multibuffer, color and rcfile to default to enabled by Chris Allegretta · 17 years ago
  30. 8227d41 2008-09-30 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  31. f30c139 2008-09-21 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  32. b549f37 2008-09-16 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  33. e137f12 * nano.c: Do call disable_signals at startup regardless, since under cygwin we can't generate by Chris Allegretta · 17 years ago
  34. 86cab67 Back to svn! by Chris Allegretta · 17 years ago
  35. 566635e GNU nano 2.1.5 release by Chris Allegretta · 17 years ago
  36. 95a9de0 Move the wordbounds check down so it will happen if either --enable-all or --enable-color by Chris Allegretta · 17 years ago
  37. 1d77823 * global.c, help.c, browser.c, files.c, proto.h: Fix several compipation and programmatic by Chris Allegretta · 17 years ago
  38. 874969b * nano-regress: New perl script to check for some of the more obvious issues with compilation by Chris Allegretta · 17 years ago
  39. 6b83e52 2008-08-29 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  40. faeeb5b 2008-08-28 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  41. dc7136a * text.c (do_enter): Fix issue when compiled with --enable-debug, fixes Savannah bug 24092. by Chris Allegretta · 17 years ago
  42. 77bf1b5 2008-08-21 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 17 years ago
  43. 90ad8e2 2008-08-08 Magnus Granberg <zorry@ume.nu> / Adam Conrad <?> by Chris Allegretta · 17 years ago
  44. 2cc5888 * files.c (write_file): Check exit code of fclose(), since in certain out of space conditions the OS will by Chris Allegretta · 17 years ago
  45. 93f2ea1 Back to svn. by Chris Allegretta · 17 years ago
  46. d2780ec GNU nano 2.1.4 release. by Chris Allegretta · 17 years ago
  47. 80ea9c5 * text.c (add_undo): Fix check for multi-line cut check skips adding other new legit events. by Chris Allegretta · 17 years ago
  48. b08b386 Re-add the skip_backup label since we do still need it in one case. by Chris Allegretta · 17 years ago
  49. 5c27d72 * text.c (do_redo): Fix improperly restoring the text when redoing a line split. by Chris Allegretta · 17 years ago
  50. 447f1b4 * files.c: Do not go on and attempt to write the main file if writing the backup file failed, by Chris Allegretta · 17 years ago
  51. 6f681c1 * text.c: Reset openfile-> to OTHER after an undo or redo so we don't mistakenly by Chris Allegretta · 17 years ago
  52. a50d0e3 Back to SVN version by Chris Allegretta · 17 years ago
  53. 599c559 GNU nano 2.1.3 release by Chris Allegretta · 17 years ago
  54. ea57787 - Add redo of an insert - Fix bug in fsfromlineno - Tiny cleanups in undo by Chris Allegretta · 17 years ago
  55. 14c8620 - Change add_undo and current_undo to only take action arg, as openfilestruct arg is always openfile by Chris Allegretta · 17 years ago
  56. 3c1131a - Add very basic undo for text replace. by Chris Allegretta · 17 years ago
  57. 015c740 Allow current undo code to compile with NANO_TINY by Chris Allegretta · 17 years ago
  58. d31ddb7 Allow basic multi-^K cuts to be redone properly. Code getting uglier by the second. by Chris Allegretta · 17 years ago
  59. 8f76112 - When undoing a cut, set cutbuffer to NULL after freeing the current one by Chris Allegretta · 17 years ago
  60. 1f37c45 When redoing a text add, actually copy the beginning of the line back! by Chris Allegretta · 17 years ago
  61. 91a1862 Add undoing argument to do_cut_text as we don't want to be messing around with the undo contents when we're in the by Chris Allegretta · 17 years ago
  62. e418b69 * configure.ac: Add ncursesw dir to include path if lib detected by Chris Allegretta · 17 years ago
  63. 12dc8ca Commit back some undo/redo rewrites by Chris Allegretta · 17 years ago
  64. 0b499d4 Add xflags to undo struct so we can add extra info to the undo process (e.g. backspace vs delete) by Chris Allegretta · 17 years ago
  65. fa40694 Allow backspace to be bound to keys in .nanorc by Chris Allegretta · 17 years ago
  66. 70859f4 Add ability to rebind the (still unfinished) undo and redo functions in case anyone is interested in testing it out early. by Chris Allegretta · 17 years ago
  67. 9fb13fb 2008-07-11 Mike Frysinger <vapier@gentoo.org> by Chris Allegretta · 17 years ago
  68. 274142c Clean up some unused variables from old undo implementation. by Chris Allegretta · 17 years ago
  69. b857678 2008-07-11 Fabian Groffen <grobian@gentoo.org> by Chris Allegretta · 17 years ago
  70. a9dea98 2008-07-11 Michael Haubenwallner <michael.haubenwallner@salomon.at> by Chris Allegretta · 17 years ago
  71. a855fa2 2008-07-11 Michael Haubenwallner <michael.haubenwallner@salomon.at> by Chris Allegretta · 17 years ago
  72. 09b8124 Savannah bug 23751: Segfault when viewing help using Japanese locale by Chris Allegretta · 17 years ago
  73. 07fcc4c Add beginning undo feature, since I want to start fixing bugs from savannah and don't want to manager another checking, and the code basically works for some operations. by Chris Allegretta · 17 years ago
  74. 1347f22 Fix for 23733: search history broken with nano-2.1.1+ by Chris Allegretta · 17 years ago
  75. 9015f18 Back to SVN by Chris Allegretta · 17 years ago
  76. 2c367bf GNU nano 2.1.2 release. by Chris Allegretta · 17 years ago
  77. 47a7ac2 Add ChangeLog update for previous fix, argh. by Chris Allegretta · 17 years ago
  78. fb41a07 Add function check_bad_binding to check ppl arent binding things they shouldn, though currently its only one entry long ('meta-[') by Chris Allegretta · 17 years ago
  79. 1b6ed07 Add a fix for bug #23144 that actually works (several bugs in one here) by Chris Allegretta · 17 years ago
  80. 1371fb6 Tentative fix for bug #23144: using arrow keys in search buffer affects main window by Chris Allegretta · 17 years ago
  81. 3daeeeb Fix for Savannah bug #23442: left/right arrow keys do not work with --enable-tiny by Chris Allegretta · 17 years ago
  82. 8b6461f files.c,proto.h,text.c: Fix for conflicts with AIX curses variables, from William Jojo <jojowil@hvcc.edu> by Chris Allegretta · 17 years ago
  83. 506af6f global.c: Fix for compile error when --disable-speller is used (Savannah bug 23227 by Mike Frysinger) by Chris Allegretta · 17 years ago
  84. f9cf362 Minor formatting issue and trying to test why my writes are failing to the svn tree in 2.0. by Chris Allegretta · 17 years ago
  85. e67bf80 Fix for segfault when window size is too small by Andreas Amann <andreas.amann@tyndall.ie> by Chris Allegretta · 17 years ago
  86. ed505f5 Makefile changes for the included files and updated Changelog by Chris Allegretta · 17 years ago
  87. deb34f2 New syntax highlighting from Mike F. Credits: by Chris Allegretta · 17 years ago
  88. c73d071 Minor formatting issue in NEWS for 2.1.1 by Chris Allegretta · 17 years ago
  89. 9eb7fc6 Back to SVN by Chris Allegretta · 17 years ago
  90. 9ba6606 Add the newa, argh by Chris Allegretta · 17 years ago
  91. 33a8b4e GNU nano 2.1.1 release by Chris Allegretta · 17 years ago
  92. 2cca483 Fix for bug #22780: build failure with --enable-multibuffer --enable-tiny by Chris Allegretta · 17 years ago
  93. b04248c Benno's latest fixes for help menu translations. by Chris Allegretta · 17 years ago
  94. 8a59f25 Wow, I somehow did not run into the "invalid range" error by Chris Allegretta · 17 years ago
  95. cc60c3a Add some rc file name debugging by Chris Allegretta · 17 years ago
  96. 2ea0b8f Fix default bracket match shortcut by Chris Allegretta · 17 years ago
  97. dcd19c9 Fix for my fix for Mike's fix...dont add menu item refencing nano_exitbrowser_msg by Chris Allegretta · 17 years ago
  98. 90ee8ee Add Mike F's latest patches for 2.1.0 and new syntax configs for tcl, php and gentoo. by Chris Allegretta · 17 years ago
  99. 690e7df Back to svn by Chris Allegretta · 17 years ago
  100. a1941d2 Gah, upgrate the translations for 2.1.0 by Chris Allegretta · 17 years ago