.. |
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
|
Limiting the selected file to the available ones in the list.
|
2015-06-28 06:32:56 +00:00 |
chars.c
|
Starting to look for a multibyte character not at the start of the string,
|
2015-03-22 11:20:02 +00:00 |
color.c
|
Not checking for non-NULL before freeing a variable, as it's unnecessary.
|
2015-06-14 19:14:41 +00:00 |
cut.c
|
2015-02-03 Alex Henrie <alexhenrie24@gmail.com>
|
2015-02-03 22:49:57 +00:00 |
files.c
|
Preventing a segfault when spellchecking a marked region
|
2015-07-13 18:04:05 +00:00 |
global.c
|
Renaming the 'menu' item to 'menus' in the shortcut struct.
|
2015-07-15 20:13:05 +00:00 |
help.c
|
Renaming the 'menu' item to 'menus' in the shortcut struct.
|
2015-07-15 20:13:05 +00:00 |
move.c
|
Fusing two identical functions into one: need_screen_update().
|
2015-04-20 08:16:41 +00:00 |
nano.c
|
Unabbreviating the long option --poslog to --positionlog.
|
2015-07-15 19:50:55 +00:00 |
nano.h
|
Renaming the 'menu' item to 'menus' in the shortcut struct.
|
2015-07-15 20:13:05 +00:00 |
prompt.c
|
Not checking for non-NULL before freeing a variable, as it's unnecessary.
|
2015-06-14 19:14:41 +00:00 |
proto.h
|
Renaming the parameter 'current_action' to 'action',
|
2015-06-17 11:18:20 +00:00 |
rcfile.c
|
Renaming the 'menu' item to 'menus' in the shortcut struct.
|
2015-07-15 20:13:05 +00:00 |
search.c
|
Making M-W work also right after startup.
|
2015-06-20 08:10:25 +00:00 |
text.c
|
(Putting in the original patch, from before I got overzealous.)
|
2015-07-13 17:57:58 +00:00 |
utils.c
|
Keeping homedir NULL when no home directory could be determined,
|
2015-06-20 08:21:35 +00:00 |
winio.c
|
Renaming the 'menu' item to 'menus' in the shortcut struct.
|
2015-07-15 20:13:05 +00:00 |