1. c1049ac Add and fix bugs #63 and 64 by Chris Allegretta · 23 years ago
  2. 372b1a0 Corrected the Mouse Toggle help in the texinfo manual. by Jordi Mallach · 23 years ago
  3. 47a2686 Back to CVS version by Chris Allegretta · 23 years ago
  4. 0e8c8d8 GNU nano 1.1.1 release by Chris Allegretta · 23 years ago
  5. 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
  6. 4839d23 Spelling fixes by DLR by Chris Allegretta · 23 years ago
  7. ef8f98d Reverted to gettext 0.10.35 in intl/ added m4/ directory to allow system independent rebuild of configure stuff by Chris Allegretta · 23 years ago
  8. e642197 new_file() and close_open_file() fixes by DLR by Chris Allegretta · 23 years ago
  9. 5cce53b do_writeout() - Check for open_files == NULL before using it (Ryan Krebs) by Chris Allegretta · 23 years ago
  10. 5f36c37 Fixes for the nano.h #defines, shortcut_init() lists and search.c reverse search stuff when NANO_SMALL is used by Chris Allegretta · 23 years ago
  11. f372bd9 nano.h: - Fix type in INSERTFILE_LIST_LEN. && search_init() - add #ifdef NANO_SMALL around toggles code. by Chris Allegretta · 23 years ago
  12. 307d4c8 Many multibuffer fixes by DLR by Chris Allegretta · 23 years ago
  13. 47f77b4 Back to CVS by Chris Allegretta · 23 years ago
  14. 9a74860 Nano 1.1.0 release by Chris Allegretta · 23 years ago
  15. 355fbe5 Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer by Chris Allegretta · 23 years ago
  16. 2d7893d Added multi buffer (load on insert) code. This wont intoduce any bugs ;-) by Chris Allegretta · 23 years ago
  17. df7d8b2 Added Norwegian and Swedish to HEAD. by Jordi Mallach · 23 years ago
  18. b26ecb5 Oops, make that Alt-[-7.8 by Chris Allegretta · 23 years ago
  19. 052f9d2 main() - Added Alt-[-[-7,8 support for home/end keys (Jeff Teunissen). by Chris Allegretta · 23 years ago
  20. 049149f Make the THANKS file slightly less incomplete but far from perfect by Chris Allegretta · 23 years ago
  21. 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 · 23 years ago
  22. 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 · 23 years ago
  23. 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
  24. 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
  25. 7fde37f Added THANKS, listing nano's friends :) by Jordi Mallach · 23 years ago
  26. efd2236 Updated Indonesian by Tedi Heriyanto by Jordi Mallach · 23 years ago
  27. 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 · 23 years ago
  28. 40f45c8 Last fixes, add reset of cutbuffer when uncutting marked text and reset marked_cut when cutbuffer reset by Chris Allegretta · 23 years ago
  29. 658399a Moved extension functions to meta keys, new macro TOGGLE() for toggling flags by Chris Allegretta · 23 years ago
  30. e4933a3 Reverse Search by Ken Tyler by Chris Allegretta · 23 years ago
  31. a75bc41 Better for for -k bug by Chris Allegretta · 23 years ago
  32. 1cde322 Don't keep cutbufer on reset, fix -k cut on first line if blank by Chris Allegretta · 23 years ago
  33. 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 · 23 years ago
  34. 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
  35. 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
  36. 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 · 23 years ago
  37. 6fe6149 All the updates that I've been waiting all weekend to commit, no desc, tough by Chris Allegretta · 23 years ago
  38. 53ea9d1 Add BUG #60 by Chris Allegretta · 23 years ago
  39. 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
  40. 9fe015c cut_marked_segment() - Add bizarre copy of bot node, else *BSD goes ballistic. by Chris Allegretta · 23 years ago
  41. 63ba2d6 po/it.po - Updated Italian translation by Marco Colombo. by Chris Allegretta · 23 years ago
  42. 92b3bd2 New Russian translation by Sergey A. Ribalchenko. by Jordi Mallach · 23 years ago
  43. 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 · 23 years ago
  44. 64bacd2 gl.po status update (it's not new, it's been released already) by Jordi Mallach · 23 years ago
  45. 3bf6bf4 Added Ukrainian translation by Sergey A. Ribalchenko. by Jordi Mallach · 23 years ago
  46. 4cb991d add_to_cutbuffer() - Remove useless statements (Rocco). by Chris Allegretta · 23 years ago
  47. 051fc6e Added file clicking ability in file browser by Chris Allegretta · 23 years ago
  48. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  49. 7254904 Updated FAQ, updated Spanish and Catalan, added utils.c to translations and by Jordi Mallach · 23 years ago
  50. b0bce4b Mention config.whatever files in ChangeLog by Chris Allegretta · 23 years ago
  51. 3f8db49 Hugo van der Merwe pointed out that -r was missing in the manpage. by Jordi Mallach · 23 years ago
  52. 9634571 Added Galician translation by Jacobo Tarrío <jtarrio@trasno.net>. by Jordi Mallach · 23 years ago
  53. 6cb4e88 page_up() - Rewritten with a loop to make screen updates work when mark is set (fixes bug #59). 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. 18d70f1 added --enable-color and updated nanorc description in ChangeLog by Chris Allegretta · 23 years ago
  57. 5050aa6 Addand fix bug #59 by Chris Allegretta · 24 years ago
  58. 4dfaf93 Alt Speller returns to same line & do_gotoline optimizations by Rocco Corsi · 24 years ago
  59. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago
  60. 12f294c by Rocco Corsi · 24 years ago
  61. ea066c8 Added --enable-nanorc to configure by Chris Allegretta · 24 years ago
  62. 84de552 Added --disable-mouse option by Chris Allegretta · 24 years ago
  63. 235ab19 Add yesno support to mouse by Chris Allegretta · 24 years ago
  64. 6b58acd More mouse integration, esp with the shortcut lists by Chris Allegretta · 24 years ago
  65. ac840eb Added fork info to ChangeLog by Chris Allegretta · 24 years ago
  66. 9afd119 Back to CVS version by Chris Allegretta · 24 years ago
  67. 38068cd Nano 1.0.1 release by Chris Allegretta · 24 years ago
  68. 90d3074 More browser and misc fixes by Matthias Andree that Chris screwed around with by Chris Allegretta · 24 years ago
  69. b2c4cbe rm libintl.h on distclean so we don't get the stupid unresolved symbols anymore. by Jordi Mallach · 24 years ago
  70. cef7fbb Added --disable-wrapping configure flag by Chris Allegretta · 24 years ago
  71. 0876dc9 Change some lstats to stats, check file via lstat first, then stat() if it's a link in the browser by Chris Allegretta · 24 years ago
  72. 4980517 files.c:diralphasort() - Changed stat calls to lstat to stop abort on symlinks, otherwise return 0. (Matthias Andree, fixes bug #58) by Chris Allegretta · 24 years ago
  73. 4bf831f faq.html: Fixed typo in section 6.1 (discovered by Bob Farmer) by Chris Allegretta · 24 years ago
  74. 3948bae aclocal.m4: - Minor patch for intl check (really this time) (Albert Chin) by Chris Allegretta · 24 years ago
  75. 2071207 Well, back to CVS again by Chris Allegretta · 24 years ago
  76. 2bfbda0 GNU nano 1.0.0 release by Chris Allegretta · 24 years ago
  77. 7ab3e8f nano.info - Added dir entry (Albert Chin), Added Albert to credits by Chris Allegretta · 24 years ago
  78. 0a24b59 by Jordi Mallach · 24 years ago
  79. 35dac58 statusq() - Added NANO_BACK_KEY and NANO_FORWARD_KEY cases for left and right by Chris Allegretta · 24 years ago
  80. 10ae4f1 cs.po: Czech translation from Vaclav Haisman by Chris Allegretta · 24 years ago
  81. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  82. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  83. e316773 Added void to argless functions decls, changed new to newnode in functions with 'new' variable by Chris Allegretta · 24 years ago
  84. a0323de Roll-back previous change, this way copies Pico's (strange) behavior by Chris Allegretta · 24 years ago
  85. e76f06b move.c: page_down() - Oops, check for <= editwinrows (Ryan Krebs) by Chris Allegretta · 24 years ago
  86. 565f7d5 Added and fixed BUG #57 by Chris Allegretta · 24 years ago
  87. 74bb31b Fix BUG #56 found on SourceForge by Chris Allegretta · 24 years ago
  88. 94a78b8 Added check for samlinewrap case and cursor placement fixes, closing BUG #55 =-) by Chris Allegretta · 24 years ago
  89. 203ce15 nano.texi: - Meta-Z correction and grammar in --enable-tiny desc (Neil Parks) by Chris Allegretta · 24 years ago
  90. 5b387d7 by Jordi Mallach · 24 years ago
  91. 9c9c5da Back to CVS by Chris Allegretta · 24 years ago
  92. a4a222d Nano 0.9.99pre3 release by Chris Allegretta · 24 years ago
  93. a7b2ed0 by Jordi Mallach · 24 years ago
  94. 6aec0d6 Fixed some errors in Spanish by Jordi Mallach · 24 years ago
  95. 82b1829 Initial Catalan translation by Jordi Mallach · 24 years ago
  96. 8119765 Tiny es.po updates by Jordi Mallach · 24 years ago
  97. 618f5d7 configure.in: - Added separate check for resizeterm() by Chris Allegretta · 24 years ago
  98. 4ce8e3b Internationalize yes, no and all *sigh* by Chris Allegretta · 24 years ago
  99. c46dd81 Nano is now a GNU package by Chris Allegretta · 24 years ago
  100. 1bf501c GNU compliance issues: - Added texinfo manual nano.texi. Added texi options to Makefile.am by Chris Allegretta · 24 years ago