]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2000-10-03 Chris AllegrettaUpdates for upcoming 0.9.19 release
2000-10-02 Chris AllegrettaGet rid of punctuation at end of nofollow option, as...
2000-10-02 Chris AllegrettaAdded (int) casts to remove compile warnings with ...
2000-10-01 Chris AllegrettaAdded initializations for last_search and last_replace...
2000-09-27 Chris AllegrettaChanging addresses again
2000-09-21 Chris AllegrettaPDCurses support
2000-09-21 Chris AllegrettaPDCurses support
2000-09-19 Chris AllegrettaCVS Version update
2000-09-19 Chris Allegretta0.9.18 release v0.9.18
2000-09-18 Chris AllegrettaRevised de.po translations by floki@bigfoot.com
2000-09-16 Chris AllegrettaFix bug #44 by Rocco Corsi
2000-09-15 Chris AllegrettaMouse fix for new key handling code
2000-09-15 Chris AllegrettaFinally closed bug #16 for inactivity, updated TODO
2000-09-15 Chris Allegrettaonekey() - Off by one error fix fix ;-) (Rocco Corsi)
2000-09-13 Chris AllegrettaDefault case for slang AC_TRY_RUNs in configure.in
2000-09-13 Chris AllegrettaMade insert key call do_insertfile()
2000-09-13 Chris AllegrettaOops, update editwinrows in window_init()
2000-09-12 Chris AllegrettaMore display updates
2000-09-11 Chris AllegrettaA heapin spoonful of updates in key handling
2000-09-11 Chris AllegrettaOops, I meant in gnome terminal, not xterm ;)
2000-09-11 Chris AllegrettaAdding a new BUG and closing out #41
2000-09-10 Chris Allegrettaback out change in findnexstr that was causing more...
2000-09-07 Jordi MallachGettextized the new Meta strings in nano.c and updated...
2000-09-07 Chris AllegrettaShow two lines from previous page in help file when...
2000-09-06 Chris AllegrettaUse raw mode if _POSIX_VDISABLE isn't available, to...
2000-09-06 Chris AllegrettaType in nano.h
2000-09-06 Chris AllegrettaChanged _POSIX_VERSION checks in regex code to HAVE_REG...
2000-09-05 Chris AllegrettaAssigned entire file cut a number, crediting Ken in...
2000-09-05 Chris AllegrettaFix to cut.c for cutting entire file with marker
2000-09-04 Chris AllegrettaChanged version and files to CVS
2000-09-04 Chris Allegrettaoff by one in toggle help code and set up for 0.9.17... v0.9.17
2000-09-04 Chris Allegretta5 newlines instead of 4 on suspend and po update
2000-09-04 Chris AllegrettaImplemented suspend code to work with Meta-Z
2000-09-03 Chris AllegrettaAdded space to autoindent toggle string
2000-09-02 Chris AllegrettaChanged awkward messages for no help and no wrap mode...
2000-09-02 Chris AllegrettaRemoved commented out wrap code
2000-09-02 Chris Allegrettaupdate_line(): Added check for binary data >= 1 and...
2000-09-02 Chris Allegrettacredit to Mini edit team for Meta idea
2000-09-02 Chris AllegrettaFixed typos and updated PO files
2000-09-02 Chris AllegrettaMoved the toggle Meta keystrokes to the first column...
2000-09-01 Chris AllegrettaAdded small message when using --enable-tiny and toggle...
2000-09-01 Chris AllegrettaOops, fixed the VERSION back to -cvs
2000-09-01 Chris AllegrettaNew toggles for flags via Meta
2000-08-30 Chris AllegrettaUpdated BUGS
2000-08-30 Chris Allegrettafindnextstr() - Fixed check for string that only occurs...
2000-08-29 Chris AllegrettaMade wrapping code less ambitious
2000-08-25 Chris AllegrettaOff by one error fix (Rocco Corsi)
2000-08-22 Chris AllegrettaUpdates by Ben Roberts
2000-08-19 Chris AllegrettaGet rid of lack of update when searching andmark is set
2000-08-16 Chris AllegrettaDoc updates
2000-08-09 Chris Allegrettacvs branch for 0.9.16
2000-08-09 Chris Allegretta0.9.16 release v0.9.16
2000-08-09 Chris AllegrettaDoc updates for 0.9.16 release
2000-08-09 Chris AllegrettaOne more time, configure.in slang check
2000-08-08 Chris AllegrettaNew (and again revised =) slang test code (Albert Chin...
2000-08-08 Chris AllegrettaAdded Id to Makefile.am
2000-08-08 Chris AllegrettaNew libm test for slang
2000-08-07 Chris AllegrettaWhoops, must let check for blowing away cutbuffer get...
2000-08-07 Chris AllegrettaNo more cutting the macic line, added check_statblank...
2000-08-07 Chris AllegrettaOkay, it's not going to work for Makefile.am
2000-08-07 Chris AllegrettaMore RCS schtuff
2000-08-07 Chris AllegrettaMore RCS schtuff
2000-08-06 Chris AllegrettaTesting RCS headers
2000-08-06 Chris AllegrettaTesting RCS headers
2000-08-05 Chris AllegrettaNew slang test code (Albert Chin-A-Young)
2000-08-05 Chris AllegrettaPatch to handle
2000-08-05 Chris AllegrettaFixed getting locked into cutbuffer on cutting first...
2000-08-04 Chris AllegrettaChanged tabsize long arg to actually accept an argument...
2000-08-04 Chris Allegretta0.9.15 sync v0.9.15
2000-08-04 Chris AllegrettaUpdate of ChangeLog and NEWS for 0.9.15 release
2000-08-04 Chris AllegrettaUpdated man pages for universal -T option
2000-08-04 Chris AllegrettaRegenerated Makefile.in with automake -i *shrug*
2000-08-04 Chris AllegrettaRemoved now useless usrtabsize variable (Christian...
2000-08-03 Chris AllegrettaBug update
2000-08-03 Chris AllegrettaNew tabsize code, Im very excited
2000-08-03 Chris AllegrettaAdded recursive loop check
2000-08-01 Chris AllegrettaMore BUGS fixed
2000-07-31 Chris AllegrettaBUGS update
2000-07-31 Chris AllegrettaFinally fixed slang check message, or lack of
2000-07-31 Chris AllegrettaFixed silly page_up_center prototype
2000-07-31 Chris AllegrettaBug fixes for do_enter and do_backspace
2000-07-29 Chris AllegrettaChris goes berzerk on no sleep
2000-07-28 Chris AllegrettaUpdated html man page
2000-07-28 Jordi MallachAdded a reference to -k, --cut option. Need a nano...
2000-07-28 Chris AllegrettaBack out edit_refresh->edit_update until page up/down...
2000-07-28 Chris AllegrettaMore bugs, YAY
2000-07-28 Chris AllegrettaSigh, cancel that
2000-07-28 Chris AllegrettaAnother page_down tweak
2000-07-28 Chris AllegrettaFix for page down onto EOF
2000-07-28 Chris Allegrettaedit_refresh()->edit_update() redundancy
2000-07-28 Chris AllegrettaGot to love typos
2000-07-28 Chris AllegrettaAdded null_at()
2000-07-28 Chris AllegrettaBugfixes and cruft cleanout take 1
2000-07-28 Chris AllegrettaNew cvs code, data abstraction is good
2000-07-28 Chris Allegrettaofficial 0.9.14 sync v0.9.14
2000-07-27 Chris AllegrettaRevised germal translation by floki@bigfoot.com
2000-07-27 Chris AllegrettaAdded documentation for all the -k cut changes
2000-07-27 Chris AllegrettaLast minute touches on -k code
2000-07-27 Chris AllegrettaThis should finish the -k functionality. Would someone...
2000-07-27 Chris AllegrettaUpdated BUGS
next