1. b26aaa7 screen: fix compilation when configured with --enable-tiny by Benno Schulenberg · 9 years ago
  2. 9330aa6 rcfile: disallow 'bind' and 'unbind' in an included file by Benno Schulenberg · 9 years ago
  3. 30f3c53 tabbing: refresh the window also when Goto-Dir in browser was cancelled by Benno Schulenberg · 9 years ago
  4. 133ed4e tabbing: don't null-terminate a directory name on the slash but after it by Benno Schulenberg · 9 years ago
  5. 53f4a9f screen: rename 'edit_refresh_needed' to 'refresh_needed' by Benno Schulenberg · 9 years ago
  6. b97c36c screen: don't always set 'edit_refresh_needed' when adjusting edittop by Benno Schulenberg · 9 years ago
  7. 3e1d2b9 tabbing: make sure to refresh the edit window when returning to it by Benno Schulenberg · 9 years ago
  8. 907ba3a scrolling: catch the special case of reading a file from standard input by Benno Schulenberg · 9 years ago
  9. 981b414 utils: distinguish between width (columns) and length (bytes) by Benno Schulenberg · 9 years ago
  10. 06b1fca tabbing: fix erroneous use of strnlenpt() by Benno Schulenberg · 9 years ago
  11. 92b8d6f files: miscellaneous tweaks of braces, comments, and variable names by Benno Schulenberg · 9 years ago
  12. 0b33ab5 files: make an 'if' more transparent and snip an unneeded condition by Benno Schulenberg · 9 years ago
  13. 2faad12 locking: don't try to read more bytes than the buffer can hold by Benno Schulenberg · 9 years ago
  14. bfe418f files: when opening a buffer, make sure to expand a tilde in its name by Benno Schulenberg · 9 years ago
  15. 41ed690 tabbing: refresh the edit window in case a previous tab listed names by Benno Schulenberg · 9 years ago
  16. 553b7af files: do not use two variables for two different purposes each by Benno Schulenberg · 9 years ago
  17. 2815eaa files: rewrap en reindent some lines by Benno Schulenberg · 9 years ago
  18. 5c5fefc files: tweak the function tail() and rename two variables by Benno Schulenberg · 9 years ago
  19. 8aeb843 more svn->git updates by Mike Frysinger · 9 years ago
  20. 36ec76a tabbing: don't refresh the edit window when nothing was printed on it by Benno Schulenberg · 9 years ago
  21. eb2661d spelling: if rereading the file fails, don't destroy the current buffer by Benno Schulenberg · 9 years ago
  22. c2518dd inserting: differentiate not finding a file from not finding a string by Benno Schulenberg · 9 years ago
  23. 34a20f8 prompt: properly save and restore the x position in the statusbar by Benno Schulenberg · 9 years ago
  24. 6f185d3 inserting: strip a carriage return before copying the line by Benno Schulenberg · 9 years ago
  25. c5b8f52 inserting: don't bother zero-terminating every single character by Benno Schulenberg · 9 years ago
  26. bcdc90e inserting: reshuffle some conditions for a teeny bit more speed by Benno Schulenberg · 9 years ago
  27. f5c6246 inserting: prune a duplicate variable by Benno Schulenberg · 9 years ago
  28. 086b852 inserting: treat also the final \r of a Mac file as a newline by Benno Schulenberg · 9 years ago
  29. dac0aa1 inserting: prune some superfluous settings, and do one differently by Benno Schulenberg · 9 years ago
  30. 04013fb search: untangle two lines and tweak two comments by Benno Schulenberg · 9 years ago
  31. a101b30 keyboard: reshuffle some lines to avoid an empty while by Benno Schulenberg · 9 years ago
  32. 0bffd99 scrolling: elide a variable, to make clearer that edittop is being moved by Benno Schulenberg · 9 years ago
  33. 4c075f3 tabbing: rename four variables, snipping a redundant part by Benno Schulenberg · 9 years ago
  34. 0ccdaff tabbing: avoid recalculating the length of the first match every time by Benno Schulenberg · 9 years ago
  35. 2d50c4f softwrap: adjust for current_x when computing the amount to scroll by Benno Schulenberg · 9 years ago
  36. 6a9e2a4 files: handle systems that disallow NULL as first parameter of getcwd by Benno Schulenberg · 9 years ago
  37. ff1bf88 files: limit the number of attempts at climbing up the directory tree by Benno Schulenberg · 9 years ago
  38. 6414f9f titlebar: snip two superfluous tests for having enough space by Benno Schulenberg · 9 years ago
  39. 2246029 screen: elide a variable and serialize some logic for clarity by Benno Schulenberg · 9 years ago
  40. 503654e screen: don't redraw some lines when doing a full refresh anyway by Benno Schulenberg · 9 years ago
  41. e393a6c screen: don't redraw the current line unnecessarily by Benno Schulenberg · 9 years ago
  42. 9d79303 screen: a full refresh is only needed when softwrap is on by Benno Schulenberg · 9 years ago
  43. 111b300 syntax: changelog: support more bug/issue styles by Mike Frysinger · 9 years ago
  44. ec295f5 build-sys: detect a build from git and show its short commit hash by Benno Schulenberg · 9 years ago
  45. 4b5b66a screen: avoid redrawing a line twice by Benno Schulenberg · 9 years ago
  46. aa1ae0a screen: concentrate the setting of placewewant by Benno Schulenberg · 9 years ago
  47. dbe3990 utils: snip a superfluous check for NULL by Benno Schulenberg · 9 years ago
  48. fc7eb69 files: allocate enough space for the prompt when finding a lock file by Benno Schulenberg · 9 years ago
  49. 023fccb search: avoid saving and restoring placewewant when bracket matching by Benno Schulenberg · 9 years ago
  50. ea4e9b3 search: don't set placewewant when we are just iterating by Benno Schulenberg · 9 years ago
  51. 7ba356a searching: don't keep track of current_y, but calculate it at the end by Benno Schulenberg · 9 years ago
  52. cb17732 scrolling: don't scroll too much when having to bridge blank lines by Benno Schulenberg · 9 years ago
  53. d851ccd keyboard: recognize four escape sequences produced by iTerm2 by Mike Scalora · 9 years ago
  54. da9ea91 build-sys: ignore .patch, .orig and .swp files by Benno Schulenberg · 9 years ago
  55. 54217ea i18n: advise the translators about the maximum length of some strings by Benno Schulenberg · 9 years ago
  56. ba38d61 files: prune a message to be less than 76 characters by Benno Schulenberg · 9 years ago
  57. 4a9b97b help: only speak of Control and Meta sequences by Benno Schulenberg · 9 years ago
  58. 28b4bd7 build-sys: identify a build from git not as one from svn by Benno Schulenberg · 9 years ago
  59. dea708b i18n: gather three more translatable strings into the POT file by Benno Schulenberg · 9 years ago
  60. d92eb4f all: eradicate SVN's $Id$ tags by Benno Schulenberg · 9 years ago
  61. 5cda85c README.GIT: update a few more points to match current tree by Mike Frysinger · 9 years ago
  62. 5cb3f09 Rename README.SVN -> README.GIT and take out the branch details since we're generally using trunk by Chris Allegretta · 9 years ago
  63. 686b784 Add /intl to gitignore by Chris Allegretta · 9 years ago
  64. 33a6f6a files: do not call free on the result of dirname by Benno Schulenberg · 9 years ago
  65. 2848771 search: fix compilation when configured with --enable-tiny by Benno Schulenberg · 9 years ago
  66. 5d1752c speller: simplify the calculation of the width of the misspelled word by Benno Schulenberg · 9 years ago
  67. 523bc0f speller: don't proceed when the user aborts the searching by Benno Schulenberg · 9 years ago
  68. 06ea93b Renaming a variable, and adjusting whitespace after the previous change. by Benno Schulenberg · 9 years ago
  69. 5022e47 Replacing a fake 'while', and deleting a redundant 'if' -- we searched by Benno Schulenberg · 9 years ago
  70. c709c10 Unwrapping a couple of lines. by Benno Schulenberg · 9 years ago
  71. 532d73c Renaming a variable to better indicate booleanness. by Benno Schulenberg · 9 years ago
  72. 29cac04 Renaming a variable for clarity. by Benno Schulenberg · 9 years ago
  73. c98afde Renaming 'do_replace_highlight()' to 'spotlight()', for clarity, by Benno Schulenberg · 9 years ago
  74. 400e7ce Reporting "Cancelled" instead of "Not found" when the user aborts a replace by Benno Schulenberg · 9 years ago
  75. b834ed3 Chopping a parameter that is now unused, or rather: always NULL. by Benno Schulenberg · 9 years ago
  76. 23b8dfd Allowing the user to stop replacing a word without aborting also the by Benno Schulenberg · 9 years ago
  77. f9d6aa9 Speeding up Unicode validation. by Benno Schulenberg · 9 years ago
  78. e258cc3 Improving the wording of an error message: the confinement of by Benno Schulenberg · 9 years ago
  79. f45a293 Placing the cursor in the edit window again also after a Justify, after an by Benno Schulenberg · 9 years ago
  80. 7561b1b Placing the cursor in the edit window also when --constantshow is in effect. by Benno Schulenberg · 9 years ago
  81. 5fe838b Deleting a no-op. by Benno Schulenberg · 9 years ago
  82. 5174323 Removing the 'last_replace' variable that is never used. by Benno Schulenberg · 9 years ago
  83. 108fe33 Providing feedback when searching takes longer than roughly half a second. by Benno Schulenberg · 9 years ago
  84. 38b74e6 Not bothering to put back the cursor in the edit window, as it is off by Benno Schulenberg · 9 years ago
  85. 7f3dc2d Eliding an unneeded 'if' and unneeded variable. by Benno Schulenberg · 9 years ago
  86. 344fe55 Tidying up and renaming a variable. by Benno Schulenberg · 9 years ago
  87. 6fc70cc Removing a pointless condition, and making use of an existing intermediary by Benno Schulenberg · 9 years ago
  88. 3660c62 Polling the keyboard once per second instead of once per two seconds. by Benno Schulenberg · 9 years ago
  89. 4b2751c Cleaning up, improving comments, and renaming a variable. by Benno Schulenberg · 9 years ago
  90. 8704dde Preventing the internal spell checker from finding the first occurrence of by Benno Schulenberg · 9 years ago
  91. 2f817a6 Checking for the existence of the REG_ENHANCED regex flag, and by Benno Schulenberg · 9 years ago
  92. b55e8d7 Renaming four variables. by Benno Schulenberg · 9 years ago
  93. 730b46c Trimming a duplicate variable. by Benno Schulenberg · 9 years ago
  94. f150894 Factoring out the common part of do_search() and do_research() by Benno Schulenberg · 9 years ago
  95. b8a47f4 Not bothering to set 'answer'; just using 'last_search', which has already by Benno Schulenberg · 9 years ago
  96. b3b2fa8 Using a 'return' instead of an 'else'. by Benno Schulenberg · 9 years ago
  97. 4ddf194 Always asking whether it's okay when the name of the file was changed. by Benno Schulenberg · 9 years ago
  98. 036c5f9 Cycling through the tab-completion items from newest to oldest. by Benno Schulenberg · 9 years ago
  99. e2b6572 Not putting cut words into the cutbuffer -- which means: treating the by Benno Schulenberg · 9 years ago
  100. 1ef6249 Normalizing the punctuation in some prompts: no space before a question mark, by Benno Schulenberg · 9 years ago