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
f3af8043787265a38e6e7c41fced401661668008
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
30
Sep
21
16
6
30
Aug
28
21
17
16
9
8
5
3
2
1
31
Jul
14
13
12
10
29
Jun
25
3
31
May
2
Apr
31
Mar
20
19
18
17
16
15
14
13
12
11
9
5
20
Dec
18
17
10
9
8
4
3
29
Nov
28
17
6
5
11
Oct
5
18
Sep
16
26
Aug
24
23
21
16
15
11
10
8
7
1
31
Jul
29
14
12
10
9
6
2
1
30
Jun
28
29
May
25
22
20
15
23
Apr
22
21
20
19
18
17
11
4
1
Feb
30
Jan
29
28
17
16
14
13
12
11
9
6
2
1
30
Dec
24
21
15
14
13
12
11
10
8
7
6
2
27
Nov
25
21
20
10
8
7
6
5
2
30
Oct
29
28
27
26
25
24
18
17
16
15
14
13
10
8
6
4
3
2
29
Sep
27
26
21
16
11
10
2
1
31
Aug
30
29
28
27
26
25
22
21
19
18
15
7
5
3
2
31
Jul
30
29
28
26
25
24
23
22
21
19
18
13
12
11
9
8
7
6
5
4
3
2
30
Jun
29
28
27
26
25
21
20
19
18
17
14
12
11
9
8
7
6
5
* configure.ac: Change extra, multibuffer, color and rcfile to default to enabled
2008-09-30 Chris Allegretta <chrisa@asty.org>
2008-09-21 Chris Allegretta <chrisa@asty.org>
2008-09-16 Chris Allegretta <chrisa@asty.org>
* nano.c: Do call disable_signals at startup regardless, since under cygwin we can't generate
Back to svn!
GNU nano 2.1.5 release
Move the wordbounds check down so it will happen if either --enable-all or --enable-color
* global.c, help.c, browser.c, files.c, proto.h: Fix several compipation and programmatic
* nano-regress: New perl script to check for some of the more obvious issues with compilation
2008-08-29 Chris Allegretta <chrisa@asty.org>
2008-08-28 Chris Allegretta <chrisa@asty.org>
* text.c (do_enter): Fix issue when compiled with --enable-debug, fixes Savannah bug 24092.
2008-08-21 Chris Allegretta <chrisa@asty.org>
2008-08-08 Magnus Granberg <zorry@ume.nu> / Adam Conrad <?>
* files.c (write_file): Check exit code of fclose(), since in certain out of space conditions the OS will
Back to svn.
GNU nano 2.1.4 release.
* text.c (add_undo): Fix check for multi-line cut check skips adding other new legit events.
Re-add the skip_backup label since we do still need it in one case.
* text.c (do_redo): Fix improperly restoring the text when redoing a line split.
* files.c: Do not go on and attempt to write the main file if writing the backup file failed,
* text.c: Reset openfile-> to OTHER after an undo or redo so we don't mistakenly
Back to SVN version
GNU nano 2.1.3 release
- Add redo of an insert
- Change add_undo and current_undo to only take action arg, as openfilestruct arg is always openfile
- Add very basic undo for text replace.
Allow current undo code to compile with NANO_TINY
Allow basic multi-^K cuts to be redone properly. Code getting uglier by the second.
- When undoing a cut, set cutbuffer to NULL after freeing the current one
When redoing a text add, actually copy the beginning of the line back!
Add undoing argument to do_cut_text as we don't want to be messing around with the undo contents when we're in the
* configure.ac: Add ncursesw dir to include path if lib detected
Commit back some undo/redo rewrites
Add xflags to undo struct so we can add extra info to the undo process (e.g. backspace vs delete)
Allow backspace to be bound to keys in .nanorc
Add ability to rebind the (still unfinished) undo and redo functions in case anyone is interested in testing it out early.
2008-07-11 Mike Frysinger <vapier@gentoo.org>
Clean up some unused variables from old undo implementation.
Menu
Projects
Groups
Snippets
Help