1. 576bf33 various changes to cut down on binary size: per DB's patch, add new N_() by David Lawrence Ramsey · 21 years ago
  2. d717d4b add another missing part of DB's patch (read_file() should be returning by David Lawrence Ramsey · 21 years ago
  3. 0273829 add one last spacing fix by David Lawrence Ramsey · 21 years ago
  4. f708037 add another prototype fix and a few spacing fixes by David Lawrence Ramsey · 21 years ago
  5. a5dda84 per DB's patch, remove unused global variable search_offscreen by David Lawrence Ramsey · 21 years ago
  6. 0af8604 more comment fixes by David Lawrence Ramsey · 21 years ago
  7. ec721c8 another missing piece of DB's patch: the toggle and rcoption structs by David Lawrence Ramsey · 21 years ago
  8. 2ad3209 add another missing part of DB's patch to convert flags and related by David Lawrence Ramsey · 21 years ago
  9. 962cc74 add missing part of DB's patch to convert flags and related variables by David Lawrence Ramsey · 21 years ago
  10. 2552907 put back erroneously removed initialization of original_umask by David Lawrence Ramsey · 21 years ago
  11. f7b5d93 if we're in restricted mode and the filename isn't blank, disable tab by David Lawrence Ramsey · 21 years ago
  12. 309fbcb fix inaccurate comment by David Lawrence Ramsey · 21 years ago
  13. 4693864 fix bug in do_justify() in a better way: add on_next_line flag, used to by David Lawrence Ramsey · 21 years ago
  14. 01a6bf4 fix bug in do_justify(): if all the text from the next line has been by David Lawrence Ramsey · 21 years ago
  15. c8c69d5 for consistency with nano 1.2.x and with other editors, make the mode of by David Lawrence Ramsey · 21 years ago
  16. edab0cc a few cleanups and consistency fixes by David Lawrence Ramsey · 21 years ago
  17. 72e51ab per DB's patch (with a few updates of mine), convert the shortcut list by David Lawrence Ramsey · 21 years ago
  18. 74912c6 add missing cosmetic fix from before by David Lawrence Ramsey · 21 years ago
  19. ebd0d7c more minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  20. 0fb841a per DB's patch, tweak the code to update the edit window just before by David Lawrence Ramsey · 21 years ago
  21. cff5558 per Jon Oberheide's patch, fix erroneous debugging statement so that by David Lawrence Ramsey · 21 years ago
  22. db357a1 per Mike Frysinger's patch, have whitespace display default to off instead of on by David Lawrence Ramsey · 21 years ago
  23. a539fce fix erroneous #ifdef so that nano compiles with --disable-justify again by David Lawrence Ramsey · 21 years ago
  24. d36715e Back to CVS by David Lawrence Ramsey · 21 years ago
  25. e115156 GNU nano 1.3.3 by David Lawrence Ramsey · 21 years ago
  26. dbde9d7 refactor the code to search for the beginning of a paragraph a bit to by David Lawrence Ramsey · 21 years ago
  27. 5245344 a few last minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  28. 21ad762 Add a translation comment so translators use both their shortcuts as well as the English ones. by Jordi Mallach · 21 years ago
  29. d350727 Fix XSI:ism in config.rpath. by Jordi Mallach · 21 years ago
  30. 91bc83a call justify_format() just after backup_lines() instead of inside it, so by David Lawrence Ramsey · 21 years ago
  31. 537a880 minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  32. 85529b3 make the former flag same_line_wrap use TRUE and FALSE, add missing part by David Lawrence Ramsey · 21 years ago
  33. 973a96b add minor comment fixes, and also fix a problem where the escape by David Lawrence Ramsey · 21 years ago
  34. 4e1a98c fix inaccurate comment by David Lawrence Ramsey · 21 years ago
  35. 45eda52 do_yesno() comment fixes by David Lawrence Ramsey · 21 years ago
  36. 74af3a7 clean up main() a bit by David Lawrence Ramsey · 21 years ago
  37. 3b0729c fix slightly misplaced break by David Lawrence Ramsey · 21 years ago
  38. 2b6c301 remove unneeded justify_format() call from do_justify() which caused by David Lawrence Ramsey · 21 years ago
  39. 4525137 per CHAO Wei-Lun's patch, add missing "[dir]" and missing _()'s to the by David Lawrence Ramsey · 21 years ago
  40. a9a6ce0 justification fix: if the last line of a justified paragraph has a space by David Lawrence Ramsey · 21 years ago
  41. 7ea39ef document the functions that were removed when the input routines were by David Lawrence Ramsey · 21 years ago
  42. d897445 add an extra break and move an #endif down to fix a potential problem by David Lawrence Ramsey · 21 years ago
  43. e65e639 properly handle it when get_escape_seq_kbinput() returns ERR for an by David Lawrence Ramsey · 21 years ago
  44. 16eb518 support KEY_A1, KEY_A3, KEY_C1, and KEY_C3 on the numeric keypad by David Lawrence Ramsey · 21 years ago
  45. 498e13d document the use of the SPELL environment variable by David Lawrence Ramsey · 21 years ago
  46. ae064bf don't rely on the return value of curs_set(), as it's broken on e.g. by David Lawrence Ramsey · 21 years ago
  47. e7638ea cosmetic fixes by David Lawrence Ramsey · 21 years ago
  48. ce1d765 edit_redraw() should update when we're not on the first page and/or when by David Lawrence Ramsey · 21 years ago
  49. 0675c2f Update docs about Chinese contributor. by Jordi Mallach · 21 years ago
  50. 18b583d 2004-06-01 Jordi Mallach <jordi@gnu.org> by Jordi Mallach · 21 years ago
  51. 9a527f5 add DB's tweaks to do_wrap(), plus a few minor bits of mine (convert by David Lawrence Ramsey · 21 years ago
  52. 684b193 fix comment inaccuracies by David Lawrence Ramsey · 21 years ago
  53. 4a80fcf oops; for consistency with e.g. color syntax highlighting (which, like by David Lawrence Ramsey · 21 years ago
  54. f521b60 for consistency, whitespace display should be off by default, not on by David Lawrence Ramsey · 21 years ago
  55. 2826047 add spaces to the ends of the "Overwrite" and "Different Name" prompts, by David Lawrence Ramsey · 21 years ago
  56. c21790d edit_redraw() fixes by David Lawrence Ramsey · 21 years ago
  57. be26561 add DB's changes to allow scrolling through the help browser text with by David Lawrence Ramsey · 21 years ago
  58. b6a4b10 document cosmetic reorganization of rcfile.c, and readd an "else" I by David Lawrence Ramsey · 21 years ago
  59. 8d91199 add a few comment fixes and an explicit check in rcfile.c for by David Lawrence Ramsey · 21 years ago
  60. 89bb937 a few last cosmetic reorderings and fixes by David Lawrence Ramsey · 21 years ago
  61. 2c62b07 allow the changing of closing punctuation and closing brackets (used in by David Lawrence Ramsey · 21 years ago
  62. 483ea32 add Mike Frysinger's patch (with minor modifications) to allow by David Lawrence Ramsey · 21 years ago
  63. c833d9e since KEEP_CUTBUFFER is only used in cut.c, make it a static variable in by David Lawrence Ramsey · 21 years ago
  64. 12e066f fix minor omission: the smarthome option was documented in nanorc.5 as by David Lawrence Ramsey · 21 years ago
  65. 9d325a0 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  66. 32e3b88 add some comments better explaining what is disabled in restricted mode and why by David Lawrence Ramsey · 21 years ago
  67. dd7cc72 don't bother initializing the backup directory or reading $SPELL for the by David Lawrence Ramsey · 21 years ago
  68. 3aedb36 check $SPELL for an alternative spell checker if we didn't get one from by David Lawrence Ramsey · 21 years ago
  69. 570ea89 add missing cast to char by David Lawrence Ramsey · 21 years ago
  70. 2ed225f overhaul the routines for movement and related things to eliminate by David Lawrence Ramsey · 21 years ago
  71. 48ae986 refactor the low-level input routines into main routines that get the by David Lawrence Ramsey · 21 years ago
  72. d12fd4b add code to statusq() to *really* not allow "Full Justify" while in view mode by David Lawrence Ramsey · 21 years ago
  73. 0aa2264 fix problems caused by cut and paste of the do_para_end() shortcut for by David Lawrence Ramsey · 21 years ago
  74. 2f0d03b make write_marked() always call write_file() with nonamechange set to by David Lawrence Ramsey · 21 years ago
  75. 228148b add DB's tweaks to do_enter() and remove the now-unused center_cursor() by David Lawrence Ramsey · 21 years ago
  76. c372488 treat search_last_line as a boolean everywhere, and remove some unneeded by David Lawrence Ramsey · 21 years ago
  77. 8328fc2 properly account for padding in titlebar() by David Lawrence Ramsey · 21 years ago
  78. da14106 per DB's patch, make finish() accept and return void, since none of the by David Lawrence Ramsey · 21 years ago
  79. 0d29555 cosmetic fix: reorder enums by David Lawrence Ramsey · 21 years ago
  80. c279a63 per DB's patch, also remove the now-unused center_cursor() by David Lawrence Ramsey · 21 years ago
  81. 5a8995a per DB's patch, remove the now-unused edit_refresh_clearok() by David Lawrence Ramsey · 21 years ago
  82. 32613fa comment fixes for consistency: "Meta" -> "meta" by David Lawrence Ramsey · 21 years ago
  83. 2e3aeae convert do_para_search() to use an enum to specify its search type by David Lawrence Ramsey · 21 years ago
  84. 32d19ce comment fix for consistency: "magic line" -> "magicline" by David Lawrence Ramsey · 21 years ago
  85. a9fcaa5 comment fix by David Lawrence Ramsey · 21 years ago
  86. 1b525e9 switch test around in do_prev_word() for consistency with do_next_word() by David Lawrence Ramsey · 21 years ago
  87. 4be15f0 move do_(first|last)_line() to move.c by David Lawrence Ramsey · 21 years ago
  88. 4178db0 comment fixes by David Lawrence Ramsey · 21 years ago
  89. 1dcf36a add missing bit by David Lawrence Ramsey · 21 years ago
  90. fa39404 add DB's changes to titlebar() (with a few tweaks of mine) to make it by David Lawrence Ramsey · 21 years ago
  91. bcebe32 cosmetic fix by David Lawrence Ramsey · 21 years ago
  92. 14bf803 add missing #ifdefs around prototypes by David Lawrence Ramsey · 21 years ago
  93. c7acf69 add smart home key by David Lawrence Ramsey · 21 years ago
  94. 684e7eb comment fix: justify_format() could have just left out a space at the by David Lawrence Ramsey · 21 years ago
  95. 8e4adcd comment fix by David Lawrence Ramsey · 21 years ago
  96. e608f94 go back to cbreak mode and disable_signals() instead of raw mode, as by David Lawrence Ramsey · 21 years ago
  97. fd462b1 comment fix: ^J should be Ctrl-J by David Lawrence Ramsey · 21 years ago
  98. 837a02b add missing bit from DB's refactoring of do_credits(): translate the by David Lawrence Ramsey · 21 years ago
  99. d7fd200 minor overhaul of terminal-related things by David Lawrence Ramsey · 21 years ago
  100. 36e363f and remove unneccessary initialization by David Lawrence Ramsey · 21 years ago