1. e42df73 - Disable VSTOP keystroke. Stops people accidentally locking up, nano (suggested by David Benbennick) by Chris Allegretta · 22 years ago
  2. 1dd0bc9 Remove malloc.h completely and add color synatx highlighting toggle by Chris Allegretta · 22 years ago
  3. 7c4222c make the spacing fix use isspace(); it works the same way and takes up by David Lawrence Ramsey · 22 years ago
  4. 4300092 Newer version of DLR's patch based on DB's tab thing by Chris Allegretta · 22 years ago
  5. 81dea02 Add DLR's fixes to the wrapping behavior by Chris Allegretta · 22 years ago
  6. 67ca2aa nano.c:do_wrap() - Restore the wrapping behavior to the previous wrapping point behavior (pre 1.1.10) (David Benbennick) by Chris Allegretta · 22 years ago
  7. e21adfa David Benbennick's minor fixes, plus one of mine by David Lawrence Ramsey · 22 years ago
  8. ad40fdb DLR: prototype overhaul, etc. by David Lawrence Ramsey · 22 years ago
  9. 0341b58 DLR: minor bits by David Lawrence Ramsey · 22 years ago
  10. d865da1 DLR's latest and greatest by Chris Allegretta · 22 years ago
  11. dffa207 Everything from DB's patch that makes any sense to me by Chris Allegretta · 22 years ago
  12. 1c5c338 Fix to parsing getopt args for -I/--ignorercfiles (DLR) by Chris Allegretta · 22 years ago
  13. cf287c8 More DLR updates by Chris Allegretta · 22 years ago
  14. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 22 years ago
  15. 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 22 years ago
  16. c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 22 years ago
  17. f21cd10 DLR: latest patch by David Lawrence Ramsey · 22 years ago
  18. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 22 years ago
  19. 4dc03d5 DLR's latest patch by Chris Allegretta · 22 years ago
  20. 7c27be4 added an update_color, updated edit_add, i18ned a string and changed some getopt handlers in main to mallocstrcpy by Chris Allegretta · 22 years ago
  21. 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
  22. dab017e - More cleanups with DISABLE flags, better free_shortcutage and free_toggle, and get rid of unnecessary variable decls with NANO_SMALL in shortcut_init() by David Benbennick by Chris Allegretta · 23 years ago
  23. 0547eb3 - General: - Change from read() and write() to file streams by Jay Carlson. Allows OS to implement read and write ahead rather than making us do it. Hopefully merged properly by Chris Allegretta · 23 years ago
  24. f2387fb - Change to openfilestruct for multibuffer mode by DLR. New functions nano.c:make_new_opennode(), free_openfilestruct(), delete_opennode(), unlink_opennode(), splice_opennode(), new struct openfilestruct in nano.h by Chris Allegretta · 23 years ago
  25. 70feb4f Back that out, as it braks Linux :( by Chris Allegretta · 23 years ago
  26. 108ff58 - FreeBSD compat. Remove KEY_DC from the delete shortcut in global.c:shortcut_init(), add case for 330 under nano.c:main() by Chris Allegretta · 23 years ago
  27. 7162e3d DB's latest patch by Chris Allegretta · 23 years ago
  28. 77777d4 Add David Benbennick's changes to open_pipe() and move it to nano.c, and add his nperror function by Chris Allegretta · 23 years ago
  29. 9b4055c Bah, don't fix what isn't broken by Chris Allegretta · 23 years ago
  30. 6ca01b1 - nano.c: - Move the termios things in main() up to signal_init(), where they should probably be anyway by Chris Allegretta · 23 years ago
  31. 8e207bf - nano.c: - Move the termios things in main() up to signal_init(), where they should probably be anyway by Chris Allegretta · 23 years ago
  32. f6cba64 David's fixes for read_file and the assert stuff for renumber by Chris Allegretta · 23 years ago
  33. f21f3fc - nano.c:do_int_speller() - Fix zombie processes and spelling buffer issues (Rocco Corsi) by Chris Allegretta · 23 years ago
  34. cf1d812 - nano.c:do_justify() - More fixes for indented justify (David Benbennick) by Chris Allegretta · 23 years ago
  35. 52c5a6e External command code and fix for BUG #70 by Chris Allegretta · 23 years ago
  36. d1ec7b0 Allow flags with args to be translatable by Chris Allegretta · 23 years ago
  37. b479c89 - nano.c:help_init() - Various fixes and string changes by Chris Allegretta · 23 years ago
  38. 1f8394d Add newlines to gotodir help text by Chris Allegretta · 23 years ago
  39. 3fc5d57 - nano.c:usage() - Rewritten to encompass systems with and without GETOPT_LONG. New function print1opt does most of the dirty work, stops duplication of effort and eases translator's jobs. Also breaks all the current translations ;-) by Chris Allegretta · 23 years ago
  40. 97e6fe6 - nano.c:usage() - Add -N to short format (no GETOPT_LONG) strings (noticed by Jordi) by Chris Allegretta · 23 years ago
  41. 5902f96 - nano.c:help_init() - Capitalize Meta altkeys by Chris Allegretta · 23 years ago
  42. 40ecbad NANO_SMALL issues by Chris Allegretta · 23 years ago
  43. bef1297 Type misalignments and mem leaks in renumber_all, do_justify and do_spell (Rocco & Steven Kneizys) by Chris Allegretta · 23 years ago
  44. 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
  45. 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
  46. 6324530 Minor fix for quote code, forgot to adjust null by qdepth by Chris Allegretta · 23 years ago
  47. 40639dd Fixed broken mouse handling with new shortcut setup by Chris Allegretta · 23 years ago
  48. 309aa50 Fix typo and add man page by Chris Allegretta · 23 years ago
  49. e4f940d - Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_justify(), global variable quotestr() by Chris Allegretta · 23 years ago
  50. 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
  51. 48b0670 Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes by Chris Allegretta · 23 years ago
  52. 7e65d2f Get rid of unnecessary stuff in help_init() that was commented out by Chris Allegretta · 23 years ago
  53. 9caa193 407 == ^z fix, get rid of unusaed variables by Chris Allegretta · 23 years ago
  54. a8c2257 DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed by Chris Allegretta · 23 years ago
  55. 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
  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 · 23 years ago
  57. 23b74b2 - nano.c:do_int_spell_fix() - Temporarily unset REVERSE_SEARCH if it's set (Rocco Corsi) by Chris Allegretta · 23 years ago
  58. 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 · 23 years ago
  59. 5285ca9 Show --enable-multibuffer independently of --enable-extra. by Jordi Mallach · 23 years ago
  60. 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 · 23 years ago
  61. 562964d Minor bracket alignment fix by Rocco Corsi · 23 years ago
  62. 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 · 23 years ago
  63. 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 · 23 years ago
  64. f7dee92 main() alt val - 32 check fix, and shortcut_init() fix in global.c for hard coded values by Chris Allegretta · 23 years ago
  65. 345a846 Fixed --keypad description. by Jordi Mallach · 23 years ago
  66. 8ae5789 Updated copyright notices to 2002. by Jordi Mallach · 23 years ago
  67. 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
  68. 32da456 DLR's latest patch: view+multibuffer, die() fixes, insert key fixes in main() by Chris Allegretta · 23 years ago
  69. 180a569 - nano.c:help_init() - Typo in file switch string (found by David Lawrence Ramsey). main() - Handle Alt prev/next file keys (,.), as well as normal ones (<>). by Chris Allegretta · 23 years ago
  70. 13fd44b Get rid of \n in abort check of parse_next_word(), new var helplen in help_init() by Chris Allegretta · 23 years ago
  71. f4e5729 Typo fix. by Jordi Mallach · 23 years ago
  72. 0bb70dc VDSUSP fix from 1.0 tree by Chris Allegretta · 23 years ago
  73. 9c23a44 Remove some debug code and update to mutt's gettext.m4 by Chris Allegretta · 23 years ago
  74. 8083827 do_spell() - Dont prompt for replace if we don't change the word in question (Rocco Corsi). by Chris Allegretta · 23 years ago
  75. 2084acc At LONG last committed David's patch by Chris Allegretta · 23 years ago
  76. 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
  77. 9b8b370 Put 1.0 Hurd fixes in 1.1 tree (function keys, SIGTSTP sigaction by Chris Allegretta · 23 years ago
  78. 773623c Typo fixes in help strings. by Jordi Mallach · 23 years ago
  79. 7bf7274 nano.c:main() - Add Esc-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert) by Chris Allegretta · 23 years ago
  80. 6d0aa9f More do_prev_word() fixes by Chris Allegretta · 23 years ago
  81. 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
  82. 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
  83. 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
  84. 48ebb81 nano.c:main() - Fixed off by one when checking for MAIN_LIST_LEN. Ugh. by Chris Allegretta · 23 years ago
  85. abf22a8 - nano.c: - Added the #ifdefs around do_prev_word the code in main() by Chris Allegretta · 23 years ago
  86. 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
  87. 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
  88. b3655b4 DLR's cut and miscellaneous fixes, my cut fixes, and context-sensitive help, woohoo by Chris Allegretta · 23 years ago
  89. 76e291b Added conversion messages for DOS and Mac files, and Alt-space as do-previous-word by Chris Allegretta · 23 years ago
  90. 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
  91. b26cb39 Don't show non-positive shortcut keys in help_init() by Chris Allegretta · 23 years ago
  92. ad3f478 - Take control-space out of -tiny build, unneeded by Chris Allegretta · 23 years ago
  93. 1c27d3e nano.c:main() - Fix the KEY_IC being undefined when using slang by Chris Allegretta · 23 years ago
  94. 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
  95. 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
  96. a951f21 - nano.c: do_mouse() - Change k based on currslen to allow the new widths in bottombars() by Chris Allegretta · 23 years ago
  97. 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
  98. 99e30e1 Oops, we shoudn't let DOS_FILE and MAX_FILE be set at the same time by Chris Allegretta · 23 years ago
  99. ce78c1e DLR's latest fixes for the tabcomp code and keys by Chris Allegretta · 23 years ago
  100. 96bd4e4 Readd skipping Meta-A,B,E in do_toggle, oops I'm with it now :-) by Chris Allegretta · 23 years ago