log

age author description
2011-01-05 Mats Lidell Merged with trunk.
2010-12-31 Mats Lidell Added copyright and license to etc/xemacs.1.
2010-12-30 Mats Lidell Removed SCO files.
2010-12-30 Mats Lidell Merged with trunk.
2010-12-26 Mats Lidell Added copyright notices and GPLv3 license to PROBLEMS and Emacs.ad.
2010-12-11 Mats Lidell Removed editclient.sh due to unclear authorship.
2010-12-11 Mats Lidell Copyright and short license added to etc/gtkrc.
2010-12-11 Mats Lidell Added copyright notices and GPLV3 or later license to NEWS files.
2010-12-06 Mats Lidell Added property notice and license to ChangeLogs.
2010-12-06 Mats Lidell Merged with trunk.
2010-11-26 Mats Lidell Merge with 21.5 trunk.
2010-11-15 Mats Lidell Merge with 21.5 trunk.
2010-11-12 Mats Lidell Added GPLv3 or later license to modules/README.
2010-11-12 Mats Lidell Added GPLv3 or later license and copyright notice to GTK ChangeLogs.
2010-11-07 Mats Lidell Added README for the GPLv3 or later conversion.
2010-11-07 Mats Lidell Added copyright notice with year 1998.
2010-11-06 Mats Lidell Merge with trunk.
2010-11-06 Mats Lidell Convert man/texinfo.tex from GPLv2 or later to GPLv3 or later.
2010-11-06 Mats Lidell Use GNU version which is GPLv3 or later.
2010-11-06 Mats Lidell Converted refcard to from GPLv2 or later to GPLv3 or later.
2010-11-06 Mats Lidell Converted gnuserv docs to GPLv3 or later.
2010-11-05 Mats Lidell Sync HELLO with FSF
2010-11-04 Mats Lidell COPYING in etc updated to GPLv3 or later
2010-11-04 Mats Lidell Convert misc remaining files with GPLv2 or later to GPLv3 or later
2010-11-02 Mats Lidell Rebase with removal of netinstall on trunk
2010-10-31 Mike Sperber Migrate the rest of tests/ to GPLv3.
2010-10-31 Mike Sperber Migrate lwlib/ to GPLv3.
2010-10-30 Mats Lidell Clarify the license for the different parts of the unicode folder
2010-10-28 Mats Lidell Rebase with 21.5 trunk.
2010-10-27 Mats Lidell Inserted copyright and GPLv3 or later license as properties in photos
2010-10-27 Mats Lidell Converted modules to GPLv3 or later.
2010-10-27 Mats Lidell Converted the modules samples to GPLv3 or later.
2010-10-26 Mats Lidell Convert to GPLv3 misc files.
2010-10-26 Mats Lidell Added GPLv3 or later notice to png files with art work.
2010-10-25 Mats Lidell Converted to GPLv3 plain text GPLv2 files in etc/unicode
2010-10-23 Mats Lidell Add explicit GPLv3 or later to xpm and xbm graphics.
2010-10-23 Mats Lidell Convert to GPLv3 or later from plain text GPLv2 or later.
2010-10-23 Mats Lidell Converted to GPLv3 or later. Written by Stephen Turnbull hence.GPLv2 or later.
2010-10-20 Mats Lidell Convert aclocal.m4 to GPLv3 as it was GPLv2 by the author.
2010-10-20 Mats Lidell Convert part of root folder to GPLv3.
2010-10-19 Mats Lidell Converted tooltalk to GPLv3 according to GPLv3 source survey analysis.
2010-10-19 Mats Lidell Convert remainder in "tests" with plain text GPLv2 to GPLv3
2010-10-18 Mike Sperber Convert lib-src/ to GPLv3.
2010-10-15 Mike Sperber Move src/ to GPLv3.
2010-10-15 Mike Sperber Convert lisp/ to GPLv3.
2010-10-15 Mike Sperber Added -x flag to configure.
2010-10-14 Mats Lidell Changed bulk of GPLv2 or later files identified by script
2011-04-17 Jeff Sparkes Fix compile issues for C89 compilers. Use log() instead of log2().
2011-04-17 Aidan Kehoe Add various Common Lisp character functions, making porting CL code easier.
2011-04-14 Jeff Sparkes Merge tty display color cells change that I couldn't push.
2011-03-28 Jeff Sparkes issue 757 - tty device metric for num-color-cells
2011-04-12 Aidan Kehoe No longer create windows-874 as a Win32-specific coding system; thanks Mats!
2011-04-08 Aidan Kehoe Drop support for Thai-XTIS, which was always non-standard and never used.
2011-04-04 Aidan Kehoe Correct some interactions of :from-end and :count, #'delete*, #'remove*
2011-04-04 Aidan Kehoe Correct some nesting of GCPRO and UNGCPRO, thank you Mats' buildbot!
2011-04-03 Aidan Kehoe Use GC_EXTERNAL_LIST_LOOP_* where appropriate, fns.c