1. 97e10b5 - nano.spec.in - Change default flags to --enable-all by Chris Allegretta · 22 years ago
  2. 588df68 Italian and Galician updates. by Jordi Mallach · 22 years ago
  3. bfc8b2a - winio.c:nanogetstr() - Remove unnecessary reset of x since it is now handled elsewhere (David Lawrence Ramsey) by Chris Allegretta · 22 years ago
  4. bcaeeb4 Add the ChangeLog entry for the 2nd half of DB's patch by Chris Allegretta · 22 years ago
  5. 3cdf6ff - files.c:input_tab() - Fix assumption that matches is null terminated (David Benbennick) by Chris Allegretta · 22 years ago
  6. 17ec14b Better fix hopefully for color issue by Chris Allegretta · 22 years ago
  7. a3daf3a - nanorc.sample: - Make nanorc entry less tolerant of invalid colors by Chris Allegretta · 22 years ago
  8. d6e8436 - rcfile.c:colortoint() - Don't bomb after invalid color and print bad color name (David Benbennick). And reset mcolor to -1. by Chris Allegretta · 22 years ago
  9. 3083ff9 Polish and Swedish updates. by Jordi Mallach · 22 years ago
  10. 201f1d9 - Fix globals and externs such that nano will compile with DISABLE_SPELLER (David Benbennick) by Chris Allegretta · 22 years ago
  11. 5ec6862 - Fix nano not compiling with ENABLE_RCFILE BLE_TABCOMP (David Benbennick) by Chris Allegretta · 22 years ago
  12. 5ea694e - nano.1, nano.1.html: - Add initialization file comments, change some options from bracketed to underlined to emphasize that they are not optional by Chris Allegretta · 22 years ago
  13. a577d5a Catalan, French, Ukrainian and German updates. by Jordi Mallach · 22 years ago
  14. cddbfd0 Back to CVS by Chris Allegretta · 22 years ago
  15. 5c8c276 GNU nano 1.1.99pre2 release by Chris Allegretta · 22 years ago
  16. 7dace11 Translate cancelled string in files.c (David Benbennick) by Chris Allegretta · 22 years ago
  17. d89eb91 Apply the same regexp_init checks to using last|search in search_init() by Chris Allegretta · 22 years ago
  18. c453357 - files.c:save_history() Fix off-by-one bug causing write to unallocated memory (David Benbennick) by Chris Allegretta · 22 years ago
  19. 434d686 files.c:do_insertfile() - Add some more checks and fix recursion when toggling multibuffer (David Benbennick) by Chris Allegretta · 22 years ago
  20. 0eab236 files.c:do_browser() - Even more checks and operating dir fixes (David Benbennick) by Chris Allegretta · 22 years ago
  21. dbfc56c Oops, now credit DB by Chris Allegretta · 22 years ago
  22. a0d8997 - Fix screen getting trashed on signals nano can catch (TERM and HUP). New global variable curses_ended changes to winio.c:statubar() and nano.c:die() by Chris Allegretta · 22 years ago
  23. cff6e6f DB's justify patch by Chris Allegretta · 22 years ago
  24. ce452fb DB's debug and multibuffer and regcomp fix to make nano less of a complete cpu hog by Chris Allegretta · 22 years ago
  25. 5c63f27 Dlr's revert multibuffer and view mode patch by Chris Allegretta · 22 years ago
  26. f80a59c - files.c:do_browser() - Fix goto directory operating dir check and tilde expansion (David Benbennick) by Chris Allegretta · 22 years ago
  27. 858d9d9 - files.c:do_browse_from() - Fix path checking to fix bad paths, escaping the operating directory, new function readable_dir() (David Benbennick) by Chris Allegretta · 22 years ago
  28. 2a7b8b2 -nano.c:do_justify() - Unset KEEP_CUTBUFFER so nano won't crash with subsequent ^K cuts and justifies (David Benbennick) by Chris Allegretta · 22 years ago
  29. 5d71514 - Fix nano crashing when searching/replacing an invalid regex (try ^*). Changed regexp_init() to return 1 or 0 based on regcomp()'s return value and search_init to exit with an error message (sorry Jordi) by Chris Allegretta · 22 years ago
  30. e92a7bc - nano.c:do_mouse() - Fix the mouse code to work with lines longer than COLS and with the proper positioning, including special characters (David Benbennick) by Chris Allegretta · 22 years ago
  31. db28e96 - winio.c:do_yesno() - Fix mouse interaction bugs with yes/no prompt (David Benbennick) by Chris Allegretta · 22 years ago
  32. d26ab91 - Fix constant curos updates from obliterating other system messages, and fix statusbar message length. Affects files.c:load_open_file(), nano.c:main(), search.c:findnextstr(), winio.c:statusbar() and do_cursorpos() (David Benbennick) by Chris Allegretta · 22 years ago
  33. 416896e Updated Spanish translation. by Jordi Mallach · 22 years ago
  34. b698c35 - files.c:do_browser() - Fix incorrect path check for check_operating_dir() (David Benbennick) by Chris Allegretta · 22 years ago
  35. a340766 - nano.c:do_char() - Remove unneeded check_statblank() (David Benbennick) by Chris Allegretta · 22 years ago
  36. 47fcfe5 - Fix cursor position being saved when escaping out of nanogetstr with keys like ^Y and ^V. New arg resetpos to nanogetstr(), added static int resetpos in statusq() (bug found by DLR) by Chris Allegretta · 22 years ago
  37. 8a85aa0 - search.c:do_search(), do_replace_loop() - Fix edit_update call to use CENTER instead of current_x (related to David Benbennick's fixes for spelling) by Chris Allegretta · 22 years ago
  38. 64fc78c - nano.c:do_int_spell_fix(), do_int_speller() - Fix crashes with mark position, current_x position and edit_update args (David Benbennick) by Chris Allegretta · 22 years ago
  39. 63d0b48 - winio.c:edit_refresh() - Fix cursor being above as well as below the current screen (David Benbennick) by Chris Allegretta · 22 years ago
  40. 77e726d - files.c:save_history() - Fix nrealloc return value being ignored (David Benbennick) by Chris Allegretta · 22 years ago
  41. fa15886 Updated Polish translation from Wojciech Kotwica. by Jordi Mallach · 22 years ago
  42. 9090f2e General - Fix subexpression replacement to work consistently. Affects search.c:replace_regexp() and utils.c:strstrwrapper() (David Benbennick) by Chris Allegretta · 22 years ago
  43. 1939c35 - search.c:do_replace_loop() - Fix various bugs having to do with replace string length and positioning (David Benbennick) by Chris Allegretta · 22 years ago
  44. 1a128af - nano.c:window_init() - Fix leaking *WINDOWs (no pun intended) (David Benbennick) by Chris Allegretta · 22 years ago
  45. 54c1f79 - files.c:open_file() - Fix FD leak with file load error (David Benbennick) by Chris Allegretta · 22 years ago
  46. 149781d - cut.c:do_cut_text() - Fix incorrect cursor location when cutting long lines (David Benbennick) by Chris Allegretta · 22 years ago
  47. beca0eb Updated Galician translation. by Jordi Mallach · 22 years ago
  48. 0e86e60 - Changed some translatable debug messages to use %s instead of the function name, and removed gettext from two strings that had no actual words in them that should be translated. Suggested originally by Christian Rose by Chris Allegretta · 22 years ago
  49. f22e8bf - nanorc.sample: - Change comment to say magenta instead of purple by Chris Allegretta · 22 years ago
  50. 3bbc416 - winio.c:bottombars() - Change strcpy of gettext() Up string to strncpy of max width 8, to stop stupid strcpy crash by Chris Allegretta · 22 years ago
  51. d663499 Updated German translation (Michael Piefel). by Jordi Mallach · 22 years ago
  52. 36fec72 nano.c:usage() - Revamp -H option message to fit in 80 column terminal by Chris Allegretta · 22 years ago
  53. 3d459ad nano.c:main() - Call load_file with arg 0 for insert, as we aren't really doing an insert, allows new_file() to run if we open a non-file at startup by Chris Allegretta · 22 years ago
  54. 73a7e7f Updated French, Malay and Ukrainian translations. by Jordi Mallach · 22 years ago
  55. eeb5004 i18n fixes. by Jordi Mallach · 22 years ago
  56. 8495c71 French, Swedish, Dutch and Catalan updates. by Jordi Mallach · 22 years ago
  57. f89d698 Back to CVS by Chris Allegretta · 22 years ago
  58. f426c9e GNU nano 1.1.99pre1 release by Chris Allegretta · 22 years ago
  59. d46f544 Commit release notes, final preps for release by Chris Allegretta · 22 years ago
  60. 5af5889 Latest patch by DLR by Chris Allegretta · 22 years ago
  61. b32ccd9 Minor #endif fix at the end of files.c by Chris Allegretta · 22 years ago
  62. 327abda Add DB's real fix, and add do_disabled_msg to proto.h (whose code is this?) by Chris Allegretta · 22 years ago
  63. d6c8d1a - winio.c:nanogetstr - Move down NANO_SMALL in tab check so nano won't complain if just NANO_SMALL is defined (David Benbennick, presumed fix) by Chris Allegretta · 22 years ago
  64. e660037 nano.c:version() - Move up check for --disable-nls as it's independent of --enable-tiny now (DLR) by Chris Allegretta · 22 years ago
  65. f9ab3f7 - nano.1, nano.1.html - Updated for the --preserve and --historylog options by Chris Allegretta · 22 years ago
  66. 3f8a63c - faq.html: Added docs about the new unified search string interface and search histories, and added --enable-all into configure docs by Chris Allegretta · 22 years ago
  67. d957f59 configure.ac: - Added --enable-all option to compile in all the extra stuff we'd normally need extra flags for by Chris Allegretta · 22 years ago
  68. f3de8b5 - Added search/replace history log. Flag -H, --historylog. Flags HISTORY_CHANGED and HISTORYLOG, added entries in nanorc.sample, new functions log_history and save_history (Ken Tyler) by Chris Allegretta · 22 years ago
  69. 09fc430 DLR's latest bits by Chris Allegretta · 22 years ago
  70. 2ad0f6c - search.c:do_gotoline() - Don't call blank_statusbar_refresh() so if there's an error returned in multibuffer mode, we can actually see it by Chris Allegretta · 22 years ago
  71. 2d5fc3a - nano.c:do_int_speller() - Fix FD leaks which occur outside of errors (David Benbennick) by Chris Allegretta · 22 years ago
  72. d757e25 Update copyright notices, courtesy of mr DLR by Chris Allegretta · 22 years ago
  73. 9b0d18d Remove stuff generated by autopoint. by Jordi Mallach · 22 years ago
  74. b947552 Update for recent CVS changes. by Jordi Mallach · 22 years ago
  75. 73dcc43 Roll back AC_CONFIG_HEADER change, to make automake1.6 users happy. by Jordi Mallach · 22 years ago
  76. a0e829c Updated for translation changes. by Jordi Mallach · 22 years ago
  77. 7fc0ddf Added Peio. by Jordi Mallach · 22 years ago
  78. 38c563d Add LINGUAS, with the list of supported languages previously in configure.ac (ALL_LINGUAS). by Jordi Mallach · 22 years ago
  79. 631ee1f Small cleanups. Add copyright header, add autopoint support and define bug report address and full package name in AC_INIT. Move ALL_LINGUAS to po/LINGUAS, recommended place for gettext 0.11. by Jordi Mallach · 22 years ago
  80. 4805378 Make it much simpler by just using autoreconf. by Jordi Mallach · 22 years ago
  81. cb850ce Remove generic stuff. by Jordi Mallach · 22 years ago
  82. 908f770 Back out the changes I made to nano.c to catch the spelling scroll bug earlier by Chris Allegretta · 22 years ago
  83. 0e7a3f5 - Fixed awful scrolling in do_int_speller. Problem was findnextstr() calling edit_update(), though screen updating is not its business Added checks in do_search() and do_replace_loop() to do the checks. It really should not be done here, as some function in winio.c should handle this, but I can't seem to find a good place to put this check by Chris Allegretta · 22 years ago
  84. 688c8eb DLR's latest changes by Chris Allegretta · 22 years ago
  85. ca7113a - search.c:do_replace_loop() - Remove check for answer being a blank string, presumed to a PICO_MODE holdover, but it stops us from doing a blank spelling replacement by Chris Allegretta · 22 years ago
  86. 497b504 Add spell check selected text to TODO, note that I'm not asking you to implement this tonight DLR :-) by Chris Allegretta · 22 years ago
  87. 54380cf Update texi file more by Chris Allegretta · 22 years ago
  88. 9fa5fbd nano.texi - Updates for the most recent and not so recent changes by Chris Allegretta · 22 years ago
  89. 7662c86 DLR and DB's latest fixes by Chris Allegretta · 22 years ago
  90. 3f1b685 nano.c:do_int_speller - Change all child error checks to use one goto (gasp) called close_pipes_and_exit, so we don't leak FDs by Chris Allegretta · 22 years ago
  91. ed4fb2c - nanorc.sample: - Added some examples for groff and the nanorc courtesy of Robert D. Goulding. Added double hash marks to comment lines, so people who uncomment the beginning of every line won't get syntax errors by Chris Allegretta · 22 years ago
  92. 54abd94 Fix broken meta keys screwing up previous answer, fix misplaced (?) #endif in nanogetstr by Chris Allegretta · 22 years ago
  93. 8031f83 Add a buffer holder for current search/replace data, so we don't lose it when going back through history by Chris Allegretta · 22 years ago
  94. 6cd143d - Add in Pico's -p flag, (-p, --preserve). To preserve the XON and XOFF keys (^Q and ^S). Add warning if we invoke -p and add checks for using --preserve (to skip warning) and --pico (to force showing it). New flag PRESERVE, function do_preserve_msg(), changes to main(), signal_init() by Chris Allegretta · 22 years ago
  95. 37d594c More bits left over from getting rid of pico mode, no more CLEAR_BACKUPSTRING, woo! Also reodered flags to remove gaps by Chris Allegretta · 22 years ago
  96. 916a8ec - TODO - Added some wishlist stuff by Chris Allegretta · 22 years ago
  97. 15c28f8 Completely removed PICO_MODE, as with the search/replace history patch we should have the extended functionality we can without being incompatible with pico by Chris Allegretta · 22 years ago
  98. a65ba51 Now make the code with with NANO_SMALL :-) by Chris Allegretta · 22 years ago
  99. 6328792 Fix search/replace history adding blank lines, yuck by Chris Allegretta · 22 years ago
  100. 5beed50 Ken's search history patch, minus the .nano_history stuff by Chris Allegretta · 22 years ago