- 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
- 6620acb tweaks: use a faster comparison by Benno Schulenberg · 9 years ago
- 1cb6619 undo: there are just two forms of deletion: backspacing and deleting by Benno Schulenberg · 9 years ago
- 79a4bf8 tweaks: rename five variables, for uniformity with a few others by Benno Schulenberg · 9 years ago
- b77e6bd general: simplify the detection of a SIGWINCH by Benno Schulenberg · 9 years ago
- 2bcc6d7 tweaks: start searching at a better place by Benno Schulenberg · 9 years ago
- cd705a7 tweaks: elide a counter and a comparison by Benno Schulenberg · 9 years ago
- ecd18c1 history: search for the two position numbers from EOL instead of BOL by Benno Schulenberg · 9 years ago
- bc8a3a5 tweaks: rename three variables, for visibility by Benno Schulenberg · 9 years ago
- 9b90ec8 tweaks: drive closer to the edge by Benno Schulenberg · 9 years ago
- 8b483c1 history: don't bother encoding search items -- they cannot contain newlines by Benno Schulenberg · 9 years ago
- f915a28 tweaks: don't bother trimming the final newline from a position item by Benno Schulenberg · 9 years ago
- cb3fc88 tweaks: rename a variable and rewrap two lines by Benno Schulenberg · 9 years ago
- 06d9ee8 history: encode newlines in filenames as nulls by Benno Schulenberg · 9 years ago
- 0b0b812 files: don't change embedded newlines into nulls in filenames by Benno Schulenberg · 9 years ago
- eafae5d screen: show an embedded newline in filenames as ^J instead of ^@ by Benno Schulenberg · 9 years ago
- dfff78d titlebar: always pass a pathname through display_string() by Benno Schulenberg · 9 years ago
- 40acb87 oops: forgot to add and amend this to the previous commit by Benno Schulenberg · 9 years ago
- d7af590 memory: don't bother making a snug fit for things that will be freed soon by Benno Schulenberg · 9 years ago
- 8c7e4f5 tweaks: rename a function to describe what it does by Benno Schulenberg · 9 years ago
- 1144d38 tweaks: don't bother reallocating a string of which there is only one by Benno Schulenberg · 9 years ago
- 0562d27 tweaks: delete a bunch of unneeded asserts by Benno Schulenberg · 9 years ago
- c5f4916 tweaks: write two pieces of conditionalized code like all others by Benno Schulenberg · 9 years ago
- 9765c2f tweaks: elide a function that is called just once by Benno Schulenberg · 9 years ago
- 85ebe97 chars: optimize for the most common case by Benno Schulenberg · 9 years ago
- fc101a6 tweaks: rename a variable to be shorter and clearer by Benno Schulenberg · 9 years ago
- eb88ad9 tweaks: use a slightly faster comparison by Benno Schulenberg · 9 years ago
- 9fa95a3 tweaks: put some prototypes in the proper order, and move a bit of code by Benno Schulenberg · 9 years ago
- d6cc2c4 tweaks: conditionalize a function that is not used in the tiny version by Benno Schulenberg · 9 years ago
- 1df4115 version: properly mention --disable-wordcomp if it was used by Benno Schulenberg · 9 years ago
- ea9f62f tweaks: adjust some comments and indentation and ordering by Benno Schulenberg · 9 years ago
- a772194 tweaks: rename two variables, for self-documentation by Benno Schulenberg · 9 years ago
- faf77fb tweaks: don't bother making the next line of an end point NULL by Benno Schulenberg · 9 years ago