1. 7bf7274 nano.c:main() - Add Esc-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert) by Chris Allegretta · 23 years ago
  2. 6d0aa9f More do_prev_word() fixes by Chris Allegretta · 23 years ago
  3. 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
  4. 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
  5. 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
  6. 48ebb81 nano.c:main() - Fixed off by one when checking for MAIN_LIST_LEN. Ugh. by Chris Allegretta · 23 years ago
  7. abf22a8 - nano.c: - Added the #ifdefs around do_prev_word the code in main() by Chris Allegretta · 23 years ago
  8. 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
  9. 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
  10. b3655b4 DLR's cut and miscellaneous fixes, my cut fixes, and context-sensitive help, woohoo by Chris Allegretta · 23 years ago
  11. 76e291b Added conversion messages for DOS and Mac files, and Alt-space as do-previous-word by Chris Allegretta · 23 years ago
  12. 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
  13. b26cb39 Don't show non-positive shortcut keys in help_init() by Chris Allegretta · 23 years ago
  14. ad3f478 - Take control-space out of -tiny build, unneeded by Chris Allegretta · 23 years ago
  15. 1c27d3e nano.c:main() - Fix the KEY_IC being undefined when using slang by Chris Allegretta · 23 years ago
  16. 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
  17. 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
  18. a951f21 - nano.c: do_mouse() - Change k based on currslen to allow the new widths in bottombars() by Chris Allegretta · 23 years ago
  19. 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
  20. 99e30e1 Oops, we shoudn't let DOS_FILE and MAX_FILE be set at the same time by Chris Allegretta · 23 years ago
  21. ce78c1e DLR's latest fixes for the tabcomp code and keys by Chris Allegretta · 23 years ago
  22. 96bd4e4 Readd skipping Meta-A,B,E in do_toggle, oops I'm with it now :-) by Chris Allegretta · 23 years ago
  23. 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
  24. 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
  25. 8fa1e28 Added mac file support too by Chris Allegretta · 23 years ago
  26. 7004c28 -D cmdline flag for DOS formatted files by Chris Allegretta · 23 years ago
  27. 6414b40 Make the Alt-key seqs work with the mouse by Chris Allegretta · 23 years ago
  28. 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
  29. 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
  30. 68532c3 Fix unneeded vars with NANO_SMALL by Chris Allegretta · 23 years ago
  31. ff98983 Fix acconfig.h, NANO_SMALL leaves out Auto Indent by Chris Allegretta · 23 years ago
  32. c1049ac Add and fix bugs #63 and 64 by Chris Allegretta · 23 years ago
  33. 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
  34. 307d4c8 Many multibuffer fixes by DLR by Chris Allegretta · 23 years ago
  35. 355fbe5 Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer by Chris Allegretta · 23 years ago
  36. a212acf Oops, no need to translate %s by Chris Allegretta · 23 years ago
  37. 9cf9e06 Put the #ifdef back, dope by Chris Allegretta · 23 years ago
  38. 819e3db Move previous and next buffer code to main loop instead of do_toggles() by Chris Allegretta · 23 years ago
  39. 2d7893d Added multi buffer (load on insert) code. This wont intoduce any bugs ;-) by Chris Allegretta · 23 years ago
  40. b26ecb5 Oops, make that Alt-[-7.8 by Chris Allegretta · 23 years ago
  41. 052f9d2 main() - Added Alt-[-[-7,8 support for home/end keys (Jeff Teunissen). by Chris Allegretta · 23 years ago
  42. df20e83 Okay I guess the wnouterefresh()s aren't needed in the SIGCONT handler by Chris Allegretta · 23 years ago
  43. 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
  44. 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
  45. 658399a Moved extension functions to meta keys, new macro TOGGLE() for toggling flags by Chris Allegretta · 23 years ago
  46. 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
  47. c4e1a13 Oops, fix write_file calls in nano.c also by Chris Allegretta · 23 years ago
  48. 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
  49. 6fe6149 All the updates that I've been waiting all weekend to commit, no desc, tough by Chris Allegretta · 23 years ago
  50. 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
  51. 5f07180 Okay, now let unjustify work with the mouse too :P by Chris Allegretta · 23 years ago
  52. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  53. 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
  54. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 23 years ago
  55. 316e4d9 ABCD(), main() - Add Alt-whatever-[a-d] support as well as Alt-whatever-[A-D]. by Chris Allegretta · 23 years ago
  56. 4dfaf93 Alt Speller returns to same line & do_gotoline optimizations by Rocco Corsi · 24 years ago
  57. b881d3e Add --enable-nanorc to version string in nano.c by Chris Allegretta · 24 years ago
  58. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago
  59. 12f294c by Rocco Corsi · 24 years ago
  60. 84de552 Added --disable-mouse option by Chris Allegretta · 24 years ago
  61. 6b58acd More mouse integration, esp with the shortcut lists by Chris Allegretta · 24 years ago
  62. cef7fbb Added --disable-wrapping configure flag by Chris Allegretta · 24 years ago
  63. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  64. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  65. e316773 Added void to argless functions decls, changed new to newnode in functions with 'new' variable by Chris Allegretta · 24 years ago
  66. 2af3904 Oops, missed one loop by Chris Allegretta · 24 years ago
  67. 0b33d88 Oops, remove debugging crap and don't be so conservative in space/tab check loop by Chris Allegretta · 24 years ago
  68. 94a78b8 Added check for samlinewrap case and cursor placement fixes, closing BUG #55 =-) by Chris Allegretta · 24 years ago
  69. 1e9183f Add auto indenting of wrapped lines which should be indented. Also fix by Adam Rogoyski · 24 years ago
  70. 618f5d7 configure.in: - Added separate check for resizeterm() by Chris Allegretta · 24 years ago
  71. c46dd81 Nano is now a GNU package by Chris Allegretta · 24 years ago
  72. 4ed1315 do_delete() - Added check for current->next == fileptr, as we have a magic line code again, fixes sillyness at the end of the last line before the magic line (reported by J.A. Neitzel) by Chris Allegretta · 24 years ago
  73. 8bc03b6 main() - Added ENABLE_NLS check around gettext stuff by Chris Allegretta · 24 years ago
  74. 00ae5df do_justify - If the keystroke after the justify is not the unjustify key, blank the statsubar (bug reported by Neil Parks) by Chris Allegretta · 24 years ago
  75. 4e90c40 Fix cursor not on after resize by Chris Allegretta · 24 years ago
  76. 0802088 Fix for resizing the window in modes other than normal edit mode Changes to handle_sigwinch(), main(). Fixes bug #52 (Rocco) by Chris Allegretta · 24 years ago
  77. e434b45 do_alt_speller and nanogetstr fixes by Chris Allegretta · 24 years ago
  78. 169ee84 Fixed Bug #53 by Chris Allegretta · 24 years ago
  79. 0a06e07 replace for loop for hline init with memset in init functions by Chris Allegretta · 24 years ago
  80. 60cd6aa totsize fix in do_justify by Robert Siemborski · 24 years ago
  81. e9a2d03 version() - Add arg to -T help (Rocco). by Chris Allegretta · 24 years ago
  82. 17dcb72 Get rid of center_x and center_y, removed redundant free_node, added restore of totsize when unjustifying by Chris Allegretta · 24 years ago
  83. c2eeb4e small fix for do_justify totsize calculations by Robert Siemborski · 24 years ago
  84. ae4318d Get rid of unneeded call to usage() in main() when calling a flag for a function that hasn't been compiled in (Rocco) by Chris Allegretta · 24 years ago
  85. 3693944 main(): Initialized kbinput to get around stupid compiler warning. by Chris Allegretta · 24 years ago
  86. 4097379 Changed 'without NumLock on' to 'with NumLock off', more easy to understand? by Chris Allegretta · 24 years ago
  87. e61e830 Rocco's source code cleanups and #defines for magic values in global_init(). Added die_too_small() function by Chris Allegretta · 24 years ago
  88. 201d9bf Added print_numlock_warning(), code to figure out when numlock makes the keypad go bad. by Chris Allegretta · 24 years ago
  89. 1748cd1 Added function ABCD(), better support for default settings by Chris Allegretta · 24 years ago
  90. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  91. 155d620 Add and fix Bug #51 :-) by Chris Allegretta · 24 years ago
  92. 19b9e2b Oops, restore keypad() call when using PDCURSES by Chris Allegretta · 24 years ago
  93. e1ebaf3 do_writeout() takes an arg now, and mallocstrcpy now gives up if src == dest by Chris Allegretta · 24 years ago
  94. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  95. 6636dc3 Changed ENABLE_BROWSER to DISABLE_BROWSER, tiny build now doesn't build browser either by Chris Allegretta · 24 years ago
  96. f4f7e04 Work around gnome-terminal, I'm tired of this by Chris Allegretta · 24 years ago
  97. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  98. 85b4441 Added --enable-browser to version() by Chris Allegretta · 24 years ago
  99. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  100. d55655f Reordered --help usage listing by alpha by Chris Allegretta · 24 years ago