1. 04a8d1c add a multibuffer mode toggle to the "Execute Command" prompt, for by David Lawrence Ramsey · 20 years ago
  2. 9bab9ff consistency fix: the convention for shortcuts lists other than the main by David Lawrence Ramsey · 20 years ago
  3. 9b6e476 resetstatuspos should be a bool, not an int by David Lawrence Ramsey · 20 years ago
  4. 1e72971 in shortcut_init(), change an erroneous _() around the "New Buffer" by David Lawrence Ramsey · 20 years ago
  5. db6015c make the help menu shortcut display more flexible, add more intuitive by David Lawrence Ramsey · 20 years ago
  6. 02517e0 add DB's overhaul of the file loading code to increase efficiency, by David Lawrence Ramsey · 20 years ago
  7. a16b27f remove redundant #ifdef by David Lawrence Ramsey · 20 years ago
  8. a27bd65 per DB's patch, overhaul the rcfile and history file reading and writing by David Lawrence Ramsey · 20 years ago
  9. 82dc1c1 add more int -> bool conversions by David Lawrence Ramsey · 20 years ago
  10. 00d7798 per DB's patch, convert a few parts of files.c to use bool so that by David Lawrence Ramsey · 20 years ago
  11. 819c7f0 add DB's overhaul of the paragraph searching code and some of the by David Lawrence Ramsey · 20 years ago
  12. 86e851b per DB's patch, convert placewewant to a size_t; also add a few by David Lawrence Ramsey · 20 years ago
  13. c41d428 fix variable names by David Lawrence Ramsey · 20 years ago
  14. 8037fe0 a few miscellaneous Pico compatibility tweaks and bugfixes (most by David Lawrence Ramsey · 20 years ago
  15. 94b975c restore erroneously removed toggle* casts by David Lawrence Ramsey · 20 years ago
  16. fb8bf40 further clarify one toggle description by David Lawrence Ramsey · 20 years ago
  17. 49c3f24 port over DB's number parsing code and related bits, with a few minor by David Lawrence Ramsey · 20 years ago
  18. 576bf33 various changes to cut down on binary size: per DB's patch, add new N_() by David Lawrence Ramsey · 20 years ago
  19. a5dda84 per DB's patch, remove unused global variable search_offscreen by David Lawrence Ramsey · 20 years ago
  20. 2ad3209 add another missing part of DB's patch to convert flags and related by David Lawrence Ramsey · 20 years ago
  21. edab0cc a few cleanups and consistency fixes by David Lawrence Ramsey · 20 years ago
  22. 72e51ab per DB's patch (with a few updates of mine), convert the shortcut list by David Lawrence Ramsey · 20 years ago
  23. ebd0d7c more minor cosmetic fixes by David Lawrence Ramsey · 20 years ago
  24. a539fce fix erroneous #ifdef so that nano compiles with --disable-justify again by David Lawrence Ramsey · 20 years ago
  25. be26561 add DB's changes to allow scrolling through the help browser text with by David Lawrence Ramsey · 20 years ago
  26. 89bb937 a few last cosmetic reorderings and fixes by David Lawrence Ramsey · 20 years ago
  27. 2c62b07 allow the changing of closing punctuation and closing brackets (used in by David Lawrence Ramsey · 20 years ago
  28. 483ea32 add Mike Frysinger's patch (with minor modifications) to allow by David Lawrence Ramsey · 20 years ago
  29. 32e3b88 add some comments better explaining what is disabled in restricted mode and why by David Lawrence Ramsey · 20 years ago
  30. 2ed225f overhaul the routines for movement and related things to eliminate by David Lawrence Ramsey · 20 years ago
  31. 0aa2264 fix problems caused by cut and paste of the do_para_end() shortcut for by David Lawrence Ramsey · 20 years ago
  32. bcebe32 cosmetic fix by David Lawrence Ramsey · 20 years ago
  33. c7acf69 add smart home key by David Lawrence Ramsey · 20 years ago
  34. 8e4adcd comment fix by David Lawrence Ramsey · 20 years ago
  35. 8d3e7f3 add support for Pico's ability to justify the entire file at once ("full by David Lawrence Ramsey · 20 years ago
  36. 5aa3983 disable "Where Is Next" in tiny mode by David Lawrence Ramsey · 20 years ago
  37. d893fa9 add restricted mode, per IO ERROR's patch by David Lawrence Ramsey · 20 years ago
  38. 1576d53 rename a few variables and make a few cosmetic cleanups by David Lawrence Ramsey · 21 years ago
  39. b977515 avoid any more editbot-related segfaults by removing the last of the by David Lawrence Ramsey · 21 years ago
  40. dc10ecb revert the Meta-P and Meta-N aliases for the paragraph searches for now; by David Lawrence Ramsey · 21 years ago
  41. 221ebcd remove trailing space by David Lawrence Ramsey · 21 years ago
  42. d7f5ad9 add function key aliases for NANO_FIRSTLINE_KEY and NANO_LASTLINE_KEY, by David Lawrence Ramsey · 21 years ago
  43. ea43a1d cosmetic #ifdef tweak by David Lawrence Ramsey · 21 years ago
  44. ba7b168 set the associated function for unjustify to 0 instead of by David Lawrence Ramsey · 21 years ago
  45. 04e42a6 Martin Ehmsen's backup directory patch, with a few minor changes by David Lawrence Ramsey · 21 years ago
  46. 795a16b add more intuitive Meta-key aliases for ^W^W and ^W^O by David Lawrence Ramsey · 21 years ago
  47. 00c2054 don't allow verbatim input in view mode by David Lawrence Ramsey · 21 years ago
  48. c91696e add function key alias for unjustify by David Lawrence Ramsey · 21 years ago
  49. c2c5a51 add support for escape sequences for F1-F14 where conflicts don't occur by David Lawrence Ramsey · 21 years ago
  50. f28f50e update the copyright years on the source files to 2004 (adding a few by David Lawrence Ramsey · 21 years ago
  51. 8213850 add DB's overhaul of the cutting code and related file-writing code, his by David Lawrence Ramsey · 21 years ago
  52. f427694 by David Lawrence Ramsey · 21 years ago
  53. a593f53 another low-level input overhaul: split out low-level mouse input, by David Lawrence Ramsey · 21 years ago
  54. 8fa1976 allow WHEREIS_NEXT_KEY to be used in view mode by David Lawrence Ramsey · 21 years ago
  55. f5b256b miscellaneous #define cleanups by David Lawrence Ramsey · 21 years ago
  56. 298b975 Major package reorganization: by Jordi Mallach · 21 years ago[Renamed from global.c]
  57. 8faf305 add paragraph searching ability by David Lawrence Ramsey · 21 years ago
  58. cb7ee0e one last documentation fix by David Lawrence Ramsey · 21 years ago
  59. aaad3af documentation updates by David Lawrence Ramsey · 21 years ago
  60. e049706 Wouter van Hemel's "Where Is Next" patch by David Lawrence Ramsey · 21 years ago
  61. f9390af Remove gettext marks from debug messages. by Jordi Mallach · 21 years ago
  62. 70047ee by David Lawrence Ramsey · 21 years ago
  63. 8151ba5 DLR's patch to change justify_mode to a flag by Chris Allegretta · 22 years ago
  64. e1e0fd6 DLR and DB's latest fixes by Chris Allegretta · 22 years ago
  65. d845193 DLR's cumulative patch, one minor configure.ac tweak by Chris Allegretta · 22 years ago
  66. f717f98 Revert const char * strings as it gives warnings with -Wwrite-strings by Chris Allegretta · 22 years ago
  67. 65f075d - Change resetpos function to be global (now called resetstatuspos. Fixes annoying but small odd problem with cursor placement when inserting a file. This needs to be done better in 1.3 (originally by David Lawrence Ramsey) Added this issue to TODO by Chris Allegretta · 22 years ago
  68. b2cd248 const char * fixes and defined(NCURSES_MOUSE_VERSION) additions to winio.c funcs that need them by Chris Allegretta · 22 years ago
  69. 201f1d9 - Fix globals and externs such that nano will compile with DISABLE_SPELLER (David Benbennick) by Chris Allegretta · 22 years ago
  70. a0d8997 - Fix screen getting trashed on signals nano can catch (TERM and HUP). New global variable curses_ended changes to winio.c:statubar() and nano.c:die() by Chris Allegretta · 22 years ago
  71. ce452fb DB's debug and multibuffer and regcomp fix to make nano less of a complete cpu hog by Chris Allegretta · 22 years ago
  72. d757e25 Update copyright notices, courtesy of mr DLR by Chris Allegretta · 22 years ago
  73. 7662c86 DLR and DB's latest fixes by Chris Allegretta · 22 years ago
  74. 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
  75. 5beed50 Ken's search history patch, minus the .nano_history stuff by Chris Allegretta · 22 years ago
  76. 9b13ff3 miscellaneous bug fixes, part 2 by David Lawrence Ramsey · 22 years ago
  77. 2ab03f6 miscellaneous bug fixes by David Lawrence Ramsey · 22 years ago
  78. 1dd0bc9 Remove malloc.h completely and add color synatx highlighting toggle by Chris Allegretta · 22 years ago
  79. 1f28b8f DB's rewrite of the screen update and color routines by David Lawrence Ramsey · 22 years ago
  80. e21adfa David Benbennick's minor fixes, plus one of mine by David Lawrence Ramsey · 22 years ago
  81. ad40fdb DLR: prototype overhaul, etc. by David Lawrence Ramsey · 22 years ago
  82. 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
  83. 0341b58 DLR: minor bits by David Lawrence Ramsey · 22 years ago
  84. d865da1 DLR's latest and greatest by Chris Allegretta · 22 years ago
  85. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 22 years ago
  86. 5db0cdc Carl Drinkwater's backup patch, plus miscellaneous fixes by David by David Lawrence Ramsey · 22 years ago
  87. c596755 Carl Drinkwater's titlebar spacing fixes, David Benbennick's help browser by David Lawrence Ramsey · 22 years ago
  88. f21cd10 DLR: latest patch by David Lawrence Ramsey · 22 years ago
  89. 6fe98d7 - global.c:shortcut_init() - Rework IFHELP macro (David Benbennick) by Chris Allegretta · 22 years ago
  90. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 22 years ago
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 70feb4f Back that out, as it braks Linux :( by Chris Allegretta · 23 years ago
  98. 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
  99. 7162e3d DB's latest patch by Chris Allegretta · 23 years ago
  100. 2598c66 DLR's patch by Chris Allegretta · 23 years ago