1. d757e25 Update copyright notices, courtesy of mr DLR by Chris Allegretta · 22 years ago
  2. 7662c86 DLR and DB's latest fixes by Chris Allegretta · 22 years ago
  3. 15c28f8 Completely removed PICO_MODE, as with the search/replace history patch we should have the extended functionality we can without being incompatible with pico by Chris Allegretta · 22 years ago
  4. 5beed50 Ken's search history patch, minus the .nano_history stuff by Chris Allegretta · 22 years ago
  5. 9b13ff3 miscellaneous bug fixes, part 2 by David Lawrence Ramsey · 22 years ago
  6. 2ab03f6 miscellaneous bug fixes by David Lawrence Ramsey · 22 years ago
  7. 1dd0bc9 Remove malloc.h completely and add color synatx highlighting toggle by Chris Allegretta · 22 years ago
  8. 1f28b8f DB's rewrite of the screen update and color routines by David Lawrence Ramsey · 22 years ago
  9. e21adfa David Benbennick's minor fixes, plus one of mine by David Lawrence Ramsey · 22 years ago
  10. ad40fdb DLR: prototype overhaul, etc. by David Lawrence Ramsey · 22 years ago
  11. f7c6811 - Changed do_insertfile to (a) report multibuffer status at the prompt and allowing it to be toggled, taking into account the need to keep the translatable strings, and (b) added a variable inspath to keep track of what the string was before toggling. I'm sure there's bugs, have at it by Chris Allegretta · 22 years ago
  12. 0341b58 DLR: minor bits by David Lawrence Ramsey · 22 years ago
  13. d865da1 DLR's latest and greatest by Chris Allegretta · 22 years ago
  14. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 22 years ago
  15. 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 22 years ago
  16. c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 22 years ago
  17. f21cd10 DLR: latest patch by David Lawrence Ramsey · 22 years ago
  18. 6fe98d7 - global.c:shortcut_init() - Rework IFHELP macro (David Benbennick) by Chris Allegretta · 22 years ago
  19. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 22 years ago
  20. 7c27be4 added an update_color, updated edit_add, i18ned a string and changed some getopt handlers in main to mallocstrcpy by Chris Allegretta · 22 years ago
  21. 09900ff Global flag -Y, --syntax to specify the type on the command line, if there's no good filename regex to use. Global variable syntaxstr. Made some errors in the rc file less fatal by Chris Allegretta · 22 years ago
  22. b6c5dc2 - Added syntax command to .nanorc file, to allow multiple syntaxes. New function color.c:update_color(), calls in various files.c places, syntaxtype struct, global variables syntaxes, syntaxfile_regexp and synfilematches by Chris Allegretta · 22 years ago
  23. dab017e - More cleanups with DISABLE flags, better free_shortcutage and free_toggle, and get rid of unnecessary variable decls with NANO_SMALL in shortcut_init() by David Benbennick by Chris Allegretta · 23 years ago
  24. 0e9b7aa - General: - Preliminary prepend code. This may be a bad idea, but I've been wanting it for awhile now and we'll see how bad it messes everything up. Changes to files.c:do_writeout(), write_file() by Chris Allegretta · 23 years ago
  25. f2387fb - Change to openfilestruct for multibuffer mode by DLR. New functions nano.c:make_new_opennode(), free_openfilestruct(), delete_opennode(), unlink_opennode(), splice_opennode(), new struct openfilestruct in nano.h by Chris Allegretta · 23 years ago
  26. 70feb4f Back that out, as it braks Linux :( by Chris Allegretta · 23 years ago
  27. 108ff58 - FreeBSD compat. Remove KEY_DC from the delete shortcut in global.c:shortcut_init(), add case for 330 under nano.c:main() by Chris Allegretta · 23 years ago
  28. 7162e3d DB's latest patch by Chris Allegretta · 23 years ago
  29. 2598c66 DLR's patch by Chris Allegretta · 23 years ago
  30. 373bc2f General - Added separate regex variable (color_regex and colormatches) so that color syntax and regex search/replace can coexist by Chris Allegretta · 23 years ago
  31. 3533a34 General - Added separate regex variable (color_regex and colormatches) so that color syntax and regex search/replace can coexist by Chris Allegretta · 23 years ago
  32. 52c5a6e External command code and fix for BUG #70 by Chris Allegretta · 23 years ago
  33. e4f940d - Preliminary quoting support for justify. New arg -Q, --quotestr, changes to do_justify(), global variable quotestr() by Chris Allegretta · 23 years ago
  34. 6235a7d Get rid of stupid uninitialized warnings and move nano_dos_msg and nano_mac_msg into NANO_SMALL check by Chris Allegretta · 23 years ago
  35. f5de33a - Many malloc() cleanups and files.c tweaks by Steven Kneizys, new functions utils.c:free_shortcutage() (got to love that name\!) & free_toggles(), and big cleanup program thanks_for_all_the_fish() (originally thanks_for_the_memories()). Mods to shortcut_init() by Chris by Chris Allegretta · 23 years ago
  36. 48b0670 Multiple unnamed buffers allowed, multiple filename extensions on die_save_file(), more DLR fixes by Chris Allegretta · 23 years ago
  37. a8c2257 DLR's patch merged, Static toggles and shortcut gone, lots of stuff changed by Chris Allegretta · 23 years ago
  38. 967a1e2 - General - Add Alt-G (NANO_ALT_GOTO_KEY) as alternate for goto dir in browser by Chris Allegretta · 23 years ago
  39. 044d1b1 - General - Add Meta-A as alternate keyystroke for ^^ for people with non-US keyboards, and fix one missed NANO_ALT_R that should be NANO_ALT_REPLACE_KEY by Chris Allegretta · 23 years ago
  40. f7dee92 main() alt val - 32 check fix, and shortcut_init() fix in global.c for hard coded values by Chris Allegretta · 23 years ago
  41. 8ae5789 Updated copyright notices to 2002. by Jordi Mallach · 23 years ago
  42. 32da456 DLR's latest patch: view+multibuffer, die() fixes, insert key fixes in main() by Chris Allegretta · 23 years ago
  43. 2084acc At LONG last committed David's patch by Chris Allegretta · 23 years ago
  44. 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
  45. 8c8d370 global.c: - Define currshortcut and currslen when either DISABLE_MOUSE or DISABLE_HELP or DISABLE_BROWSER is not defined (Silvan Minghetti) by Chris Allegretta · 23 years ago
  46. 22ec59a global.c: - Define currshortcut and currslen when either DISABLE_MOUSE or DISABLE_BROWSER is not defined (Silvan Minghetti) by Chris Allegretta · 23 years ago
  47. 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
  48. b3655b4 DLR's cut and miscellaneous fixes, my cut fixes, and context-sensitive help, woohoo by Chris Allegretta · 23 years ago
  49. 59121a9 Change do_bracket ctrl shortcut to -9 (junk value) instead of 0 so control-space will work by Chris Allegretta · 23 years ago
  50. 2bef182 Fixes to bracket_msg in global.c by DLR by Chris Allegretta · 23 years ago
  51. 26a86e3 Initialize bracket_msg (David Lawrence Ramsey by Chris Allegretta · 23 years ago
  52. 8d990b5 - Bracket (brace, parens, etc) matching code by Ken Tyler. New functions do_find_bracket(), changes to findnextstr(), command is Meta-] (hope you dont mind since I already sold off Meta-O to the MacOS file code Ken...) by Chris Allegretta · 23 years ago
  53. 6f6aba0 Move the smooth_msg up a tiny by Chris Allegretta · 23 years ago
  54. 3e3ae94 - New smooth scroll code by Ken Tyler. New flag -S, --smooth, changes to page_up() and page_down() by Chris Allegretta · 23 years ago
  55. 995177f Add Mac toggle Meta-O for Mac format by Chris Allegretta · 23 years ago
  56. 7004c28 -D cmdline flag for DOS formatted files by Chris Allegretta · 23 years ago
  57. e1f1452 General: - New flag -o, --operatingdir, similar to Pico's -o mode. New function check_operating_dir(), changes to load_file (arg), open_file_dup_search (arg), new function do_gotopos for -F. by Chris Allegretta · 23 years ago
  58. 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
  59. 355fbe5 Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer by Chris Allegretta · 23 years ago
  60. 2d7893d Added multi buffer (load on insert) code. This wont intoduce any bugs ;-) by Chris Allegretta · 23 years ago
  61. 658399a Moved extension functions to meta keys, new macro TOGGLE() for toggling flags by Chris Allegretta · 23 years ago
  62. e4933a3 Reverse Search by Ken Tyler by Chris Allegretta · 23 years ago
  63. cc197ef Added selection write to file and append codes, main changes to files.c stuff, new shortcut list for inserting files, new args to do_writeout and write_file by Chris Allegretta · 23 years ago
  64. 6fe6149 All the updates that I've been waiting all weekend to commit, no desc, tough by Chris Allegretta · 23 years ago
  65. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  66. 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
  67. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 23 years ago
  68. 8d8e012 Added rcfile.c source code and basic .nanorc functionality by Chris Allegretta · 24 years ago
  69. 12f294c by Rocco Corsi · 24 years ago
  70. 6b58acd More mouse integration, esp with the shortcut lists by Chris Allegretta · 24 years ago
  71. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  72. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  73. 4de7b95 Delete commented out stuff that isn't going to happen now by Chris Allegretta · 24 years ago
  74. af6414a Reworked main menu list, added help to default list, aligned ^R with ^O, ^\ with ^W by Chris Allegretta · 24 years ago
  75. f0b26df global.c: Don't define toggles global or toggle_init_one if using --tiny by Chris Allegretta · 24 years ago
  76. 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
  77. af5c302 Move #ifndef cleanups. Some HELP and SPELLER #ifndef additions. by Rocco Corsi · 24 years ago
  78. 6636dc3 Changed ENABLE_BROWSER to DISABLE_BROWSER, tiny build now doesn't build browser either by Chris Allegretta · 24 years ago
  79. f4b9601 First try at browser by Chris Allegretta · 24 years ago
  80. 6512163 Fix lots of compiler warnings by Chris Allegretta · 24 years ago
  81. 1a6e904 Rid nano of PATH_MAX\! by Chris Allegretta · 24 years ago
  82. 56b24b5 Took out help from spell_list and changed SPELL_LIST_LEN to 1 by Chris Allegretta · 24 years ago
  83. 0779835 Okay, now make the shortcut list reflect the unjustify availability by Chris Allegretta · 24 years ago
  84. bf9a8cc Changed PICO_MSGS to PICO_MODE and strings by Chris Allegretta · 24 years ago
  85. 31925e4 Allow variable length strings on statusbar by Chris Allegretta · 24 years ago
  86. 4d29be1 Removed null string code by Chris Allegretta · 24 years ago
  87. 105da33 Made previous s/r values editable text by Chris Allegretta · 24 years ago
  88. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  89. d7934d4 Added #ifdef around toggle_regex_msg to get rid of compiler warning (toggle_init()) by Chris Allegretta · 24 years ago
  90. 16e4168 A heapin spoonful of updates in key handling by Chris Allegretta · 24 years ago
  91. 805c26d Changed _POSIX_VERSION checks in regex code to HAVE_REGEX_H, added check for regex.h in configure.in by Chris Allegretta · 24 years ago
  92. f8163dc Added space to autoindent toggle string by Chris Allegretta · 24 years ago
  93. f0f63a8 Changed awkward messages for no help and no wrap mode toggles by Chris Allegretta · 24 years ago
  94. 756f220 New toggles for flags via Meta 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. 9fc8d43 New regexp search feature by Bill Soudan by Chris Allegretta · 24 years ago
  98. 715e7dd Change 'To Replace' to just 'Replace', more like Pico by Chris Allegretta · 24 years ago
  99. 8c2b40f Made search functions and keys more like Pico by Chris Allegretta · 24 years ago
  100. a2ea193 Initial revision by Chris Allegretta · 24 years ago