Commit Graph

  • 9fc8d43a82 New regexp search feature by Bill Soudan Chris Allegretta 2000-07-07 01:49:52 +00:00
  • 5537387352 Increment totsize when recreating magic line in backspace and delete Chris Allegretta 2000-07-06 22:38:37 +00:00
  • 976847c016 moved '\n' outside of if at bottom of help_init Robert Siemborski 2000-07-06 03:43:05 +00:00
  • 82e603d273 brought 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
  • 28a0f89d90 Add magic line code to do_backspace() and do_delete() Chris Allegretta 2000-07-05 22:47:54 +00:00
  • 29e9a76f36 additional fix_editbot call Robert Siemborski 2000-07-05 03:16:04 +00:00
  • e0e568fe17 bugfix for page_down_center Robert Siemborski 2000-07-05 03:08:28 +00:00
  • 23ecb17595 totsize and magic line changes Robert Siemborski 2000-07-04 22:21:40 +00:00
  • 63b3d7e0c0 Magic Line Code Added Robert Siemborski 2000-07-04 22:15:39 +00:00
  • 66b0fc5b6c cuting newline-related totsize fixes Robert Siemborski 2000-07-04 21:29:24 +00:00
  • deca3e727a updated for fix_editbot changes... Robert Siemborski 2000-07-04 02:40:41 +00:00
  • dd53ec2a87 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) Robert Siemborski 2000-07-04 02:35:19 +00:00
  • 48fd2cb833 Oops, fix was really in edit_update_top in winio.c Chris Allegretta 2000-07-03 04:31:13 +00:00
  • 1e57e68e57 Fixed 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
  • 67105eb11f Oops, fix for --enable-tiny Chris Allegretta 2000-07-03 03:18:32 +00:00
  • dbc12b2070 Removed do_oldspell() and put an ifdef around do_spell() Chris Allegretta 2000-07-03 03:10:14 +00:00
  • 6d0e9cd556 changed all 'sprintf' calls to 'snprintf' Robert Siemborski 2000-07-01 21:43:16 +00:00
  • 6af1431eaa changed all 'sprintf' calls to 'snprintf' Robert Siemborski 2000-07-01 21:34:26 +00:00
  • 715e7dd403 Change 'To Replace' to just 'Replace', more like Pico Chris Allegretta 2000-06-30 20:35:26 +00:00
  • 518b8ef7a2 Um, the translation for No Replace is NOT the same as for Replace... Chris Allegretta 2000-06-29 01:34:54 +00:00
  • 8c2b40f06c Made search functions and keys more like Pico Chris Allegretta 2000-06-29 01:30:04 +00:00
  • 8b709372b7 Removed gettext calls for Yes, No, etc. till we decide if we translate them... Chris Allegretta 2000-06-24 01:39:07 +00:00
  • f7eba0ba8b Finnish translation by pauli.virtanen@saunalahti.fi Chris Allegretta 2000-06-24 01:33:27 +00:00
  • 0b0fc4944f 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. Jordi Mallach 2000-06-23 01:00:13 +00:00
  • 5204ea9e86 Removed now unnecessary raw/cbreak combos. Chris Allegretta 2000-06-22 01:56:23 +00:00
  • 6e80585b0d New german translation by floki@bigfoot.com Chris Allegretta 2000-06-22 01:53:29 +00:00
  • 8a9fe7e4dd Oops, two alt_speller vars Chris Allegretta 2000-06-21 22:29:38 +00:00
  • 5a4eb33590 Oops, two alt_speller vars Chris Allegretta 2000-06-21 21:26:31 +00:00
  • fc5fb2ea48 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". Jordi Mallach 2000-06-21 15:31:48 +00:00
  • 4da1fc65f0 Synch with official 0.9.11 Chris Allegretta 2000-06-21 03:00:43 +00:00
  • 145c46e803 Indonesian translation update Chris Allegretta 2000-06-20 23:48:40 +00:00
  • 1aaae97aee es.po update by Jordi Chris Allegretta 2000-06-20 23:31:57 +00:00
  • 8b26095ceb Only define HAVE_TABSIZE in ncurses Chris Allegretta 2000-06-20 17:11:07 +00:00
  • f374645e67 Minor 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
  • 790198d33c Added -T info to ChangeLog Chris Allegretta 2000-06-20 00:40:01 +00:00
  • 3798588fcc Added 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
  • 6724a7ed39 Add -T tab width option Chris Allegretta 2000-06-19 23:19:07 +00:00
  • 77b35cee5a Buglet 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
  • 68576d31d4 New .po files for new src files Chris Allegretta 2000-06-19 15:47:22 +00:00
  • 2abcc01d4d Oops, add new files to POTFILES (again) Chris Allegretta 2000-06-19 05:56:20 +00:00
  • 5b15d9ffcc Oops, add new files to POTFILES Chris Allegretta 2000-06-19 05:51:48 +00:00
  • a4b35bce6a New translations for new files Chris Allegretta 2000-06-19 05:46:17 +00:00
  • 97accc6f12 Fix lack of update on width resize Chris Allegretta 2000-06-19 05:45:52 +00:00
  • bceb1b21a6 Split nano.c up more Chris Allegretta 2000-06-19 04:22:15 +00:00
  • b0b367e05d corrected do_insertfile Robert Siemborski 2000-06-18 02:14:21 +00:00
  • 10eab1dad8 Fixes faiure of display to update in do_insertfile Robert Siemborski 2000-06-18 01:05:00 +00:00
  • 53154a7468 fixed 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
  • a9addc7443 continued display bugfixes/optimizations Robert Siemborski 2000-06-17 06:06:35 +00:00
  • 5387591a57 Continued 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
  • 9aeb9da011 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. Adam Rogoyski 2000-06-16 01:19:31 +00:00
  • b0ae3938fa Added do_enter bugfix for placewewant Chris Allegretta 2000-06-15 23:39:14 +00:00
  • 12de8e86ce Added Indonesian translation Chris Allegretta 2000-06-09 02:40:50 +00:00
  • b0df953a12 updated for totsize fixes + experimental do_wrap Robert Siemborski 2000-06-09 00:55:16 +00:00
  • ea19c7369f fix for the totsize / cut bug Robert Siemborski 2000-06-09 00:52:26 +00:00
  • ab4295b80c Added cvs suffix to version, for debugging Chris Allegretta 2000-06-07 05:11:23 +00:00
  • e8c6fd0856 bugfix for something that got stuck in 1.3 Robert Siemborski 2000-06-07 04:40:09 +00:00
  • 7a1da8791d Continued bugfixes/optimizations to display code. Tabs at COLS don't work still. Robert Siemborski 2000-06-07 04:31:48 +00:00
  • 1fc1f3cf48 Updates for fixes in winio.c, as well as what remains to be fixed Robert Siemborski 2000-06-07 04:29:34 +00:00
  • 3f8c7a8c5e Fix prototype for check_wrap (as changed in nano.c) Robert Siemborski 2000-06-07 04:24:02 +00:00
  • 2b26e0a3df Added missing release notes for 0.9.10 Chris Allegretta 2000-06-07 04:02:06 +00:00
  • 77f36de7e9 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! Adam Rogoyski 2000-06-07 03:56:54 +00:00
  • 57474c34b3 Added Rob to AUTHORS Chris Allegretta 2000-06-07 03:38:06 +00:00
  • 91413cf3a7 updated for changes in winio.c (1.2) Robert Siemborski 2000-06-07 02:20:46 +00:00
  • d8510b2732 Substantial 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
  • a2ea193bd4 Initial revision Chris Allegretta 2000-06-06 05:53:49 +00:00