9fc8d43a82New regexp search feature by Bill Soudan
Chris Allegretta
2000-07-07 01:49:52 +00:00
5537387352Increment totsize when recreating magic line in backspace and delete
Chris Allegretta
2000-07-06 22:38:37 +00:00
976847c016moved '\n' outside of if at bottom of help_init
Robert Siemborski
2000-07-06 03:43:05 +00:00
82e603d273brought up to date due to recent totsize fixes
Robert Siemborski
2000-07-06 02:18:22 +00:00
acf71da636- 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.
Adam Rogoyski
2000-07-06 02:14:06 +00:00
01dc83ae12- remove old assert() from do_wrap().
Adam Rogoyski
2000-07-06 02:01:44 +00:00
28a0f89d90Add magic line code to do_backspace() and do_delete()
Chris Allegretta
2000-07-05 22:47:54 +00:00
29e9a76f36additional fix_editbot call
Robert Siemborski
2000-07-05 03:16:04 +00:00
e0e568fe17bugfix for page_down_center
Robert Siemborski
2000-07-05 03:08:28 +00:00
23ecb17595totsize and magic line changes
Robert Siemborski
2000-07-04 22:21:40 +00:00
63b3d7e0c0Magic Line Code Added
Robert Siemborski
2000-07-04 22:15:39 +00:00
66b0fc5b6ccuting newline-related totsize fixes
Robert Siemborski
2000-07-04 21:29:24 +00:00
deca3e727aupdated for fix_editbot changes...
Robert Siemborski
2000-07-04 02:40:41 +00:00
dd53ec2a87Fixed 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)
Robert Siemborski
2000-07-04 02:35:19 +00:00
48fd2cb833Oops, fix was really in edit_update_top in winio.c
Chris Allegretta
2000-07-03 04:31:13 +00:00
1e57e68e57Fixed a bug in page_down() and moved page_up() to move.c where it belongs
Chris Allegretta
2000-07-03 04:24:39 +00:00
67105eb11fOops, fix for --enable-tiny
Chris Allegretta
2000-07-03 03:18:32 +00:00
dbc12b2070Removed do_oldspell() and put an ifdef around do_spell()
Chris Allegretta
2000-07-03 03:10:14 +00:00
6d0e9cd556changed all 'sprintf' calls to 'snprintf'
Robert Siemborski
2000-07-01 21:43:16 +00:00
6af1431eaachanged all 'sprintf' calls to 'snprintf'
Robert Siemborski
2000-07-01 21:34:26 +00:00
715e7dd403Change 'To Replace' to just 'Replace', more like Pico
Chris Allegretta
2000-06-30 20:35:26 +00:00
518b8ef7a2Um, the translation for No Replace is NOT the same as for Replace...
Chris Allegretta
2000-06-29 01:34:54 +00:00
8c2b40f06cMade search functions and keys more like Pico
Chris Allegretta
2000-06-29 01:30:04 +00:00
8b709372b7Removed gettext calls for Yes, No, etc. till we decide if we translate them...
Chris Allegretta
2000-06-24 01:39:07 +00:00
0b0fc4944fRemoved gettext calls for "Yes", "No", etc. till we decide if we translate them. Updated po's and gmo's and pot to reflect this.
Jordi Mallach
2000-06-23 01:00:13 +00:00
5204ea9e86Removed now unnecessary raw/cbreak combos.
Chris Allegretta
2000-06-22 01:56:23 +00:00
8a9fe7e4ddOops, two alt_speller vars
Chris Allegretta
2000-06-21 22:29:38 +00:00
5a4eb33590Oops, two alt_speller vars
Chris Allegretta
2000-06-21 21:26:31 +00:00
fc5fb2ea48small, 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".
Jordi Mallach
2000-06-21 15:31:48 +00:00
4da1fc65f0Synch with official 0.9.11
Chris Allegretta
2000-06-21 03:00:43 +00:00
145c46e803Indonesian translation update
Chris Allegretta
2000-06-20 23:48:40 +00:00
1aaae97aeees.po update by Jordi
Chris Allegretta
2000-06-20 23:31:57 +00:00
8b26095cebOnly define HAVE_TABSIZE in ncurses
Chris Allegretta
2000-06-20 17:11:07 +00:00
f374645e67Minor update and testing write access
Chris Allegretta
2000-06-20 14:03:15 +00:00
09f9796b85- check_wrap() more off by one. - do_justify() off by 1 and off by 2, and fix numbering and handling off bottom line.
Adam Rogoyski
2000-06-20 02:50:33 +00:00
790198d33cAdded -T info to ChangeLog
Chris Allegretta
2000-06-20 00:40:01 +00:00
3798588fccAdded likely NEWS items for 0.9.11 to NEWS
Chris Allegretta
2000-06-20 00:39:20 +00:00
d46e9fccf7- do_wrap() off by one current_x - 1 ==> current_x
Adam Rogoyski
2000-06-20 00:13:24 +00:00
ee39d57e8c- do_wrap() spaces between words fix.
Adam Rogoyski
2000-06-20 00:00:53 +00:00
6724a7ed39Add -T tab width option
Chris Allegretta
2000-06-19 23:19:07 +00:00
77b35cee5aBuglet fix for for losing text on wrap current_x < wrapcol
Chris Allegretta
2000-06-19 21:21:51 +00:00
3d449b4142- 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.
Adam Rogoyski
2000-06-19 17:30:14 +00:00
68576d31d4New .po files for new src files
Chris Allegretta
2000-06-19 15:47:22 +00:00
2abcc01d4dOops, add new files to POTFILES (again)
Chris Allegretta
2000-06-19 05:56:20 +00:00
5b15d9ffccOops, add new files to POTFILES
Chris Allegretta
2000-06-19 05:51:48 +00:00
a4b35bce6aNew translations for new files
Chris Allegretta
2000-06-19 05:46:17 +00:00
97accc6f12Fix lack of update on width resize
Chris Allegretta
2000-06-19 05:45:52 +00:00
bceb1b21a6Split nano.c up more
Chris Allegretta
2000-06-19 04:22:15 +00:00
b0b367e05dcorrected do_insertfile
Robert Siemborski
2000-06-18 02:14:21 +00:00
10eab1dad8Fixes faiure of display to update in do_insertfile
Robert Siemborski
2000-06-18 01:05:00 +00:00
53154a7468fixed bug where bottom line would not be redrawn if update_line was called with NULL
Robert Siemborski
2000-06-18 00:11:03 +00:00
0223d6fba4- 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.
Adam Rogoyski
2000-06-17 20:36:35 +00:00
a9addc7443continued display bugfixes/optimizations
Robert Siemborski
2000-06-17 06:06:35 +00:00
5387591a57Continued display fixes. Specifically, bug #23. This also resulted in rewriting some of the methodology behind the display functions (yet again).
Robert Siemborski
2000-06-16 04:25:30 +00:00
9aeb9da011Fix 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.
Adam Rogoyski
2000-06-16 01:19:31 +00:00
b0ae3938faAdded do_enter bugfix for placewewant
Chris Allegretta
2000-06-15 23:39:14 +00:00
12de8e86ceAdded Indonesian translation
Chris Allegretta
2000-06-09 02:40:50 +00:00
b0df953a12updated for totsize fixes + experimental do_wrap
Robert Siemborski
2000-06-09 00:55:16 +00:00
ea19c7369ffix for the totsize / cut bug
Robert Siemborski
2000-06-09 00:52:26 +00:00
ab4295b80cAdded cvs suffix to version, for debugging
Chris Allegretta
2000-06-07 05:11:23 +00:00
e8c6fd0856bugfix for something that got stuck in 1.3
Robert Siemborski
2000-06-07 04:40:09 +00:00
7a1da8791dContinued bugfixes/optimizations to display code. Tabs at COLS don't work still.
Robert Siemborski
2000-06-07 04:31:48 +00:00
1fc1f3cf48Updates for fixes in winio.c, as well as what remains to be fixed
Robert Siemborski
2000-06-07 04:29:34 +00:00
3f8c7a8c5eFix prototype for check_wrap (as changed in nano.c)
Robert Siemborski
2000-06-07 04:24:02 +00:00
2b26e0a3dfAdded missing release notes for 0.9.10
Chris Allegretta
2000-06-07 04:02:06 +00:00
77f36de7e9add 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!
Adam Rogoyski
2000-06-07 03:56:54 +00:00
57474c34b3Added Rob to AUTHORS
Chris Allegretta
2000-06-07 03:38:06 +00:00
91413cf3a7updated for changes in winio.c (1.2)
Robert Siemborski
2000-06-07 02:20:46 +00:00
d8510b2732Substantial changes to winio.c that appear to fix the display problems that we have been seeing on lines with tabs.
Robert Siemborski
2000-06-06 23:04:06 +00:00
a2ea193bd4Initial revision
Chris Allegretta
2000-06-06 05:53:49 +00:00