1. d5ac1ed tweaks: transform the token DISABLE_COLOR to ENABLE_COLOR by Benno Schulenberg · 8 years ago
  2. 2a4fc95 tweaks: transform the token DISABLE_SPELLER to ENABLE_SPELLER by Benno Schulenberg · 8 years ago
  3. f034992 tweaks: transform the token DISABLE_WRAPJUSTIFY to ENABLED_WRAPORJUSTIFY by Benno Schulenberg · 8 years ago
  4. db0b849 tweaks: transform the token DISABLE_JUSTIFY to ENABLE_JUSTIFY by Benno Schulenberg · 8 years ago
  5. c4d2a92 tweaks: reshuffle some code in order to elide a variable by Benno Schulenberg · 8 years ago
  6. 4e03a24 tweaks: adjust two comments, and correct and a few cosmetic mistakes by Benno Schulenberg · 8 years ago
  7. 028d12f tweaks: transform the token DISABLE_OPERATINGDIR to ENABLE_OPERATINGDIR by Benno Schulenberg · 8 years ago
  8. a5974bd tweaks: transform the token DISABLE_WRAPPING to ENABLE_WRAPPING by Benno Schulenberg · 8 years ago
  9. 87da3ec tweaks: remove another bit of conditional compilation by Benno Schulenberg · 8 years ago
  10. ff35a61 tweaks: transform the token DISABLE_HISTORIES to ENABLE_HISTORIES by Benno Schulenberg · 8 years ago
  11. 3f27c31 tweaks: get rid of some cluttering conditional compilation by Benno Schulenberg · 8 years ago
  12. ab6e4e3 tweaks: fix compilation with --enable-tiny --enable-histories by Benno Schulenberg · 8 years ago
  13. 84c650b files: avoid an abortion when excuting a command in a new buffer by Benno Schulenberg · 8 years ago
  14. 42497f7 tweaks: rename some constants, to follow the same underscoreless scheme by Benno Schulenberg · 8 years ago
  15. 86ef9db tweaks: remove a useless prefix from a hundred constants by Benno Schulenberg · 8 years ago
  16. 160abab tweaks: rename a macro, to make a little more sense by Benno Schulenberg · 8 years ago
  17. d84fb8d tweaks: remove a superfluous no-op function call by Benno Schulenberg · 8 years ago
  18. 14bf53d syntax: default: use colors that are readable also on dark backgrounds by Benno Schulenberg · 8 years ago
  19. ded02d8 search: suppress the "Search Wrapped" message when doing replacements by Benno Schulenberg · 8 years ago
  20. d4945c6 search: suppress the "not found" message when replacements were made by Benno Schulenberg · 8 years ago
  21. ddd300a help: allow firstline and lastline to work at the search prompt by David Lawrence Ramsey · 8 years ago
  22. d344c3d display: don't cut off zero-width characters at the end of a chunk by David Lawrence Ramsey · 8 years ago
  23. 3018ab4 moving: don't slither and slide over tabs when they are overlong by Benno Schulenberg · 8 years ago
  24. 2356693 docs: document the more everyday names of three bindable functions by David Lawrence Ramsey · 8 years ago
  25. 4d35835 docs: decribe the bindable functions 'recordmacro' and 'runmacro' by David Lawrence Ramsey · 8 years ago
  26. f8c75c4 search: don't bother saving and restoring the search direction by David Lawrence Ramsey · 8 years ago
  27. af20d45 bindings: don't allow calling help when searching in the help viewer by Benno Schulenberg · 8 years ago
  28. 08b4953 bindings: allow exiting from the help viewer with F1, like with ^G by Brand Huntsman · 8 years ago
  29. 5789955 tweaks: change the arrows to triangles also for searching in file browser by Benno Schulenberg · 8 years ago
  30. e1e6c5f bindings: make the search function rebindable again in help and browser by Benno Schulenberg · 8 years ago
  31. 58ecc03 tweaks: change the help-text arrows to triangles, to be more visible by Benno Schulenberg · 8 years ago
  32. 501d05c new feature: the ability to record and play back a series of keystrokes by Marco Diego Aurélio Mesquita · 8 years ago
  33. fc36ff7 options: retire 'set backwards' -- it's still recognized but a no-op by Benno Schulenberg · 8 years ago
  34. 3f735d2 bindings: make ^W start always a forward search (as there is ^Q now) by Benno Schulenberg · 8 years ago
  35. ba65cd4 bindings: make ^Q and ^S do something useful by default by Benno Schulenberg · 8 years ago
  36. c7eecd7 new feature: a bindable function that starts always a backward search by Benno Schulenberg · 8 years ago
  37. a7fa174 tweaks: adjust indentation and comments after the previous change by Benno Schulenberg · 8 years ago
  38. 217cfbf files: check for a changed disk file also for 'savefile' and --tempfile by Viorel Bota · 8 years ago
  39. 80ed256 tweaks: remove a comment from the docs that is no longer accurate by Benno Schulenberg · 8 years ago
  40. 7a3a45e moving: prevent the cursor sticking on or skipping over overwide tabs by Benno Schulenberg · 8 years ago
  41. 4436815 help: don't fall back to other syntaxes if there is no nanohelp one by Benno Schulenberg · 8 years ago
  42. d011983 tweaks: reshuffle some regexes, for order and compactness by Benno Schulenberg · 8 years ago
  43. d4074ca syntax: nanohelp: colorize Up, Down, Left and Right (when not in UTF-8) by Brand Huntsman · 8 years ago
  44. ca8317e tweaks: reduce a bit of code duplication by Benno Schulenberg · 8 years ago
  45. 1bd17c4 display: keep the cursor switched on when resizing the screen by Benno Schulenberg · 8 years ago
  46. 762fb4b display: switch off the cursor early on during startup by Benno Schulenberg · 8 years ago
  47. a2b4f00 tweaks: fix compilation when configured with --disable-histories by Benno Schulenberg · 8 years ago
  48. 15738c6 history: remove the migration service for the old searches file by Benno Schulenberg · 8 years ago
  49. ede44e1 build: add history.c to the list of files with translatable strings by David Lawrence Ramsey · 8 years ago
  50. c8a2f36 input: recognize Option+Arrow keys on iTerm2 in "xterm mode" by Benno Schulenberg · 8 years ago
  51. f2f7498 tweaks: rename two variables, for contrast, and frob some comments by Benno Schulenberg · 8 years ago
  52. 762f997 tweaks: elide two variables by using a pointer instead of an index by Benno Schulenberg · 8 years ago
  53. 504a972 softwrap: break before multi-column Unicode blanks when they overshoot by David Lawrence Ramsey · 8 years ago
  54. 3f35e96 syntax: nanorc: properly color valid arguments of 'selectedcolor' by David Lawrence Ramsey · 8 years ago
  55. b5346bc tweaks: rename a variable, to avoid a possible confusion by Benno Schulenberg · 8 years ago
  56. 7c3c3cb tweaks: discard some obsolete debugging stuff by Benno Schulenberg · 8 years ago
  57. b27ab4f browser: place the cursor properly on the selected file when -g is used by Benno Schulenberg · 8 years ago
  58. c74d263 tweaks: make the switching on and off of the cursor a bit more compact by Benno Schulenberg · 8 years ago
  59. ae34825 display: rework the switching on and off of the cursor by Benno Schulenberg · 8 years ago
  60. f6b396f tweaks: chuck an assert, and then condense the code and a comment by Benno Schulenberg · 8 years ago
  61. 5561d22 search: trim a failed search string for width instead of length by David Lawrence Ramsey · 8 years ago
  62. aa45994 build: let git ignore also the generated PDF file by Benno Schulenberg · 8 years ago
  63. 2d13afd display: stop the help viewer from turning on the multibuffer indicator by Benno Schulenberg · 8 years ago
  64. fd86696 tweaks: rename one variable once more by Benno Schulenberg · 8 years ago
  65. 09ab91c tweaks: strip four unneeded checks by Benno Schulenberg · 8 years ago
  66. 5f4fb8e tweaks: frob some comments and rename a few variables and a function by Benno Schulenberg · 8 years ago
  67. 7a9d010 tweaks: rename two variables, to be more indicative of what they do by Benno Schulenberg · 8 years ago
  68. 231fe4b tweaks: rename a function and swap its two parameters by Benno Schulenberg · 8 years ago
  69. 067a920 tweaks: improve some comments, and rename a variable for symmetry by Benno Schulenberg · 8 years ago
  70. 36e8803 tweaks: rename two variables, to make a little more sense by Benno Schulenberg · 8 years ago
  71. e0a73f5 tweaks: drop a bunch of outdated asserts by Benno Schulenberg · 8 years ago
  72. 1be8eb3 tweaks: elide an unneeded check by Benno Schulenberg · 8 years ago
  73. fb9c180 history: after loading the lists, mark them as unchanged by Benno Schulenberg · 8 years ago
  74. c10a1e5 tweaks: elide an unneeded function now that stuff is grouped together by Benno Schulenberg · 8 years ago
  75. a1c7331 organization: move all history-related stuff to its own file by Benno Schulenberg · 8 years ago
  76. a75bf0a history: remember the list of executed commands across sessions by Marco Diego Aurélio Mesquita · 8 years ago
  77. 5f70229 moving: set the preferred column properly when doing a smart home by David Lawrence Ramsey · 8 years ago
  78. c8363a0 history: remember the commands that were executed during this session by Marco Diego Aurélio Mesquita · 8 years ago
  79. 4aec164 docs: remove another remark about indenting lacking undo capability by Benno Schulenberg · 8 years ago
  80. 153dea1 tweaks: discard another set of useless asserts by Benno Schulenberg · 8 years ago
  81. bb8d65e tweaks: reshuffle some code, and rename a variable by Benno Schulenberg · 8 years ago
  82. f9bf320 titlebar: don't show nano's name and version when in the file browser by Benno Schulenberg · 8 years ago
  83. 9738c79 titlebar: drop the prefix "File: " from before the filename by Benno Schulenberg · 8 years ago
  84. cbf4f77 titlebar: don't reshow version when dropping back to a single buffer by Benno Schulenberg · 8 years ago
  85. 3fc89e0 new feature: show current and total number of open buffers in title bar by Marco Diego Aurélio Mesquita · 8 years ago
  86. ac8eb42 tweaks: elide a superfluous allocation by Benno Schulenberg · 8 years ago
  87. 6c2c6b5 docs: remove man page reference to indent/unindent lacking undo/redo by David Lawrence Ramsey · 8 years ago
  88. 19a1129 text: hook up indenting and unindenting to the undo/redo code by David Lawrence Ramsey · 8 years ago
  89. f722c53 undo: generalize update_comment_undo() into update_multiline_undo() by David Lawrence Ramsey · 8 years ago
  90. ffc5505 tweaks: chuck a bunch of asserts -- they have lost their usefulness by Benno Schulenberg · 8 years ago
  91. 8d229cb tweaks: rename a variable, to make more sense by Benno Schulenberg · 8 years ago
  92. abf7ac4 tweaks: rename three variables, for more contrast by Benno Schulenberg · 8 years ago
  93. fc0e16f text: move the unindenting of a single line into its own function by David Lawrence Ramsey · 8 years ago
  94. 57d7f88 text: move the indenting of a single line into its own function by David Lawrence Ramsey · 8 years ago
  95. ae25e15 startup: don't produce more than three consecutive beeps by Benno Schulenberg · 8 years ago
  96. 21ffa88 tweaks: use mnemonic constants instead of TRUE and FALSE by Benno Schulenberg · 8 years ago
  97. 98ec41b tweaks: rename three functions, to be shorter or clearer by Benno Schulenberg · 8 years ago
  98. a4a32b9 tweaks: reshuffle a couple of lines, and trim some comments by Benno Schulenberg · 8 years ago
  99. 28cfab7 tweaks: fix compilation when configured with --enable-tiny by Benno Schulenberg · 8 years ago
  100. 758b4e6 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 8 years ago