- be3e440 Tiny ChangeLog fixes, and marking the 2.2.6 release. by Benno Schulenberg · 11 years ago
- 6d5b2fd 2014-07-02 Chris Allegretta <chrisa@asty.org> by Chris Allegretta · 11 years ago
- 637b76b Freeing the cutbuffer after use. by Benno Schulenberg · 11 years ago
- 92213f9 Handling the cases of cutting-from-cursor-to-end-of-line by Benno Schulenberg · 11 years ago
- 85ddc71 Properly excluding the --quiet option when --disable-nanorc was given. by Benno Schulenberg · 11 years ago
- 6c86ee1 Deleting old wrapper 'getfuncfromkey()', and replacing its call by Benno Schulenberg · 11 years ago
- 6418ffa Making use of the new wrapper in the help viewer and the file browser. by Benno Schulenberg · 11 years ago
- 3933a30 Adding a typedef for a pointer to a function: functionptrtype. by Benno Schulenberg · 11 years ago
- e6a4a64 Adding two defines to make the functions list clearer. by Benno Schulenberg · 11 years ago
- b095725 Now delete these case-sensitive, regular-expressive and backwards by Benno Schulenberg · 11 years ago
- 4947ad8 Showing that it is possible to have case-sensitive, regular-expressive, by Benno Schulenberg · 11 years ago
- ebcc68f Grouping the arguments better. by Benno Schulenberg · 11 years ago
- 645841f Not passing the menu but setting it earlier. by Benno Schulenberg · 11 years ago
- 3cd3e32 There are no tagless functions, so there is no need to check. by Benno Schulenberg · 11 years ago
- 49816fe Now that 'currmenu' is really global, stop passing it around. by Benno Schulenberg · 11 years ago
- 3b031b1 Making sure to always set 'currmenu', so that we can rely on it. by Benno Schulenberg · 11 years ago
- 95e77a9 Renaming '*cut_till_end' to '*cut_till_eof', to reduce by Benno Schulenberg · 11 years ago
- 776931a Fixing a bug where binding a movement function to a Meta key would make by Benno Schulenberg · 11 years ago
- 7e5324d Making 'meta_key' and 'func_key' into global variables, instead of by Benno Schulenberg · 11 years ago
- eaf235f Moving some variables to a better place. by Benno Schulenberg · 11 years ago
- e94a00a When there are no syntaxes, for example with --ignorercfiles, by Benno Schulenberg · 11 years ago
- 09dd0a4 Making Ctrl-Left and Ctrl-Right produce special codes, by Benno Schulenberg · 11 years ago
- 6f28d35 Fixing compilation with --enable-tiny --enable-nanorc. by Benno Schulenberg · 11 years ago
- 41e19a1 Tiny ChangeLog tweaks. by Benno Schulenberg · 11 years ago
- 484a0be Updating the pointer to the bottom of the file by Benno Schulenberg · 11 years ago
- d48d84a Now trimming the superfluous braces. by Benno Schulenberg · 11 years ago
- b71cf98 Using a single assignment of do_toggle_void. by Benno Schulenberg · 11 years ago
- 0a1e56e Moving (the recognition of) the toggles to the end, like everywhere else. by Benno Schulenberg · 11 years ago
- d4623f3 Eradicating the execute flag -- it is almost always TRUE, and when it's FALSE by Benno Schulenberg · 11 years ago
- b5895f0 Removing the useless parameters 'have_shortcut and 'allow_funcs'. by Benno Schulenberg · 11 years ago
- 4868f83 Silencing a useless warning about seemingly ignoring a datarootdir setting. by Benno Schulenberg · 11 years ago
- 607b226 Stopping to distribute the obsolete BUGS file, and removing it from SVN. by Benno Schulenberg · 11 years ago
- 26de2dd Normalizing some indentation and whitespace. by Benno Schulenberg · 11 years ago
- 29dfb68 Removing the ability to search for a matching bracket in a prompt input line. by Benno Schulenberg · 11 years ago
- 64fd3b8 Updating the docs for the narrower meaning of 'all' when rebinding keys. by Benno Schulenberg · 11 years ago
- 4651f49 Allowing only those menus where the bound function is actually present, by Benno Schulenberg · 11 years ago
- a8c13d7 Adding default keybindings for Cut, PrevWord and NextWord in the prompt input lines. by Benno Schulenberg · 11 years ago
- 40ae394 Allowing 'firstline' and 'lastline' to be rebound to Ctrl keys. by Benno Schulenberg · 11 years ago
- 0c0fbd5 Allowing 'firstfile' and 'lastfile' to be rebound to Ctrl keys. by Benno Schulenberg · 11 years ago
- 45417c7 Giving audible feedback when flipping the new buffer to off by Benno Schulenberg · 11 years ago
- cfa1338 Normalizing the indentation in do_help(). by Benno Schulenberg · 11 years ago
- 12ecfbb Showing Ins and Del as valid rebindable keys in the nanorc syntax colouring. by Benno Schulenberg · 11 years ago
- ef16223 Adding the bindable function 'gotodir', documenting it, and also by Benno Schulenberg · 11 years ago
- a0f66c0 Renaming 'no_replace_void()' to 'flip_replace_void()', by Benno Schulenberg · 11 years ago
- ce0ea44 Renaming UP_DIR and DOWN_DIR to UPWARD and DOWNWARD, for clarity, by Benno Schulenberg · 11 years ago
- 4cf39e4 Renaming 'undidmsg' to 'redidmsg', to be apt. by Benno Schulenberg · 11 years ago
- 64039e9 Removing a superfluous abortion variable, and placing two comments better. by Benno Schulenberg · 11 years ago
- 8ea830f When toggling softwrap, only the edit window needs to be refreshed, by Benno Schulenberg · 11 years ago
- cda06a9 Removing two pointless calls of get_shortcut(), and adjusting the comments. by Benno Schulenberg · 11 years ago
- 0166691 Fixing three leaks of the cutbuffer, shortening and regrouping some stuff, by Benno Schulenberg · 11 years ago
- 07f4061 When redoing a line join at the tail of the file, by Benno Schulenberg · 11 years ago
- fb6c0cd When undoing a line break at the tail of the file, by Benno Schulenberg · 11 years ago
- 76e150b When undoing a cut-till-end-of-file, put the cursor back by Benno Schulenberg · 11 years ago
- f80dcb2 Miscellaneous whitespace fixes, one type fix, and one more #ifdef NANO_TINY. by Benno Schulenberg · 11 years ago
- 3060ce3 Letting +1 and +,1 make nano start on line one column one, overriding by Benno Schulenberg · 11 years ago
- b14fbf7 Explaining better what "all" means when rebinding keys. by Benno Schulenberg · 11 years ago
- 1930e81 Fixing compilation with --enable-tiny --enable-mouse. by Benno Schulenberg · 11 years ago
- 691689d Fixing compilation with --enable-tiny --enable-histories --enable-multibuffer. by Benno Schulenberg · 11 years ago
- 3b47ff7 Fixing compilation with --enable-tiny --enable-wrapping. by Benno Schulenberg · 11 years ago
- cf8a296 Fixing compilation with --enable-tiny --enable-histories --enable-nanorc. by Benno Schulenberg · 11 years ago
- c923fa7 History logging is no longer dependent upon nanorc support, by Benno Schulenberg · 11 years ago
- b055599 Fixing compilation with --enable-tiny --enable-browser. by Benno Schulenberg · 11 years ago
- 492e9f6 Miscellaneous whitespace adjustments and comment tweaks. by Benno Schulenberg · 11 years ago
- ac6846a Wrapping long lines and actually reporting the name that is not a directory. by Benno Schulenberg · 11 years ago
- 03f37ad Another removal and more regrouping. by Benno Schulenberg · 11 years ago
- 4147c5e Removing two obsolete variables and regrouping some stuff. by Benno Schulenberg · 11 years ago
- 3f816ee Huh!? Why doesn't the build fail here without this change? by Benno Schulenberg · 11 years ago
- ae2d300 Pfff... Getting all iterations right is difficult. by Benno Schulenberg · 11 years ago
- b341f29 Transform many DISABLE_NANORC #ifdefs to the new DISABLE_HISTORIES. by Benno Schulenberg · 11 years ago
- 0615acd Adding a --disable-histories flag, to disable the code for by Benno Schulenberg · 11 years ago
- fcb4c3f Allowing --historylog and --poslog to function by Benno Schulenberg · 11 years ago
- d840302 Updating some comments to match the current state of affairs. by Benno Schulenberg · 11 years ago
- e7c690d Renaming 'no_more_space()' to 'more_space()' for consistency. by Benno Schulenberg · 11 years ago
- a81e141 Removing a condition and a break that cancel each other. by Benno Schulenberg · 11 years ago
- 336d1b8 Renaming 'function_type' to 'key_type', for clarity. by Benno Schulenberg · 11 years ago
- 45fe2ad Renaming the undo type UNSPLIT to JOIN, for clarity. by Benno Schulenberg · 11 years ago
- b39db7b And eliding a totally unused 'strdata2'. by Benno Schulenberg · 11 years ago
- 3cf338a Eliding the in fact unneeded 'to_eof' by Benno Schulenberg · 11 years ago
- c55c0db Renaming 'to_end' to 'to_eof', to lessen confusion with CUT_TO_END. by Benno Schulenberg · 11 years ago
- a872709 Making sure the cutbuffer is cleared at the appropriate moments. by Benno Schulenberg · 11 years ago
- b439f55 Replacing SYSCONFDIR with an absolute path or a circumlocution, by Benno Schulenberg · 11 years ago
- e96022b After an undo or redo, update the 'placewewant'. Patch by Mark Majeres. by Benno Schulenberg · 11 years ago
- 38cb8fc Removing an obsolete boolean variable. by Benno Schulenberg · 11 years ago
- 4f3f976 Displaying "No file name" on the statusbar for two seconds by Benno Schulenberg · 11 years ago
- 7152a4b Changing some wordings, to be more precise or clear. by Benno Schulenberg · 11 years ago
- 73a8aa0 Updating the docs for the changed location of nano's search history. by Benno Schulenberg · 11 years ago
- d21649e Trimming the contents of EXTRA_DIST to what is beyond normal. by Benno Schulenberg · 11 years ago
- 1f67c12 Removing an "-I m4" flag; it is needed only at the top level. by Benno Schulenberg · 11 years ago
- 0ec7710 Putting a common statement outside of the then/else branches. by Benno Schulenberg · 11 years ago
- 99a649d Avoiding an "Unknown Command" on every cursor-positioning mouse click. by Benno Schulenberg · 11 years ago
- ca9abd8 Making sure the compiler also links against libz, which is used by libmagic. by Benno Schulenberg · 11 years ago
- 948b8e9 Putting the cursor back in front of a backwards cut, by Benno Schulenberg · 11 years ago
- c5c0d74 Removing the useless info dir file from the build directory, by Benno Schulenberg · 11 years ago
- 736fbf2 Removing the --undo option, having the undo functions always enabled. by Benno Schulenberg · 11 years ago
- cd59a64 Not treating the holding of both Control and Meta the same as only Control. by Benno Schulenberg · 11 years ago
- 3af22aa Letting a toggle not break a series of ^Ks. by Benno Schulenberg · 11 years ago
- 1d06455 Letting a click on titlebar or statusbar not break a series of ^Ks. by Benno Schulenberg · 11 years ago
- 454563c Letting a mousal repositioning of the cursor break a series of ^Ks. by Benno Schulenberg · 11 years ago
- 62bb6e8 Setting not just the meta_key but also the func_key boolean when a key is by Benno Schulenberg · 11 years ago
- 8cc8b08 Removing a superfluous switch statement. by Benno Schulenberg · 11 years ago