]> git.wh0rd.org Git - nano.git/log
nano.git
24 years agohelp_init newline change
Robert Siemborski [Fri, 7 Jul 2000 01:58:52 +0000 (01:58 +0000)]
help_init newline change

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

24 years agoNew regexp search feature by Bill Soudan
Chris Allegretta [Fri, 7 Jul 2000 01:49:52 +0000 (01:49 +0000)]
New regexp search feature by Bill Soudan

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

24 years agoIncrement totsize when recreating magic line in backspace and delete
Chris Allegretta [Thu, 6 Jul 2000 22:38:37 +0000 (22:38 +0000)]
Increment totsize when recreating magic line in backspace and delete

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

24 years agomoved '\n' outside of if at bottom of help_init
Robert Siemborski [Thu, 6 Jul 2000 03:43:05 +0000 (03:43 +0000)]
moved '\n' outside of if at bottom of help_init

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

24 years agobrought up to date due to recent totsize fixes
Robert Siemborski [Thu, 6 Jul 2000 02:18:22 +0000 (02:18 +0000)]
brought up to date due to recent totsize fixes

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

24 years ago- page_down() do not edit_update() if we are moving to the bottom of the file
Adam Rogoyski [Thu, 6 Jul 2000 02:14:06 +0000 (02:14 +0000)]
- page_down() do not edit_update() if we are moving to the bottom of the file
  and the bottom is currently in the edit buffer.

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

24 years ago- remove old assert() from do_wrap().
Adam Rogoyski [Thu, 6 Jul 2000 02:01:44 +0000 (02:01 +0000)]
- remove old assert() from do_wrap().

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

24 years agoAdd magic line code to do_backspace() and do_delete()
Chris Allegretta [Wed, 5 Jul 2000 22:47:54 +0000 (22:47 +0000)]
Add magic line code to do_backspace() and do_delete()

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

24 years agoadditional fix_editbot call
Robert Siemborski [Wed, 5 Jul 2000 03:16:04 +0000 (03:16 +0000)]
additional fix_editbot call

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

24 years agobugfix for page_down_center
Robert Siemborski [Wed, 5 Jul 2000 03:08:28 +0000 (03:08 +0000)]
bugfix for page_down_center

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

24 years agototsize and magic line changes
Robert Siemborski [Tue, 4 Jul 2000 22:21:40 +0000 (22:21 +0000)]
totsize and magic line changes

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

24 years agoMagic Line Code Added
Robert Siemborski [Tue, 4 Jul 2000 22:15:39 +0000 (22:15 +0000)]
Magic Line Code Added

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

24 years agocuting newline-related totsize fixes
Robert Siemborski [Tue, 4 Jul 2000 21:29:24 +0000 (21:29 +0000)]
cuting newline-related totsize fixes

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

24 years agoupdated for fix_editbot changes...
Robert Siemborski [Tue, 4 Jul 2000 02:40:41 +0000 (02:40 +0000)]
updated for fix_editbot changes...

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

24 years agoFixed 2 FIXMEs in nano.c:
Robert Siemborski [Tue, 4 Jul 2000 02:35:19 +0000 (02:35 +0000)]
Fixed 2 FIXMEs in nano.c:
do_enter: the reset_cursor was needed. code cleaned up a bit with a comment
          explaining the situation there.
do_justify: the second edit_refresh exposed a bug in how we were updateing
            editbot when we needed to rebuild it.  This functionality has
            been moved into winio.c:fix_editbot, and all places that were
            doing so that I could find have been updated. (files.c:
            do_insertfile, nano.c: handle_sigwinch and do_justify)

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

24 years agoOops, fix was really in edit_update_top in winio.c
Chris Allegretta [Mon, 3 Jul 2000 04:31:13 +0000 (04:31 +0000)]
Oops, fix was really in edit_update_top in winio.c

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

24 years agoFixed a bug in page_down() and moved page_up() to move.c where it belongs
Chris Allegretta [Mon, 3 Jul 2000 04:24:39 +0000 (04:24 +0000)]
Fixed a bug in page_down() and moved page_up() to move.c where it belongs

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

24 years agoOops, fix for --enable-tiny
Chris Allegretta [Mon, 3 Jul 2000 03:18:32 +0000 (03:18 +0000)]
Oops, fix for --enable-tiny

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

24 years agoRemoved do_oldspell() and put an ifdef around do_spell()
Chris Allegretta [Mon, 3 Jul 2000 03:10:14 +0000 (03:10 +0000)]
Removed do_oldspell() and put an ifdef around do_spell()

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

24 years agochanged all 'sprintf' calls to 'snprintf'
Robert Siemborski [Sat, 1 Jul 2000 21:43:16 +0000 (21:43 +0000)]
changed all 'sprintf' calls to 'snprintf'

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

24 years agochanged all 'sprintf' calls to 'snprintf'
Robert Siemborski [Sat, 1 Jul 2000 21:34:26 +0000 (21:34 +0000)]
changed all 'sprintf' calls to 'snprintf'

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

24 years agoChange 'To Replace' to just 'Replace', more like Pico
Chris Allegretta [Fri, 30 Jun 2000 20:35:26 +0000 (20:35 +0000)]
Change 'To Replace' to just 'Replace', more like Pico

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

24 years agoUm, the translation for No Replace is NOT the same as for Replace...
Chris Allegretta [Thu, 29 Jun 2000 01:34:54 +0000 (01:34 +0000)]
Um, the translation for No Replace is NOT the same as for Replace...

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

24 years agoMade search functions and keys more like Pico
Chris Allegretta [Thu, 29 Jun 2000 01:30:04 +0000 (01:30 +0000)]
Made search functions and keys more like Pico

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

24 years agoRemoved gettext calls for Yes, No, etc. till we decide if we translate them...
Chris Allegretta [Sat, 24 Jun 2000 01:39:07 +0000 (01:39 +0000)]
Removed gettext calls for Yes, No, etc. till we decide if we translate them...

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

24 years agoFinnish translation by pauli.virtanen@saunalahti.fi
Chris Allegretta [Sat, 24 Jun 2000 01:33:27 +0000 (01:33 +0000)]
Finnish translation by pauli.virtanen@saunalahti.fi

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

24 years agoRemoved gettext calls for "Yes", "No", etc. till we decide if we translate
Jordi Mallach [Fri, 23 Jun 2000 01:00:13 +0000 (01:00 +0000)]
Removed gettext calls for "Yes", "No", etc. till we decide if we translate
them. Updated po's and gmo's and pot to reflect this.

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

24 years agoRemoved now unnecessary raw/cbreak combos.
Chris Allegretta [Thu, 22 Jun 2000 01:56:23 +0000 (01:56 +0000)]
Removed now unnecessary raw/cbreak combos.

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

24 years agoNew german translation by floki@bigfoot.com
Chris Allegretta [Thu, 22 Jun 2000 01:53:29 +0000 (01:53 +0000)]
New german translation by floki@bigfoot.com

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

24 years agoOops, two alt_speller vars
Chris Allegretta [Wed, 21 Jun 2000 22:29:38 +0000 (22:29 +0000)]
Oops, two alt_speller vars

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

24 years agoOops, two alt_speller vars
Chris Allegretta [Wed, 21 Jun 2000 21:26:31 +0000 (21:26 +0000)]
Oops, two alt_speller vars

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

24 years agosmall, stupid, trivial modification to test write access. It worked!
Jordi Mallach [Wed, 21 Jun 2000 15:31:48 +0000 (15:31 +0000)]
small, stupid, trivial modification to test write access. It worked!
Key bindings on ^X need not to be hardcoded, in the meanwhile, I
untranslated "S" to "Y".

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

24 years agoSynch with official 0.9.11 v0.9.11
Chris Allegretta [Wed, 21 Jun 2000 03:00:43 +0000 (03:00 +0000)]
Synch with official 0.9.11

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

24 years agoIndonesian translation update
Chris Allegretta [Tue, 20 Jun 2000 23:48:40 +0000 (23:48 +0000)]
Indonesian translation update

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

24 years agoes.po update by Jordi
Chris Allegretta [Tue, 20 Jun 2000 23:31:57 +0000 (23:31 +0000)]
es.po update by Jordi

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

24 years agoOnly define HAVE_TABSIZE in ncurses
Chris Allegretta [Tue, 20 Jun 2000 17:11:07 +0000 (17:11 +0000)]
Only define HAVE_TABSIZE in ncurses

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

24 years agoMinor update and testing write access
Chris Allegretta [Tue, 20 Jun 2000 14:03:15 +0000 (14:03 +0000)]
Minor update and testing write access

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

24 years ago- check_wrap() more off by one.
Adam Rogoyski [Tue, 20 Jun 2000 02:50:33 +0000 (02:50 +0000)]
- check_wrap() more off by one.
- do_justify() off by 1 and off by 2, and fix numbering and handling off bottom line.

   Wrapping and justify should now do the same thing and agree on what where to wrap everything.

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

24 years agoAdded -T info to ChangeLog
Chris Allegretta [Tue, 20 Jun 2000 00:40:01 +0000 (00:40 +0000)]
Added -T info to ChangeLog

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

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