1. cbc13a2 add missing line by David Lawrence Ramsey · 21 years ago
  2. c6899cb document the last miscellaneous fix by David Lawrence Ramsey · 21 years ago
  3. 2cc2a57 rearrange the mark-handling code in do_replace_loop() a bit, and add one by David Lawrence Ramsey · 21 years ago
  4. 381d483 help text updates, and a few more miscellaneous fixes by David Lawrence Ramsey · 21 years ago
  5. 6be5339 more minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
  6. 439fbe3 in do_alt_speller(), call terminal_init() unconditionally after running by David Lawrence Ramsey · 21 years ago
  7. 9cf7b28 another minor cleanup by David Lawrence Ramsey · 21 years ago
  8. 4b7e3c3 minor cleanups by David Lawrence Ramsey · 21 years ago
  9. fc965a4 make the UTF-8 character reading support work in more instances by David Lawrence Ramsey · 21 years ago
  10. 1f204c0 fix spurious warning message in do_gotoline() that was introduced when by David Lawrence Ramsey · 21 years ago
  11. 4e8e495 add support for reading in UTF-8 sequences to some of the low-level by David Lawrence Ramsey · 21 years ago
  12. a870ca2 simplify the curses library tests in configure.ac by checking for by David Lawrence Ramsey · 21 years ago
  13. 5780b24 make get_escape_seq_kbinput()'s escape_seq parameter a const int*, since by David Lawrence Ramsey · 21 years ago
  14. e53181d remove resetstatuspos prototype left over from when it was global by David Lawrence Ramsey · 21 years ago
  15. 646bf91 add missing word by David Lawrence Ramsey · 21 years ago
  16. 49d5c1b minor fixes involving case insensitive searches and NANO_SMALL by David Lawrence Ramsey · 21 years ago
  17. 731e7f2 oops, Pico doesn't preserve placewewant when inserting a file; we do it by David Lawrence Ramsey · 21 years ago
  18. 1929982 in do_insertfile(), when inserting a file in non-multibuffer mode, by David Lawrence Ramsey · 21 years ago
  19. b6377c9 cosmetic fixes by David Lawrence Ramsey · 21 years ago
  20. b112fe6 fix backwards #ifdefs by David Lawrence Ramsey · 21 years ago
  21. d93ee68 in do_int_spell_fix(), move the REVERSE_SEARCH flag toggling into the by David Lawrence Ramsey · 21 years ago
  22. 3497666 in do_replace_loop(), if the mark is on when we start, skip over all by David Lawrence Ramsey · 21 years ago
  23. 491cad3 miscellaneous cleanups in do_replace_loop(): set current to real_current by David Lawrence Ramsey · 21 years ago
  24. f3b10e8 another comment fix by David Lawrence Ramsey · 21 years ago
  25. 6b1c2ad comment fix by David Lawrence Ramsey · 21 years ago
  26. 7cfea8b in mark_order(), add check for MARK_ISSET's not being set; also make one by David Lawrence Ramsey · 21 years ago
  27. 28caf14 remove the -D/--dos and -M/--mac command line options, as they aren't by David Lawrence Ramsey · 21 years ago
  28. 211dc82 Update Basque translation by Mikel Olasagasti. by Jordi Mallach · 21 years ago
  29. b6d97c1 remove DOS line endings, and fix a typo in a comment by David Lawrence Ramsey · 21 years ago
  30. 487149e in do_insertfile(), add missing #ifdefs around the wrap_reset() call so by David Lawrence Ramsey · 21 years ago
  31. 045883a really fix the resetstatus problems this time, and add a few other by David Lawrence Ramsey · 21 years ago
  32. 056c5ef another int -> bool conversion by David Lawrence Ramsey · 21 years ago
  33. b49daec in do_insertfile(), if file browsing succeeds, copy the filename we by David Lawrence Ramsey · 21 years ago
  34. 4dd723a make resetstatuspos static to just statusq() by David Lawrence Ramsey · 21 years ago
  35. d532f19 add parameter use_answer to search_init(); when it's TRUE, only set by David Lawrence Ramsey · 21 years ago
  36. e663dcd comment fix by David Lawrence Ramsey · 21 years ago
  37. 4c9e8f4 remove redundancy erroneously introduced when adding the ^T toggle to by David Lawrence Ramsey · 21 years ago
  38. 77e02a3 add another cosmetic fix by David Lawrence Ramsey · 21 years ago
  39. 951d714 add minor cosmetic fixes, and do another int -> bool conversion by David Lawrence Ramsey · 21 years ago
  40. f1c395d remove stray dash by David Lawrence Ramsey · 21 years ago
  41. 3e189a8 in open_(prev|next)_file(), translate the "New Buffer" string when by David Lawrence Ramsey · 21 years ago
  42. 7c1f17a after reading in a file and detecting the format it's in, set the file by David Lawrence Ramsey · 21 years ago
  43. 360191c consistency fix by David Lawrence Ramsey · 21 years ago
  44. ca74415 add missing blank line by David Lawrence Ramsey · 21 years ago
  45. be908f6 for consistency, make do_insertfile() take a parameter to indicate by David Lawrence Ramsey · 21 years ago
  46. e5d8f32 add a bunch of key-related fixes: put Meta-( (Meta-9), Meta-) (Meta-0), by David Lawrence Ramsey · 21 years ago
  47. 47e82b1 fix #ifdef breakage by David Lawrence Ramsey · 21 years ago
  48. 04a8d1c add a multibuffer mode toggle to the "Execute Command" prompt, for by David Lawrence Ramsey · 21 years ago
  49. 0322533 simplify do_insertfile() by reusing variables where possible by David Lawrence Ramsey · 21 years ago
  50. 25884f3 more int -> bool conversions by David Lawrence Ramsey · 21 years ago
  51. 9bab9ff consistency fix: the convention for shortcuts lists other than the main by David Lawrence Ramsey · 21 years ago
  52. 670a56c cosmetic fix by David Lawrence Ramsey · 21 years ago
  53. 9b6e476 resetstatuspos should be a bool, not an int by David Lawrence Ramsey · 21 years ago
  54. 1e72971 in shortcut_init(), change an erroneous _() around the "New Buffer" by David Lawrence Ramsey · 21 years ago
  55. b77ec62 for consistency, at the "Go To Line" prompt, display "Cancelled" instead by David Lawrence Ramsey · 21 years ago
  56. 45f971d add missing func_key reference by David Lawrence Ramsey · 21 years ago
  57. eb16f43 add a func_key flag to the low-level input functions and the currently by David Lawrence Ramsey · 21 years ago
  58. 72d8e54 refresh the screen when Ctrl-L is pressed at the statusbar prompt, as Pico does by David Lawrence Ramsey · 21 years ago
  59. 09b34ed cosmetic comment fixes by David Lawrence Ramsey · 21 years ago
  60. f3ca80e remove redundant include of limits.h from nano.c by David Lawrence Ramsey · 21 years ago
  61. 013344c turn off extended input processing (the IEXTEN termios flag) as nano 1.2.x does by David Lawrence Ramsey · 21 years ago
  62. d08348b make some ints that use the value of fill and can be greater than COLS by David Lawrence Ramsey · 21 years ago
  63. e6ef8b9 revert the blocking of meta sequences in main(), as it doesn't solve the by David Lawrence Ramsey · 21 years ago
  64. 807657b document keeping meta sequences from getting through to do_char() in the by David Lawrence Ramsey · 21 years ago
  65. f887298 don't let meta sequences get through to do_char() by David Lawrence Ramsey · 21 years ago
  66. db6015c make the help menu shortcut display more flexible, add more intuitive by David Lawrence Ramsey · 21 years ago
  67. fd73c46 for more compatibility with Pico, remove extra space after a character by David Lawrence Ramsey · 21 years ago
  68. 12d5b2f Updated manpages by Jean-Philippe. by Jordi Mallach · 21 years ago
  69. c7ca28a make get_edit_input() respect view mode, and clarify its changelog entry by David Lawrence Ramsey · 21 years ago
  70. 6ccf0e2 minor cosmetic fix by David Lawrence Ramsey · 21 years ago
  71. 1a5c4c6 when calling AC_TRY_RUN() to test for a broken regexec() function, set by David Lawrence Ramsey · 21 years ago
  72. 02517e0 add DB's overhaul of the file loading code to increase efficiency, by David Lawrence Ramsey · 21 years ago
  73. 8bf0809 remove reference to @includedir@ in src/Makefile.am, as it's unneeded by David Lawrence Ramsey · 21 years ago
  74. 1fabded Updated French manpages from Jean-Philippe. by Jordi Mallach · 21 years ago
  75. 30d82b7 Update Spanish translation from Javi. by Jordi Mallach · 21 years ago
  76. cc79a9a Updated translations. by Jordi Mallach · 21 years ago
  77. 66e19ba Updated French translation by Jean-Philippe Guérard. by Jordi Mallach · 21 years ago
  78. 2a60ea8 in nanorc.sample, remove specific references to control key shortcuts by David Lawrence Ramsey · 21 years ago
  79. 4aece06 remove snippet of edit_update() that's redundant now that findnextstr() by David Lawrence Ramsey · 21 years ago
  80. 6da969e work around the need to put back the first non-escape character when by David Lawrence Ramsey · 21 years ago
  81. 146bb60 in do_insertfile(), readd the NANO_SMALL #ifdef around the start_again: by David Lawrence Ramsey · 21 years ago
  82. c510042 do more int ->bool conversions, change the order of the parameters in by David Lawrence Ramsey · 21 years ago
  83. 50c7f2d have edit_refresh() call edit_update() with NONE when smooth scrolling by David Lawrence Ramsey · 21 years ago
  84. 0c4c58e Updated Catalan and German. by Jordi Mallach · 21 years ago
  85. 20b8350 simplify edit_update() so as not to require the fileptr parameter by David Lawrence Ramsey · 21 years ago
  86. d132210 do another int -> bool conversion, and simplify the search/replace by David Lawrence Ramsey · 21 years ago
  87. fe0d366 in get_mouseinput(), make clicking on meta shortcuts work properly by David Lawrence Ramsey · 21 years ago
  88. a16b27f remove redundant #ifdef by David Lawrence Ramsey · 21 years ago
  89. dfca1c4 add unget_kbinput(), a wrapper for ungetch() by David Lawrence Ramsey · 21 years ago
  90. a0b5ba2 convert ints to bools in the low-level input routines, and consolidate by David Lawrence Ramsey · 21 years ago
  91. 19420aa add missing brackets around an if statement block in parse_rcfile() so by David Lawrence Ramsey · 21 years ago
  92. 013e8d1 Back to CVS by David Lawrence Ramsey · 21 years ago
  93. c6718cf GNU nano 1.3.4 by David Lawrence Ramsey · 21 years ago
  94. a883470 add missing #ifdefs by David Lawrence Ramsey · 21 years ago
  95. 35fb55a and add last missing bit by David Lawrence Ramsey · 21 years ago
  96. c08368b fix the last ngetdelim() tweak by David Lawrence Ramsey · 21 years ago
  97. b4041d6 better document the ngetdelim() tweaks by David Lawrence Ramsey · 21 years ago
  98. 95f3812 add a few last tweaks to ngetdelim() by David Lawrence Ramsey · 21 years ago
  99. a27bd65 per DB's patch, overhaul the rcfile and history file reading and writing by David Lawrence Ramsey · 21 years ago
  100. bb50b30 a few more #ifdef tweaks, plus a few cosmetic fixes by David Lawrence Ramsey · 21 years ago