- a35bdd1 add a few missing NANO_WIDE #ifdefs, and remove display_string_len() by David Lawrence Ramsey · 21 years ago
- 4fd76ba configure.ac and related cleanups by David Lawrence Ramsey · 21 years ago
- fe3627d fix display problem caused by backwards comparisons of column and start_col by David Lawrence Ramsey · 21 years ago
- 61a7140 revert last change, as it's actually redundant, and fix a few comments by David Lawrence Ramsey · 21 years ago
- 7ddca3a fix if block by David Lawrence Ramsey · 21 years ago
- 1903ace fix statusbar() and onekey() to properly handle multibyte strings too by David Lawrence Ramsey · 21 years ago
- 93c4a56 #ifdef fixes by David Lawrence Ramsey · 21 years ago
- 9ec76e5 remove command line and rcfile option for --noutf8, as UTF-8 support is by David Lawrence Ramsey · 21 years ago
- fc69321 more steps toward UTF-8 support: port all the parts of DB's UTF-8 patch by David Lawrence Ramsey · 21 years ago
- c0b9d19 yet another cosmetic fix by David Lawrence Ramsey · 21 years ago
- 415b5d9 fix misplaced #ifdef by David Lawrence Ramsey · 21 years ago
- 3ba9c35 check for wget_wch() instead of addwstr() when looking for a wide by David Lawrence Ramsey · 21 years ago
- f3bea02 revert erroneous change by David Lawrence Ramsey · 21 years ago
- 6a2f068 still more cosmetic fixes by David Lawrence Ramsey · 21 years ago
- e750fe6 another cosmetic fix by David Lawrence Ramsey · 21 years ago
- 4564170 cosmetic fixes by David Lawrence Ramsey · 21 years ago
- 6eea147 Updated Italian translation. by Jordi Mallach · 21 years ago
- fbba5bf Updated Swedish translation. by Jordi Mallach · 21 years ago
- 6a2f58e Updated Swedish translation by Christian Rose. by Jordi Mallach · 21 years ago
- 78ea5e4 improvements to wide/multibyte character input and output, using wide by David Lawrence Ramsey · 21 years ago
- 164bf36 add missing reset by David Lawrence Ramsey · 21 years ago
- c2ac02f add missing casts by David Lawrence Ramsey · 21 years ago
- abc9423 check for nulls and newlines earlier in do_output(), and add a few more by David Lawrence Ramsey · 21 years ago
- 6044889 reset the mbtowc() and wctomb() state machines at the right places by David Lawrence Ramsey · 21 years ago
- 263240c when adding to the keystroke buffer, filter out bad keystrokes with one by David Lawrence Ramsey · 21 years ago
- 32085a8 cosmetic fixes by David Lawrence Ramsey · 21 years ago
- eae97ca go back to storing multibyte characters in non-dynamically allocated by David Lawrence Ramsey · 21 years ago
- 43953bb store multibyte characters in dynamically allocated arrays of MB_CUR_MAX by David Lawrence Ramsey · 21 years ago
- 91851f3 rename a few variables for consistency by David Lawrence Ramsey · 21 years ago
- bed32a3 comment fix by David Lawrence Ramsey · 21 years ago
- f812e4f rearrange a few variables by David Lawrence Ramsey · 21 years ago
- 10820de fix bad cast by David Lawrence Ramsey · 21 years ago
- 98b61e3 Italian and Romanian update. by Jordi Mallach · 21 years ago
- 95a0224 miscellaneous fixes for the buffered inout and output routines and their by David Lawrence Ramsey · 21 years ago
- eb711b0 formatting fix by David Lawrence Ramsey · 21 years ago
- bfcba16 cosmetic fixes by David Lawrence Ramsey · 21 years ago
- 2c70a4e document the last titlebar() change by David Lawrence Ramsey · 21 years ago
- bce3aad in titlebar(), space should be an int instead of a size_t by David Lawrence Ramsey · 21 years ago
- f326ed7 add some miscellaneous fixes for titlebar() by David Lawrence Ramsey · 21 years ago
- 846658e when we get the whitespace display toggle, update the titlebar as well by David Lawrence Ramsey · 21 years ago
- c41285f fix entry by David Lawrence Ramsey · 21 years ago
- 9c3edc0 add return to the "c-file" regexes in nanorc.sample by David Lawrence Ramsey · 21 years ago
- 7483571 massive overhaul to support buffered input and output, the first steps by David Lawrence Ramsey · 21 years ago
- 68ebb61 fix potential segfault when doing a full justify by David Lawrence Ramsey · 21 years ago
- fc54d6e per Jeremy Huddleston's patch, fix compilation problem caused by by David Lawrence Ramsey · 21 years ago
- c0e42bd Update Catalan, French and Norwegian from the TP. by Jordi Mallach · 21 years ago
- 3ece0b9 change references to "open files" to "open file buffers" for by David Lawrence Ramsey · 21 years ago
- 1483ee3 remove malfunctioning wide character support, and add a few miscellaneous fixes by David Lawrence Ramsey · 21 years ago
- 63e73cb comment fixes by David Lawrence Ramsey · 21 years ago
- 53d3db4 comment fix by David Lawrence Ramsey · 21 years ago
- 832db76 typo fix by David Lawrence Ramsey · 21 years ago
- 6ecbdd3 remove specific references to control key shortcuts in configure.ac by David Lawrence Ramsey · 21 years ago
- 40a6c8c more formatting fixes by David Lawrence Ramsey · 21 years ago
- 800ee0d remove another unneeded blank space by David Lawrence Ramsey · 21 years ago
- 7a6fb48 remove unneeded blank spaces by David Lawrence Ramsey · 21 years ago
- 62a217d formatting and cosmetic fixes by David Lawrence Ramsey · 21 years ago
- c109549 in unget_kbinput(), free s after the wctomb() call, since we don't need by David Lawrence Ramsey · 21 years ago
- 15dbc6e comment fix by David Lawrence Ramsey · 21 years ago
- c82997d in get_verbatim_kbinput(), don't pass v_kbinput in as a parameter, since by David Lawrence Ramsey · 21 years ago
- 08eab72 add debug messages to get_shortcut() and get_toggle() by David Lawrence Ramsey · 21 years ago
- e08765d formatting and cosmetic fixes by David Lawrence Ramsey · 21 years ago
- ca018c3 in get_full_path(), remove unneeded NANO_SMALL #ifdef, so that it's by David Lawrence Ramsey · 21 years ago
- 2dbcc80 formatting fixes by David Lawrence Ramsey · 21 years ago
- 698263c in the low-level input routines, make the ascii_digits variables ints by David Lawrence Ramsey · 21 years ago
- 12642ed formatting fix by David Lawrence Ramsey · 21 years ago
- 5b3dd0f add DB's overhaul of the multibuffer code for efficiency, plus a few by David Lawrence Ramsey · 21 years ago
- 329d6a3 formatting fix by David Lawrence Ramsey · 21 years ago
- 8a2c0ba formatting fix by David Lawrence Ramsey · 21 years ago
- eeec999 oops again; adding an extra magicline unconditionally when uncutting is by David Lawrence Ramsey · 21 years ago
- cc89513 oops; Pico's adding a new magicline unconditionally when uncutting by David Lawrence Ramsey · 21 years ago
- 6e738ac formatting fixes by David Lawrence Ramsey · 21 years ago
- d994ad5 in get_edit_input(), readd parameter allow_funcs, as it's now needed as by David Lawrence Ramsey · 21 years ago
- 3041293 in shortcut_init(), fix misplaced #endif keeping the "Full Justify" by David Lawrence Ramsey · 21 years ago
- 4d6ec37 in do_cut_text(), if keep_cutbuffer is FALSE, only blow away the text in by David Lawrence Ramsey · 21 years ago
- bc3b926 comment fixes by David Lawrence Ramsey · 21 years ago
- 93c8405 overhaul the cutting and uncutting routines and the justify-related by David Lawrence Ramsey · 21 years ago
- b5a7a5a in do_wrap(), make wrap_loc and word_back ssize_t's, to match fill, and by David Lawrence Ramsey · 21 years ago
- 962202e Back to CVS by David Lawrence Ramsey · 21 years ago
- 2c86dc6 GNU nano 1.3.5 by David Lawrence Ramsey · 21 years ago
- 3de81bc in do_replace_loop(), treat real_current as current and real_current_x by David Lawrence Ramsey · 21 years ago
- 3f35864 fix get_totals() so it properly handles NULL parameters, and restore by David Lawrence Ramsey · 21 years ago
- 74d8707 unpartition_filestruct() should take a partition** instead of a by David Lawrence Ramsey · 21 years ago
- e56d936 documentation fix: list sh as an example of a Bourne shell by David Lawrence Ramsey · 21 years ago
- 831c640 in README.CVS, mention the need for ssh to do cvs checkouts by David Lawrence Ramsey · 21 years ago
- b908a36 add another cvs command fix by David Lawrence Ramsey · 21 years ago
- b75763e update the given cvs commands in README.CVS so that they work again by David Lawrence Ramsey · 21 years ago
- 188f169 in README.CVS, mention the requirement for groff in order to create html by David Lawrence Ramsey · 21 years ago
- c0d3b20 Get rid of config.rpath. by Jordi Mallach · 21 years ago
- 42ca620 Updated French translation. by Jordi Mallach · 21 years ago
- 69a90c6 Updated Malay translation. by Jordi Mallach · 21 years ago
- d7b6325 Don't use DEFS to define stuff. Use INCLUDES instead. by Jordi Mallach · 21 years ago
- 55381aa Include <config.h> only if HAVE_CONFIG_H. by Jordi Mallach · 21 years ago
- f615904 use top_x and bot_x where possible instead of recalculating entire by David Lawrence Ramsey · 21 years ago
- 4db3d0a comment fix by David Lawrence Ramsey · 21 years ago
- 6b769e5 formatting fix by David Lawrence Ramsey · 21 years ago
- 0317c86 fix breakage of ASCII character sequence mode introduced with the UTF-8 by David Lawrence Ramsey · 21 years ago
- a98fd75 spell Ulf Härnhammar's name right by David Lawrence Ramsey · 21 years ago
- 8091d33 add Ulf Harnhammar's input_tab() segfault fix by David Lawrence Ramsey · 21 years ago
- 9df069c comment fix by David Lawrence Ramsey · 21 years ago
- 97b9046 document the last fix by David Lawrence Ramsey · 21 years ago