1. bf9da28 Changed version and files to CVS by Chris Allegretta · 24 years ago
  2. 423cbfd off by one in toggle help code and set up for 0.9.17 release by Chris Allegretta · 24 years ago
  3. 5577aec 5 newlines instead of 4 on suspend and po update by Chris Allegretta · 24 years ago
  4. 18f8be0 Implemented suspend code to work with Meta-Z by Chris Allegretta · 24 years ago
  5. f8163dc Added space to autoindent toggle string by Chris Allegretta · 24 years ago
  6. f0f63a8 Changed awkward messages for no help and no wrap mode toggles by Chris Allegretta · 24 years ago
  7. a547fd1 Removed commented out wrap code by Chris Allegretta · 24 years ago
  8. 6306a11 update_line(): Added check for binary data >= 1 and <= 26, and use ^+letter ot display it by Chris Allegretta · 24 years ago
  9. d56bd79 Fixed typos and updated PO files by Chris Allegretta · 24 years ago
  10. e49f123 Moved the toggle Meta keystrokes to the first column. Updated documentation and help code for Meta keys rather than 'alt keys' by Chris Allegretta · 24 years ago
  11. 4c780be Added small message when using --enable-tiny and toggle keys by Chris Allegretta · 24 years ago
  12. 756f220 New toggles for flags via Meta by Chris Allegretta · 24 years ago
  13. 9babaf3 findnextstr() - Fixed check for string that only occurs on the same line failing by Chris Allegretta · 24 years ago
  14. 340d6e5 Made wrapping code less ambitious by Chris Allegretta · 24 years ago
  15. e10debd Updates by Ben Roberts by Chris Allegretta · 24 years ago
  16. f1d33d3 Get rid of lack of update when searching andmark is set by Chris Allegretta · 24 years ago
  17. 0286ba4 Whoops, must let check for blowing away cutbuffer get run before exit on cutting magic line by Chris Allegretta · 24 years ago
  18. c86f714 No more cutting the macic line, added check_statblank() to cut and uncut by Chris Allegretta · 24 years ago
  19. c87a411 More RCS schtuff by Chris Allegretta · 24 years ago
  20. 141c127 Testing RCS headers by Chris Allegretta · 24 years ago
  21. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  22. b4dc9e0 New slang test code (Albert Chin-A-Young) by Chris Allegretta · 24 years ago
  23. 7dc14e8 Fixed getting locked into cutbuffer on cutting first line of file by Chris Allegretta · 24 years ago
  24. 4dbcc3c Changed tabsize long arg to actually accept an argument *sigh* by Chris Allegretta · 24 years ago
  25. 5027a18 Regenerated Makefile.in with automake -i *shrug* by Chris Allegretta · 24 years ago
  26. 6d690a3 New tabsize code, Im very excited by Chris Allegretta · 24 years ago
  27. ed02216 Added recursive loop check by Chris Allegretta · 24 years ago
  28. 7a6f0d9 Finally fixed slang check message, or lack of by Chris Allegretta · 24 years ago
  29. da721be Bug fixes for do_enter and do_backspace by Chris Allegretta · 24 years ago
  30. 234a34d Chris goes berzerk on no sleep by Chris Allegretta · 24 years ago
  31. d63d11b Sigh, cancel that by Chris Allegretta · 24 years ago
  32. 1a47139 Another page_down tweak by Chris Allegretta · 24 years ago
  33. f6a6b5a Fix for page down onto EOF by Chris Allegretta · 24 years ago
  34. 95b0b52 edit_refresh()->edit_update() redundancy by Chris Allegretta · 24 years ago
  35. 29d9025 Got to love typos by Chris Allegretta · 24 years ago
  36. 6925bbd Added null_at() by Chris Allegretta · 24 years ago
  37. 18bd029 Bugfixes and cruft cleanout take 1 by Chris Allegretta · 24 years ago
  38. 7975ed8 New cvs code, data abstraction is good by Chris Allegretta · 24 years ago
  39. a1a55c7 official 0.9.14 sync by Chris Allegretta · 24 years ago
  40. 2ece167 Revised germal translation by floki@bigfoot.com by Chris Allegretta · 24 years ago
  41. 939fdbd Last minute touches on -k code by Chris Allegretta · 24 years ago
  42. 293849e This should finish the -k functionality. Would someone be kind enough to test this against Pico and send me a comparison? by Chris Allegretta · 24 years ago
  43. 1013e14 Updated BUGS by Chris Allegretta · 24 years ago
  44. 63aa0f7 More -k fixes, almost works perfectly ;-) by Chris Allegretta · 24 years ago
  45. 45dfda9 slightly better cut to end behavior, still doesn't preserve cutbuffer w/multi line cuts by Chris Allegretta · 24 years ago
  46. 461b2a9 More -t and exit fixes by Chris Allegretta · 24 years ago
  47. 962c3c9 Fix for bug #30, I hope it doesn't break anything else by Chris Allegretta · 24 years ago
  48. f4e75e1 Fixed bug #31 by Chris Allegretta · 24 years ago
  49. d8346ff Fix -k sets TEMP_OPT by Chris Allegretta · 24 years ago
  50. acb6234 Added code to check to see if using -l and the file is not fact a link. Please test by Chris Allegretta · 24 years ago
  51. 8f6c069 Spelling, Read_file and term setting fixes by Chris Allegretta · 24 years ago
  52. a299b03 Better fix for bug #29 by Chris Allegretta · 24 years ago
  53. 3088555 Changed static temp_opt to flag TEMP_OPT. Fixed bug #29 by Chris Allegretta · 24 years ago
  54. d19e991 #ifdef'ed -k option for not NANO_SMALL b/c it requires the marker code by Chris Allegretta · 24 years ago
  55. fa8f7bf Fixed consecutive search substring replace bug (28) by Chris Allegretta · 24 years ago
  56. 627de19 Added Pico's -k option (in 5 lines of code :-) by Chris Allegretta · 24 years ago
  57. 635fae3 Removed search/replace abort call before calling other search/replace function. by Chris Allegretta · 24 years ago
  58. a4d2162 Added '(to replace)' to prompt in search_init when we are replacing by Chris Allegretta · 24 years ago
  59. b275aac Trivial fix for 'winio.c:564: warning: `/*' within comment' by Chris Allegretta · 24 years ago
  60. 68b1233 More regexp fixes by bill by Chris Allegretta · 24 years ago
  61. dba37ae Added stdlib.h to winio.c includes, found by OpenBSD gcc. by Chris Allegretta · 24 years ago
  62. f6b1342 Regexp/search fixes by Bill Soudan by Chris Allegretta · 24 years ago
  63. 4780561 Added _POSIX_VERSION check to regexp code by Chris Allegretta · 24 years ago
  64. 9fc8d43 New regexp search feature by Bill Soudan by Chris Allegretta · 24 years ago
  65. 5537387 Increment totsize when recreating magic line in backspace and delete by Chris Allegretta · 24 years ago
  66. 28a0f89 Add magic line code to do_backspace() and do_delete() by Chris Allegretta · 24 years ago
  67. 1e57e68 Fixed a bug in page_down() and moved page_up() to move.c where it belongs by Chris Allegretta · 24 years ago
  68. 67105eb Oops, fix for --enable-tiny by Chris Allegretta · 24 years ago
  69. dbc12b2 Removed do_oldspell() and put an ifdef around do_spell() by Chris Allegretta · 24 years ago
  70. 715e7dd Change 'To Replace' to just 'Replace', more like Pico by Chris Allegretta · 24 years ago
  71. 8c2b40f Made search functions and keys more like Pico by Chris Allegretta · 24 years ago
  72. 0b0fc49 by Jordi Mallach · 24 years ago
  73. 4da1fc6 Synch with official 0.9.11 by Chris Allegretta · 24 years ago
  74. 6724a7e Add -T tab width option by Chris Allegretta · 24 years ago
  75. 68576d3 New .po files for new src files by Chris Allegretta · 24 years ago
  76. a4b35bc New translations for new files by Chris Allegretta · 24 years ago
  77. 12de8e8 Added Indonesian translation by Chris Allegretta · 24 years ago
  78. a2ea193 Initial revision by Chris Allegretta · 24 years ago