1. b2b6976 change the SMOOTHSCROLL flag to the SMOOTH_SCROLL flag by David Lawrence Ramsey · 19 years ago
  2. 6e925cf update the Free Software Foundation's mailing address in various comments by David Lawrence Ramsey · 19 years ago
  3. e527e45 various #include fixes: since proto.h includes nano.h, only include the by David Lawrence Ramsey · 20 years ago
  4. b199cae make sure that the universal statusbar prompt functions are fully in by David Lawrence Ramsey · 20 years ago
  5. 3eeb823 add multibyte character support to indent_length(), convert the "smart by David Lawrence Ramsey · 20 years ago
  6. 7801d7b revert previously added extra calls to move_mbright(); it's more by David Lawrence Ramsey · 20 years ago
  7. d24fbb7 rename move_left() and move_right() to move_mbleft() and move_mbright(), by David Lawrence Ramsey · 20 years ago
  8. 1fe2eeb add multibyte and wide equivalents of isalnum(), make do_next_word() by David Lawrence Ramsey · 20 years ago
  9. 8a31afd make the "smart home" routines handle multibyte blank characters by David Lawrence Ramsey · 20 years ago
  10. b54155c massive updates to multibyte/wide character support; deal with multibyte by David Lawrence Ramsey · 20 years ago
  11. 3e81914 miscellaneous bits: fix the full justify segfault in a way that doesn't by David Lawrence Ramsey · 20 years ago
  12. fc69321 more steps toward UTF-8 support: port all the parts of DB's UTF-8 patch by David Lawrence Ramsey · 20 years ago
  13. 4564170 cosmetic fixes by David Lawrence Ramsey · 20 years ago
  14. 91851f3 rename a few variables for consistency by David Lawrence Ramsey · 20 years ago
  15. 55381aa Include <config.h> only if HAVE_CONFIG_H. by Jordi Mallach · 20 years ago
  16. 7a97e18 make current_x a size_t instead of an int by David Lawrence Ramsey · 20 years ago
  17. e5d8f32 add a bunch of key-related fixes: put Meta-( (Meta-9), Meta-) (Meta-0), by David Lawrence Ramsey · 20 years ago
  18. 20b8350 simplify edit_update() so as not to require the fileptr parameter by David Lawrence Ramsey · 20 years ago
  19. 86e851b per DB's patch, convert placewewant to a size_t; also add a few by David Lawrence Ramsey · 20 years ago
  20. 72e51ab per DB's patch (with a few updates of mine), convert the shortcut list by David Lawrence Ramsey · 20 years ago
  21. c21790d edit_redraw() fixes by David Lawrence Ramsey · 20 years ago
  22. 2ed225f overhaul the routines for movement and related things to eliminate by David Lawrence Ramsey · 20 years ago
  23. 4be15f0 move do_(first|last)_line() to move.c by David Lawrence Ramsey · 20 years ago
  24. c7acf69 add smart home key by David Lawrence Ramsey · 20 years ago
  25. f28f50e update the copyright years on the source files to 2004 (adding a few by David Lawrence Ramsey · 21 years ago
  26. 5ffbec5 port over some of DB's refactored display code, most importantly the by David Lawrence Ramsey · 21 years ago
  27. c97acfb since the SAMELINEWRAP flag is only used in nano.c, convert it to a by David Lawrence Ramsey · 21 years ago
  28. d91ab6e DB's movement code overhaul (smooth paging, etc.) with a few of my fixes by David Lawrence Ramsey · 21 years ago
  29. 298b975 Major package reorganization: by Jordi Mallach · 21 years ago[Renamed from move.c]
  30. e1e0fd6 DLR and DB's latest fixes by Chris Allegretta · 22 years ago
  31. d757e25 Update copyright notices, courtesy of mr DLR by Chris Allegretta · 22 years ago
  32. 9b13ff3 miscellaneous bug fixes, part 2 by David Lawrence Ramsey · 22 years ago
  33. 2ab03f6 miscellaneous bug fixes by David Lawrence Ramsey · 22 years ago
  34. ad40fdb DLR: prototype overhaul, etc. by David Lawrence Ramsey · 22 years ago
  35. 0341b58 DLR: minor bits by David Lawrence Ramsey · 22 years ago
  36. 6df90f5 DLR and DB fixes mega-merge by Chris Allegretta · 22 years ago
  37. f21cd10 DLR: latest patch by David Lawrence Ramsey · 22 years ago
  38. 6232d66 DB's latest patch, minus one totsize--. Also fixed a < in help_init that should be <= by Chris Allegretta · 22 years ago
  39. 4dc03d5 DLR's latest patch by Chris Allegretta · 22 years ago
  40. 8ae5789 Updated copyright notices to 2002. by Jordi Mallach · 23 years ago
  41. 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
  42. d948edc DLR's latest smooth scroll fix, case where there's not a full half page up from the cursor to fileage screws up the cursor position by Chris Allegretta · 23 years ago
  43. 5050d35 Fixes to paging (smooth scroll) by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  44. 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
  45. 1cde322 Don't keep cutbufer on reset, fix -k cut on first line if blank by Chris Allegretta · 23 years ago
  46. 88520c9 Various spelling updates by David Lawrence Ramsey by Chris Allegretta · 23 years ago
  47. 6cb4e88 page_up() - Rewritten with a loop to make screen updates work when mark is set (fixes bug #59). by Chris Allegretta · 23 years ago
  48. 6efda54 Move config.h up in include lists and remove actual_x inline tag by Chris Allegretta · 23 years ago
  49. 55493c2 Im an idiot, that could easily screw up --included-gettext. Rolled back libintl.h check by Chris Allegretta · 24 years ago
  50. 4aa302f aclocal.m4 check change, added explicit check for libintl.h by Chris Allegretta · 24 years ago
  51. a0323de Roll-back previous change, this way copies Pico's (strange) behavior by Chris Allegretta · 24 years ago
  52. e76f06b move.c: page_down() - Oops, check for <= editwinrows (Ryan Krebs) by Chris Allegretta · 24 years ago
  53. 565f7d5 Added and fixed BUG #57 by Chris Allegretta · 24 years ago
  54. 2a2e2be Added and fixed bug #50 by Chris Allegretta · 24 years ago
  55. 6c5781b removed update_line call in do_up, fix for marker set update? by Chris Allegretta · 24 years ago
  56. bd9e7c3 Replace with null string option, ran source through indent again by Chris Allegretta · 24 years ago
  57. 11b0011 Testing RCS headers by Chris Allegretta · 24 years ago
  58. 234a34d Chris goes berzerk on no sleep by Chris Allegretta · 24 years ago
  59. d63d11b Sigh, cancel that by Chris Allegretta · 24 years ago
  60. 1a47139 Another page_down tweak by Chris Allegretta · 24 years ago
  61. f6a6b5a Fix for page down onto EOF by Chris Allegretta · 24 years ago
  62. acf71da - page_down() do not edit_update() if we are moving to the bottom of the file by Adam Rogoyski · 24 years ago
  63. e0e568f bugfix for page_down_center by Robert Siemborski · 24 years ago
  64. 1e57e68 Fixed a bug in page_down() and moved page_up() to move.c where it belongs by Chris Allegretta · 24 years ago
  65. 4da1fc6 Synch with official 0.9.11 by Chris Allegretta · 24 years ago
  66. bceb1b2 Split nano.c up more by Chris Allegretta · 24 years ago