1. de85262 - rcfile.c:parse_colors() - Stop infinite loop when syntax doesn't begin with " char by Chris Allegretta · 22 years ago
  2. e21adfa David Benbennick's minor fixes, plus one of mine by David Lawrence Ramsey · 22 years ago
  3. ad40fdb DLR: prototype overhaul, etc. by David Lawrence Ramsey · 22 years ago
  4. 0341b58 DLR: minor bits by David Lawrence Ramsey · 22 years ago
  5. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 22 years ago
  6. 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 22 years ago
  7. f21cd10 DLR: latest patch by David Lawrence Ramsey · 22 years ago
  8. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 22 years ago
  9. 4dc03d5 DLR's latest patch by Chris Allegretta · 22 years ago
  10. 09900ff Global flag -Y, --syntax to specify the type on the command line, if there's no good filename regex to use. Global variable syntaxstr. Made some errors in the rc file less fatal by Chris Allegretta · 22 years ago
  11. 9189c1f Oops, get rid of the stupid debugging code by Chris Allegretta · 22 years ago
  12. b6c5dc2 - Added syntax command to .nanorc file, to allow multiple syntaxes. New function color.c:update_color(), calls in various files.c places, syntaxtype struct, global variables syntaxes, syntaxfile_regexp and synfilematches by Chris Allegretta · 22 years ago
  13. 78f0fc6 rcfile fixes by Chris Allegretta · 23 years ago
  14. 1596d38 - rcfile.c:parse_rcfile() - Don't use i for both for loop and atoi(), fixes lots of potential crashes, 1st reported by Jean-Philippe Gue'rard by Chris Allegretta · 23 years ago
  15. d76ca2b Add rcfile support for quotestr and fix strcasestr by Chris Allegretta · 23 years ago
  16. 3a6d70d Get rid of unneeded skip var by Chris Allegretta · 23 years ago
  17. ff8a68c rcfile.c:do_rcfile() - Parse rcfile in as well (Dwayne Rightler) by Chris Allegretta · 23 years ago
  18. bc72e36 Added Ken's patch, DLR's latest fixes and a little cleanup to bottombars() by Chris Allegretta · 23 years ago
  19. a8c2257 DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed by Chris Allegretta · 23 years ago
  20. 3d8e759 Allow " symbol to be in regex without leading by checking for *ptr+1 is not the end of the regex by Chris Allegretta · 23 years ago
  21. 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 · 23 years ago
  22. 34f8098 - rcfile.c:General - Added stdarg.h to includes by Chris Allegretta · 23 years ago
  23. 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 · 23 years ago
  24. 394797c Fix typo. by Jordi Mallach · 23 years ago
  25. f478f83 Latest color and regex fixes. Multi-line color doesn't work yet, just syncing in case of disaster by Chris Allegretta · 23 years ago
  26. 8ae5789 Updated copyright notices to 2002. by Jordi Mallach · 23 years ago
  27. 48bd378 - The keypad handling has changed (again). We now use the keypad() function by default. New flag -K, --keypad allows the old behavior for those using the keypad arrow keys and rxvt-based terminals by Chris Allegretta · 23 years ago
  28. 13fd44b Get rid of \n in abort check of parse_next_word(), new var helplen in help_init() by Chris Allegretta · 23 years ago
  29. db4c08e stoopid unused variable by Chris Allegretta · 23 years ago
  30. 2fa11b8 Two fixes, create new colorstrings array for each regex, allows proper order of highlighting, second make color work with the marker by Chris Allegretta · 23 years ago
  31. 81cbfad Comment out more debugging code by Chris Allegretta · 23 years ago
  32. 3795e5f Damn newline code by Chris Allegretta · 23 years ago
  33. 08893e0 Preliminary syntax highlighting support. New functions colortoint() and parse_color() in rcfile.c, new code in edit_add() in winio.c to actually do the highlighting. It's not even close to pretty yet :P by Chris Allegretta · 23 years ago
  34. 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
  35. b3655b4 DLR's cut and miscellaneous fixes, my cut fixes, and context-sensitive help, woohoo by Chris Allegretta · 23 years ago
  36. ca1a82e - rcfile.c: - Fix incorrect argument in fill and tabsize error message (Nathan Heagy) by Chris Allegretta · 23 years ago
  37. 66c33b8 Add tabsize support to rc file (Nathan Heagy) by Chris Allegretta · 23 years ago
  38. beb5497 rcfile.c: - NUM_RCOPTS fix (DLR) by Chris Allegretta · 23 years ago
  39. 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
  40. 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
  41. 307d4c8 Many multibuffer fixes by DLR by Chris Allegretta · 23 years ago
  42. 2d7893d Added multi buffer (load on insert) code. This wont intoduce any bugs ;-) by Chris Allegretta · 23 years ago
  43. 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
  44. 6fe6149 All the updates that I've been waiting all weekend to commit, no desc, tough by Chris Allegretta · 23 years ago
  45. 8d848af Changed ncalloc calls in rcfile.c to charalloc by Chris Allegretta · 23 years ago
  46. 88b0915 Changed all string allocations to charalloc(), new function designed to take nmalloc argument but call calloc based on (char *) size. by Chris Allegretta · 23 years ago
  47. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  48. a943480 Add correct name to rcfile.c comments (thx Rocco) by Chris Allegretta · 23 years ago
  49. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago