- a6605dc tweaks: rename two variables, to avoid double negatives by Benno Schulenberg · 8 years ago
- 9ec546d tweaks: rename a function, and drop an unneeded parameter by Benno Schulenberg · 8 years ago
- fccfccc tweaks: reshuffle an assignment and trim some comments by Benno Schulenberg · 8 years ago
- 0314880 tweaks: scrap some debugging stuff by Benno Schulenberg · 8 years ago
- 3b86c7a tweaks: discard the now unused multidata-resetting routine by Benno Schulenberg · 8 years ago
- 7ef5c53 painting: mark an unpaired start match as CWOULDBE by Benno Schulenberg · 8 years ago
- 6bd9404 painting: don't look at the current multidata when coloring a line by Benno Schulenberg · 8 years ago
- b3bcc8e painting: make use of the multidata of the preceding line by Benno Schulenberg · 9 years ago
- fb8fdca tweaks: fiddle with some wordings in the texinfo document by Benno Schulenberg · 8 years ago
- 7fac9ec docs: mention the ability to read from stdin by David Lawrence Ramsey · 9 years ago
- 17f5c05 tweaks: reduce duplicate code in new_magicline() and move_to_filestruct() by David Lawrence Ramsey · 8 years ago
- 914af36 spelling: don't unnecessarily fiddle with the viewport 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
- b1b9770 tweaks: rename a variable and adjust some types in edit_scroll() by David Lawrence Ramsey · 9 years ago
- 7803783 tweaks: rename a variable in edit_scroll(), to make sense by David Lawrence Ramsey · 9 years ago
- 83ff644 tweaks: do a comparison a bit differently in do_output() and do_deletion() by David Lawrence Ramsey · 9 years ago
- 3e22240 tweaks: rename mouse_x & mouse_y to mouse_col & mouse_row in do_mouse() by David Lawrence Ramsey · 9 years ago
- 34e086f tweaks: rename a variable in edit_redraw(), to make sense by David Lawrence Ramsey · 9 years ago
- f2ac201 tweaks: adjust and correct some comments by David Lawrence Ramsey · 9 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
- a8a70f0 tweaks: slightly speed up the change detection for multiline matches by Benno Schulenberg · 9 years ago
- 1d10d79 painting: account for index maybe being zero after the preceding change by Benno Schulenberg · 9 years ago
- 8441887 painting: advance only when both start /and/ end match are zero-length by Benno Schulenberg · 9 years ago
- 775f007 tweaks: use a cheaper way to detect an end-of-line by Benno Schulenberg · 9 years ago
- 414a1ec tweaks: and rename another variable, to keep in style by Benno Schulenberg · 9 years ago
- e0bdf67 tweaks: rename another variable, to be shorter by Benno Schulenberg · 9 years ago
- 13fbf13 tweaks: rename a variable, to be more general and match one elsewhere by Benno Schulenberg · 9 years ago
- 96f50b8 tweaks: adjust some comments, reshuffle a line, and use a while loop by Benno Schulenberg · 9 years ago
- 76d8307 tweaks: elide a variable plus its corresponding dark logic by Benno Schulenberg · 9 years ago
- 1194a41 tweaks: scrap a bunch of debugging lines -- they obscure the logic by Benno Schulenberg · 9 years ago
- eba470a tweaks: normalize some paragraph formatting in the FAQ by Benno Schulenberg · 9 years ago
- 9a4a545 painting: properly look for a new start match only after the end match by Benno Schulenberg · 9 years ago
- af7201f tweaks: reshuffle three variables by Benno Schulenberg · 9 years ago
- 2f80193 tweaks: reshuffle a test to a better place by Benno Schulenberg · 9 years ago
- 23595c8 tweaks: differentiate single-regex matches from paired-regex matches by Benno Schulenberg · 9 years ago
- 6694535 painting: when skipping a zero-length match, skip a character, not a byte by Benno Schulenberg · 9 years ago
- 9de376d painting: stay within the line when skipping zero-length matches by Benno Schulenberg · 9 years ago
- 94907aa painting: do not bluntly ignore zero-length start matches -- handle them by Benno Schulenberg · 9 years ago
- 7e5524b painting: do not let a match for 'end' overlap a match for 'start' 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
- 605f031 files: leave out the confusing "[from ./]" when prompting for a command 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
- 9f88481 tweaks: use a subtraction instead of a counter by Benno Schulenberg · 9 years ago
- 5d5666f tweaks: swap two blocks of code to reduce the number of #ifdefs by Benno Schulenberg · 9 years ago
- 980e334 tweaks: rearrange some code to separate softwrap and normal mode more by Benno Schulenberg · 9 years ago
- 9bb64fc tweaks: chuck some obscuring debugging stuff by Benno Schulenberg · 9 years ago
- 6e3adf3 tweaks: let update_line() return the correct value on error by David Lawrence Ramsey · 9 years ago
- c67c431 tweaks: improve comments and formatting in update_line() by David Lawrence Ramsey · 9 years ago
- bf0268d tweaks: condense a comment, rename a variable, and use a while loop by Benno Schulenberg · 9 years ago
- b7c2513 tweaks: rename some variables, to better distinguish rows from lines by Benno Schulenberg · 9 years ago
- 892762d tweaks: rename some variables, to show they refer to screen rows by Benno Schulenberg · 9 years ago
- f7d320d tweaks: rename a function, to show it refers to screen rows by Benno Schulenberg · 9 years ago
- 0208ae7 tweaks: rename a variable -- lines refers to buffer, rows to screen by Benno Schulenberg · 9 years ago
- 26fb907 screen: ehm... no, that was wrong: page_start /is/ a column position by Benno Schulenberg · 9 years ago
- ea40765 tweaks: rename two variables, and always pass a valid result back by Benno Schulenberg · 9 years ago
- 16a7fd4 screen: don't compare a character index with a column position by Benno Schulenberg · 9 years ago
- eca6fae tweaks: free an option string also when it was invalid by Benno Schulenberg · 9 years ago
- 59edef5 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
- f119a90 bump version numbers and add a news item for the 2.7.4 release by Benno Schulenberg · 9 years ago
- 4920030 docs: snip some obsolete items from the FAQ, and normalize its dates by Benno Schulenberg · 9 years ago
- a898fa5 tweaks: if there is no end match, there is nothing to paint by Benno Schulenberg · 9 years ago
- c0aa5ad tweaks: miscellaneous frobbings by Benno Schulenberg · 9 years ago
- 58c3dd6 softwrap: when typing M-/, ensure the last line is fully visible by Benno Schulenberg · 9 years ago
- 5ca765f tweaks: discard some conditional compilation by Benno Schulenberg · 9 years ago
- cf75da9 softwrap: when pasting an overlong line, ensure it is fully visible by Benno Schulenberg · 9 years ago
- 14c62db build: check for GNU-style word-boundary support also in the tiny version by Benno Schulenberg · 9 years ago
- f6fbc15 tweaks: adjust whitespace after the previous change by Benno Schulenberg · 9 years ago
- 38d7362 tweaks: rename two variables to be just one as they play the same role by Benno Schulenberg · 9 years ago
- 26683a9 tweaks: frob some comments, and transform one variable by Benno Schulenberg · 9 years ago
- d35ecd0 weeding: remove another unnecessary setting of openfile->current_y by David Lawrence Ramsey · 9 years ago
- 61bc248 tweaks: chuck a couple of useless asserts by Benno Schulenberg · 9 years ago
- c38f571 tweaks: line numbers are ssize_t, not int by David Lawrence Ramsey · 9 years ago
- a894372 tweaks: don't use a variable for two different purposes by Benno Schulenberg · 9 years ago
- aa28441 tweaks: the starting point for painting /cannot/ be offscreen by Benno Schulenberg · 9 years ago
- 5dbd288 tweaks: rename another variable, to show it refers to columns not chars by Benno Schulenberg · 9 years ago
- 8f21d25 tweaks: rename two variables, for distinguishing characters from columns by Benno Schulenberg · 9 years ago
- 08cfdbc tweaks: don't compare a character offset with a column position by Benno Schulenberg · 9 years ago
- 6103c47 tweaks: rename three painting variables, to be more distinct by Benno Schulenberg · 9 years ago
- 88cf22f tweaks: rearrange and reindent some lines in the painting routines by Benno Schulenberg · 9 years ago
- 8177e62 screen: examine the whole line when painting, to set the correct info by Benno Schulenberg · 9 years ago
- 124a859 syntax: html: be more precise with tags, and paint attribute names by Benno Schulenberg · 9 years ago
- 322120c undo: properly create separate items for deletes at different positions by Benno Schulenberg · 9 years ago
- 54e6fe2 build: install the Info and Html manuals even when 'makeinfo' is missing by Benno Schulenberg · 9 years ago
- fa56310 build: include the old Changelogs in the tarball by Benno Schulenberg · 9 years ago
- f35c3db softwrap: ensure the current line is fully visible after inserting a file by David Lawrence Ramsey · 9 years ago
- acb394a screen: properly place the cursor after inserting a file by David Lawrence Ramsey · 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
- 121c53f docs: add a new Changelog -- a list of the short commit messages by Benno Schulenberg · 9 years ago
- 5b9683c docs: rename the Changelogs to indicate which periods they cover by Benno Schulenberg · 9 years ago
- 7c1dfea tweaks: terminate lots of sentences with a period in the old Changelog by Benno Schulenberg · 9 years ago