1. 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
  2. 6324530 Minor fix for quote code, forgot to adjust null by qdepth by Chris Allegretta · 23 years ago
  3. 40639dd Fixed broken mouse handling with new shortcut setup by Chris Allegretta · 23 years ago
  4. 309aa50 Fix typo and add man page by Chris Allegretta · 23 years ago
  5. e4f940d - Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_justify(), global variable quotestr() by Chris Allegretta · 23 years ago
  6. 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
  7. 48b0670 Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes by Chris Allegretta · 23 years ago
  8. 7e65d2f Get rid of unnecessary stuff in help_init() that was commented out by Chris Allegretta · 23 years ago
  9. 9caa193 407 == ^z fix, get rid of unusaed variables by Chris Allegretta · 23 years ago
  10. a8c2257 DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed by Chris Allegretta · 23 years ago
  11. 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
  12. 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
  13. 23b74b2 - nano.c:do_int_spell_fix() - Temporarily unset REVERSE_SEARCH if it's set (Rocco Corsi) by Chris Allegretta · 23 years ago
  14. 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
  15. 5285ca9 Show --enable-multibuffer independently of --enable-extra. by Jordi Mallach · 23 years ago
  16. 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
  17. 562964d Minor bracket alignment fix by Rocco Corsi · 23 years ago
  18. 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
  19. 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
  20. f7dee92 main() alt val - 32 check fix, and shortcut_init() fix in global.c for hard coded values by Chris Allegretta · 23 years ago
  21. 345a846 Fixed --keypad description. by Jordi Mallach · 23 years ago
  22. 8ae5789 Updated copyright notices to 2002. by Jordi Mallach · 23 years ago
  23. 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
  24. 32da456 DLR's latest patch: view+multibuffer, die() fixes, insert key fixes in main() by Chris Allegretta · 23 years ago
  25. 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
  26. 13fd44b Get rid of \n in abort check of parse_next_word(), new var helplen in help_init() by Chris Allegretta · 23 years ago
  27. f4e5729 Typo fix. by Jordi Mallach · 23 years ago
  28. 0bb70dc VDSUSP fix from 1.0 tree by Chris Allegretta · 23 years ago
  29. 9c23a44 Remove some debug code and update to mutt's gettext.m4 by Chris Allegretta · 23 years ago
  30. 8083827 do_spell() - Dont prompt for replace if we don't change the word in question (Rocco Corsi). by Chris Allegretta · 23 years ago
  31. 2084acc At LONG last committed David's patch by Chris Allegretta · 23 years ago
  32. 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
  33. 9b8b370 Put 1.0 Hurd fixes in 1.1 tree (function keys, SIGTSTP sigaction by Chris Allegretta · 23 years ago
  34. 773623c Typo fixes in help strings. by Jordi Mallach · 23 years ago
  35. 7bf7274 nano.c:main() - Add Esc-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert) by Chris Allegretta · 23 years ago
  36. 6d0aa9f More do_prev_word() fixes by Chris Allegretta · 23 years ago
  37. 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
  38. 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
  39. 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
  40. 48ebb81 nano.c:main() - Fixed off by one when checking for MAIN_LIST_LEN. Ugh. by Chris Allegretta · 23 years ago
  41. abf22a8 - nano.c: - Added the #ifdefs around do_prev_word the code in main() by Chris Allegretta · 23 years ago
  42. 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
  43. 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
  44. b3655b4 DLR's cut and miscellaneous fixes, my cut fixes, and context-sensitive help, woohoo by Chris Allegretta · 23 years ago
  45. 76e291b Added conversion messages for DOS and Mac files, and Alt-space as do-previous-word by Chris Allegretta · 23 years ago
  46. 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
  47. b26cb39 Don't show non-positive shortcut keys in help_init() by Chris Allegretta · 23 years ago
  48. ad3f478 - Take control-space out of -tiny build, unneeded by Chris Allegretta · 23 years ago
  49. 1c27d3e nano.c:main() - Fix the KEY_IC being undefined when using slang by Chris Allegretta · 23 years ago
  50. 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
  51. 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
  52. a951f21 - nano.c: do_mouse() - Change k based on currslen to allow the new widths in bottombars() by Chris Allegretta · 23 years ago
  53. 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
  54. 99e30e1 Oops, we shoudn't let DOS_FILE and MAX_FILE be set at the same time by Chris Allegretta · 23 years ago
  55. ce78c1e DLR's latest fixes for the tabcomp code and keys by Chris Allegretta · 23 years ago
  56. 96bd4e4 Readd skipping Meta-A,B,E in do_toggle, oops I'm with it now :-) by Chris Allegretta · 23 years ago
  57. 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
  58. 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
  59. 8fa1e28 Added mac file support too by Chris Allegretta · 23 years ago
  60. 7004c28 -D cmdline flag for DOS formatted files by Chris Allegretta · 23 years ago
  61. 6414b40 Make the Alt-key seqs work with the mouse by Chris Allegretta · 23 years ago
  62. 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
  63. 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
  64. 68532c3 Fix unneeded vars with NANO_SMALL by Chris Allegretta · 23 years ago
  65. ff98983 Fix acconfig.h, NANO_SMALL leaves out Auto Indent by Chris Allegretta · 23 years ago
  66. c1049ac Add and fix bugs #63 and 64 by Chris Allegretta · 23 years ago
  67. 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
  68. 307d4c8 Many multibuffer fixes by DLR by Chris Allegretta · 23 years ago
  69. 355fbe5 Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer by Chris Allegretta · 23 years ago
  70. a212acf Oops, no need to translate %s by Chris Allegretta · 23 years ago
  71. 9cf9e06 Put the #ifdef back, dope by Chris Allegretta · 23 years ago
  72. 819e3db Move previous and next buffer code to main loop instead of do_toggles() by Chris Allegretta · 23 years ago
  73. 2d7893d Added multi buffer (load on insert) code. This wont intoduce any bugs ;-) by Chris Allegretta · 23 years ago
  74. b26ecb5 Oops, make that Alt-[-7.8 by Chris Allegretta · 23 years ago
  75. 052f9d2 main() - Added Alt-[-[-7,8 support for home/end keys (Jeff Teunissen). by Chris Allegretta · 23 years ago
  76. df20e83 Okay I guess the wnouterefresh()s aren't needed in the SIGCONT handler by Chris Allegretta · 23 years ago
  77. ac899e5 do_suspend() - Added _POSIX_VDISABLE macro to fully ignore suspend keystroke. Eliminates the possibility that nano can be suspended when it's not supposed to be by Chris Allegretta · 23 years ago
  78. 521e00d rewrote suspend handler, added sigfillset before setting up handler with sigaction, allows nano to suspend properly with mutt by Chris Allegretta · 23 years ago
  79. 658399a Moved extension functions to meta keys, new macro TOGGLE() for toggling flags by Chris Allegretta · 23 years ago
  80. ecc3d7f write_file() - New arg, nonamechange, means whether or not to update the current filename after writing the file out. by Chris Allegretta · 23 years ago
  81. c4e1a13 Oops, fix write_file calls in nano.c also by Chris Allegretta · 23 years ago
  82. cc197ef Added selection write to file and append codes, main changes to files.c stuff, new shortcut list for inserting files, new args to do_writeout and write_file by Chris Allegretta · 23 years ago
  83. 6fe6149 All the updates that I've been waiting all weekend to commit, no desc, tough by Chris Allegretta · 23 years ago
  84. 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
  85. 5f07180 Okay, now let unjustify work with the mouse too :P by Chris Allegretta · 23 years ago
  86. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  87. 8ce2413 Add color changes, undocumented and ugly, but hey maybe people want to see what chap I wrote so far by Chris Allegretta · 23 years ago
  88. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 23 years ago
  89. 316e4d9 ABCD(), main() - Add Alt-whatever-[a-d] support as well as Alt-whatever-[A-D]. by Chris Allegretta · 23 years ago
  90. 4dfaf93 Alt Speller returns to same line & do_gotoline optimizations by Rocco Corsi · 24 years ago
  91. b881d3e Add --enable-nanorc to version string in nano.c by Chris Allegretta · 24 years ago
  92. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago
  93. 12f294c by Rocco Corsi · 24 years ago
  94. 84de552 Added --disable-mouse option by Chris Allegretta · 24 years ago
  95. 6b58acd More mouse integration, esp with the shortcut lists by Chris Allegretta · 24 years ago
  96. cef7fbb Added --disable-wrapping configure flag by Chris Allegretta · 24 years ago
  97. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  98. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  99. e316773 Added void to argless functions decls, changed new to newnode in functions with 'new' variable by Chris Allegretta · 24 years ago
  100. 2af3904 Oops, missed one loop by Chris Allegretta · 24 years ago