- d20c0c3 comment fix by David Lawrence Ramsey · 20 years ago
- 0998a64 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 527f174 add documentation updates for -E/--backupdir's new ability to make by David Lawrence Ramsey · 20 years ago
- 54b74ce in die(), tweak the message displayed when a backup file can't be by David Lawrence Ramsey · 20 years ago
- b9b5722 when using a backup directory, make sure all the filenames written are by David Lawrence Ramsey · 20 years ago
- df2a825 fix mismatched subscript by David Lawrence Ramsey · 20 years ago
- 1a1ea3d cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 15aaa2c miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- 10796ac cosmetic fixes by David Lawrence Ramsey · 20 years ago
- aff5a1c add multibyte/wide character support to input_tab(), so that we don't by David Lawrence Ramsey · 20 years ago
- 217f241 document bool fix by David Lawrence Ramsey · 20 years ago
- 11846fa bool fix by David Lawrence Ramsey · 20 years ago
- 32fe95d revert last change for now, as it breaks the display of filename matches by David Lawrence Ramsey · 20 years ago
- 920e350 in input_tab(), make sure that we don't set *place to the middle of a by David Lawrence Ramsey · 20 years ago
- e5b23bd formatting fixes by David Lawrence Ramsey · 20 years ago
- 7de6787 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 638cbe5 yet another comment fix by David Lawrence Ramsey · 20 years ago
- 0e0fef0 typo fix by David Lawrence Ramsey · 20 years ago
- f1d3d95 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- 40e4acf port over DB's (better) equivalent of the last fix, and tweak a few comments by David Lawrence Ramsey · 20 years ago
- 5d8d0b1 remove redundancy by David Lawrence Ramsey · 20 years ago
- 86d8fc3 remove unneeded blank line by David Lawrence Ramsey · 20 years ago
- e8bb90b fix changelog entry by David Lawrence Ramsey · 20 years ago
- e2ce279 remove redundancy by David Lawrence Ramsey · 20 years ago
- 045d130 really fix one of the last fixes by David Lawrence Ramsey · 20 years ago
- 31b159c add various fixes to avoid a hang and several potential assertion by David Lawrence Ramsey · 20 years ago
- e4acb69 another comment fix by David Lawrence Ramsey · 20 years ago
- e3970f5 replace all instances of strncpy() with charcpy(), since the only by David Lawrence Ramsey · 20 years ago
- 16f8813 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- 8b3266e fix inaccurate comments by David Lawrence Ramsey · 20 years ago
- 0a8ec17 really fix the off-by-one errors in LINE,COLUMN parsing; the column by David Lawrence Ramsey · 20 years ago
- 86a9452 in configure.ac, add minor tweaks to some of the test blocks to avoid XSI:isms by David Lawrence Ramsey · 20 years ago
- c5e9a43 fix one last off-by-one error that occurs when do_gotolinecolumn() is by David Lawrence Ramsey · 20 years ago
- 67e3b93 comment fix by David Lawrence Ramsey · 20 years ago
- e5bc1c4 oops; free magichistory *properly* when we don't need it anymore by David Lawrence Ramsey · 20 years ago
- 2fba43c free magichistory when we don't need it anymore by David Lawrence Ramsey · 20 years ago
- 934f968 overhaul the history code to work more consistently, and clean up by David Lawrence Ramsey · 20 years ago
- 7ae4cc6 Updated French from the TP. by Jordi Mallach · 20 years ago
- 0f476b9 comment fixes by David Lawrence Ramsey · 20 years ago
- 30f164a in save_history(), properly save history when in view mode by David Lawrence Ramsey · 20 years ago
- 86ce390 in usage(), add formatting fixes and a missing N_() by David Lawrence Ramsey · 20 years ago
- 6f25a67 various minor fixes by David Lawrence Ramsey · 20 years ago
- 5754201 when calling do_gotolinecolymn(), default to the current line and column by David Lawrence Ramsey · 20 years ago
- 1727671 in do_gotolinecolumn(), start the search for a line from fileage instead by David Lawrence Ramsey · 20 years ago
- d3d3743 mention the support for moving to a different column in the prompt by David Lawrence Ramsey · 20 years ago
- f83e5e2 fix off-by-one problems with COLUMN; it should be zero-based by David Lawrence Ramsey · 20 years ago
- 650b39c set placewewant more efficiently by David Lawrence Ramsey · 20 years ago
- 9245f97 more LINE,COLUMN-related work: fix problems parsing it, and allow it at by David Lawrence Ramsey · 20 years ago
- 60a9bdd formatting fix by David Lawrence Ramsey · 20 years ago
- e1ce92c in do_gotoline(), properly show an error message if we try to go to line by David Lawrence Ramsey · 20 years ago
- c5659d3 add error detection to parse_line_column() by David Lawrence Ramsey · 20 years ago
- 2f0cd35 add missing comment by David Lawrence Ramsey · 20 years ago
- b68c01b move duplicate code from the +LINE,COLUMN feature into a separate by David Lawrence Ramsey · 20 years ago
- 50995bd rename another variable by David Lawrence Ramsey · 20 years ago
- 9c8baed comment fix by David Lawrence Ramsey · 20 years ago
- 775eeba add the ability to open a file on a specified column as well as a by David Lawrence Ramsey · 20 years ago
- 6e925cf update the Free Software Foundation's mailing address in various comments by David Lawrence Ramsey · 20 years ago
- 066713e more indentation fixes and one more cosmetic fix by David Lawrence Ramsey · 20 years ago
- 546f5b3 rename a few more variables, and fix some indentation by David Lawrence Ramsey · 20 years ago
- e781ddf still more cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 6d39f4b document a renamed variable by David Lawrence Ramsey · 20 years ago
- 5ebd73f more cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 02173c0 in cut_line(), set placewewant properly after cutting a line, to avoid a by David Lawrence Ramsey · 20 years ago
- 7f4dd35 another cosmetic fix by David Lawrence Ramsey · 20 years ago
- 8f5e509 cosmetic fix by David Lawrence Ramsey · 20 years ago
- 340e5ca revert one last change that was causing breakage by David Lawrence Ramsey · 20 years ago
- 75f4b7c remove redundant code by David Lawrence Ramsey · 20 years ago
- 5e73eec revert one of the previous changes; we don't really need a shortcut for by David Lawrence Ramsey · 20 years ago
- 0f83c89 rearrange nanogetstr() to fix breakage by David Lawrence Ramsey · 20 years ago
- 6bc26a9 revert some attempts at simplifying the search/replace history code that by David Lawrence Ramsey · 20 years ago
- 198bd59 document the simplification of a history check in nanogetstr(), and by David Lawrence Ramsey · 20 years ago
- fcdfb7f more comment fixes by David Lawrence Ramsey · 20 years ago
- e41e8db more comment fixes by David Lawrence Ramsey · 20 years ago
- 10f880c remove a redundant check in get_history_newer(), and add a few comment fixes by David Lawrence Ramsey · 20 years ago
- 5e360dc Updated Malay from the TP. by Jordi Mallach · 20 years ago
- 6595b71 oops; in do_output(), properly allow wrapping when we insert a tab, for by David Lawrence Ramsey · 20 years ago
- 56c1e34 Update Norwegian bokmaal from the TP. by Jordi Mallach · 20 years ago
- e4cb315 in do_output(), fix an off-by-one error that allowed wrapping when we by David Lawrence Ramsey · 20 years ago
- 6439330 in shortcut_init(), move the "Refresh" and "Exit" shortcuts to the by David Lawrence Ramsey · 20 years ago
- 0bfec6e minor bits: fix slang compilation by calling clearok(TRUE) and by David Lawrence Ramsey · 20 years ago
- 29be803 comment fixes by David Lawrence Ramsey · 20 years ago
- c5fe41c Update Malay, Romanian and Traditional Chinese from the TP. by Jordi Mallach · 20 years ago
- 72bff8e Err, stable branch has been nano_1_2 for the last two years, doh! by Jordi Mallach · 20 years ago
- d4a1c0a Credit Vietnamese translator. by Jordi Mallach · 20 years ago
- 1ccada1 actually, since copy_file() doesn't allocate ever-increasing space for a by David Lawrence Ramsey · 20 years ago
- 5b2f17e change all hardcoded instances of 128 bytes to MAX_BUF_SIZE, and #define by David Lawrence Ramsey · 20 years ago
- 3705924 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- c596c0c miscellaneous bits: make get_next_filename() use an unsigned long, make by David Lawrence Ramsey · 20 years ago
- 9cf1df1 in do_browser() and do_help(), don't treat NANO_CANCEL_KEY as by David Lawrence Ramsey · 20 years ago
- 56074a1 Update Vietnamese from the TP. by Jordi Mallach · 20 years ago
- f79a3fa Catalan, Italian and Romanian updates from the TP. by Jordi Mallach · 20 years ago
- b9180f4 Remove bogus space from help text. by Jordi Mallach · 20 years ago
- ad11460 remove more unneeded clearok(TRUE)'s, and avoid an unnecessary update by David Lawrence Ramsey · 20 years ago
- 0465251 simplify total_update() to call clearok(TRUE) and wrefresh() on curscr, by David Lawrence Ramsey · 20 years ago
- 22425a2 cosmetic fix by David Lawrence Ramsey · 20 years ago
- e527e45 various #include fixes: since proto.h includes nano.h, only include the by David Lawrence Ramsey · 20 years ago
- ac71fdd more cosmetic fixes by David Lawrence Ramsey · 20 years ago
- ffda704 cosmetic fix by David Lawrence Ramsey · 20 years ago
- 6a244b6 various minor bits: add miscellaneous comment fixes; in by David Lawrence Ramsey · 20 years ago
- c2b0747 in print1opt_full(), if desc should be empty, allow it to be NULL by David Lawrence Ramsey · 20 years ago