1. 9a74860 Nano 1.1.0 release by Chris Allegretta · 24 years ago
  2. 355fbe5 Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer by Chris Allegretta · 24 years ago
  3. a212acf Oops, no need to translate %s by Chris Allegretta · 24 years ago
  4. 9cf9e06 Put the #ifdef back, dope by Chris Allegretta · 24 years ago
  5. 802c6ef Updated README for some of the schnazzy 1.1 features by Chris Allegretta · 24 years ago
  6. 819e3db Move previous and next buffer code to main loop instead of do_toggles() by Chris Allegretta · 24 years ago
  7. 2d7893d Added multi buffer (load on insert) code. This wont intoduce any bugs ;-) by Chris Allegretta · 24 years ago
  8. 240998b New updates from the Swedish team. by Jordi Mallach · 24 years ago
  9. df7d8b2 Added Norwegian and Swedish to HEAD. by Jordi Mallach · 24 years ago
  10. b26ecb5 Oops, make that Alt-[-7.8 by Chris Allegretta · 24 years ago
  11. 052f9d2 main() - Added Alt-[-[-7,8 support for home/end keys (Jeff Teunissen). by Chris Allegretta · 24 years ago
  12. 049149f Make the THANKS file slightly less incomplete but far from perfect by Chris Allegretta · 24 years ago
  13. a2c02e9 do_browser() - More Picoish keystrokes for the browser, ^P, ^N, etc, for up, down, etc, and add the consistent ^C to exit (Jim Knoble) by Chris Allegretta · 24 years ago
  14. df20e83 Okay I guess the wnouterefresh()s aren't needed in the SIGCONT handler by Chris Allegretta · 24 years ago
  15. 33db9bf Silly typo in the faq by Chris Allegretta · 24 years ago
  16. 1a8b296 write_file() - Increment lineswritten when the very last line isn't null. Fixes off by one count when writing selection to file. by Chris Allegretta · 24 years ago
  17. 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 · 24 years ago
  18. d173c15 Add and close BUG #62 by Chris Allegretta · 24 years ago
  19. 521e00d rewrote suspend handler, added sigfillset before setting up handler with sigaction, allows nano to suspend properly with mutt by Chris Allegretta · 24 years ago
  20. 7fde37f Added THANKS, listing nano's friends :) by Jordi Mallach · 24 years ago
  21. 34319a1 Okay, and now dont add extra blanks when at filebot by Chris Allegretta · 24 years ago
  22. efd2236 Updated Indonesian by Tedi Heriyanto by Jordi Mallach · 24 years ago
  23. 500b5e3 do_cut_text(): Moved the case of current == mark_beginbuf into cut_marke segment, so do_writeout could call it when writing selection to file. Added some NANO_SMALL ifdefs by Chris Allegretta · 24 years ago
  24. 40f45c8 Last fixes, add reset of cutbuffer when uncutting marked text and reset marked_cut when cutbuffer reset by Chris Allegretta · 24 years ago
  25. 68b3dfb Updated for Backwards search by Jordi Mallach · 24 years ago
  26. 658399a Moved extension functions to meta keys, new macro TOGGLE() for toggling flags by Chris Allegretta · 24 years ago
  27. e4933a3 Reverse Search by Ken Tyler by Chris Allegretta · 24 years ago
  28. a75bc41 Better for for -k bug by Chris Allegretta · 24 years ago
  29. 1cde322 Don't keep cutbufer on reset, fix -k cut on first line if blank by Chris Allegretta · 24 years ago
  30. cf78563 Add a message about --enable-color being severely broken so we can have a 1.1 release by Chris Allegretta · 24 years ago
  31. 3ba2953 do_cut_text() - If the next line is empty when using -k, create a dummy line and add it to the cutbuffer (fixes bug #61) by Chris Allegretta · 24 years ago
  32. 0241d19 Ugh, sigh by Chris Allegretta · 24 years ago
  33. ecc3d7f write_file() - New arg, nonamechange, means whether or not to update the current filename after writing the file out. by Chris Allegretta · 24 years ago
  34. d21195f Oops\! Don't automatically assume the current filename when writing a selection to file, very bad\!\!\! by Chris Allegretta · 24 years ago
  35. 34654ab UTF8 would be leet! by Jordi Mallach · 24 years ago
  36. de3d800 Nifty script which we'll learn to love. by Jordi Mallach · 24 years ago
  37. c4e1a13 Oops, fix write_file calls in nano.c also by Chris Allegretta · 24 years ago
  38. 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 · 24 years ago
  39. 43fee64 Sample file nanorc.sample added to dist (ad Makefile.am) by Chris Allegretta · 24 years ago
  40. b4d6ad0 Added rcfile.c to the translated files, added gettext calls to some messages that didn't have it and updated Spanish. New po files for the rest. by Jordi Mallach · 24 years ago
  41. d461562 do_browser() - Don't shift the size of the file is it's less than 1K. Fixed files less than 1K being displayed as 0B (Rocco) by Chris Allegretta · 24 years ago
  42. 6fe6149 All the updates that I've been waiting all weekend to commit, no desc, tough by Chris Allegretta · 24 years ago
  43. 9a46f3c Oops, translations of Prev. and Next Page were reversed by Jordi Mallach · 24 years ago
  44. 1e43a12 Added po/messages by Jordi Mallach · 24 years ago
  45. dd04913 Add -W to TODO by Chris Allegretta · 24 years ago
  46. 53ea9d1 Add BUG #60 by Chris Allegretta · 24 years ago
  47. 3b41212 Changed charalloc's calloc() call to use sizeof (char) not sizeof(char *) by Chris Allegretta · 24 years ago
  48. 8d848af Changed ncalloc calls in rcfile.c to charalloc by Chris Allegretta · 24 years ago
  49. 88b0915 Changed all string allocations to charalloc(), new function designed to take nmalloc argument but call calloc based on (char *) size. by Chris Allegretta · 24 years ago
  50. 9fe015c cut_marked_segment() - Add bizarre copy of bot node, else *BSD goes ballistic. by Chris Allegretta · 24 years ago
  51. 63ba2d6 po/it.po - Updated Italian translation by Marco Colombo. by Chris Allegretta · 24 years ago
  52. 92b3bd2 New Russian translation by Sergey A. Ribalchenko. by Jordi Mallach · 24 years ago
  53. 611e98b typo by Chris Allegretta · 24 years ago
  54. 5c27385 I'm back to the older gettext, sync these files too by Chris Allegretta · 24 years ago
  55. 99afb85 strcasestr() - Replaced by mutt's mutt_stristr function, because the thought of dynamically allocating memory and copying each line in a file to do a search or replace was causing me to lose sleep by Chris Allegretta · 24 years ago
  56. 64bacd2 gl.po status update (it's not new, it's been released already) by Jordi Mallach · 24 years ago
  57. 3bf6bf4 Added Ukrainian translation by Sergey A. Ribalchenko. by Jordi Mallach · 24 years ago
  58. 4cb991d add_to_cutbuffer() - Remove useless statements (Rocco). by Chris Allegretta · 24 years ago
  59. b10283c Move down current shortcut assignment into loop in browser code to keep it updated by Chris Allegretta · 24 years ago
  60. f3fde7c Fix not being able to select last item in browser with mouse by Chris Allegretta · 24 years ago
  61. 5f07180 Okay, now let unjustify work with the mouse too :P by Chris Allegretta · 24 years ago
  62. 051fc6e Added file clicking ability in file browser by Chris Allegretta · 24 years ago
  63. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 24 years ago
  64. a943480 Add correct name to rcfile.c comments (thx Rocco) by Chris Allegretta · 24 years ago
  65. 4e18b8f I should actually add the file to the tree by Chris Allegretta · 24 years ago
  66. 7254904 Updated FAQ, updated Spanish and Catalan, added utils.c to translations and by Jordi Mallach · 24 years ago
  67. 09898d9 Commit the rest of the stuff backing down gettext changed *shrug* by Chris Allegretta · 24 years ago
  68. 0bafa91 Back to the 1.0 version of gettext, I can't figure this one out to save my life =( by Chris Allegretta · 24 years ago
  69. b0bce4b Mention config.whatever files in ChangeLog by Chris Allegretta · 24 years ago
  70. 8ce2413 Add color changes, undocumented and ugly, but hey maybe people want to see what chap I wrote so far by Chris Allegretta · 24 years ago
  71. 465f1e3 Update html man page too by Chris Allegretta · 24 years ago
  72. 3f8db49 Hugo van der Merwe pointed out that -r was missing in the manpage. by Jordi Mallach · 24 years ago
  73. 4be36bf Jacobo updated Galician to latest CVS. by Jordi Mallach · 24 years ago
  74. 9634571 Added Galician translation by Jacobo Tarrío <jtarrio@trasno.net>. by Jordi Mallach · 24 years ago
  75. 6cb4e88 page_up() - Rewritten with a loop to make screen updates work when mark is set (fixes bug #59). by Chris Allegretta · 24 years ago
  76. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 24 years ago
  77. 316e4d9 ABCD(), main() - Add Alt-whatever-[a-d] support as well as Alt-whatever-[A-D]. by Chris Allegretta · 24 years ago
  78. 18d70f1 added --enable-color and updated nanorc description in ChangeLog by Chris Allegretta · 24 years ago
  79. 5050aa6 Addand fix bug #59 by Chris Allegretta · 24 years ago
  80. 4dfaf93 Alt Speller returns to same line & do_gotoline optimizations by Rocco Corsi · 24 years ago
  81. 7a50009 Fix proto.h ifdef for do_nanorc() by Chris Allegretta · 24 years ago
  82. 03bf980 One more by Chris Allegretta · 24 years ago
  83. bf521fa Newer config.guess and config.sub by Chris Allegretta · 24 years ago
  84. 2fe0dde *** empty log message *** by Chris Allegretta · 24 years ago
  85. 1f0ab55 Update configure by Chris Allegretta · 24 years ago
  86. 5283102 I guess we need these now? by Chris Allegretta · 24 years ago
  87. cbee08f And the Makefile.in.in in po/ also by Chris Allegretta · 24 years ago
  88. cc0da8a Oops, add the new files too by Chris Allegretta · 24 years ago
  89. 819d46a Upgrade libintl stuff to gettext 0.10.36 by Chris Allegretta · 24 years ago
  90. b881d3e Add --enable-nanorc to version string in nano.c by Chris Allegretta · 24 years ago
  91. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago
  92. 12f294c by Rocco Corsi · 24 years ago
  93. ea066c8 Added --enable-nanorc to configure by Chris Allegretta · 24 years ago
  94. 84de552 Added --disable-mouse option by Chris Allegretta · 24 years ago
  95. 235ab19 Add yesno support to mouse by Chris Allegretta · 24 years ago
  96. 6b58acd More mouse integration, esp with the shortcut lists by Chris Allegretta · 24 years ago
  97. ac840eb Added fork info to ChangeLog by Chris Allegretta · 24 years ago
  98. 6e28537 1.1 version and note added to README that this is the unstable branch by Chris Allegretta · 24 years ago
  99. 9afd119 Back to CVS version by Chris Allegretta · 24 years ago
  100. 38068cd Nano 1.0.1 release by Chris Allegretta · 24 years ago