.. |
Makefile.am
|
Removing an "-I m4" flag; it is needed only at the top level.
|
2014-06-16 12:45:03 +00:00 |
browser.c
|
Now putting things in the proper order: setting 'prev_dir' only when
|
2016-02-25 14:08:47 +00:00 |
chars.c
|
Deleting two dead prototypes, adjusting two comments for correctness,
|
2016-02-16 10:09:26 +00:00 |
color.c
|
Tweaking a few things and renaming a variable.
|
2016-03-04 20:50:38 +00:00 |
cut.c
|
Not moving the cursor when copying a backwardly marked region.
|
2016-02-23 12:07:58 +00:00 |
files.c
|
Eliding splice_opennode() by handling the two cases (the creation of
|
2016-02-25 18:58:17 +00:00 |
global.c
|
Renaming three variables.
|
2016-03-04 20:22:27 +00:00 |
help.c
|
Switching the cursor on and off at the appropriate moments (that is: when
|
2016-02-13 19:41:12 +00:00 |
move.c
|
Sorting the prev_word() and next_word() functions in the standard way:
|
2016-02-22 12:49:08 +00:00 |
nano.c
|
Eliding splice_opennode() by handling the two cases (the creation of
|
2016-02-25 18:58:17 +00:00 |
nano.h
|
Deleting a now-unused struct member.
|
2016-03-04 17:04:56 +00:00 |
prompt.c
|
Renaming a variable, for contrast and correctness.
|
2016-02-23 08:31:57 +00:00 |
proto.h
|
Eliding the functions parse_header_exp() and parse_magic_exp(),
|
2016-03-10 11:00:59 +00:00 |
rcfile.c
|
Eliding the functions parse_header_exp() and parse_magic_exp(),
|
2016-03-10 11:00:59 +00:00 |
search.c
|
Avoiding a memory leak when tabbing on a string that doesn't occur in the
|
2016-02-20 12:16:43 +00:00 |
text.c
|
Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions.
|
2016-02-25 21:04:45 +00:00 |
utils.c
|
Not using $HOME when we're root, because some sudos don't filter it out
|
2016-01-22 16:10:36 +00:00 |
winio.c
|
Rewrapping and reshuffling some lines.
|
2016-02-23 12:37:10 +00:00 |