Mercurial > hg > xemacs-beta
graph
-
Convert lisp/ to GPLv3.2010-10-15, by Mike Sperber
-
Added -x flag to configure.2010-10-15, by Mike Sperber
-
Changed bulk of GPLv2 or later files identified by script2010-10-14, by Mats Lidell
-
Fix compile issues for C89 compilers. Use log() instead of log2().2011-04-17, by Jeff Sparkes
-
Add various Common Lisp character functions, making porting CL code easier.2011-04-17, by Aidan Kehoe
-
Merge tty display color cells change that I couldn't push.2011-04-14, by Jeff Sparkes
-
issue 757 - tty device metric for num-color-cells2011-03-28, by Jeff Sparkes
-
No longer create windows-874 as a Win32-specific coding system; thanks Mats!2011-04-12, by Aidan Kehoe
-
Drop support for Thai-XTIS, which was always non-standard and never used.2011-04-08, by Aidan Kehoe
-
Correct some interactions of :from-end and :count, #'delete*, #'remove*2011-04-04, by Aidan Kehoe
-
Correct some nesting of GCPRO and UNGCPRO, thank you Mats' buildbot!2011-04-04, by Aidan Kehoe
-
Use GC_EXTERNAL_LIST_LOOP_* where appropriate, fns.c2011-04-03, by Aidan Kehoe
-
#'cadr, #'caddr, #'cadddr; document some equivalences.2011-04-02, by Aidan Kehoe
-
Implement #'load-time-value less hackishly, by modifying the byte compiler.2011-04-02, by Aidan Kehoe
-
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.2011-04-02, by Stephen J. Turnbull
-
Typo fix: use a semicolon instead of a comma at the end of a statement.2011-03-30, by Jerry James
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2011-03-29, by Aidan Kehoe
-
Drop #'cl-finite-do, defalias #'cl-float-limits to #'ignore in dumped XEmacs2011-03-29, by Aidan Kehoe
-
Make listu() and listn() assemble lists in forward order. Use them.2011-03-29, by Jerry James
-
Give docstrings to least-{positive,negative}-normalized-float, float-*epsilon2011-03-29, by Aidan Kehoe
-
Fix misspelled words, and some grammar, across the entire source tree.2011-03-24, by Jerry James
-
#'custom-add-to-group: warn if GROUP is nil.2011-03-24, by Aidan Kehoe
-
Remove use of auto keyword. It is default and will be illegal in C++0X.2011-03-22, by Mats Lidell
-
Improve read-only error reporting.2011-03-17, by Didier Verna
-
Add compiler macros for #'revappend, #'nreconc.2011-03-21, by Aidan Kehoe
-
#'cl-non-fixnum-number-p: return t for integers > #x3fffffff and < -#x400000002011-03-21, by Aidan Kehoe
-
Improve support for min-colors req in `defface'.2011-03-19, by Stephen J. Turnbull
-
Correct some minor problems in my last change.2011-03-17, by Aidan Kehoe
-
Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el2011-03-17, by Aidan Kehoe
-
Merge.2011-03-17, by Aidan Kehoe
-
Conditionalise the old-* functions and byte codes at compile time.2011-03-17, by Aidan Kehoe
-
Add min-colors specifier to defface, and document it.2011-03-17, by Jeff Sparkes
-
Update png_instantiate () to work with more recent versions of libpng.2011-03-14, by Aidan Kehoe
-
Be better about searching for chars typed via XIM and x-compose.el, isearch2011-03-12, by Aidan Kehoe
-
Address the easy test failures in tests/automated.2011-03-11, by Aidan Kehoe
-
Eliminate byte-compile warnings, core Lisp.2011-03-10, by Aidan Kehoe
-
Use ', not #', when a given symbol may not have a function binding at read time2011-03-10, by Aidan Kehoe
-
Use Common Lisp-derived builtins in a few more places in core Lisp.2011-03-08, by Aidan Kehoe
-
Examining the result of #'length: `eql', not `=', it's better style & cheaper2011-03-08, by Aidan Kehoe
-
Remove redundant functions, format.el, use functions from cl*.el instead.2011-03-08, by Aidan Kehoe
-
Make my Lisp a little more sophisticated, select.el.2011-03-08, by Aidan Kehoe
-
Remove various redundant wrapper lambdas, core lisp.2011-03-08, by Aidan Kehoe
-
Automated merge with file:///home/aidan/xemacs-21.5-checked-out2011-03-01, by Aidan Kehoe
-
Change "special form" to "special operator" in the manuals, too2011-03-01, by Aidan Kehoe
-
#'substring-no-properties: check STRING's type, get_string_range_char won't.2011-02-24, by Aidan Kehoe
-
Document the CL set functions and #'eql in the Lispref, not just cl.texi2011-02-19, by Aidan Kehoe
-
#'byte-compile-normal-call; only examine properties of (car FORM) if a symbol2011-02-16, by Aidan Kehoe
-
xemacs.def.in.in: no longer export acons(), export Facons() instead.2011-02-16, by Aidan Kehoe
-
Be better about eliminating `block's that are not `return-from'd, bytecomp.el2011-02-12, by Aidan Kehoe
-
Correct a bug with circularity checking in #'mapcar*, #'map, etc.2011-02-10, by Aidan Kehoe
-
Remove #'acons from cl.el, make the version in alloc.c visible to Lisp2011-02-09, by Aidan Kehoe
-
Improve the lexical scoping in #'block, #'return-from.2011-02-07, by Aidan Kehoe
-
Correct the order of arguments to map_keymap_sort_predicate(), keymap.c.2011-02-07, by Aidan Kehoe
-
Supply check_string_lessp_nokey explicitly to list_sort(), #'apropos-internal2011-02-06, by Aidan Kehoe
-
Have #'sort*, #'merge use the same test approach as functions from cl-seq.el2011-02-05, by Aidan Kehoe
-
Unbreak font-lock during `revert-buffer.2011-01-30, by Mike Sperber