1. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 22 years ago
  2. 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 22 years ago
  3. c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 22 years ago
  4. f21cd10 DLR: latest patch by David Lawrence Ramsey · 22 years ago
  5. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 22 years ago
  6. 4dc03d5 DLR's latest patch by Chris Allegretta · 22 years ago
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 70feb4f Back that out, as it braks Linux :( by Chris Allegretta · 23 years ago
  13. 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
  14. 7162e3d DB's latest patch by Chris Allegretta · 23 years ago
  15. 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
  16. 9b4055c Bah, don't fix what isn't broken by Chris Allegretta · 23 years ago
  17. 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
  18. 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
  19. f6cba64 David's fixes for read_file and the assert stuff for renumber by Chris Allegretta · 23 years ago
  20. f21f3fc - nano.c:do_int_speller() - Fix zombie processes and spelling buffer issues (Rocco Corsi) by Chris Allegretta · 23 years ago
  21. cf1d812 - nano.c:do_justify() - More fixes for indented justify (David Benbennick) by Chris Allegretta · 23 years ago
  22. 52c5a6e External command code and fix for BUG #70 by Chris Allegretta · 23 years ago
  23. d1ec7b0 Allow flags with args to be translatable by Chris Allegretta · 23 years ago
  24. b479c89 - nano.c:help_init() - Various fixes and string changes by Chris Allegretta · 23 years ago
  25. 1f8394d Add newlines to gotodir help text by Chris Allegretta · 23 years ago
  26. 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
  27. 97e6fe6 - nano.c:usage() - Add -N to short format (no GETOPT_LONG) strings (noticed by Jordi) by Chris Allegretta · 23 years ago
  28. 5902f96 - nano.c:help_init() - Capitalize Meta altkeys by Chris Allegretta · 23 years ago
  29. 40ecbad NANO_SMALL issues by Chris Allegretta · 23 years ago
  30. bef1297 Type misalignments and mem leaks in renumber_all, do_justify and do_spell (Rocco & Steven Kneizys) by Chris Allegretta · 23 years ago
  31. 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
  32. 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
  33. 6324530 Minor fix for quote code, forgot to adjust null by qdepth by Chris Allegretta · 23 years ago
  34. 40639dd Fixed broken mouse handling with new shortcut setup by Chris Allegretta · 23 years ago
  35. 309aa50 Fix typo and add man page by Chris Allegretta · 23 years ago
  36. e4f940d - Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_justify(), global variable quotestr() by Chris Allegretta · 23 years ago
  37. 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
  38. 48b0670 Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes by Chris Allegretta · 23 years ago
  39. 7e65d2f Get rid of unnecessary stuff in help_init() that was commented out by Chris Allegretta · 23 years ago
  40. 9caa193 407 == ^z fix, get rid of unusaed variables by Chris Allegretta · 23 years ago
  41. a8c2257 DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed by Chris Allegretta · 23 years ago
  42. 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
  43. 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
  44. 23b74b2 - nano.c:do_int_spell_fix() - Temporarily unset REVERSE_SEARCH if it's set (Rocco Corsi) by Chris Allegretta · 23 years ago
  45. 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
  46. 5285ca9 Show --enable-multibuffer independently of --enable-extra. by Jordi Mallach · 23 years ago
  47. 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
  48. 562964d Minor bracket alignment fix by Rocco Corsi · 23 years ago
  49. 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
  50. 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
  51. f7dee92 main() alt val - 32 check fix, and shortcut_init() fix in global.c for hard coded values by Chris Allegretta · 23 years ago
  52. 345a846 Fixed --keypad description. by Jordi Mallach · 23 years ago
  53. 8ae5789 Updated copyright notices to 2002. by Jordi Mallach · 23 years ago
  54. 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
  55. 32da456 DLR's latest patch: view+multibuffer, die() fixes, insert key fixes in main() by Chris Allegretta · 23 years ago
  56. 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
  57. 13fd44b Get rid of \n in abort check of parse_next_word(), new var helplen in help_init() by Chris Allegretta · 23 years ago
  58. f4e5729 Typo fix. by Jordi Mallach · 23 years ago
  59. 0bb70dc VDSUSP fix from 1.0 tree by Chris Allegretta · 23 years ago
  60. 9c23a44 Remove some debug code and update to mutt's gettext.m4 by Chris Allegretta · 23 years ago
  61. 8083827 do_spell() - Dont prompt for replace if we don't change the word in question (Rocco Corsi). by Chris Allegretta · 23 years ago
  62. 2084acc At LONG last committed David's patch by Chris Allegretta · 23 years ago
  63. 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
  64. 9b8b370 Put 1.0 Hurd fixes in 1.1 tree (function keys, SIGTSTP sigaction by Chris Allegretta · 23 years ago
  65. 773623c Typo fixes in help strings. by Jordi Mallach · 23 years ago
  66. 7bf7274 nano.c:main() - Add Esc-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert) by Chris Allegretta · 23 years ago
  67. 6d0aa9f More do_prev_word() fixes by Chris Allegretta · 23 years ago
  68. 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
  69. 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
  70. 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
  71. 48ebb81 nano.c:main() - Fixed off by one when checking for MAIN_LIST_LEN. Ugh. by Chris Allegretta · 23 years ago
  72. abf22a8 - nano.c: - Added the #ifdefs around do_prev_word the code in main() by Chris Allegretta · 23 years ago
  73. 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
  74. 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
  75. b3655b4 DLR's cut and miscellaneous fixes, my cut fixes, and context-sensitive help, woohoo by Chris Allegretta · 23 years ago
  76. 76e291b Added conversion messages for DOS and Mac files, and Alt-space as do-previous-word by Chris Allegretta · 23 years ago
  77. 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
  78. b26cb39 Don't show non-positive shortcut keys in help_init() by Chris Allegretta · 23 years ago
  79. ad3f478 - Take control-space out of -tiny build, unneeded by Chris Allegretta · 23 years ago
  80. 1c27d3e nano.c:main() - Fix the KEY_IC being undefined when using slang by Chris Allegretta · 23 years ago
  81. 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
  82. 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
  83. a951f21 - nano.c: do_mouse() - Change k based on currslen to allow the new widths in bottombars() by Chris Allegretta · 23 years ago
  84. 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
  85. 99e30e1 Oops, we shoudn't let DOS_FILE and MAX_FILE be set at the same time by Chris Allegretta · 23 years ago
  86. ce78c1e DLR's latest fixes for the tabcomp code and keys by Chris Allegretta · 23 years ago
  87. 96bd4e4 Readd skipping Meta-A,B,E in do_toggle, oops I'm with it now :-) by Chris Allegretta · 23 years ago
  88. 8d990b5 - Bracket (brace, parens, etc) matching code by Ken Tyler. New functions do_find_bracket(), changes to findnextstr(), command is Meta-] (hope you dont mind since I already sold off Meta-O to the MacOS file code Ken...) by Chris Allegretta · 23 years ago
  89. 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
  90. 8fa1e28 Added mac file support too by Chris Allegretta · 23 years ago
  91. 7004c28 -D cmdline flag for DOS formatted files by Chris Allegretta · 23 years ago
  92. 6414b40 Make the Alt-key seqs work with the mouse by Chris Allegretta · 23 years ago
  93. 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
  94. 0357c4d - nano.c: main() - Added vars oldcurrent and oldcurrent_x to check whether cursor pos has changed and if so update the pos with -c by Chris Allegretta · 23 years ago
  95. 68532c3 Fix unneeded vars with NANO_SMALL by Chris Allegretta · 23 years ago
  96. ff98983 Fix acconfig.h, NANO_SMALL leaves out Auto Indent by Chris Allegretta · 23 years ago
  97. c1049ac Add and fix bugs #63 and 64 by Chris Allegretta · 23 years ago
  98. 41ed016 do_mark() - Temporarily disable cursorpos when enabled to be able to see the mark (un)set message (Ken Tyler) by Chris Allegretta · 23 years ago
  99. 307d4c8 Many multibuffer fixes by DLR by Chris Allegretta · 23 years ago
  100. 355fbe5 Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer by Chris Allegretta · 23 years ago