1. 40ecbad NANO_SMALL issues by Chris Allegretta · 23 years ago
  2. ee91f71 shitstamp by Jordi Mallach · 23 years ago
  3. bef1297 Type misalignments and mem leaks in renumber_all, do_justify and do_spell (Rocco & Steven Kneizys) by Chris Allegretta · 23 years ago
  4. 26d59ea Back to CVS by Chris Allegretta · 23 years ago
  5. 97489d2 GNU nano 1.1.7 release by Chris Allegretta · 23 years ago
  6. 46c1b9e nano.c:do_justify() - Don't continue to justify string if it's indented more (quoting wise) than the beginning of the justification by Chris Allegretta · 23 years ago
  7. d4fa0d3 justify_format(), do_justify() - Various fixes for starting blank spaces, spaces after punctuation, & segfault with quoting strings (David Benbennick) by Chris Allegretta · 23 years ago
  8. 46e3118 We actually need ac 2.52. by Jordi Mallach · 23 years ago
  9. 87435d9 Removed m4 stuff from topdir Makefile.am, again. by Jordi Mallach · 23 years ago
  10. a3322fd Polish translation updates (Wojciech Kotwica). by Jordi Mallach · 23 years ago
  11. 459c03d Ugh\! Re-readding the M4 stuff because I don't want to have to run autogen every time I touch configure.ac by Chris Allegretta · 23 years ago
  12. 6324530 Minor fix for quote code, forgot to adjust null by qdepth by Chris Allegretta · 23 years ago
  13. 7a053fc Added -N, -Q. by Jordi Mallach · 23 years ago
  14. fd0fe7e Prototype fix for get_full_path (DLR) by Chris Allegretta · 23 years ago
  15. 40639dd Fixed broken mouse handling with new shortcut setup by Chris Allegretta · 23 years ago
  16. 309aa50 Fix typo and add man page by Chris Allegretta · 23 years ago
  17. d76ca2b Add rcfile support for quotestr and fix strcasestr by Chris Allegretta · 23 years ago
  18. e4f940d - Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_justify(), global variable quotestr() by Chris Allegretta · 23 years ago
  19. 5f87021 Make do_cursorpos() use xpt() instead of just current_x which is inaccurate by Chris Allegretta · 23 years ago
  20. 6f74600 Back out M4 stuff in Makefile.am since it doesn't seem to be needed - wtf by Chris Allegretta · 23 years ago
  21. 99ed9dc - utils.c:strcasestr(),revstrcasestr() - Renamed to stristr and revstristr since strcasestr has not been confirmed to be detected properly on various Linux systems by Chris Allegretta · 23 years ago
  22. 6235a7d Get rid of stupid uninitialized warnings and move nano_dos_msg and nano_mac_msg into NANO_SMALL check by Chris Allegretta · 23 years ago
  23. 2d698b7 Makefile.am: - Re-added M4DIR & ACLOCAL_AMFLAGS, make seems to fail without it Jordi ;-) by Chris Allegretta · 23 years ago
  24. f5de33a - Many malloc() cleanups and files.c tweaks by Steven Kneizys, new functions utils.c:free_shortcutage() (got to love that name\!) & free_toggles(), and big cleanup program thanks_for_all_the_fish() (originally thanks_for_the_memories()). Mods to shortcut_init() by Chris by Chris Allegretta · 23 years ago
  25. bbcac93 I suck. Forgot to add m4 to SUBDIRS, and typoed m4/Makefile.am. All in the same commit! by Jordi Mallach · 23 years ago
  26. f821db9 Argh. Now call autoheader after aclocal. by Jordi Mallach · 23 years ago
  27. 3c5653d Move to autoconf 2.5. by Jordi Mallach · 23 years ago
  28. 48b0670 Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes by Chris Allegretta · 23 years ago
  29. 3a6d70d Get rid of unneeded skip var by Chris Allegretta · 23 years ago
  30. 2ce9205 Fix header. by Jordi Mallach · 23 years ago
  31. 62d2171 Dutch translation updates (Guus Sliepen). by Jordi Mallach · 23 years ago
  32. ff8a68c rcfile.c:do_rcfile() - Parse rcfile in as well (Dwayne Rightler) by Chris Allegretta · 23 years ago
  33. bc72e36 Added Ken's patch, DLR's latest fixes and a little cleanup to bottombars() by Chris Allegretta · 23 years ago
  34. 7e65d2f Get rid of unnecessary stuff in help_init() that was commented out by Chris Allegretta · 23 years ago
  35. 9caa193 407 == ^z fix, get rid of unusaed variables by Chris Allegretta · 23 years ago
  36. a8c2257 DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed by Chris Allegretta · 23 years ago
  37. 025a42c Norwegian bokmål translation updates (Stig E Sandø). by Jordi Mallach · 23 years ago
  38. e46d43d Norwegian bokmål translation updates (Stig E Sandoe). by Jordi Mallach · 23 years ago
  39. 507c361 Danish translation updates (Keld Simonsen). by Jordi Mallach · 23 years ago
  40. a824a9a Remove RELATIVECHARS from nano.h (DLR) by Chris Allegretta · 23 years ago
  41. f27c697 - winio.c:do_cursorpos() - Rewritten to show col place as well as charcter place, without needing an entirely separate flag by Chris Allegretta · 23 years ago
  42. 7eccc79 Hungarian translation updates (Gergely Nagy). by Jordi Mallach · 23 years ago
  43. 40b85e7 - Makefile.am: - Change localedir line to 1.0's version by Chris Allegretta · 23 years ago
  44. b3b28c1 Russian and Ukrainian translation updates (Sergey A. Ribalchenko). by Jordi Mallach · 24 years ago
  45. 8bfd311 Hungarian translation updates (Gergely Nagy). by Jordi Mallach · 24 years ago
  46. 94def06 Partial Czech translation updates (Vaclav Haisman). by Jordi Mallach · 24 years ago
  47. 3d8e759 Allow " symbol to be in regex without leading by checking for *ptr+1 is not the end of the regex by Chris Allegretta · 24 years ago
  48. db3dc57 Update the Sourceforge lists to the GNU ones by Chris Allegretta · 24 years ago
  49. a039b57 Oops, correct anonymous user name. by Jordi Mallach · 24 years ago
  50. 02f3394 Changed recommendation on automake to -p5, not -p4. by Jordi Mallach · 24 years ago
  51. 8dbfb5c Re-add the changes since the CVS tarball was made *argh* by Chris Allegretta · 24 years ago
  52. 8636f7b French, German and Norwegian nynorsk updates. by Jordi Mallach · 24 years ago
  53. 3c597d0 - nanorc.sample - Mention unset in the sample nanorc by Chris Allegretta · 24 years ago
  54. 2440a51 Mention unset in the sample nanorc by Chris Allegretta · 24 years ago
  55. 9c34a16 French and Swedish translation updates. by Jordi Mallach · 24 years ago
  56. 14b3ca9 - General - New flag RELATIVECHARS to show column positino relative to the current line instead of the current file. New flag -C, --relative, changes to do_cursorpos() by Chris Allegretta · 24 years ago
  57. 83ffefb Catalan and Spanish updates. by Jordi Mallach · 24 years ago
  58. 121b9b9 Back to CVS by Chris Allegretta · 24 years ago
  59. 491029e GNU nano 1.1.6 release by Chris Allegretta · 24 years ago
  60. 915b680 Oops, add glib21.m4 to the m4 dir by Chris Allegretta · 24 years ago
  61. 54c7b16 Oops, make that NANO_AM_GNU_GETTEXT by Chris Allegretta · 24 years ago
  62. b9b9f5c Added depcomp. by Jordi Mallach · 24 years ago
  63. 380076b Catalan & Spanish updates. by Jordi Mallach · 24 years ago
  64. 9045319 CVS usage documentation. by Jordi Mallach · 24 years ago
  65. 4756de3 No Im not releasing 1.1.6 yet by Chris Allegretta · 24 years ago
  66. 05f4065 Add the codeset.m4 and iconv.m4 entries to Makefile.am by Chris Allegretta · 24 years ago
  67. 28ab38d Add all of automake 1.4s .m4 files by Chris Allegretta · 24 years ago
  68. bb7bbed Downgraded from automake 1.5, as there are severe security implications by Chris Allegretta · 24 years ago
  69. 24e48d8 Downgraded from automake 1.5, as there are severe security implications by Chris Allegretta · 24 years ago
  70. 34f8098 - rcfile.c:General - Added stdarg.h to includes by Chris Allegretta · 24 years ago
  71. 1c2fddc - search.c:do_search() - Check position of cursor and return value of findnextstr and tell user if search string only occurs once (Rocco & Chris) by Chris Allegretta · 24 years ago
  72. 23b74b2 - nano.c:do_int_spell_fix() - Temporarily unset REVERSE_SEARCH if it's set (Rocco Corsi) by Chris Allegretta · 24 years ago
  73. b2cd10d - nano.c:do_char() - Run edit_refresh() if ENABLE_COLOR is defined so adding multi-liners will update (e.g. /* in C) by Chris Allegretta · 24 years ago
  74. 9963b0e - .cvsignore - Added config.guess config.sub install-sh missing & mkinstalldirs by Chris Allegretta · 24 years ago
  75. fef9d86 autoheader should be called before. by Jordi Mallach · 24 years ago
  76. 3351ce1 - Upgraded missing and installdirs scripts by Chris Allegretta · 24 years ago
  77. a437e54 Oh, asty... by Jordi Mallach · 24 years ago
  78. 15b23f4 - Upgrade to gettext 0.10.40, probably broke everything again :) by Chris Allegretta · 24 years ago
  79. 6c1e661 - General - Added multiple-line regex support. Format in .nanorc is start=regex end=regex. Cleaned up nanorc:parse_colors(), added parse_next_regex(), changes to edit_add in winio.c(), changes to colortype, cleaning up some old cruft by Chris Allegretta · 24 years ago
  80. 598106e re-indent winio.c by Chris Allegretta · 24 years ago
  81. 69bba32 Catalan and Spanish updates, sync with CVS. by Jordi Mallach · 24 years ago
  82. 394797c Fix typo. by Jordi Mallach · 24 years ago
  83. 3a23a55 Danish translation update (Keld Simonsen). by Jordi Mallach · 24 years ago
  84. f478f83 Latest color and regex fixes. Multi-line color doesn't work yet, just syncing in case of disaster by Chris Allegretta · 24 years ago
  85. 5285ca9 Show --enable-multibuffer independently of --enable-extra. by Jordi Mallach · 24 years ago
  86. 78aad94 Translation updates since 1.1.5. by Jordi Mallach · 24 years ago
  87. d6481e4 Hm, fix entry. by Jordi Mallach · 24 years ago
  88. 83d5ced Added new Norwegian translations, fixed THANKS. by Jordi Mallach · 24 years ago
  89. 8a97efc Moved no.po to nn.po. by Jordi Mallach · 24 years ago
  90. ea250e8 - color.c:do_colorinit() - Moved some comments and braces around so color can work w/slang (DLR) by Chris Allegretta · 24 years ago
  91. 438f713 - nano.c:do_wrap() - Move right increment to part where new line is created, should change (fix?) some wrapping problems with autoindent by Chris Allegretta · 24 years ago
  92. e29697d - search.c:findnextstr() - Fix off by one in check for wrap around (Rocco Corsi) by Chris Allegretta · 24 years ago
  93. 562964d Minor bracket alignment fix by Rocco Corsi · 24 years ago
  94. 6f8222a Typo fix. by Jordi Mallach · 24 years ago
  95. 7ced6bf Yet another French translation update. by Jordi Mallach · 24 years ago
  96. 5bbce6a Oops, make that Bug #68 :-) by Chris Allegretta · 24 years ago
  97. 7b0667f - nano.c:do_suspend() - Call tcsetattr() to restore the old terminal settings, so tcsh can use ^C after suspend for example (fixes BUG #67) by Chris Allegretta · 24 years ago
  98. 967a1e2 - General - Add Alt-G (NANO_ALT_GOTO_KEY) as alternate for goto dir in browser by Chris Allegretta · 24 years ago
  99. c2c9b64 New French updates. by Jordi Mallach · 24 years ago
  100. 1bc0c7e - Better partial word checking code. New function search.c:is_whole_word(), changes to findnextstr(), and nano.c:do_int_spell_fix() (Rocco Corsi) by Chris Allegretta · 24 years ago