Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Graph
b3e4051deda44580d479228b24d19b3a603d397c
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Feb
25
24
23
22
21
20
18
16
15
14
13
12
11
10
9
7
6
5
31
Jan
29
26
25
24
22
21
20
17
15
14
13
12
11
10
9
7
4
3
2
31
Dec
30
29
23
22
20
18
11
8
7
6
5
4
3
2
1
30
Nov
29
28
26
25
24
23
22
21
12
11
10
8
7
6
2
31
Oct
29
28
27
5
Sep
4
29
Aug
16
13
12
11
9
8
6
4
3
2
1
31
Jul
30
29
28
26
25
23
22
19
18
17
15
13
12
10
6
5
28
Jun
27
23
20
18
17
14
11
7
4
2
31
May
28
21
20
8
3
28
Apr
25
21
20
18
17
14
13
12
11
8
7
5
3
28
Mar
27
25
23
22
21
20
17
15
14
8
7
27
Feb
25
21
18
16
15
9
7
3
1
20
Jan
14
6
3
28
Dec
30
Nov
21
Sep
29
Aug
10
7
3
2
1
31
Jul
27
24
22
21
17
16
13
12
11
7
3
2
1
30
Jun
29
28
27
25
23
22
21
20
Looking for the default syntax only when all else failed --
Back to SVN, and tweaking whitespace in NEWS and Changelog.
Correcting the description of 'justifytrim', adding it to the Info document,
GNU nano 2.5.3 release
Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions.
Eliding splice_opennode() by handling the two cases (the creation of
Now putting things in the proper order: setting 'prev_dir' only when
Plugging a memory leak by not copying a string twice.
Tweak KILL_TRAILING_SPACES. Still deciding on name...
Tweaking the Changelog.
Rewrapping and reshuffling some lines.
Centering the cursor when the thing being undone or redone is currently
Not moving the cursor when copying a backwardly marked region.
Renaming a variable, for contrast and correctness.
Using the correct column number also when messages are skipped.
Showing the cursor in the edit window when linting.
Making the cursor visible again after a justification and after an
As the charmove() already copies the terminating null byte,
Make that kill_spaces_on_justify, add hilighting.
2016-02-22 Chris Allegretta <chrisa@asty.org>
Eliding a variable -- there is no need to optimize for calls of strlen(),
Not moving too many bytes -- that is: not moving them beyond the
Sorting the prev_word() and next_word() functions in the standard way:
The amount to scroll is never zero, so there is no need to check.
Condensing some code by factoring out a repetition.
Eliding the function free_openfilestruct() as it is used only once.
Removing four unneeded checks for NULL.
Not requiring a third Tab to show the list of possible completions
Reducing an allocation to what is actually needed.
Parsing a character in the correct buffer: in the first match
Avoiding a memory leak when tabbing on a string that doesn't occur in the
Deleting a debugging leftover.
Allowing the parameter of free_filestruct() to be NULL,
Fixing Savannah bug #47127 the proper way,
Deleting two dead prototypes, adjusting two comments for correctness,
Deleting a redundant assignment. The multidata pointer is already
Avoiding the loss a buffer when getcwd() fails.
Freeing not just the struct but also the data it contains,
Saying that the 2.5 branch is a "rolling" release, that lock files are done,
Renaming and condensing some stuff, and correcting the main comment,
Menu
Projects
Groups
Snippets
Help