- 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
- 4a073a0 docs: fix some spellos and trim some trailing tabs in the old Changelog by Benno Schulenberg · 9 years ago
- f8841f0 docs: standardize the dates in the old Changelog by Benno Schulenberg · 9 years ago
- 8d692a8 softwrap: don't scroll half a page when just a few lines will do by Benno Schulenberg · 9 years ago
- 1317679 tweaks: frob some comments, elide a variable, and use 'while' loops by Benno Schulenberg · 9 years ago
- d7fbc70 tweaks: avoid an unnecessary fiddling with current_y in do_mouse() by David Lawrence Ramsey · 9 years ago
- 1dd01eb tweaks: move a setting, fix a type, and rearrange a line in do_mouse() by David Lawrence Ramsey · 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
- 991e49a docs: bring some air into the FAQ, so that <Ctrl+Up/Down> become useful by Benno Schulenberg · 9 years ago
- b1c2062 weeding: remove unnecessary settings of openfile->current_y by David Lawrence Ramsey · 9 years ago
- 7373e4c tweaks: fix compilation when configured with --disable-wrapping by Benno Schulenberg · 9 years ago
- 5f30775 inserting: adjust the desired x position (don't restore the old one) by Benno Schulenberg · 9 years ago
- 69bd4d1 tweaks: slightly condense a function and its comment by Benno Schulenberg · 9 years ago
- d3429a7 copy: properly set preferred x position when region was marked backwards by Benno Schulenberg · 9 years ago
- e1538e6 tweaks: reshuffle a statement to a better place and condense some comments by Benno Schulenberg · 9 years ago
- 1c46551 cut: indicate a buffer as modified only if actually something was deleted by Benno Schulenberg · 9 years ago
- f1b87f9 build: rename the sample config file, so it will be colored like a nanorc by Benno Schulenberg · 9 years ago
- b0ef2e2 build: move the syntax files out of the doc/ directory by Benno Schulenberg · 9 years ago
- 6981294 build: move all documentation into a single directory by Benno Schulenberg · 9 years ago
- fc89ac1 speller: fix build when tiny build is enabled by Felix Janda · 9 years ago
- 9f92fb3 po: update translations and regenerate POT file and PO files by Benno Schulenberg · 9 years ago
- 293423b bump version numbers and add a news item for the 2.7.3 release by Benno Schulenberg · 9 years ago
- 32719d6 locking: disable an annoying warning by Benno Schulenberg · 9 years ago
- f432125 docs: clarify the difference between "Esc Esc ddd" and "M-V xxxxxx" by Benno Schulenberg · 9 years ago
- 908663e input: discard a verbatim 0x0A or 0x00 byte, depending on the mode by Benno Schulenberg · 9 years ago
- 1fb8203 tweaks: chuck a special case, and reduce the scope of two variables by Benno Schulenberg · 9 years ago
- 9973366 prompt: represent newlines as ^J instead of breaking the bar by Benno Schulenberg · 9 years ago
- e72db0e files: show newlines in filenames as ^J also in error messages by Benno Schulenberg · 9 years ago
- 87b2df6 utils: go on to parse the line number even if the column number is bad by Benno Schulenberg · 9 years ago
- c24caf5 tweaks: rename four variables, for density and aptness by Benno Schulenberg · 9 years ago
- 8db21b6 tweaks: use memory on the stack instead of calling malloc() and free() by Benno Schulenberg · 9 years ago
- cb31e45 tweaks: remove pointless or obscuring asserts by Benno Schulenberg · 9 years ago
- 588daf9 tweaks: condense the setting of three flags by Benno Schulenberg · 9 years ago
- d21a9c8 text: discard the undo stack after formatting and after spell checking by Benno Schulenberg · 9 years ago
- edbc1e5 text: avoid a crash when a spell-checked line has gotten shorter by Benno Schulenberg · 9 years ago
- dc18746 tweaks: retype, rename, and reshuffle a function by Benno Schulenberg · 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
- d49d4f7 history: search items *can* contain newlines -- encoded NUL bytes by Benno Schulenberg · 9 years ago
- 2fbb71d syntax: nftables: add two new families, and add set references by Arturo Borrero González · 9 years ago
- 66356ec screen: draw new content immediately, to prevent color flashes 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
- e6350aa prompt: do not treat a leading newline in a filename specially by Benno Schulenberg · 9 years ago
- 8bf8682 binding: use the code for the Enter directly instead of a function call by Benno Schulenberg · 9 years ago
- a9b5a0e tweaks: rename a function to something less abbrevy by Benno Schulenberg · 9 years ago
- 026393a binding: use plain codes instead of function calls for the jumping keys by Benno Schulenberg · 9 years ago
- db897b5 input: detect again when both Shift and Ctrl are being held on a VT by Benno Schulenberg · 9 years ago
- 2b1bc68 input: don't crash when receiving a KEY_CANCEL by Benno Schulenberg · 9 years ago
- 90b959a history: avoid crashing when the positionlog file is malformed by Benno Schulenberg · 9 years ago
- 116d9e6 chars: use memory on the stack instead of calling malloc() and free() by Benno Schulenberg · 9 years ago