- c118397 tweaks: update some copyright years by Benno Schulenberg · 8 years ago
- efdb543 tweaks: fix compilation when configured with --enable-tiny by David Lawrence Ramsey · 8 years ago
- 9ec546d tweaks: rename a function, and drop an unneeded parameter by Benno Schulenberg · 8 years ago
- 5c3d529 tweaks: rename a variable and condense an if by Benno Schulenberg · 8 years ago
- 8f10e36 replacing: stop searching in a region when edge of buffer is reached by Benno Schulenberg · 8 years ago
- da56438 replacing: start at the region's edge instead of one step before it by Benno Schulenberg · 9 years ago
- 437cb41 replacing: detect when the whole region has already been covered by Benno Schulenberg · 9 years ago
- 94e5632 general: stop the spell checker from crashing after the changes in search by Benno Schulenberg · 9 years ago
- ef7a7c5 replacing: ignore the first match when the user said no by Benno Schulenberg · 9 years ago
- 64aa875 search: make the \b and \B anchors work correctly in both directions by Benno Schulenberg · 9 years ago
- 4ed3591 replacing: don't go outside of the selected region by Benno Schulenberg · 9 years ago
- 3534d8f replacing: compensate cursor position only for replacements /before/ it by Benno Schulenberg · 9 years ago
- e8c7cf2 startup: report an error when the given line or column number is invalid by Benno Schulenberg · 9 years ago
- c88d7ce search: begin from where we are, to be able to find the first \B by Benno Schulenberg · 9 years ago
- 4223b83 tweaks: condense two ifs to a single one by Benno Schulenberg · 9 years ago
- 4a1302e tweaks: rename two variables, to be more telling by Benno Schulenberg · 9 years ago
- cbf7e57 search: make a regex with a beginning-of-word anchor work correctly by Benno Schulenberg · 9 years ago
- e36e829 tweaks: set the length of a search match in a clearer manner by Benno Schulenberg · 9 years ago
- fd0589d tweaks: remove the cluttering conditional compilation of a parameter by Benno Schulenberg · 9 years ago
- a381021 tweaks: when allow_tabs is FALSE, allow_files is irrelevant by Benno Schulenberg · 9 years ago
- 0b0ddb1 tweaks: rename a variable, chuck an assert, and frob a comment by Benno Schulenberg · 9 years ago
- b1c2062 weeding: remove unnecessary settings of openfile->current_y by David Lawrence Ramsey · 9 years ago
- c92b9be tweaks: rename three variables, to be more fitting by Benno Schulenberg · 9 years ago
- eef7d10 screen: display byte value 0x0A in the right places as ^@ or as ^J by Benno Schulenberg · 9 years ago
- 4edc83c tweaks: move a setting to a better place -- it needs setting just once by Benno Schulenberg · 9 years ago
- 454f5cb tweaks: remove a superfluous cleanup call by Benno Schulenberg · 9 years ago
- f920e0d tweaks: replace some unneeded direct calls of edit_refresh() by Benno Schulenberg · 9 years ago
- 0f3e303 tweaks: get rid of some spurious textual references to edit_refresh() by Benno Schulenberg · 9 years ago
- 2cd8ca4 tweaks: stop compiling the whole_word_only parameter conditionally by Benno Schulenberg · 9 years ago
- 01bbf7e tweaks: rename a function to better describe what it does by Benno Schulenberg · 9 years ago
- d716809 scrolling: don't put the last line at the bottom when softwrap in on by Benno Schulenberg · 9 years ago
- 08cd197 general: include word-jumping and block-jumping into the tiny version by Benno Schulenberg · 9 years ago
- 514cd9a update the license text to the preferred version by Benno Schulenberg · 9 years ago
- 406e524 update the copyright notices by Benno Schulenberg · 9 years ago
- b77b139 tweaks: improve some indentation and reshuffle a few lines by Benno Schulenberg · 9 years ago
- ee57cbf debug: add a timing instrument to the main search routine by Benno Schulenberg · 9 years ago
- f311c0a tweaks: adjust a couple of comments by Benno Schulenberg · 9 years ago
- c88fae3 search: match a beginning-of-line anchor just once per line by Benno Schulenberg · 9 years ago
- 1a4ec6c moving: allow specifying negative numbers in "Go To Line" by Benno Schulenberg · 9 years ago
- 6bb3097 tweaks: add a translator hint by Benno Schulenberg · 9 years ago
- 59b9b22 moving: ignore any number when ^Y or ^V is given by Benno Schulenberg · 9 years ago
- 9106cc8 main: let the main loop restore the main menu, if needed by Benno Schulenberg · 9 years ago
- 95f417f tweaks: rewrap a bunch of lines and some comments by Benno Schulenberg · 9 years ago
- 0172cb0 tweaks: improve a couple of comments by Benno Schulenberg · 9 years ago
- 660584c search: find, and thus delete, only exact matches from history by Benno Schulenberg · 9 years ago
- e198c85 tweaks: rename two variables, and elide a third by Benno Schulenberg · 9 years ago
- aaab6e5 screen: when using positionlog, show as much of the file as possible by Benno Schulenberg · 9 years ago
- 1d3d307 tweaks: more consistently use * instead of [0] when checking for '\0' by Benno Schulenberg · 9 years ago
- 2535f51 statusbar: prevent error messages from overwriting each other by Benno Schulenberg · 9 years ago
- 18bdde4 search: when looking for whole words, examine the entire line by Benno Schulenberg · 9 years ago
- 81b29d9 tweaks: remove a superfluous setting of 'refresh_needed' by Benno Schulenberg · 9 years ago
- 9cbe6a6 search: when polling the keyboard, consume all waiting keystrokes by Benno Schulenberg · 9 years ago
- c918c65 input: properly restore waiting mode, or retain non-waiting mode by Benno Schulenberg · 9 years ago
- 433c7e5 spelling: don't partition the file for replacements in a marked region by Benno Schulenberg · 9 years ago
- 318ed6b scrolling: center the cursor when inserted stuff does not fit on screen by Benno Schulenberg · 9 years ago
- cc0a3d8 search: modify a function to take a length as parameter instead of a word by Benno Schulenberg · 9 years ago
- 05238f3 search: elide an unneeded function by Benno Schulenberg · 9 years ago
- 3c8647e search: terminate the loop a tiny bit earlier when spell checking by Benno Schulenberg · 9 years ago
- ae8df00 search: rename a variable and a function, for clarity and contrast by Benno Schulenberg · 9 years ago
- 9f1a44d replacing: properly detect when we've rereached the starting position by Benno Schulenberg · 9 years ago
- 53f4a9f screen: rename 'edit_refresh_needed' to 'refresh_needed' by Benno Schulenberg · 9 years ago
- b97c36c screen: don't always set 'edit_refresh_needed' when adjusting edittop by Benno Schulenberg · 9 years ago
- 04013fb search: untangle two lines and tweak two comments by Benno Schulenberg · 9 years ago
- aa1ae0a screen: concentrate the setting of placewewant by Benno Schulenberg · 9 years ago
- 023fccb search: avoid saving and restoring placewewant when bracket matching by Benno Schulenberg · 9 years ago
- ea4e9b3 search: don't set placewewant when we are just iterating by Benno Schulenberg · 9 years ago
- 7ba356a searching: don't keep track of current_y, but calculate it at the end by Benno Schulenberg · 9 years ago
- cb17732 scrolling: don't scroll too much when having to bridge blank lines by Benno Schulenberg · 9 years ago
- d92eb4f all: eradicate SVN's $Id$ tags by Benno Schulenberg · 9 years ago
- 2848771 search: fix compilation when configured with --enable-tiny by Benno Schulenberg · 9 years ago
- c98afde Renaming 'do_replace_highlight()' to 'spotlight()', for clarity, by Benno Schulenberg · 9 years ago
- 400e7ce Reporting "Cancelled" instead of "Not found" when the user aborts a replace by Benno Schulenberg · 9 years ago
- b834ed3 Chopping a parameter that is now unused, or rather: always NULL. by Benno Schulenberg · 9 years ago
- 5174323 Removing the 'last_replace' variable that is never used. by Benno Schulenberg · 9 years ago
- 108fe33 Providing feedback when searching takes longer than roughly half a second. by Benno Schulenberg · 9 years ago
- 3660c62 Polling the keyboard once per second instead of once per two seconds. by Benno Schulenberg · 9 years ago
- 4b2751c Cleaning up, improving comments, and renaming a variable. by Benno Schulenberg · 9 years ago
- 8704dde Preventing the internal spell checker from finding the first occurrence of by Benno Schulenberg · 9 years ago
- 2f817a6 Checking for the existence of the REG_ENHANCED regex flag, and by Benno Schulenberg · 9 years ago
- f150894 Factoring out the common part of do_search() and do_research() by Benno Schulenberg · 9 years ago
- b8a47f4 Not bothering to set 'answer'; just using 'last_search', which has already by Benno Schulenberg · 9 years ago
- b3b2fa8 Using a 'return' instead of an 'else'. by Benno Schulenberg · 9 years ago
- 036c5f9 Cycling through the tab-completion items from newest to oldest. by Benno Schulenberg · 9 years ago
- 311f0e8 Snipping a useless setting of answer -- the Replace is being /cancelled/, by Benno Schulenberg · 9 years ago
- 9f93b33 Reshuffling some stuff to reduce indentation. by Benno Schulenberg · 9 years ago
- e291131 Snipping an always-FALSE condition -- do_prompt() will always by Benno Schulenberg · 9 years ago
- fc1edf2 Deleting another unneeded variable. Fully redundant. by Benno Schulenberg · 9 years ago
- 90cffe3 Not bothering to set the current answer to the empty string, by Benno Schulenberg · 9 years ago
- a6740ba Storing always the last-typed string, also when it's an invalid regex. by Benno Schulenberg · 9 years ago
- e753cd1 Adjusting some indentation. by Benno Schulenberg · 9 years ago
- 7098dd0 Pruning two #ifdefs, like elsewhere, to reduce the clutter. by Benno Schulenberg · 9 years ago
- 988274b Removing two redundant returns, and condensing six comments. by Benno Schulenberg · 9 years ago
- 19bc63d Using the Search key bindings also during a Re-search, to enable cancelling. by Benno Schulenberg · 9 years ago
- 57c50ba Allowing the use of word boundary markers \< and \> in search strings on by Benno Schulenberg · 9 years ago
- e86dc03 Avoiding a memory leak when tabbing on a string that doesn't occur in the by Benno Schulenberg · 9 years ago
- 5fa5ccf Deleting a debugging leftover. by Benno Schulenberg · 9 years ago
- 56cfab3 Fixing Savannah bug #47127 the proper way, by Benno Schulenberg · 9 years ago
- f3a1d7b Making the iteration through replacement matches behave the same again as the by Benno Schulenberg · 9 years ago
- 568d2a3 Switching the cursor on and off at the appropriate moments (that is: when by Benno Schulenberg · 9 years ago
- 65c7c81 Adjusting some indentation and some line wrapping. by Benno Schulenberg · 10 years ago