1. 69784d5 screen: don't push the longer-line indicator ($) to the next row by Benno Schulenberg · 8 years ago
  2. 3c3eb49 usage: mention the -g/--showcursor option by David Lawrence Ramsey · 8 years ago
  3. 636b734 tweaks: make sure calls to <ctype.h> functions/macros use "unsigned char" by Hans-Bernhard Broeker · 8 years ago
  4. 0176cb5 pull in the sys_wait module from gnulib by Mike Frysinger · 8 years ago
  5. ca86045 handle builds on systems without termios.h by Mike Frysinger · 8 years ago
  6. cab3377 handle deficient signal systems by Mike Frysinger · 8 years ago
  7. 7c2cfd6 pull in the lstat module from gnulib by Mike Frysinger · 8 years ago
  8. a8deac5 add an explicit test for set_escdelay() by Mike Frysinger · 8 years ago
  9. a9a45f2 fix build on systems without pwd.h by Mike Frysinger · 8 years ago
  10. a0fb552 pull in the glob module from gnulib by Mike Frysinger · 8 years ago
  11. e7c4352 drop the wchar.h/wctype.h/stdarg.h checks by Mike Frysinger · 8 years ago
  12. 9a2deb4 drop the glib fallback for snprintf/vsnprintf by Mike Frysinger · 8 years ago
  13. 272345c assume getopt_long support is always available by Mike Frysinger · 8 years ago
  14. 3deec43 assume regex.h support is always available by Mike Frysinger · 8 years ago
  15. 63cae0c drop the isblank/iswblank fallback functions by Mike Frysinger · 8 years ago
  16. e9a3f85 drop the getdelim/getline fallback functions by Mike Frysinger · 8 years ago
  17. 28133e9 drop various str fallback functions by Mike Frysinger · 8 years ago
  18. ba8d71f add support for gnulib by Mike Frysinger · 8 years ago
  19. 9d0331d configure: require gettext-0.18.3, and drop our bundled m4 files by Mike Frysinger · 8 years ago
  20. c04a8ce configure: require autoconf-2.69/automake-1.14 by Mike Frysinger · 8 years ago
  21. 83a841c tweaks: chuck some debugging stuff and some useless asserts by Benno Schulenberg · 8 years ago
  22. 0af5788 tweaks: reduce the scope of five variables, and frob some comments by Benno Schulenberg · 8 years ago
  23. d5b950c tweaks: don't turn the mark off before it's needed by Benno Schulenberg · 8 years ago
  24. adf69a0 spelling: keep the cursor at end-of-line if it was there by Benno Schulenberg · 8 years ago
  25. 355a07b tweaks: don't optimize for the wrong case by Benno Schulenberg · 8 years ago
  26. 0404474 tweaks: stop converting text once we overshoot span columns by David Lawrence Ramsey · 8 years ago
  27. a80ade3 tweaks: rename two variables, to be more distinctive by Benno Schulenberg · 8 years ago
  28. 48643cb tweaks: elide a small intermediate buffer by Benno Schulenberg · 8 years ago
  29. aa013aa tweaks: elide a variable by Benno Schulenberg · 8 years ago
  30. 91910b2 input: count a manually entered unicode as one character by Benno Schulenberg · 8 years ago
  31. 29681e0 weeding: remove partitioning and related stuff from do_justify() by David Lawrence Ramsey · 8 years ago
  32. 234bd9c speller: fix replacing marked text in the alternate spell checker by David Lawrence Ramsey · 8 years ago
  33. 0d93137 undo: fix undoing/redoing insertions, since they no longer do partitioning by David Lawrence Ramsey · 8 years ago
  34. ef43ebf weeding: remove partitioning and related stuff from do_insertfile() by David Lawrence Ramsey · 8 years ago
  35. 86f7bc1 files: revamp the insertion of a file, to be more like pasting text by David Lawrence Ramsey · 8 years ago
  36. 3d9a4d6 tweaks: make WhereIsNext available in browser in tiny version by Benno Schulenberg · 8 years ago
  37. eb67af9 tweaks: fix compilation with --enable-tiny --enable-help by Benno Schulenberg · 8 years ago
  38. efdd739 oops -- that's what you get when you don't test things before pushing by Benno Schulenberg · 8 years ago
  39. 2e53ed2 tweaks: use two extra variables to make it clearer what is being done by Benno Schulenberg · 8 years ago
  40. 59e10bd usage: don't mention +LINE,COLUMN as an option, because it isn't by Benno Schulenberg · 8 years ago
  41. 6eefad4 tweaks: mention nano's ability to read from standard input in usage() by David Lawrence Ramsey · 8 years ago
  42. e5731fe tweaks: reshuffle three statements, and shorten a comment by Benno Schulenberg · 8 years ago
  43. 2bbb6cf wrapping: add the correct char length when skipping consecutive blanks by Benno Schulenberg · 8 years ago
  44. 1623bc7 tweaks: rename three variables, to better distinguish bytes from columns by Benno Schulenberg · 8 years ago
  45. 99ecd33 tweaks: elide two variables, and condense some statements by Benno Schulenberg · 8 years ago
  46. 6500f76 tweaks: move comments outside of if blocks in break_line() by David Lawrence Ramsey · 8 years ago
  47. f95836a tweaks: remove cluttering #ifdefs from break_line() by David Lawrence Ramsey · 8 years ago
  48. 0378146 tweaks: rename a variable, drop a false assert, and reshuffle a bit by Benno Schulenberg · 8 years ago
  49. 6e9d6a0 replacing: fix spotlight() to highlight words properly in softwrap mode by David Lawrence Ramsey · 8 years ago
  50. 07ebba5 tweaks: rename a variable and invert its logic by Benno Schulenberg · 8 years ago
  51. 9e6e1eb tweaks: remove a disabled warning, and adjust a translator hint by Benno Schulenberg · 8 years ago
  52. d365ca8 tweaks: optimize determining the number of columns that a text spans by Benno Schulenberg · 8 years ago
  53. f1d214c tweaks: slightly optimize an allocation in display_string() by David Lawrence Ramsey · 8 years ago
  54. 1d3f3a6 tweaks: mark a message for translation by Benno Schulenberg · 8 years ago
  55. 4474bc0 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 8 years ago
  56. 926fe5f bump version numbers and add a news item for the 2.7.5 release by Benno Schulenberg · 8 years ago
  57. d0c64e8 syntax: gentoo: match .eblit files too by Mike Frysinger · 8 years ago
  58. de3260c justify: reduce the character count when trimming trailing spaces by Benno Schulenberg · 8 years ago
  59. 23c3fd9 statusbar: display at most three consecutive alert messages by Benno Schulenberg · 8 years ago
  60. c118397 tweaks: update some copyright years by Benno Schulenberg · 8 years ago
  61. cd5d7fa syntax: gentoo: flag mixed whitespace by Mike Frysinger · 8 years ago
  62. 3ca6c92 syntax: c++: add override keyword by Mike Frysinger · 8 years ago
  63. a847d37 tweaks: split the grafting code off from copy_from_buffer() by David Lawrence Ramsey · 8 years ago
  64. 1cb945f tweaks: rename the functions for moving to and copying from a buffer by David Lawrence Ramsey · 8 years ago
  65. 330741b tweaks: adjust two comments, to be more accurate by Benno Schulenberg · 8 years ago
  66. f773d71 tweaks: rewrap two lines and fix two typos by David Lawrence Ramsey · 8 years ago
  67. 407f2d5 tweaks: move a comment and rewrap a line by Benno Schulenberg · 8 years ago
  68. 61e8b3d screen: don't hide two-column characters at left edge in softwrap mode by David Lawrence Ramsey · 8 years ago
  69. de36e1c tweaks: rename a variable, to be more general by Benno Schulenberg · 9 years ago
  70. a8c1dc1 rcfile: don't accept empty regexes for syntax coloring by Benno Schulenberg · 9 years ago
  71. d60e7d3 spelling: correctly adjust the length of a single-line region by Benno Schulenberg · 8 years ago
  72. 2358bad painting: properly detect a change in start/end matches by Benno Schulenberg · 8 years ago
  73. efdb543 tweaks: fix compilation when configured with --enable-tiny by David Lawrence Ramsey · 8 years ago
  74. c24545f tweaks: always directly do a refresh when the margin changes by David Lawrence Ramsey · 8 years ago
  75. 8fbadec tweaks: adjust whitespace after preceding changes by Benno Schulenberg · 8 years ago
  76. a6605dc tweaks: rename two variables, to avoid double negatives by Benno Schulenberg · 8 years ago
  77. 9ec546d tweaks: rename a function, and drop an unneeded parameter by Benno Schulenberg · 8 years ago
  78. fccfccc tweaks: reshuffle an assignment and trim some comments by Benno Schulenberg · 8 years ago
  79. 0314880 tweaks: scrap some debugging stuff by Benno Schulenberg · 8 years ago
  80. 3b86c7a tweaks: discard the now unused multidata-resetting routine by Benno Schulenberg · 8 years ago
  81. 7ef5c53 painting: mark an unpaired start match as CWOULDBE by Benno Schulenberg · 8 years ago
  82. 6bd9404 painting: don't look at the current multidata when coloring a line by Benno Schulenberg · 8 years ago
  83. b3bcc8e painting: make use of the multidata of the preceding line by Benno Schulenberg · 9 years ago
  84. fb8fdca tweaks: fiddle with some wordings in the texinfo document by Benno Schulenberg · 8 years ago
  85. 7fac9ec docs: mention the ability to read from stdin by David Lawrence Ramsey · 9 years ago
  86. 17f5c05 tweaks: reduce duplicate code in new_magicline() and move_to_filestruct() by David Lawrence Ramsey · 8 years ago
  87. 914af36 spelling: don't unnecessarily fiddle with the viewport by Benno Schulenberg · 8 years ago
  88. 5c3d529 tweaks: rename a variable and condense an if by Benno Schulenberg · 8 years ago
  89. 8f10e36 replacing: stop searching in a region when edge of buffer is reached by Benno Schulenberg · 8 years ago
  90. b1b9770 tweaks: rename a variable and adjust some types in edit_scroll() by David Lawrence Ramsey · 9 years ago
  91. 7803783 tweaks: rename a variable in edit_scroll(), to make sense by David Lawrence Ramsey · 9 years ago
  92. 83ff644 tweaks: do a comparison a bit differently in do_output() and do_deletion() by David Lawrence Ramsey · 9 years ago
  93. 3e22240 tweaks: rename mouse_x & mouse_y to mouse_col & mouse_row in do_mouse() by David Lawrence Ramsey · 9 years ago
  94. 34e086f tweaks: rename a variable in edit_redraw(), to make sense by David Lawrence Ramsey · 9 years ago
  95. f2ac201 tweaks: adjust and correct some comments by David Lawrence Ramsey · 9 years ago
  96. da56438 replacing: start at the region's edge instead of one step before it by Benno Schulenberg · 9 years ago
  97. 437cb41 replacing: detect when the whole region has already been covered by Benno Schulenberg · 9 years ago
  98. 94e5632 general: stop the spell checker from crashing after the changes in search by Benno Schulenberg · 9 years ago
  99. ef7a7c5 replacing: ignore the first match when the user said no by Benno Schulenberg · 9 years ago
  100. 64aa875 search: make the \b and \B anchors work correctly in both directions by Benno Schulenberg · 9 years ago