2010-09-16 |
Aidan Kehoe |
Warn at compile time, error at runtime, with (quote X Y), (function X Y).
|
2010-09-16 |
Aidan Kehoe |
Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
|
2010-09-16 |
Aidan Kehoe |
Add an implementation for #'the, cl-macs.el
|
2010-09-07 |
Aidan Kehoe |
Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.
|
2010-09-06 |
Aidan Kehoe |
Move #'replace to C, add bounds-checking to it and to #'fill.
|
2010-09-05 |
Aidan Kehoe |
Add support for the X11 dead-stroke in x-compose.el.
|
2010-09-05 |
Aidan Kehoe |
Read and print char table defaults, chartab.c
|
2010-09-05 |
Aidan Kehoe |
Add a couple of extra docstring backslashes, #'format-time-string
|
2010-09-03 |
Aidan Kehoe |
Add fixnum as an accepted destination type, #'coerce
|
2010-09-03 |
Aidan Kehoe |
Fix the C++, Visual Studio 2005 builds.
|
2010-09-02 |
Aidan Kehoe |
Support process plists, for greater GNU compatibility.
|
2010-09-02 |
Aidan Kehoe |
Support Roman month numbers, #'format-time-string
|
2010-09-01 |
Aidan Kehoe |
Fewer algorithmic complexity surprises, nicer errors, mapcarX(), maplist()
|
2010-08-30 |
Aidan Kehoe |
Fix style, documentation for rounding functions and multiple values.
|
2010-08-30 |
Aidan Kehoe |
Correct the encoding of asjo@koldfront.dk's name, src/ChangeLog is in
|
2010-08-27 |
Vin Shelton |
Apply GIF colormap fix from Adam Sjogren for issues 150 and 713
|
2010-08-20 |
Mike Sperber |
Add `save-some-buffers-action-alist'.
|
2010-08-21 |
Aidan Kehoe |
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
|
2010-08-21 |
Aidan Kehoe |
Make Lisp reader errors more informative with over-long hex, octal characters
|
2010-08-20 |
Mike Sperber |
Recover from merge SNAFU.
|
2010-08-18 |
Mike Sperber |
Add ` diff-buffer-with-file'.
|
2010-08-15 |
Aidan Kehoe |
Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
|
2010-08-15 |
Aidan Kehoe |
Print symbols with ratio-like names and the associated ratios distinctly.
|
2010-07-24 |
Aidan Kehoe |
Bit vectors are also sequences; enforce this in some CL functions.
|
2010-07-24 |
Aidan Kehoe |
Be more careful about side-effects from Lisp code, #'reduce
|
2010-07-13 |
Mike Sperber |
Merge.
|
2010-07-13 |
Mike Sperber |
Backed out changeset 6466bc9ebf15
|
2010-07-05 |
Marcus Crestani |
Document the new allocator and the new garbage collector in gc.c and mc-alloc.c.
|
2010-06-23 |
Jeff Sparkes |
* console-x-impl.h (DEVICE_X_XFTDRAW): Define, instead of
|
2010-06-13 |
Stephen J. Turnbull |
Add ChangeLogs for recent address updates in permission notices.
|
2010-06-13 |
Stephen J. Turnbull |
Fix up very old FSF address in three Lisp files.
|
2010-06-13 |
Stephen J. Turnbull |
Fix up FSF's Franklin Street address in number.h.
|
2010-06-13 |
Stephen J. Turnbull |
Replace references to GNU Emacs with XEmacs in alpha.h.
|
2010-06-13 |
Stephen J. Turnbull |
Fix typo in permission notice of elhash.c.
|
2010-06-13 |
Stephen J. Turnbull |
Fix up FSF's Franklin Street address in many files.
|
2010-06-08 |
Aidan Kehoe |
Fix a misspelling, diagnose.el.
|
2010-06-08 |
Aidan Kehoe |
Move #'purecopy from alloc.c to being an obsolete alias for #'identity
|
2010-06-07 |
Aidan Kehoe |
Remove all support for InfoDock.
|
2010-06-06 |
Aidan Kehoe |
Move #'reduce to fns.c from cl-seq.el.
|
2010-06-02 |
Aidan Kehoe |
Add Common Lisp's #'complement to cl-extra.el.
|
2010-06-02 |
Aidan Kehoe |
Don't throw an error if gnuclient supports GTK and XEmacs doesn't.
|
2010-06-01 |
Aidan Kehoe |
Add #'substring-no-properties, omitting any extent data.
|
2010-06-01 |
Aidan Kehoe |
Remove the definition of Q_data from glyphs.c, fixing C++ build.
|
2010-05-31 |
Aidan Kehoe |
Use keywords in structure syntax; new #define, NEED_TO_HANDLE_21_4_CODE 1
|
2010-05-30 |
Aidan Kehoe |
Merge.
|
2010-05-30 |
Aidan Kehoe |
Add `float-time', implemented in Lisp.
|
2010-05-30 |
Aidan Kehoe |
Tidying of CL files; make docstrings read better, remove commented-out code
|
2010-05-29 |
Aidan Kehoe |
Use binary search, not linear, for looking up color names, mswindows.
|
2010-05-29 |
Marcus Crestani |
Unbreak `show-memory-usage' for NEW_GC.
|
2010-05-29 |
Marcus Crestani |
Allocate lrecord arrays in own size class.
|
2010-05-28 |
Aidan Kehoe |
Reword the lispref documentation of buffer-display-count.
|
2010-05-28 |
Aidan Kehoe |
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
|
2010-05-24 |
Mike Sperber |
Accept #B<binary>, #O<octal>, and #X<hex>.
|
2010-05-16 |
Aidan Kehoe |
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
|
2010-05-16 |
Aidan Kehoe |
Move `default-file-system-ignore-case' to C; fix bug in directory hash tables
|
2010-05-07 |
Aidan Kehoe |
Merge.
|
2010-04-06 |
Aidan Kehoe |
When printing a frame, print its device, making things clearer with gnuserv
|
2010-04-29 |
Aidan Kehoe |
Implement suggest-key-bindings in terms of teach-extended-commands-p
|
2010-04-29 |
Aidan Kehoe |
Error on too many arguments to #'function, #'quote.
|
2010-04-17 |
Aidan Kehoe |
Keep around file info for dumped functions and variables without docstrings.
|
2010-04-16 |
Ben Wing |
merge
|
2010-04-16 |
Ben Wing |
(try to) fix g++ compilation problems
|
2010-04-15 |
Aidan Kehoe |
Check that MODENAME-mode is fboundp before calling it, files.el
|
2010-04-12 |
Ben Wing |
disable specifier memory usage for the moment
|
2010-04-12 |
Ben Wing |
attempt to fix errors in canna_api.c
|
2010-04-12 |
Ben Wing |
port Mule-ization of mule-wnnfns.c from ben-unicode-internal
|
2010-04-12 |
Ben Wing |
merge
|
2010-04-10 |
Ben Wing |
fix spacing in some files
|
2010-04-09 |
Ben Wing |
finish up CHANGES-beta -- all changes thru Apr 9, 2010
|
2010-04-09 |
Didier Verna |
Fix compilation --without-debug.
|
2010-04-09 |
Didier Verna |
Fix for unavailable arglists in hyper-apropos.
|
2010-04-07 |
Didier Verna |
Add missing CL style fontification.
|
2010-04-07 |
Ben Wing |
fix cygwin compile, fix warning and style in elhash.c
|
2010-04-06 |
Aidan Kehoe |
Call internal_hash() with its new arg, Win32-specific code, fixing build
|
2010-04-05 |
Aidan Kehoe |
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
|
2010-04-05 |
Ben Wing |
merge
|
2010-04-05 |
Ben Wing |
Cosmetic XFT-code fixes, some variable renamings
|
2010-04-03 |
Aidan Kehoe |
Be more careful about parentheses and number features, #'equalp tests
|
2010-04-03 |
Aidan Kehoe |
Be much more careful about resizing a string argument, #'fill
|
2010-04-02 |
Aidan Kehoe |
Don't error if describe-char-use-cache t and database not readable, descr-text
|
2010-04-02 |
Aidan Kehoe |
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
|
2010-04-02 |
Aidan Kehoe |
Call init_string_ascii_begin() in #'sort*, #'fill, don't be clever.
|
2010-04-02 |
Aidan Kehoe |
Avoid build failure, Apple's g++-4.0.1, Mac OS 10.4.
|
2010-04-01 |
Aidan Kehoe |
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
|
2010-03-30 |
Ben Wing |
fix C++ compilation
|
2010-03-30 |
Ben Wing |
merge
|
2010-03-30 |
Ben Wing |
add memory usage info for specifiers
|
2010-03-30 |
Ben Wing |
merge
|
2010-02-23 |
Ben Wing |
merge
|
2010-02-22 |
Ben Wing |
rename objects* (.c, .h and .el files) to fontcolor*
|
2010-02-22 |
Ben Wing |
rearrange stuff in obsolete.el
|
2010-03-29 |
Vin Shelton |
Support Ben's dynarr changes under native Windows
|
2010-03-29 |
Aidan Kehoe |
Use #'function-arglist, etc. from help.el, not reimplementing them, hyper-apropos
|
2010-03-29 |
Ben Wing |
merge
|
2010-03-29 |
Ben Wing |
fix further crash in window-mirror finding
|
2010-03-25 |
Ben Wing |
various fixes to memory-usage stats
|
2010-03-24 |
Ben Wing |
cleanup of code related to xfree(), better KKCC backtrace capabilities, document XD_INLINE_LISP_OBJECT_BLOCK_PTR, fix some memory leaks, other code cleanup
|
2010-03-23 |
Ben Wing |
extract gap array from extents.c, use in range tables
|
2010-03-21 |
Ben Wing |
clean up, rearrange allocation statistics code
|
2010-03-26 |
Aidan Kehoe |
open-database.message
|
2010-03-23 |
Aidan Kehoe |
Make iso-left-tab equivalent to shift-tab, XFree86
|
2010-03-22 |
Vin Shelton |
Fix broken compile of window.c under Visual Studio 6.
|
2010-03-21 |
Aidan Kehoe |
Don't assume a Lisp_Object will fit in a Bytecount, src/alloc.c
|
2010-03-21 |
Aidan Kehoe |
Handle (function ...) specially, cl-prettyprint.
|
2010-03-21 |
Ben Wing |
merge
|
2010-03-21 |
Ben Wing |
fix various problems with allocation statistics, track overhead properly
|
2010-03-19 |
Ben Wing |
merge
|
2010-03-19 |
Ben Wing |
more cleanups to object-memory-usage stuff
|
2010-03-18 |
Ben Wing |
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
|
2010-03-18 |
Ben Wing |
fix crash etc. in tests.c/c-tests.el
|
2010-03-18 |
Ben Wing |
partially update CHANGES-beta
|
2010-03-16 |
Ben Wing |
Remove extraneous stuff in ChangeLog
|