- 4f989fa - Moved nano.1 color and syntax sections to nanorc, pointed nano.1 to nanorc.5 for initialization file. Changed nanorc.5 variables to be italics to match nano.1. Added nanorc.5.html to CVS tree by Chris Allegretta · 22 years ago
- 2e39c1c - rcfile.c:do_rcfile() - Revert (somewhat) previous behavior of looking at /home/chrisa, and only run getpw* if it is NULL. Most *nix programs seem to only care about /home/chrisa, and at the user-level getpw* may not be reliable (and its slower) by Chris Allegretta · 22 years ago
- 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
- bcc8688 - Remove do_preserve_msg, as using -p still gives Pico-style string behavior, so an annoying message every invocation is probably unneeded (all cheer) by Chris Allegretta · 22 years ago
- d0845df Oops, we should probably re-initialize keyhandled each iteration of the main loop ;-) by Chris Allegretta · 22 years ago
- fe1d072 - nano.c:main() - Silence annoying compiler messages about clobbering and uninitialized variables by moving variable inits to the top of main() and re-initializing them after the sigsetjmp() by Chris Allegretta · 22 years ago
- a0449d9 - files.c: load_history() - Fix segfault on loading huge strings from history file (David Benbennick) by Chris Allegretta · 22 years ago
- 7641708 - nano.c:do_suspend() - Fix untranslated message (David Benbennick) by Chris Allegretta · 22 years ago
- e9b5c6f - winio.c:browser_init(), striponedir(), do_browse_from() - Various memory leak fixes (David Benbennick) by Chris Allegretta · 22 years ago
- d127c71 - nano.c:do_wrap() - Fix isspace() call to operate on int by Chris Allegretta · 22 years ago
- b2cd248 const char * fixes and defined(NCURSES_MOUSE_VERSION) additions to winio.c funcs that need them by Chris Allegretta · 22 years ago
- 428f620 DB's justify fixes by Chris Allegretta · 22 years ago
- fdcb9e9 - Memory leak fixes for files.c:do_insertfile(),do_browser(), nano.c:do_spell(), and search.c:do_replace() (David Benbennick) by Chris Allegretta · 22 years ago
- a4a9d17 Added --keyword=P_:1,2 to XGETTEXT_OPTIONS. by Jordi Mallach · 22 years ago
- d16f9f6 Change ngettext macro to P_(), to avoid clash with C's __ identifier. by Jordi Mallach · 22 years ago
- 65f998e Silly reformat. by Jordi Mallach · 22 years ago
- f16ca28 Update, not doing Spanish anymore... by Jordi Mallach · 22 years ago
- 4640fe3 - nano.c:do_help () - Fix line lengths not being computed properly, causes display glitches most noticeable with < 20 rows. New function nano.c:line_len(). (David Benbennick) by Chris Allegretta · 22 years ago
- a90d0cf DB's gotoline fix by Chris Allegretta · 22 years ago
- f8f2d58 DB's fill and window length fixes by Chris Allegretta · 22 years ago
- 3a78406 - nano.c:help_init() - Fix crashing in do_help when COLS < 23 (David Benbennick) by Chris Allegretta · 22 years ago
- 2ddd75e Updated Finnish translation. by Jordi Mallach · 22 years ago
- e61be2d Fix it better. by Jordi Mallach · 22 years ago
- 992a25a * it.po: Fix broken format string in translation by Chris Allegretta · 22 years ago
- a66a8f7 Add nanorc.5 manpage. by Jordi Mallach · 22 years ago
- ab5fec6 Spanish update. by Jordi Mallach · 22 years ago
- 97e10b5 - nano.spec.in - Change default flags to --enable-all by Chris Allegretta · 22 years ago
- 588df68 Italian and Galician updates. by Jordi Mallach · 22 years ago
- bfc8b2a - winio.c:nanogetstr() - Remove unnecessary reset of x since it is now handled elsewhere (David Lawrence Ramsey) by Chris Allegretta · 22 years ago
- bcaeeb4 Add the ChangeLog entry for the 2nd half of DB's patch by Chris Allegretta · 22 years ago
- 3cdf6ff - files.c:input_tab() - Fix assumption that matches is null terminated (David Benbennick) by Chris Allegretta · 22 years ago
- 17ec14b Better fix hopefully for color issue by Chris Allegretta · 23 years ago
- a3daf3a - nanorc.sample: - Make nanorc entry less tolerant of invalid colors by Chris Allegretta · 23 years ago
- d6e8436 - rcfile.c:colortoint() - Don't bomb after invalid color and print bad color name (David Benbennick). And reset mcolor to -1. by Chris Allegretta · 23 years ago
- 3083ff9 Polish and Swedish updates. by Jordi Mallach · 23 years ago
- 201f1d9 - Fix globals and externs such that nano will compile with DISABLE_SPELLER (David Benbennick) by Chris Allegretta · 23 years ago
- 5ec6862 - Fix nano not compiling with ENABLE_RCFILE BLE_TABCOMP (David Benbennick) by Chris Allegretta · 23 years ago
- 5ea694e - nano.1, nano.1.html: - Add initialization file comments, change some options from bracketed to underlined to emphasize that they are not optional by Chris Allegretta · 23 years ago
- a577d5a Catalan, French, Ukrainian and German updates. by Jordi Mallach · 23 years ago
- cddbfd0 Back to CVS by Chris Allegretta · 23 years ago
- 5c8c276 GNU nano 1.1.99pre2 release by Chris Allegretta · 23 years ago
- 7dace11 Translate cancelled string in files.c (David Benbennick) by Chris Allegretta · 23 years ago
- d89eb91 Apply the same regexp_init checks to using last|search in search_init() by Chris Allegretta · 23 years ago
- c453357 - files.c:save_history() Fix off-by-one bug causing write to unallocated memory (David Benbennick) by Chris Allegretta · 23 years ago
- 434d686 files.c:do_insertfile() - Add some more checks and fix recursion when toggling multibuffer (David Benbennick) by Chris Allegretta · 23 years ago
- 0eab236 files.c:do_browser() - Even more checks and operating dir fixes (David Benbennick) by Chris Allegretta · 23 years ago
- dbfc56c Oops, now credit DB by Chris Allegretta · 23 years ago
- 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 · 23 years ago
- cff6e6f DB's justify patch by Chris Allegretta · 23 years ago
- ce452fb DB's debug and multibuffer and regcomp fix to make nano less of a complete cpu hog by Chris Allegretta · 23 years ago
- 5c63f27 Dlr's revert multibuffer and view mode patch by Chris Allegretta · 23 years ago
- f80a59c - files.c:do_browser() - Fix goto directory operating dir check and tilde expansion (David Benbennick) by Chris Allegretta · 23 years ago
- 858d9d9 - files.c:do_browse_from() - Fix path checking to fix bad paths, escaping the operating directory, new function readable_dir() (David Benbennick) by Chris Allegretta · 23 years ago
- 2a7b8b2 -nano.c:do_justify() - Unset KEEP_CUTBUFFER so nano won't crash with subsequent ^K cuts and justifies (David Benbennick) by Chris Allegretta · 23 years ago
- 5d71514 - Fix nano crashing when searching/replacing an invalid regex (try ^*). Changed regexp_init() to return 1 or 0 based on regcomp()'s return value and search_init to exit with an error message (sorry Jordi) by Chris Allegretta · 23 years ago
- e92a7bc - nano.c:do_mouse() - Fix the mouse code to work with lines longer than COLS and with the proper positioning, including special characters (David Benbennick) by Chris Allegretta · 23 years ago
- db28e96 - winio.c:do_yesno() - Fix mouse interaction bugs with yes/no prompt (David Benbennick) by Chris Allegretta · 23 years ago
- d26ab91 - Fix constant curos updates from obliterating other system messages, and fix statusbar message length. Affects files.c:load_open_file(), nano.c:main(), search.c:findnextstr(), winio.c:statusbar() and do_cursorpos() (David Benbennick) by Chris Allegretta · 23 years ago
- 416896e Updated Spanish translation. by Jordi Mallach · 23 years ago
- b698c35 - files.c:do_browser() - Fix incorrect path check for check_operating_dir() (David Benbennick) by Chris Allegretta · 23 years ago
- a340766 - nano.c:do_char() - Remove unneeded check_statblank() (David Benbennick) by Chris Allegretta · 23 years ago
- 47fcfe5 - Fix cursor position being saved when escaping out of nanogetstr with keys like ^Y and ^V. New arg resetpos to nanogetstr(), added static int resetpos in statusq() (bug found by DLR) by Chris Allegretta · 23 years ago
- 8a85aa0 - search.c:do_search(), do_replace_loop() - Fix edit_update call to use CENTER instead of current_x (related to David Benbennick's fixes for spelling) by Chris Allegretta · 23 years ago
- 64fc78c - nano.c:do_int_spell_fix(), do_int_speller() - Fix crashes with mark position, current_x position and edit_update args (David Benbennick) by Chris Allegretta · 23 years ago
- 63d0b48 - winio.c:edit_refresh() - Fix cursor being above as well as below the current screen (David Benbennick) by Chris Allegretta · 23 years ago
- 77e726d - files.c:save_history() - Fix nrealloc return value being ignored (David Benbennick) by Chris Allegretta · 23 years ago
- fa15886 Updated Polish translation from Wojciech Kotwica. by Jordi Mallach · 23 years ago
- 9090f2e General - Fix subexpression replacement to work consistently. Affects search.c:replace_regexp() and utils.c:strstrwrapper() (David Benbennick) by Chris Allegretta · 23 years ago
- 1939c35 - search.c:do_replace_loop() - Fix various bugs having to do with replace string length and positioning (David Benbennick) by Chris Allegretta · 23 years ago
- 1a128af - nano.c:window_init() - Fix leaking *WINDOWs (no pun intended) (David Benbennick) by Chris Allegretta · 23 years ago
- 54c1f79 - files.c:open_file() - Fix FD leak with file load error (David Benbennick) by Chris Allegretta · 23 years ago
- 149781d - cut.c:do_cut_text() - Fix incorrect cursor location when cutting long lines (David Benbennick) by Chris Allegretta · 23 years ago
- beca0eb Updated Galician translation. by Jordi Mallach · 23 years ago
- 0e86e60 - Changed some translatable debug messages to use %s instead of the function name, and removed gettext from two strings that had no actual words in them that should be translated. Suggested originally by Christian Rose by Chris Allegretta · 23 years ago
- f22e8bf - nanorc.sample: - Change comment to say magenta instead of purple by Chris Allegretta · 23 years ago
- 3bbc416 - winio.c:bottombars() - Change strcpy of gettext() Up string to strncpy of max width 8, to stop stupid strcpy crash by Chris Allegretta · 23 years ago
- d663499 Updated German translation (Michael Piefel). by Jordi Mallach · 23 years ago
- 36fec72 nano.c:usage() - Revamp -H option message to fit in 80 column terminal by Chris Allegretta · 23 years ago
- 3d459ad nano.c:main() - Call load_file with arg 0 for insert, as we aren't really doing an insert, allows new_file() to run if we open a non-file at startup by Chris Allegretta · 23 years ago
- 73a7e7f Updated French, Malay and Ukrainian translations. by Jordi Mallach · 23 years ago
- eeb5004 i18n fixes. by Jordi Mallach · 23 years ago
- 8495c71 French, Swedish, Dutch and Catalan updates. by Jordi Mallach · 23 years ago
- f89d698 Back to CVS by Chris Allegretta · 23 years ago
- f426c9e GNU nano 1.1.99pre1 release by Chris Allegretta · 23 years ago
- d46f544 Commit release notes, final preps for release by Chris Allegretta · 23 years ago
- 5af5889 Latest patch by DLR by Chris Allegretta · 23 years ago
- b32ccd9 Minor #endif fix at the end of files.c by Chris Allegretta · 23 years ago
- 327abda Add DB's real fix, and add do_disabled_msg to proto.h (whose code is this?) by Chris Allegretta · 23 years ago
- d6c8d1a - winio.c:nanogetstr - Move down NANO_SMALL in tab check so nano won't complain if just NANO_SMALL is defined (David Benbennick, presumed fix) by Chris Allegretta · 23 years ago
- e660037 nano.c:version() - Move up check for --disable-nls as it's independent of --enable-tiny now (DLR) by Chris Allegretta · 23 years ago
- f9ab3f7 - nano.1, nano.1.html - Updated for the --preserve and --historylog options by Chris Allegretta · 23 years ago
- 3f8a63c - faq.html: Added docs about the new unified search string interface and search histories, and added --enable-all into configure docs by Chris Allegretta · 23 years ago
- d957f59 configure.ac: - Added --enable-all option to compile in all the extra stuff we'd normally need extra flags for by Chris Allegretta · 23 years ago
- f3de8b5 - Added search/replace history log. Flag -H, --historylog. Flags HISTORY_CHANGED and HISTORYLOG, added entries in nanorc.sample, new functions log_history and save_history (Ken Tyler) by Chris Allegretta · 23 years ago
- 09fc430 DLR's latest bits by Chris Allegretta · 23 years ago
- 2ad0f6c - search.c:do_gotoline() - Don't call blank_statusbar_refresh() so if there's an error returned in multibuffer mode, we can actually see it by Chris Allegretta · 23 years ago
- 2d5fc3a - nano.c:do_int_speller() - Fix FD leaks which occur outside of errors (David Benbennick) by Chris Allegretta · 23 years ago
- d757e25 Update copyright notices, courtesy of mr DLR by Chris Allegretta · 23 years ago
- 9b0d18d Remove stuff generated by autopoint. by Jordi Mallach · 23 years ago
- b947552 Update for recent CVS changes. by Jordi Mallach · 23 years ago