1. 9b13ff3 miscellaneous bug fixes, part 2 by David Lawrence Ramsey · 22 years ago
  2. 334a940 nano.c:do_int_speller(), do_alt_speller() - Programs now return char *, also fix waitpid invocation and checking of WIFEXITED WEXITSTATUS calls by Chris Allegretta · 22 years ago
  3. bfd2f56 Okay, I guess an edit_update is needed by Chris Allegretta · 22 years ago
  4. 35908f8 Fix screen not updating at exit of spell by Chris Allegretta · 22 years ago
  5. 1d8fa1f Make speller update the screen less excessively, and switch case sensitive search so we can fix individual capitalization cases of misspelled words by Chris Allegretta · 22 years ago
  6. 2a7a9a2 Be more verbose about what we're doing with new spell code by Chris Allegretta · 22 years ago
  7. 848f5be Change waits to waitpids to lessen the chance of a hang, and fix status check by Chris Allegretta · 22 years ago
  8. 5ad92ac - nano.c:do_int_speller() - Make internal spell program use sort -f and uniq to create a less redundant word list. [The only reason this is going in during feature freeze is because the int speller is useless as is and should either be improved or removed. I chose improved] by Chris Allegretta · 22 years ago
  9. 0084eaa documentation updates by David Lawrence Ramsey · 22 years ago
  10. dc60b72 forward-ported --disable-wrapping-as-root from nano 1.0.x by David Lawrence Ramsey · 22 years ago
  11. 2a15c58 Add DLR's --disable-nls to version info by Chris Allegretta · 22 years ago
  12. 2ab03f6 miscellaneous bug fixes by David Lawrence Ramsey · 22 years ago
  13. e42df73 - Disable VSTOP keystroke. Stops people accidentally locking up, nano (suggested by David Benbennick) by Chris Allegretta · 22 years ago
  14. 1dd0bc9 Remove malloc.h completely and add color synatx highlighting toggle by Chris Allegretta · 22 years ago
  15. 7c4222c make the spacing fix use isspace(); it works the same way and takes up by David Lawrence Ramsey · 22 years ago
  16. 4300092 Newer version of DLR's patch based on DB's tab thing by Chris Allegretta · 22 years ago
  17. 81dea02 Add DLR's fixes to the wrapping behavior by Chris Allegretta · 22 years ago
  18. 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
  19. e21adfa David Benbennick's minor fixes, plus one of mine by David Lawrence Ramsey · 22 years ago
  20. ad40fdb DLR: prototype overhaul, etc. by David Lawrence Ramsey · 22 years ago
  21. 0341b58 DLR: minor bits by David Lawrence Ramsey · 22 years ago
  22. d865da1 DLR's latest and greatest by Chris Allegretta · 22 years ago
  23. dffa207 Everything from DB's patch that makes any sense to me by Chris Allegretta · 22 years ago
  24. 1c5c338 Fix to parsing getopt args for -I/--ignorercfiles (DLR) by Chris Allegretta · 22 years ago
  25. cf287c8 More DLR updates by Chris Allegretta · 22 years ago
  26. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 22 years ago
  27. 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 22 years ago
  28. c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 22 years ago
  29. f21cd10 DLR: latest patch by David Lawrence Ramsey · 22 years ago
  30. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 22 years ago
  31. 4dc03d5 DLR's latest patch by Chris Allegretta · 22 years ago
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 70feb4f Back that out, as it braks Linux :( by Chris Allegretta · 23 years ago
  38. 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
  39. 7162e3d DB's latest patch by Chris Allegretta · 23 years ago
  40. 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
  41. 9b4055c Bah, don't fix what isn't broken by Chris Allegretta · 23 years ago
  42. 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
  43. 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
  44. f6cba64 David's fixes for read_file and the assert stuff for renumber by Chris Allegretta · 23 years ago
  45. f21f3fc - nano.c:do_int_speller() - Fix zombie processes and spelling buffer issues (Rocco Corsi) by Chris Allegretta · 23 years ago
  46. cf1d812 - nano.c:do_justify() - More fixes for indented justify (David Benbennick) by Chris Allegretta · 23 years ago
  47. 52c5a6e External command code and fix for BUG #70 by Chris Allegretta · 23 years ago
  48. d1ec7b0 Allow flags with args to be translatable by Chris Allegretta · 23 years ago
  49. b479c89 - nano.c:help_init() - Various fixes and string changes by Chris Allegretta · 23 years ago
  50. 1f8394d Add newlines to gotodir help text by Chris Allegretta · 23 years ago
  51. 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
  52. 97e6fe6 - nano.c:usage() - Add -N to short format (no GETOPT_LONG) strings (noticed by Jordi) by Chris Allegretta · 23 years ago
  53. 5902f96 - nano.c:help_init() - Capitalize Meta altkeys by Chris Allegretta · 23 years ago
  54. 40ecbad NANO_SMALL issues by Chris Allegretta · 23 years ago
  55. bef1297 Type misalignments and mem leaks in renumber_all, do_justify and do_spell (Rocco & Steven Kneizys) by Chris Allegretta · 23 years ago
  56. 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
  57. 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
  58. 6324530 Minor fix for quote code, forgot to adjust null by qdepth by Chris Allegretta · 23 years ago
  59. 40639dd Fixed broken mouse handling with new shortcut setup by Chris Allegretta · 23 years ago
  60. 309aa50 Fix typo and add man page by Chris Allegretta · 23 years ago
  61. e4f940d - Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_justify(), global variable quotestr() by Chris Allegretta · 23 years ago
  62. 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
  63. 48b0670 Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes by Chris Allegretta · 23 years ago
  64. 7e65d2f Get rid of unnecessary stuff in help_init() that was commented out by Chris Allegretta · 23 years ago
  65. 9caa193 407 == ^z fix, get rid of unusaed variables by Chris Allegretta · 23 years ago
  66. a8c2257 DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed by Chris Allegretta · 23 years ago
  67. 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
  68. 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
  69. 23b74b2 - nano.c:do_int_spell_fix() - Temporarily unset REVERSE_SEARCH if it's set (Rocco Corsi) by Chris Allegretta · 23 years ago
  70. 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
  71. 5285ca9 Show --enable-multibuffer independently of --enable-extra. by Jordi Mallach · 23 years ago
  72. 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
  73. 562964d Minor bracket alignment fix by Rocco Corsi · 23 years ago
  74. 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
  75. 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
  76. f7dee92 main() alt val - 32 check fix, and shortcut_init() fix in global.c for hard coded values by Chris Allegretta · 23 years ago
  77. 345a846 Fixed --keypad description. by Jordi Mallach · 23 years ago
  78. 8ae5789 Updated copyright notices to 2002. by Jordi Mallach · 23 years ago
  79. 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
  80. 32da456 DLR's latest patch: view+multibuffer, die() fixes, insert key fixes in main() by Chris Allegretta · 23 years ago
  81. 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
  82. 13fd44b Get rid of \n in abort check of parse_next_word(), new var helplen in help_init() by Chris Allegretta · 23 years ago
  83. f4e5729 Typo fix. by Jordi Mallach · 23 years ago
  84. 0bb70dc VDSUSP fix from 1.0 tree by Chris Allegretta · 23 years ago
  85. 9c23a44 Remove some debug code and update to mutt's gettext.m4 by Chris Allegretta · 23 years ago
  86. 8083827 do_spell() - Dont prompt for replace if we don't change the word in question (Rocco Corsi). by Chris Allegretta · 23 years ago
  87. 2084acc At LONG last committed David's patch by Chris Allegretta · 23 years ago
  88. 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
  89. 9b8b370 Put 1.0 Hurd fixes in 1.1 tree (function keys, SIGTSTP sigaction by Chris Allegretta · 23 years ago
  90. 773623c Typo fixes in help strings. by Jordi Mallach · 23 years ago
  91. 7bf7274 nano.c:main() - Add Esc-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert) by Chris Allegretta · 23 years ago
  92. 6d0aa9f More do_prev_word() fixes by Chris Allegretta · 23 years ago
  93. 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
  94. 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
  95. 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
  96. 48ebb81 nano.c:main() - Fixed off by one when checking for MAIN_LIST_LEN. Ugh. by Chris Allegretta · 23 years ago
  97. abf22a8 - nano.c: - Added the #ifdefs around do_prev_word the code in main() by Chris Allegretta · 23 years ago
  98. 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
  99. 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
  100. b3655b4 DLR's cut and miscellaneous fixes, my cut fixes, and context-sensitive help, woohoo by Chris Allegretta · 23 years ago