1. a8c2257 DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed by Chris Allegretta · 23 years ago
  2. f27c697 - winio.c:do_cursorpos() - Rewritten to show col place as well as charcter place, without needing an entirely separate flag by Chris Allegretta · 23 years ago
  3. 14b3ca9 - General - New flag RELATIVECHARS to show column positino relative to the current line instead of the current file. New flag -C, --relative, changes to do_cursorpos() by Chris Allegretta · 23 years ago
  4. 6c1e661 - General - Added multiple-line regex support. Format in .nanorc is start=regex end=regex. Cleaned up nanorc:parse_colors(), added parse_next_regex(), changes to edit_add in winio.c(), changes to colortype, cleaning up some old cruft by Chris Allegretta · 23 years ago
  5. 598106e re-indent winio.c by Chris Allegretta · 23 years ago
  6. f478f83 Latest color and regex fixes. Multi-line color doesn't work yet, just syncing in case of disaster by Chris Allegretta · 23 years ago
  7. 3d0739c - winio.c:edit_refresh() - Rename lines to nlines to fix AIX breakage (reported by Dennis Cranston, re-reported by arh14@cornell.edu) by Chris Allegretta · 23 years ago
  8. a16e4e9 - winio.c:statusq() - Initialize "list" by Chris Allegretta · 23 years ago
  9. 1bf8f5e - winio.c:edit_add() - Little fixes to let color highlights not bleed onto the next line by Chris Allegretta · 23 years ago
  10. 66577ac Slightly better version of the fix by Chris Allegretta · 23 years ago
  11. e5b9eac winio.c:bottombars() - Get rid of that annoying reversed line when color is on! :) by Chris Allegretta · 23 years ago
  12. 8ae5789 Updated copyright notices to 2002. by Jordi Mallach · 23 years ago
  13. 9335f91 Made two strings translatable. by Jordi Mallach · 23 years ago
  14. 3c57e50 - winio.c:update_line() - set realdata check to >= 1 && <= 31, lack of > 0 check screwed high ascii chars by Chris Allegretta · 23 years ago
  15. 52db7a2 - winio.c:update_line() - back out check for (realdata[i] < 32) as it will screw high ascii characters by Chris Allegretta · 23 years ago
  16. 7dd7768 Fix the ifdefs in winio.c by Chris Allegretta · 23 years ago
  17. 2fa11b8 Two fixes, create new colorstrings array for each regex, allows proper order of highlighting, second make color work with the marker by Chris Allegretta · 23 years ago
  18. 2084acc At LONG last committed David's patch by Chris Allegretta · 23 years ago
  19. 08893e0 Preliminary syntax highlighting support. New functions colortoint() and parse_color() in rcfile.c, new code in edit_add() in winio.c to actually do the highlighting. It's not even close to pretty yet :P by Chris Allegretta · 23 years ago
  20. 3a24f3f Changed header comments to say "version 2" instead of "version 1" as the COPYING file is actually version 2 of the GPL (bug noticed by Jordi Mallach) by Chris Allegretta · 23 years ago
  21. b3655b4 DLR's cut and miscellaneous fixes, my cut fixes, and context-sensitive help, woohoo by Chris Allegretta · 23 years ago
  22. 386e051 winio.c:nanogetstr() - Don't be clever and wasteful, just repaint every iteration by Chris Allegretta · 23 years ago
  23. ce78c1e DLR's latest fixes for the tabcomp code and keys by Chris Allegretta · 23 years ago
  24. 7dd1869 Make the new bottombars not suck quite so badly by Chris Allegretta · 23 years ago
  25. 96eef73 winio.c:bottombars() - Spread out the menu items, feedback definitely needed on this by Chris Allegretta · 23 years ago
  26. 9b3c7e8 winio.c: - Add David Lawrence Ramsey to credits by Chris Allegretta · 23 years ago
  27. c1049ac Add and fix bugs #63 and 64 by Chris Allegretta · 23 years ago
  28. 5f36c37 Fixes for the nano.h #defines, shortcut_init() lists and search.c reverse search stuff when NANO_SMALL is used by Chris Allegretta · 23 years ago
  29. 2d7893d Added multi buffer (load on insert) code. This wont intoduce any bugs ;-) by Chris Allegretta · 23 years ago
  30. 658399a Moved extension functions to meta keys, new macro TOGGLE() for toggling flags by Chris Allegretta · 23 years ago
  31. 6fe6149 All the updates that I've been waiting all weekend to commit, no desc, tough by Chris Allegretta · 23 years ago
  32. 88b0915 Changed all string allocations to charalloc(), new function designed to take nmalloc argument but call calloc based on (char *) size. by Chris Allegretta · 23 years ago
  33. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  34. 8ce2413 Add color changes, undocumented and ugly, but hey maybe people want to see what chap I wrote so far by Chris Allegretta · 23 years ago
  35. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 23 years ago
  36. 84de552 Added --disable-mouse option by Chris Allegretta · 24 years ago
  37. 235ab19 Add yesno support to mouse by Chris Allegretta · 24 years ago
  38. 6b58acd More mouse integration, esp with the shortcut lists by Chris Allegretta · 24 years ago
  39. a0238ed minor spelling fixes in comments by Robert Siemborski · 24 years ago
  40. 2bfbda0 GNU nano 1.0.0 release by Chris Allegretta · 24 years ago
  41. 7ab3e8f nano.info - Added dir entry (Albert Chin), Added Albert to credits by Chris Allegretta · 24 years ago
  42. 35dac58 statusq() - Added NANO_BACK_KEY and NANO_FORWARD_KEY cases for left and right by Chris Allegretta · 24 years ago
  43. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  44. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  45. e316773 Added void to argless functions decls, changed new to newnode in functions with 'new' variable by Chris Allegretta · 24 years ago
  46. 0d471de Add Ryan to credits by Chris Allegretta · 24 years ago
  47. ea620fe Yeah, so how about make the yes key == yes instead of no by Chris Allegretta · 24 years ago
  48. 4ce8e3b Internationalize yes, no and all *sigh* by Chris Allegretta · 24 years ago
  49. e434b45 do_alt_speller and nanogetstr fixes by Chris Allegretta · 24 years ago
  50. 17dcb72 Get rid of center_x and center_y, removed redundant free_node, added restore of totsize when unjustifying by Chris Allegretta · 24 years ago
  51. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  52. 06aca1c Rolled back DISABLE_TABCOMP and NANO_SMALL changes from earlier today by Rocco Corsi · 24 years ago
  53. a4d6d1d Add check for tiny option in #ifdefs for DISABLE_TABCOMP code by Chris Allegretta · 24 years ago
  54. 7044489 do_help: Do the bottom window the right wrong way if NO_HELP is set by Chris Allegretta · 24 years ago
  55. c08f50d Back to the drawing board, old keypad code, dont slightly better by Chris Allegretta · 24 years ago
  56. 63c8ab9 Tadaa. Keypad issue fixed. It was the stupid timeout(0) call. UGH by Chris Allegretta · 24 years ago
  57. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  58. 827b15f credits spelling fix by Chris Allegretta · 24 years ago
  59. 66795ec do_cursorpos cleanups by Chris Allegretta · 24 years ago
  60. d1627cf Fix help menu keypad issues by Chris Allegretta · 24 years ago
  61. 3bc8c72 Added --disable-help, moved hold pointer declaration by Chris Allegretta · 24 years ago
  62. fb62f73 Rocco fixes by Chris Allegretta · 24 years ago
  63. 908805a Rocco's edit_add off by one fix by Chris Allegretta · 24 years ago
  64. 7262358 Oops, I guess that's MY right alt key also =). And right control is ASCII 543 by Chris Allegretta · 24 years ago
  65. 75155df Ignore key sequence 545, Alt-Gr key on german keyboard by Chris Allegretta · 24 years ago
  66. 7cd9f74 Added Christian Weisgerber too... by Chris Allegretta · 24 years ago
  67. a131c7c Oops, forgot Bill Soudan by Chris Allegretta · 24 years ago
  68. 8b4ca4a Make credits less jumpy by Chris Allegretta · 24 years ago
  69. 8a0de3b New arg --enable-extra, checks for ./configure options, oher stuff :-) by Chris Allegretta · 24 years ago
  70. be77c61 Implemented username tab completion, cleaned up existing tabcomp code, added --disable-tabcomp option by Chris Allegretta · 24 years ago
  71. bf9a8cc Changed PICO_MSGS to PICO_MODE and strings by Chris Allegretta · 24 years ago
  72. 5b1faac nanogetstr(): Added check for ASCII 54[124] when using PDCURSES, ignore them if found by Chris Allegretta · 24 years ago
  73. 5bf51d3 Updated BUGS, optimized search_init a little, fixed bug #47 by Chris Allegretta · 24 years ago
  74. 2c97522 tab completion fixes, removed wefresh() from blank_edit by Chris Allegretta · 24 years ago
  75. b5b89ae Aha, works even better now. Made input_tab much more grabby, it touches lastWasTab now also... by Chris Allegretta · 24 years ago
  76. 022b96f Rocco's latest spellcheck fix by Chris Allegretta · 24 years ago
  77. 442f2c5 Latest tab completion update, sort of works =) by Chris Allegretta · 24 years ago
  78. 7da4e9f Add tab completion option to statusq and nanogetstr, beep when multiple/no matches found by Chris Allegretta · 24 years ago
  79. 04d848e Added tab completion code by Chris Allegretta · 24 years ago
  80. 71844ba Use old-style editing with PICO_MSGS enabled by Chris Allegretta · 24 years ago
  81. 0d1e8d6 Make nanoget_repaint be much more eleet. Uses $ for indication of beyond COLS, prompt is always displayed by Chris Allegretta · 24 years ago
  82. 92d2bab nanoget_repaint changes, do_writeout fix with var length strings by Chris Allegretta · 24 years ago
  83. f5deac3 Oops, fix answer getting borked when using shortcuts at statusbar and nothing's typed by Chris Allegretta · 24 years ago
  84. 31925e4 Allow variable length strings on statusbar by Chris Allegretta · 24 years ago
  85. 105da33 Made previous s/r values editable text by Chris Allegretta · 24 years ago
  86. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  87. a0e957b Rocco's findnextstr fixes, lost of other tweaks by Chris Allegretta · 24 years ago
  88. f9b6c9b Fixed iris-ansi term problem by Chris Allegretta · 24 years ago
  89. e7034c6 onekey() - Off by one error fix fix ;-) (Rocco Corsi) by Chris Allegretta · 24 years ago
  90. 2a42af1 More display updates by Chris Allegretta · 24 years ago
  91. 44e73df Show two lines from previous page in help file when paging down by Chris Allegretta · 24 years ago
  92. 6306a11 update_line(): Added check for binary data >= 1 and <= 26, and use ^+letter ot display it by Chris Allegretta · 24 years ago
  93. dabc3cb Off by one error fix (Rocco Corsi) by Chris Allegretta · 24 years ago
  94. f1d33d3 Get rid of lack of update when searching andmark is set by Chris Allegretta · 24 years ago
  95. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  96. 6d690a3 New tabsize code, Im very excited by Chris Allegretta · 24 years ago
  97. ed02216 Added recursive loop check by Chris Allegretta · 24 years ago
  98. da721be Bug fixes for do_enter and do_backspace by Chris Allegretta · 24 years ago
  99. 234a34d Chris goes berzerk on no sleep by Chris Allegretta · 24 years ago
  100. f5d7a8b Back out edit_refresh->edit_update until page up/down problems are fixed by Chris Allegretta · 24 years ago