1. b5a7bbf remove the workaround for glibc 2.2.3's broken regexec(), and replace it by David Lawrence Ramsey · 19 years ago
  2. 57d81ec update changelog entries by David Lawrence Ramsey · 19 years ago
  3. f94fbbc fix typos from when the old section 4.4 was removed by David Lawrence Ramsey · 19 years ago
  4. 7d9e5bf in faq.html, add minor punctuation and wording fixes by David Lawrence Ramsey · 19 years ago
  5. 0517d09 update to deal with nano.html by David Lawrence Ramsey · 19 years ago
  6. 888bc14 amother cosmetic fix by David Lawrence Ramsey · 19 years ago
  7. 4dbdbd4 per Benno Schulenberg's patch, fix changelog entry by David Lawrence Ramsey · 19 years ago
  8. 497a9a2 in ngetdelim(), set errno to EINVAL if stream is not a valid file by David Lawrence Ramsey · 19 years ago
  9. 106c1bf beep when we get an unhandled shortcut or toggle, as Pico does by David Lawrence Ramsey · 19 years ago
  10. f70f67b more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  11. 299ab27 add minor nanorc regex tweaks by John M. Gabriele, and minor sh regex by David Lawrence Ramsey · 19 years ago
  12. a95bdee cosmetic fix by David Lawrence Ramsey · 19 years ago
  13. 7643642 cosmetic fix by David Lawrence Ramsey · 19 years ago
  14. 5031ddf don't display "Unknown Command" after a mouse click by David Lawrence Ramsey · 19 years ago
  15. 8f07329 comment fix by David Lawrence Ramsey · 19 years ago
  16. a004334 fix breakage by David Lawrence Ramsey · 19 years ago
  17. cb11a20 add missing blank line by David Lawrence Ramsey · 19 years ago
  18. e415796 move the nanorc regexes to a separate file too by David Lawrence Ramsey · 19 years ago
  19. cf876d5 update to deal with rnano.1.html by David Lawrence Ramsey · 19 years ago
  20. 97eb8e6 update, since we now use nanorc.sample.in instead of nanorc.sample by David Lawrence Ramsey · 19 years ago
  21. 5e6434c move color regexes into separate files, and restructure things so that by David Lawrence Ramsey · 19 years ago
  22. 17ab6ed in doc/man/Makefile.am, simplify the setting of SUBDIRS by David Lawrence Ramsey · 19 years ago
  23. 6119fab in nanorc.sample, per John M. Gabriele's patch with a few tweaks by me, by David Lawrence Ramsey · 19 years ago
  24. 5f90b4f in nanorc.sample, per John M. Gabriele's patch, tweak the "nanorc" by David Lawrence Ramsey · 19 years ago
  25. 3dc0e23 in nanorc.sample, simplify the extensions associated with the "nanorc" regexes by David Lawrence Ramsey · 19 years ago
  26. c1662f2 in nanorc.sample, per John M. Gabriele's patch, tweak the "nanorc" by David Lawrence Ramsey · 19 years ago
  27. 95ff10e in nanorc.sample, per Benno Schulenberg's patch, tweak the "shellscript" by David Lawrence Ramsey · 19 years ago
  28. 1f5cf0d redundancy fix by David Lawrence Ramsey · 19 years ago
  29. 2888964 miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
  30. f397dae in src/Makefile.am, remove "-Iintl" from INCLUDES, as we don't use an by David Lawrence Ramsey · 19 years ago
  31. a8239c3 another cosmetic fix by David Lawrence Ramsey · 19 years ago
  32. 8d2d0d9 in various functions in rcfile.c, add quotes around invalid string by David Lawrence Ramsey · 19 years ago
  33. 5cadadd in color_update(), fix incorrect setting of defcolor, which prevented by David Lawrence Ramsey · 19 years ago
  34. 8602fd6 typo fixes by David Lawrence Ramsey · 19 years ago
  35. 7f1b119 more cosmetic fixes by David Lawrence Ramsey · 19 years ago
  36. a5b1ca2 cosmetic fixes by David Lawrence Ramsey · 19 years ago
  37. 5c7d88d in parse_verbatim_kbinput(), don't include the ability to enter a by David Lawrence Ramsey · 19 years ago
  38. a620e68 don't blank the statusbar after getting verbatim input if constant by David Lawrence Ramsey · 19 years ago
  39. 100bc30 in check_statusblank(), avoid redundant updates when statusblank is 0 by David Lawrence Ramsey · 19 years ago
  40. 184955d in faq.html, update section 3.8 to mention the new "Unicode Input" by David Lawrence Ramsey · 19 years ago
  41. 6fb6689 various input/output fixes: allow normal typing of high-bit control by David Lawrence Ramsey · 19 years ago
  42. a7ca900 remove unneeded comment by David Lawrence Ramsey · 19 years ago
  43. f451d6a add Benno Schulenberg's translator comments, and fix typos in the last by David Lawrence Ramsey · 19 years ago
  44. 12e3708 per Benno Schulenberg's patch with a few tweaks by me, if we're using by David Lawrence Ramsey · 19 years ago
  45. 9a5139e add missing changelog entry by David Lawrence Ramsey · 19 years ago
  46. e2afdbb another typo fix by David Lawrence Ramsey · 19 years ago
  47. 5b1d876 typo fix by David Lawrence Ramsey · 19 years ago
  48. f4cf5ed error message improvements by David Lawrence Ramsey · 19 years ago
  49. 5566e44 in parse_rcfile(), properly handle rcfiles that don't end in newlines by David Lawrence Ramsey · 19 years ago
  50. db39a5e in parse_rcfile(), change variable i from an int to a size_t, for consistency by David Lawrence Ramsey · 19 years ago
  51. 558d34f handle all syntaxes without associated colors in parse_rcfile() by David Lawrence Ramsey · 19 years ago
  52. 0b4920a in parse_rcfile(), properly generate an error if we've read in a syntax by David Lawrence Ramsey · 19 years ago
  53. 2ef7dae more comment fixes by David Lawrence Ramsey · 19 years ago
  54. 3c780e1 fix edit_redraw() breakage by David Lawrence Ramsey · 19 years ago
  55. 561db3a comment fixes by David Lawrence Ramsey · 19 years ago
  56. bd6e968 redundancy fix by David Lawrence Ramsey · 19 years ago
  57. d5228b3 in edit_redraw(), fix problem where not all lines would be updated by David Lawrence Ramsey · 19 years ago
  58. 964722a add missing blank line by David Lawrence Ramsey · 19 years ago
  59. 1320d29 remove duplicate escape sequence-interpreting code by David Lawrence Ramsey · 19 years ago
  60. d6eb175 in parse_kbinput(), if we get Escape followed by an escape sequence, by David Lawrence Ramsey · 19 years ago
  61. e328ae9 in shortcut_init(), remove the "Go To Line" shortcut in the replace by David Lawrence Ramsey · 19 years ago
  62. c7251fa comment fix by David Lawrence Ramsey · 19 years ago
  63. 0c9551a per Benno Schulenberg's patch, with a few tweaks by me, add miscellaneous by David Lawrence Ramsey · 19 years ago
  64. 2a56ce7 per Benno Schulenberg's patch with some additions of mine, explain the by David Lawrence Ramsey · 19 years ago
  65. 0b65402 fix more breakage by David Lawrence Ramsey · 19 years ago
  66. 305d889 more cleanly ignore unhandled meta key sequences and escape sequences; by David Lawrence Ramsey · 19 years ago
  67. 8aa9ac3 don't call wrap_reset() if we use verbatim input by David Lawrence Ramsey · 19 years ago
  68. 3af1e50 per Benno Schulenberg's patch, fix the statusbar's not blanking properly by David Lawrence Ramsey · 19 years ago
  69. b4428a0 fix breakage by David Lawrence Ramsey · 19 years ago
  70. 592f46b capitalization fixes by David Lawrence Ramsey · 19 years ago
  71. 8e341e1 ignore unhandled meta key sequences and escape sequences, and indicate by David Lawrence Ramsey · 19 years ago
  72. 5538150 more miscellaneous documentation fixes by David Lawrence Ramsey · 19 years ago
  73. 4567277 more various wording fixes by David Lawrence Ramsey · 19 years ago
  74. 8816564 comment fix by David Lawrence Ramsey · 19 years ago
  75. f1e5627 add missing blank line to the help text when NANO_TINY is defined and by David Lawrence Ramsey · 19 years ago
  76. 9133cbe add missing #ifdef by David Lawrence Ramsey · 19 years ago
  77. 6fe4e2b avoid unnecessary scrolling when moving to the last line of the help text by David Lawrence Ramsey · 19 years ago
  78. ef0d5a7 handle prepending of wrapped text in one place instead of many, so that by David Lawrence Ramsey · 19 years ago
  79. 6b49e9e cosmetic fix by David Lawrence Ramsey · 19 years ago
  80. 139fa65 more comment fixes by David Lawrence Ramsey · 19 years ago
  81. 2829aae comment fix by David Lawrence Ramsey · 19 years ago
  82. be231d3 per Benno Schulenberg's patch, add more shortcut description and by David Lawrence Ramsey · 19 years ago
  83. b7acc73 per Benno Schulenberg's patch, in nano.texi, change all occurrences of by David Lawrence Ramsey · 19 years ago
  84. ce86236 handle statusbar blanking in one place instead of many, so that it by David Lawrence Ramsey · 19 years ago
  85. 41b8972 various miscellaneous cutting fixes by David Lawrence Ramsey · 19 years ago
  86. 83635c2 in do_input(), don't blow away the cutbuffer when the shortcut we get is by David Lawrence Ramsey · 19 years ago
  87. 124978a in nanorc.sample, further simplify the "groff" regexes by David Lawrence Ramsey · 19 years ago
  88. 44abeea in nanorc.sample, remove unneeded foreground color for the Java source by David Lawrence Ramsey · 19 years ago
  89. 252eceb wording fix by David Lawrence Ramsey · 19 years ago
  90. 376eea3 properly highlight the "include" command by David Lawrence Ramsey · 19 years ago
  91. f320d31 in nanorc.sample, replace instances of "\w" with its equivalent by David Lawrence Ramsey · 19 years ago
  92. c0899cb remove unneeded blank line by David Lawrence Ramsey · 19 years ago
  93. 51cb7fd in get_control_kbinput(), fix Ctrl-? breakage by David Lawrence Ramsey · 19 years ago
  94. 39bd1b3 cosmetic fix by David Lawrence Ramsey · 19 years ago
  95. cd243f5 in break_line(), handle newlines consistently when searching for the by David Lawrence Ramsey · 19 years ago
  96. af7677e in help_init(), add various wording fixes by David Lawrence Ramsey · 19 years ago
  97. d99b0e1 in display_string(), properly display double-column characters if by David Lawrence Ramsey · 19 years ago
  98. b9446ac really fix handling of NANO_CONTROL_8 by David Lawrence Ramsey · 19 years ago
  99. c9d7620 in src/Makefile.am, if we're uninstalling, remove the "rnano" symlink by David Lawrence Ramsey · 19 years ago
  100. 75e9dfe comment fixes by David Lawrence Ramsey · 19 years ago