1. a1475ae Updated Norwegian bokmal translation by Geir Helland. by Jordi Mallach · 22 years ago
  2. 5b63eaf Formatting fixes for nano.1 from Jean-Philippe. by Jordi Mallach · 22 years ago
  3. 67fa893 More French updates. by Jordi Mallach · 22 years ago
  4. b111f57 Updated French translation by Jean-Philippe Guérard. by Jordi Mallach · 22 years ago
  5. 023e9cd Updated German translation by Michael Piefel. by Jordi Mallach · 22 years ago
  6. 4654cd1 Updated Malay translation by Sharuzzaman Ahmat Raslan. by Jordi Mallach · 22 years ago
  7. 2e6d0ca Added Laurentiu Buzdugan, for Romanian. by Jordi Mallach · 22 years ago
  8. d8ce36e Added "ro" (Romanian). by Jordi Mallach · 22 years ago
  9. cccc511 New Romanian translation and Indonesian update. by Jordi Mallach · 22 years ago
  10. ffe575f Back to CVS by Chris Allegretta · 22 years ago
  11. aa45931 GNU nano 1.2.1 release by Chris Allegretta · 22 years ago
  12. 8151ba5 DLR's patch to change justify_mode to a flag by Chris Allegretta · 22 years ago
  13. 4b376a4 latest fixes by Chris Allegretta · 22 years ago
  14. e1e0fd6 DLR and DB's latest fixes by Chris Allegretta · 22 years ago
  15. 0f4a7dc French and Malay updates. by Jordi Mallach · 22 years ago
  16. e2a9e3c Sigh. It's nanorc.sample... by Jordi Mallach · 22 years ago
  17. db469d8 Documentation updates. by Jordi Mallach · 22 years ago
  18. 8f711b8 Malay translation update. by Jordi Mallach · 22 years ago
  19. d845193 DLR's cumulative patch, one minor configure.ac tweak by Chris Allegretta · 22 years ago
  20. 53c3b47 Danish update. by Jordi Mallach · 22 years ago
  21. 23f5756 Malay and Indonesian updates. by Jordi Mallach · 22 years ago
  22. 723399a Dutch update. by Jordi Mallach · 22 years ago
  23. dbc3ec7 Back to CVS by Chris Allegretta · 22 years ago
  24. 2b4ead9 GNU nano 1.2.0 release by Chris Allegretta · 22 years ago
  25. a7a78de - nano.c:justify_format() - Fix ugly behavior when wrapping spaces at the end of long words (David Benbennick) by Chris Allegretta · 22 years ago
  26. 593a067 Finnish and Spanish update :) by Jordi Mallach · 22 years ago
  27. 9658c4c Updated German, Ukrainian and Russian translations. by Jordi Mallach · 22 years ago
  28. e0516f3 Galician & French update. by Jordi Mallach · 22 years ago
  29. 33ac7b9 - files.c:read_file() - If the file we're loading has already been detected as a DOS or Mac formatted file, don't turn on NOCONVERT if we find binary chars in it. This is because if it's detected as DOS/Mac format, at least one line has already been converted so setting NOCONVERT (which is supposed to signal that none of the file should be converted) makes no sense. (DLR) by Chris Allegretta · 22 years ago
  30. 1aa8541 Updated French, Dutch, Swedish and Catalan translations. by Jordi Mallach · 22 years ago
  31. fc71eb5 nanorc.5 fixes from DB. by Jordi Mallach · 22 years ago
  32. 07e2000 Format fix for nanorc.5 by Jordi Mallach · 22 years ago
  33. 3d33251 Back to CVS by Chris Allegretta · 22 years ago
  34. 7ba3279 GNU nano 1.1.99pre3 release by Chris Allegretta · 22 years ago
  35. f717f98 Revert const char * strings as it gives warnings with -Wwrite-strings by Chris Allegretta · 22 years ago
  36. d3c8f09 Use homenv variable instead of getenv(HOME) 3 times in do_rcfile by Chris Allegretta · 22 years ago
  37. 1debce2 More getpwent changes by Chris Allegretta · 22 years ago
  38. 5acbc8b Updated Russian translation. by Jordi Mallach · 22 years ago
  39. aebfac8 Add upgrading information for nano 1.0 users. by Jordi Mallach · 22 years ago
  40. fee360a Fix uneeded content type message from man pages by Chris Allegretta · 22 years ago
  41. 4f989fa - Moved nano.1 color and syntax sections to nanorc, pointed nano.1 to nanorc.5 for initialization file. Changed nanorc.5 variables to be italics to match nano.1. Added nanorc.5.html to CVS tree by Chris Allegretta · 22 years ago
  42. 2e39c1c - rcfile.c:do_rcfile() - Revert (somewhat) previous behavior of looking at /home/chrisa, and only run getpw* if it is NULL. Most *nix programs seem to only care about /home/chrisa, and at the user-level getpw* may not be reliable (and its slower) by Chris Allegretta · 22 years ago
  43. 65f075d - Change resetpos function to be global (now called resetstatuspos. Fixes annoying but small odd problem with cursor placement when inserting a file. This needs to be done better in 1.3 (originally by David Lawrence Ramsey) Added this issue to TODO by Chris Allegretta · 22 years ago
  44. bcc8688 - Remove do_preserve_msg, as using -p still gives Pico-style string behavior, so an annoying message every invocation is probably unneeded (all cheer) by Chris Allegretta · 22 years ago
  45. d0845df Oops, we should probably re-initialize keyhandled each iteration of the main loop ;-) by Chris Allegretta · 22 years ago
  46. fe1d072 - nano.c:main() - Silence annoying compiler messages about clobbering and uninitialized variables by moving variable inits to the top of main() and re-initializing them after the sigsetjmp() by Chris Allegretta · 22 years ago
  47. a0449d9 - files.c: load_history() - Fix segfault on loading huge strings from history file (David Benbennick) by Chris Allegretta · 22 years ago
  48. 7641708 - nano.c:do_suspend() - Fix untranslated message (David Benbennick) by Chris Allegretta · 22 years ago
  49. e9b5c6f - winio.c:browser_init(), striponedir(), do_browse_from() - Various memory leak fixes (David Benbennick) by Chris Allegretta · 22 years ago
  50. d127c71 - nano.c:do_wrap() - Fix isspace() call to operate on int by Chris Allegretta · 22 years ago
  51. b2cd248 const char * fixes and defined(NCURSES_MOUSE_VERSION) additions to winio.c funcs that need them by Chris Allegretta · 22 years ago
  52. 428f620 DB's justify fixes by Chris Allegretta · 22 years ago
  53. fdcb9e9 - Memory leak fixes for files.c:do_insertfile(),do_browser(), nano.c:do_spell(), and search.c:do_replace() (David Benbennick) by Chris Allegretta · 22 years ago
  54. a4a9d17 Added --keyword=P_:1,2 to XGETTEXT_OPTIONS. by Jordi Mallach · 22 years ago
  55. d16f9f6 Change ngettext macro to P_(), to avoid clash with C's __ identifier. by Jordi Mallach · 22 years ago
  56. 65f998e Silly reformat. by Jordi Mallach · 22 years ago
  57. f16ca28 Update, not doing Spanish anymore... by Jordi Mallach · 22 years ago
  58. 4640fe3 - nano.c:do_help () - Fix line lengths not being computed properly, causes display glitches most noticeable with < 20 rows. New function nano.c:line_len(). (David Benbennick) by Chris Allegretta · 22 years ago
  59. a90d0cf DB's gotoline fix by Chris Allegretta · 22 years ago
  60. f8f2d58 DB's fill and window length fixes by Chris Allegretta · 22 years ago
  61. 3a78406 - nano.c:help_init() - Fix crashing in do_help when COLS < 23 (David Benbennick) by Chris Allegretta · 22 years ago
  62. 2ddd75e Updated Finnish translation. by Jordi Mallach · 22 years ago
  63. e61be2d Fix it better. by Jordi Mallach · 22 years ago
  64. 992a25a * it.po: Fix broken format string in translation by Chris Allegretta · 22 years ago
  65. a66a8f7 Add nanorc.5 manpage. by Jordi Mallach · 22 years ago
  66. ab5fec6 Spanish update. by Jordi Mallach · 22 years ago
  67. 97e10b5 - nano.spec.in - Change default flags to --enable-all by Chris Allegretta · 22 years ago
  68. 588df68 Italian and Galician updates. by Jordi Mallach · 22 years ago
  69. bfc8b2a - winio.c:nanogetstr() - Remove unnecessary reset of x since it is now handled elsewhere (David Lawrence Ramsey) by Chris Allegretta · 22 years ago
  70. bcaeeb4 Add the ChangeLog entry for the 2nd half of DB's patch by Chris Allegretta · 23 years ago
  71. 3cdf6ff - files.c:input_tab() - Fix assumption that matches is null terminated (David Benbennick) by Chris Allegretta · 23 years ago
  72. 17ec14b Better fix hopefully for color issue by Chris Allegretta · 23 years ago
  73. a3daf3a - nanorc.sample: - Make nanorc entry less tolerant of invalid colors by Chris Allegretta · 23 years ago
  74. 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 · 23 years ago
  75. 3083ff9 Polish and Swedish updates. by Jordi Mallach · 23 years ago
  76. 201f1d9 - Fix globals and externs such that nano will compile with DISABLE_SPELLER (David Benbennick) by Chris Allegretta · 23 years ago
  77. 5ec6862 - Fix nano not compiling with ENABLE_RCFILE BLE_TABCOMP (David Benbennick) by Chris Allegretta · 23 years ago
  78. 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 · 23 years ago
  79. a577d5a Catalan, French, Ukrainian and German updates. by Jordi Mallach · 23 years ago
  80. cddbfd0 Back to CVS by Chris Allegretta · 23 years ago
  81. 5c8c276 GNU nano 1.1.99pre2 release by Chris Allegretta · 23 years ago
  82. 7dace11 Translate cancelled string in files.c (David Benbennick) by Chris Allegretta · 23 years ago
  83. d89eb91 Apply the same regexp_init checks to using last|search in search_init() by Chris Allegretta · 23 years ago
  84. c453357 - files.c:save_history() Fix off-by-one bug causing write to unallocated memory (David Benbennick) by Chris Allegretta · 23 years ago
  85. 434d686 files.c:do_insertfile() - Add some more checks and fix recursion when toggling multibuffer (David Benbennick) by Chris Allegretta · 23 years ago
  86. 0eab236 files.c:do_browser() - Even more checks and operating dir fixes (David Benbennick) by Chris Allegretta · 23 years ago
  87. dbfc56c Oops, now credit DB by Chris Allegretta · 23 years ago
  88. 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 · 23 years ago
  89. cff6e6f DB's justify patch by Chris Allegretta · 23 years ago
  90. ce452fb DB's debug and multibuffer and regcomp fix to make nano less of a complete cpu hog by Chris Allegretta · 23 years ago
  91. 5c63f27 Dlr's revert multibuffer and view mode patch by Chris Allegretta · 23 years ago
  92. f80a59c - files.c:do_browser() - Fix goto directory operating dir check and tilde expansion (David Benbennick) by Chris Allegretta · 23 years ago
  93. 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 · 23 years ago
  94. 2a7b8b2 -nano.c:do_justify() - Unset KEEP_CUTBUFFER so nano won't crash with subsequent ^K cuts and justifies (David Benbennick) by Chris Allegretta · 23 years ago
  95. 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 · 23 years ago
  96. 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 · 23 years ago
  97. db28e96 - winio.c:do_yesno() - Fix mouse interaction bugs with yes/no prompt (David Benbennick) by Chris Allegretta · 23 years ago
  98. 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 · 23 years ago
  99. 416896e Updated Spanish translation. by Jordi Mallach · 23 years ago
  100. b698c35 - files.c:do_browser() - Fix incorrect path check for check_operating_dir() (David Benbennick) by Chris Allegretta · 23 years ago