]> git.wh0rd.org Git - nano.git/log
nano.git
24 years agoAdded likely NEWS items for 0.9.11 to NEWS
Chris Allegretta [Tue, 20 Jun 2000 00:39:20 +0000 (00:39 +0000)]
Added likely NEWS items for 0.9.11 to NEWS

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@38 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years ago- do_wrap() off by one current_x - 1 ==> current_x
Adam Rogoyski [Tue, 20 Jun 2000 00:13:24 +0000 (00:13 +0000)]
- do_wrap() off by one  current_x - 1  ==>  current_x

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@37 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years ago- do_wrap() spaces between words fix.
Adam Rogoyski [Tue, 20 Jun 2000 00:00:53 +0000 (00:00 +0000)]
- do_wrap() spaces between words fix.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@36 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoAdd -T tab width option
Chris Allegretta [Mon, 19 Jun 2000 23:19:07 +0000 (23:19 +0000)]
Add -T tab width option

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@35 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoBuglet fix for for losing text on wrap current_x < wrapcol
Chris Allegretta [Mon, 19 Jun 2000 21:21:51 +0000 (21:21 +0000)]
Buglet fix for for losing text on wrap current_x < wrapcol

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@34 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years ago- do_wrap() needs to keep spaces when you are on the first word that should be wrappe...
Adam Rogoyski [Mon, 19 Jun 2000 17:30:14 +0000 (17:30 +0000)]
- do_wrap() needs to keep spaces when you are on the first word that should be wrapped and hit a
  space while the cursor is on the first character, but delete spaces when it's the second
  character or anything else that follows.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@33 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoNew .po files for new src files
Chris Allegretta [Mon, 19 Jun 2000 15:47:22 +0000 (15:47 +0000)]
New .po files for new src files

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@32 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoOops, add new files to POTFILES (again)
Chris Allegretta [Mon, 19 Jun 2000 05:56:20 +0000 (05:56 +0000)]
Oops, add new files to POTFILES (again)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@31 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoOops, add new files to POTFILES
Chris Allegretta [Mon, 19 Jun 2000 05:51:48 +0000 (05:51 +0000)]
Oops, add new files to POTFILES

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@30 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoNew translations for new files
Chris Allegretta [Mon, 19 Jun 2000 05:46:17 +0000 (05:46 +0000)]
New translations for new files

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@29 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoFix lack of update on width resize
Chris Allegretta [Mon, 19 Jun 2000 05:45:52 +0000 (05:45 +0000)]
Fix lack of update on width resize

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@28 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoSplit nano.c up more
Chris Allegretta [Mon, 19 Jun 2000 04:22:15 +0000 (04:22 +0000)]
Split nano.c up more

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@27 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agocorrected do_insertfile
Robert Siemborski [Sun, 18 Jun 2000 02:14:21 +0000 (02:14 +0000)]
corrected do_insertfile

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@26 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoFixes faiure of display to update in do_insertfile
Robert Siemborski [Sun, 18 Jun 2000 01:05:00 +0000 (01:05 +0000)]
Fixes faiure of display to update in do_insertfile

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@25 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agofixed bug where bottom line would not be redrawn if update_line was called
Robert Siemborski [Sun, 18 Jun 2000 00:11:03 +0000 (00:11 +0000)]
fixed bug where bottom line would not be redrawn if update_line was called
with NULL

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@24 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years ago- fix do_wrap() to change the start point of the MARK if it wraps down a line.
Adam Rogoyski [Sat, 17 Jun 2000 20:36:35 +0000 (20:36 +0000)]
- fix do_wrap() to change the start point of the MARK if it wraps down a line.
- change do_wrap() to not center the screen all the time.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@23 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agocontinued display bugfixes/optimizations
Robert Siemborski [Sat, 17 Jun 2000 06:06:35 +0000 (06:06 +0000)]
continued display bugfixes/optimizations

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@22 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoContinued display fixes. Specifically, bug #23.
Robert Siemborski [Fri, 16 Jun 2000 04:25:30 +0000 (04:25 +0000)]
Continued display fixes.  Specifically, bug #23.
This also resulted in rewriting some of the methodology behind the
display functions (yet again).

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@21 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoFix do_wrap() and fix_wrap() to handle empty lines, lines without spaces, and recursi...
Adam Rogoyski [Fri, 16 Jun 2000 01:19:31 +0000 (01:19 +0000)]
Fix do_wrap() and fix_wrap() to handle empty lines, lines without spaces, and recursively call
check_wrap() for when a wrapped line needs to be wrapped when SAMELINEWRAP is set.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@20 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoAdded do_enter bugfix for placewewant
Chris Allegretta [Thu, 15 Jun 2000 23:39:14 +0000 (23:39 +0000)]
Added do_enter bugfix for placewewant

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@19 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoAdded Indonesian translation
Chris Allegretta [Fri, 9 Jun 2000 02:40:50 +0000 (02:40 +0000)]
Added Indonesian translation

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@18 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoupdated for totsize fixes + experimental do_wrap
Robert Siemborski [Fri, 9 Jun 2000 00:55:16 +0000 (00:55 +0000)]
updated for totsize fixes + experimental do_wrap

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@17 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agofix for the totsize / cut bug
Robert Siemborski [Fri, 9 Jun 2000 00:52:26 +0000 (00:52 +0000)]
fix for the totsize / cut bug

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@16 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoAdded cvs suffix to version, for debugging
Chris Allegretta [Wed, 7 Jun 2000 05:11:23 +0000 (05:11 +0000)]
Added cvs suffix to version, for debugging

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@15 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agobugfix for something that got stuck in 1.3
Robert Siemborski [Wed, 7 Jun 2000 04:40:09 +0000 (04:40 +0000)]
bugfix for something that got stuck in 1.3

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@14 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoContinued bugfixes/optimizations to display code. Tabs at COLS don't work still.
Robert Siemborski [Wed, 7 Jun 2000 04:31:48 +0000 (04:31 +0000)]
Continued bugfixes/optimizations to display code.  Tabs at COLS don't work still.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@13 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoUpdates for fixes in winio.c, as well as what remains to be fixed
Robert Siemborski [Wed, 7 Jun 2000 04:29:34 +0000 (04:29 +0000)]
Updates for fixes in winio.c, as well as what remains to be fixed

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@12 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoFix prototype for check_wrap (as changed in nano.c)
Robert Siemborski [Wed, 7 Jun 2000 04:24:02 +0000 (04:24 +0000)]
Fix prototype for check_wrap (as changed in nano.c)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@11 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoAdded missing release notes for 0.9.10
Chris Allegretta [Wed, 7 Jun 2000 04:02:06 +0000 (04:02 +0000)]
Added missing release notes for 0.9.10

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@10 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoadd experimental new do_wrap() and check_wrap() to imitate pico a little closer.
Adam Rogoyski [Wed, 7 Jun 2000 03:56:54 +0000 (03:56 +0000)]
add experimental new do_wrap() and check_wrap() to imitate pico a little closer.
Please try this and let me know if it doesn't work!

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@9 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoAdded Rob to AUTHORS
Chris Allegretta [Wed, 7 Jun 2000 03:38:06 +0000 (03:38 +0000)]
Added Rob to AUTHORS

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@8 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoupdated for changes in winio.c (1.2)
Robert Siemborski [Wed, 7 Jun 2000 02:20:46 +0000 (02:20 +0000)]
updated for changes in winio.c (1.2)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@7 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoSubstantial changes to winio.c that appear to fix the display problems
Robert Siemborski [Tue, 6 Jun 2000 23:04:06 +0000 (23:04 +0000)]
Substantial changes to winio.c that appear to fix the display problems
that we have been seeing on lines with tabs.

It introduces the concept of "pages" which might not be the best choice
for them.... Basically, it's the part of a line that would be visible on
screen at once.  the first part (visible when you open a file) is page
1... the second (you have to scroll to the right approx COLS, is 2.  The
third is at approx (2 * COLS) - 7 and so on...)

It's not terribly efficient as of yet, there are probabally quite a few
redundant calls to xpt(), for instance.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@6 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoInitial revision
Chris Allegretta [Tue, 6 Jun 2000 05:53:49 +0000 (05:53 +0000)]
Initial revision

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2 35c25a1d-7b9e-4130-9fde-d3aeb78583b8