log

age author description
2014-01-16 Aidan Kehoe Increase READ_BUF_SIZE, used in #'insert-file-contents-internal, to #x10000
2014-01-16 Aidan Kehoe Rework description of no_conversion coding system, avoiding pdump confusion.
2014-01-16 Aidan Kehoe Pass character count from coding systems to buffer insertion code.
2013-12-22 Aidan Kehoe Transform #'princ to #'write-sequence at compile time if appropriate.
2013-12-19 Aidan Kehoe Use skip_ascii() in no_conversion_convert() when encoding.
2013-12-17 Aidan Kehoe Use a face, show more context around open parenthesis, #'blink-matching-open
2013-12-17 Aidan Kehoe Add #'write-sequence, on the model of #'write-char, API from Common Lisp.
2013-12-15 Aidan Kehoe Only make promote_args_lazy() available if WITH_NUMBER_TYPES.
2013-12-15 Aidan Kehoe Check (featurep 'font-mgr) before calling fontconfig functions, tests
2013-12-15 Aidan Kehoe Be lazy converting markers to integers, bytecode_{arithcompare,arithop}().
2013-12-15 Aidan Kehoe Return a fixnum as documented with marker arg, #'max, #'min
2013-10-28 Marcus Crestani Disable ASLR on Mavericks.
2013-09-15 Mats Lidell Add mode-require-final-newline from GNU. Thanks GNU.
2013-09-15 Stephen J. Turnbull Include uname and configure arguments in stdout.
2013-09-15 Stephen J. Turnbull process-tests should work on all POSIX systems.
2013-09-15 Stephen J. Turnbull Make fc-name-parse signal on invalid-argument.
2013-09-15 Stephen J. Turnbull Eliminate several compiler (clang) warnings.
2013-09-08 Marcus Crestani Fix VDB detection on x86_64 Macs.
2013-08-26 Stephen J. Turnbull Added tag r21-5-latest-beta for changeset 6c2aa9851f5e
2013-08-26 Stephen J. Turnbull Added tag r21-5-34 for changeset 6c2aa9851f5e
2013-08-26 Stephen J. Turnbull Merge in release commits.
2013-06-23 Stephen J. Turnbull XEmacs 21.5.34 "kale" is released. r21-5-34 r21-5-latest-beta
2013-06-23 Stephen J. Turnbull Update CHANGES-beta.
2013-08-21 Aidan Kehoe Remove an errant word in a lisp/ChangeLog entry.
2013-08-21 Aidan Kehoe Use #'call-with-condition-handler, #'normal-top-level, instead of resignalling
2013-08-21 Aidan Kehoe Warn about non-string non-integer ARG to #'gensym, bytecomp.el.
2013-08-05 Aidan Kehoe Improve coding style, variable names, data.c, sequence.c
2013-08-05 Aidan Kehoe Avoid throwing an error with misc-user events in isearch-pre-command-hook.
2013-08-05 Aidan Kehoe Correct some spelling and formatting in behavior.el.
2013-08-05 Aidan Kehoe Add a language environment for Azeri.
2013-07-27 Stephen J. Turnbull * configure.ac (makeinfo):
2013-07-10 Aidan Kehoe Merge.
2013-07-10 Aidan Kehoe Document #'events-to-keys some more, use it less.
2013-07-10 Aidan Kehoe Document #'events-to-keys some more, use it less.
2013-06-25 Jerry James Require makeinfo 4.12 or later to build the info files. See xemacs-beta
2013-06-22 Stephen J. Turnbull Merge.
2013-06-21 Stephen J. Turnbull Fix stupid omission of cast to string.
2013-06-21 Jerry James Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
2013-06-21 Stephen J. Turnbull Fix no-Mule build.
2013-06-19 Jerry James Support bignums with MPIR. Add documentation on the bignum, ratio,
2013-06-17 Aidan Kehoe Use new language features in #'call-process-internal now they're available.
2013-06-17 Aidan Kehoe Make #'apply-partially more intelligent still when byte-compiled.
2013-06-17 Jerry James Convert C (un)signed long long values to bignums properly.
2013-04-25 Vin Shelton Hack in rudimentary group support for WIN32 in support of Mats ID-FORMAT patch
2013-04-19 Mats Lidell Updated ChangeLog about new unit test for file-attributes.
2013-04-19 Mats Lidell Added optional argument ID-FORMAT to file-attributes for GNU compatibility.
2013-03-28 Jerry James AC_FUNC_SEEKO is the name of the autoconf macro. HAVE_FSEEKO is the name
2013-03-15 Jerry James Update config.guess, config.sub, and install-sh to their latest versions.
2013-03-12 Vin Shelton Fix native windows build which sources an unmodified config.h.in
2013-03-08 Jerry James Since stack_like_{malloc,free}() are only used when WIN32_ANY,
2013-03-07 Jerry James Fix reversed test for the insert-data-in-exec build rule in
2013-03-06 Jerry James Avoid EOVERFLOW from stat() calls due to overflowing inode numbers.
2013-03-05 Mike Sperber Merge.
2013-03-04 Jerry James Fix the module build by completing removal of need_modules_common, forgotten
2013-03-02 Jerry James Make soft links in src for module source files, if built in to the executable.
2013-03-02 Mike Sperber Make f?boundp less necessary.