.. |
browser.c
|
tweaks: rename two functions, to match the style of others
|
2020-03-11 19:45:06 +01:00 |
chars.c
|
tweaks: use a symbol instead of a number, and drop two unneeded casts
|
2020-03-22 14:29:10 +01:00 |
color.c
|
tweaks: change an integer to a short, and reshuffle it for better packing
|
2020-03-02 19:50:08 +01:00 |
cut.c
|
tweaks: factor out a three-line condition into a separate function
|
2020-03-05 16:09:56 +01:00 |
files.c
|
tweaks: fix twenty typos, in old Changelogs and in some comments
|
2020-03-25 16:57:43 +01:00 |
global.c
|
tweaks: move two functions to before the ones that call them
|
2020-03-19 15:12:40 +01:00 |
help.c
|
help: increase the minimum help-text width from 32 to 40 columns
|
2020-03-15 14:04:57 +01:00 |
history.c
|
copyright: update the years for significantly changed files
|
2020-01-15 12:11:56 +01:00 |
Makefile.am
|
organization: move all history-related stuff to its own file
|
2017-09-17 12:46:36 +02:00 |
move.c
|
tweaks: fix twenty typos, in old Changelogs and in some comments
|
2020-03-25 16:57:43 +01:00 |
nano.c
|
tweaks: fix twenty typos, in old Changelogs and in some comments
|
2020-03-25 16:57:43 +01:00 |
nano.h
|
tweaks: elide three unneeded #defines
|
2020-03-19 14:40:51 +01:00 |
prompt.c
|
tweaks: elide three unneeded #defines
|
2020-03-19 14:40:51 +01:00 |
proto.h
|
tweaks: rename four more functions, to get rid of an abbreviation
|
2020-03-12 15:54:19 +01:00 |
rcfile.c
|
tweaks: do some text alignments properly: with spaces, not tabs
|
2020-03-15 11:26:55 +01:00 |
search.c
|
tweaks: drop two comments that contain variable names
|
2020-02-25 16:59:27 +01:00 |
text.c
|
justify: skip over in-line whitespace only, not over leading whitespace
|
2020-03-23 11:00:17 +01:00 |
utils.c
|
tweaks: rename four more functions, to get rid of an abbreviation
|
2020-03-12 15:54:19 +01:00 |
winio.c
|
tweaks: fix twenty typos, in old Changelogs and in some comments
|
2020-03-25 16:57:43 +01:00 |