Mercurial > hg > xemacs-beta
graph
-
Merge.2010-07-13, by Mike Sperber
-
Backed out changeset 6466bc9ebf152010-07-13, by Mike Sperber
-
Document the new allocator and the new garbage collector in gc.c and mc-alloc.c.2010-07-05, by Marcus Crestani
-
* console-x-impl.h (DEVICE_X_XFTDRAW): Define, instead of2010-06-23, by Jeff Sparkes
-
Add ChangeLogs for recent address updates in permission notices.2010-06-13, by Stephen J. Turnbull
-
Fix up very old FSF address in three Lisp files.2010-06-13, by Stephen J. Turnbull
-
Fix up FSF's Franklin Street address in number.h.2010-06-13, by Stephen J. Turnbull
-
Replace references to GNU Emacs with XEmacs in alpha.h.2010-06-13, by Stephen J. Turnbull
-
Fix typo in permission notice of elhash.c.2010-06-13, by Stephen J. Turnbull
-
Fix up FSF's Franklin Street address in many files.2010-06-13, by Stephen J. Turnbull
-
Fix a misspelling, diagnose.el.2010-06-08, by Aidan Kehoe
-
Move #'purecopy from alloc.c to being an obsolete alias for #'identity2010-06-08, by Aidan Kehoe
-
Remove all support for InfoDock.2010-06-07, by Aidan Kehoe
-
Move #'reduce to fns.c from cl-seq.el.2010-06-06, by Aidan Kehoe
-
Add Common Lisp's #'complement to cl-extra.el.2010-06-02, by Aidan Kehoe
-
Don't throw an error if gnuclient supports GTK and XEmacs doesn't.2010-06-02, by Aidan Kehoe
-
Add #'substring-no-properties, omitting any extent data.2010-06-01, by Aidan Kehoe
-
Remove the definition of Q_data from glyphs.c, fixing C++ build.2010-06-01, by Aidan Kehoe
-
Use keywords in structure syntax; new #define, NEED_TO_HANDLE_21_4_CODE 12010-05-31, by Aidan Kehoe
-
Merge.2010-05-30, by Aidan Kehoe
-
Add `float-time', implemented in Lisp.2010-05-30, by Aidan Kehoe
-
Tidying of CL files; make docstrings read better, remove commented-out code2010-05-30, by Aidan Kehoe
-
Use binary search, not linear, for looking up color names, mswindows.2010-05-29, by Aidan Kehoe
-
Unbreak `show-memory-usage' for NEW_GC.2010-05-29, by Marcus Crestani
-
Allocate lrecord arrays in own size class.2010-05-29, by Marcus Crestani
-
Reword the lispref documentation of buffer-display-count.2010-05-28, by Aidan Kehoe
-
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.2010-05-28, by Aidan Kehoe
-
Accept #B<binary>, #O<octal>, and #X<hex>.2010-05-24, by Mike Sperber
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2010-05-16, by Aidan Kehoe
-
Move `default-file-system-ignore-case' to C; fix bug in directory hash tables2010-05-16, by Aidan Kehoe
-
Merge.2010-05-07, by Aidan Kehoe
-
When printing a frame, print its device, making things clearer with gnuserv2010-04-06, by Aidan Kehoe
-
Implement suggest-key-bindings in terms of teach-extended-commands-p2010-04-29, by Aidan Kehoe
-
Error on too many arguments to #'function, #'quote.2010-04-29, by Aidan Kehoe
-
Keep around file info for dumped functions and variables without docstrings.2010-04-17, by Aidan Kehoe
-
merge2010-04-16, by Ben Wing
-
(try to) fix g++ compilation problems2010-04-16, by Ben Wing
-
Check that MODENAME-mode is fboundp before calling it, files.el2010-04-15, by Aidan Kehoe
-
disable specifier memory usage for the moment2010-04-12, by Ben Wing
-
attempt to fix errors in canna_api.c2010-04-12, by Ben Wing
-
port Mule-ization of mule-wnnfns.c from ben-unicode-internal2010-04-12, by Ben Wing
-
merge2010-04-12, by Ben Wing
-
fix spacing in some files2010-04-10, by Ben Wing
-
finish up CHANGES-beta -- all changes thru Apr 9, 20102010-04-09, by Ben Wing
-
Fix compilation --without-debug.2010-04-09, by Didier Verna
-
Fix for unavailable arglists in hyper-apropos.2010-04-09, by Didier Verna
-
Add missing CL style fontification.2010-04-07, by Didier Verna
-
fix cygwin compile, fix warning and style in elhash.c2010-04-07, by Ben Wing
-
Call internal_hash() with its new arg, Win32-specific code, fixing build2010-04-06, by Aidan Kehoe
-
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API2010-04-05, by Aidan Kehoe
-
merge2010-04-05, by Ben Wing
-
Cosmetic XFT-code fixes, some variable renamings2010-04-05, by Ben Wing
-
Be more careful about parentheses and number features, #'equalp tests2010-04-03, by Aidan Kehoe
-
Be much more careful about resizing a string argument, #'fill2010-04-03, by Aidan Kehoe
-
Don't error if describe-char-use-cache t and database not readable, descr-text2010-04-02, by Aidan Kehoe
-
Update CHANGES-beta with my changes to the trunk since 2009-09-20.2010-04-02, by Aidan Kehoe
-
Call init_string_ascii_begin() in #'sort*, #'fill, don't be clever.2010-04-02, by Aidan Kehoe
-
Avoid build failure, Apple's g++-4.0.1, Mac OS 10.4.2010-04-02, by Aidan Kehoe
-
Move #'sort*, #'fill, #'merge to C from cl-seq.el.2010-04-01, by Aidan Kehoe
-
fix C++ compilation2010-03-30, by Ben Wing
-
merge2010-03-30, by Ben Wing
-
add memory usage info for specifiers2010-03-30, by Ben Wing
-
merge2010-03-30, by Ben Wing
-
merge2010-02-23, by Ben Wing
-
rename objects* (.c, .h and .el files) to fontcolor*2010-02-22, by Ben Wing
-
rearrange stuff in obsolete.el2010-02-22, by Ben Wing
-
Support Ben's dynarr changes under native Windows2010-03-29, by Vin Shelton
-
Use #'function-arglist, etc. from help.el, not reimplementing them, hyper-apropos2010-03-29, by Aidan Kehoe
-
merge2010-03-29, by Ben Wing
-
fix further crash in window-mirror finding2010-03-29, by Ben Wing
-
various fixes to memory-usage stats2010-03-25, by Ben Wing
-
extract gap array from extents.c, use in range tables2010-03-23, by Ben Wing
-
clean up, rearrange allocation statistics code2010-03-21, by Ben Wing
-
open-database.message2010-03-26, by Aidan Kehoe
-
Make iso-left-tab equivalent to shift-tab, XFree862010-03-23, by Aidan Kehoe
-
Fix broken compile of window.c under Visual Studio 6.2010-03-22, by Vin Shelton
-
Don't assume a Lisp_Object will fit in a Bytecount, src/alloc.c2010-03-21, by Aidan Kehoe
-
Handle (function ...) specially, cl-prettyprint.2010-03-21, by Aidan Kehoe
-
merge2010-03-21, by Ben Wing
-
fix various problems with allocation statistics, track overhead properly2010-03-21, by Ben Wing
-
merge2010-03-19, by Ben Wing
-
more cleanups to object-memory-usage stuff2010-03-19, by Ben Wing
-
redo memory-usage mechanism, add way of dynamically initializing Lisp objects2010-03-18, by Ben Wing
-
fix crash etc. in tests.c/c-tests.el2010-03-18, by Ben Wing
-
partially update CHANGES-beta2010-03-18, by Ben Wing
-
Remove extraneous stuff in ChangeLog2010-03-16, by Ben Wing
-
Correct the notany, notevery compiler macros.2010-03-20, by Aidan Kehoe
-
merge2010-03-19, by Ben Wing
-
fix compilation problems identified by Robert Delius Royar2010-03-17, by Ben Wing
-
Reflect change from `lib' to `share' in INSTALL.2010-03-18, by Mike Sperber
-
Reflect --with-datadir setting in late-package directories.2010-03-18, by Mike Sperber
-
Reflect change from `lib' to `share' in docs.2010-03-18, by Mike Sperber
-
fix up doc of next-single-char-property-change and friends2010-03-15, by Ben Wing
-
fix bug in generating display-table entries for error octet characters2010-03-15, by Ben Wing
-
merge2010-03-13, by Ben Wing
-
merge2010-03-13, by Ben Wing
-
reduce lcrecord headers to 2 words, rename printing_unreadable_object2010-03-13, by Ben Wing
-
fix issues with finalizers in number.c, postgresql, ldap2010-03-08, by Ben Wing
-
merge2010-03-13, by Ben Wing
-
Clean up prototypes for Lisp variables/symbols. Put decls for them with2010-03-13, by Ben Wing
-
implement absolute background-placement for Windows, sort of2010-03-13, by Ben Wing
-
reindent modules/base64/base64.c2010-03-13, by Ben Wing
-
Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically2010-03-13, by Ben Wing
-
Final merge of branch ben-lisp-object into default branch2010-03-07, by Ben Wing
-
Close branch `ben-lisp-object', work has been integrated into mainline ben-lisp-object2010-03-07, by Ben Wing
-
Merge branch ben-lisp-object into default branch2010-03-07, by Ben Wing
-
separate regular and disksave finalization, print method fixes. ben-lisp-object2010-01-20, by Ben Wing
-
Added tag ben-lisp-object-final-ws-year-2005 for changeset 3742ea8250b5 ben-lisp-object2009-12-30, by Ben Wing
-
Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-20052009-12-26, by Ben Wing
-
Added tag ben-lisp-object-bp for changeset aaf96f4ba6122009-12-26, by Ben Wing
-
Correct the #'delete-duplicates calls, setup-paths.el2010-03-11, by Aidan Kehoe
-
Fix "make check" under native windows2010-03-08, by Vin Shelton
-
some changes to doc strings/comments in disp-table.el2010-03-07, by Ben Wing
-
Added tag ben-lisp-object-bp for changeset aaf96f4ba6122009-12-26, by Ben Wing
-
merge2010-03-07, by Ben Wing
-
make test backtraces smaller2010-03-07, by Ben Wing
-
add a comment about where FRAME_PIXWIDTH/FRAME_PIXHEIGHT is set2010-03-06, by Ben Wing
-
merge2010-03-06, by Stephen J. Turnbull
-
Test escape-quoted for the range U+0000 to U+00FF.2010-03-06, by Stephen J. Turnbull
-
Remove #'byte-compile-compiled-obj-to-list, bytecomp.el2010-03-06, by Aidan Kehoe
-
fix Stephen's bug with frame sizing2010-03-06, by Ben Wing
-
add documentation to frame.c, rearrange some functions to consolidate in related areas2010-03-06, by Ben Wing
-
merge2010-03-05, by Ben Wing
-
merge2010-03-05, by Ben Wing
-
fix auto-autoloads when default coding system is utf-82010-02-26, by Ben Wing
-
fix bad bug with escape-quoted handling2010-03-05, by Ben Wing
-
Avoid the query-coding-tests.el hang, by fixing a logic bug.2010-03-05, by Aidan Kehoe
-
Use #'subseq, not #'substring, in native-windows-specific code, make-docfile.el2010-03-04, by Aidan Kehoe
-
merge2010-03-04, by Ben Wing
-
Updates to internals.texi2010-03-04, by Ben Wing
-
merge2010-03-04, by Ben Wing
-
fix outdated comment2010-03-03, by Ben Wing
-
merge2010-03-03, by Ben Wing
-
move inclusion point of text.h to clean things up a bit2010-03-02, by Ben Wing
-
fix compile errors/warnings2010-03-02, by Ben Wing
-
Further frame-geometry cleanups2010-03-03, by Ben Wing
-
Make #'substring an alias of #'subseq; give the latter the byte code.2010-03-03, by Aidan Kehoe
-
Signal an error upon reading 1/0.2010-03-02, by Jerry James
-
Remove man/custom.texi.2010-03-02, by Jerry James
-
Print multiple values with #<INTERNAL OBJECT (XEmacs bug?) ...>, too2010-03-02, by Aidan Kehoe
-
Handle the :from-end argument correctly, #'delete-duplicates compiler macro.2010-03-02, by Aidan Kehoe
-
Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.2010-03-01, by Aidan Kehoe
-
Back out revision c673987f5f3d, undump mule/make-coding-system.el.2010-02-26, by Aidan Kehoe
-
Merge.2010-02-26, by Aidan Kehoe
-
Backed out changeset c673987f5f3d2010-02-26, by Aidan Kehoe
-
The background-placement face property.2010-02-25, by Didier Verna
-
merge2010-02-25, by Ben Wing
-
fix for clipped minibuffer window2010-02-25, by Ben Wing
-
clean up toolbar/gutter edge geometry2010-02-25, by Ben Wing
-
fix issues with display of argument docstrings2010-02-25, by Ben Wing
-
Normally return a compiled function if one argument, #'constantly.2010-02-24, by Aidan Kehoe
-
Modify XLIKE_get_gc's prototype2010-02-24, by Didier Verna
-
Fixes for bitmap mask files handling2010-02-24, by Didier Verna
-
merge2010-02-23, by Ben Wing
-
fix typo in comment2010-02-23, by Ben Wing
-
fix so that CL docstrings (with &key, etc.) handled properly2010-02-23, by Ben Wing
-
move test-harness to lisp/ directory so it gets byte-compiled2010-02-23, by Ben Wing
-
dump make-coding-system2010-02-23, by Ben Wing
-
add functions `stable-union' and `stable-intersection' to do stable set operations2010-02-23, by Ben Wing
-
add documentation on keywords to cl*.el2010-02-23, by Ben Wing
-
fix expected-buggy test to avoid abort in test file2010-02-23, by Ben Wing
-
remove unused var in test-harness2010-02-23, by Ben Wing
-
merge2010-02-22, by Ben Wing
-
fix compile warning2010-02-22, by Ben Wing
-
merge2010-02-22, by Ben Wing
-
merge2010-02-22, by Ben Wing
-
fix memory usage stats to include pdumped objects2010-02-21, by Ben Wing
-
clean up a bit the object-memory-usage-stats after gc2010-02-21, by Ben Wing
-
Automated merge with file:///home/aidan/xemacs-21.5-checked-out2010-02-22, by Aidan Kehoe
-
Add #'constantly, as specified by ANSI Common Lisp.2010-02-22, by Aidan Kehoe
-
Simplify assertion in events.c so it will build under Visual Studio 62010-02-22, by Vin Shelton
-
fix build problem with pdump2010-02-22, by Ben Wing
-
fix to assert in extents.c, so `make check' works2010-02-21, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
Fix quick-build, use asserts() in place of ABORT()2010-02-20, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
put width before height consistently, fix a real bug found in the process2010-02-21, by Ben Wing
-
some random fixups2010-02-20, by Ben Wing
-
more frame-sizing cleanups2010-02-16, by Ben Wing
-
remove duplicative code in change_frame_size()2010-02-16, by Ben Wing
-
various frame-geometry fixes2010-02-16, by Ben Wing
-
Fix some compile warnings, make vdb test code conditional on DEBUG_XEMACS2010-02-16, by Ben Wing
-
add regexp-debugging2010-02-16, by Ben Wing
-
fixes to test harness to allow backtracing/debugging of failures2010-02-21, by Ben Wing
-
merge2010-02-21, by Ben Wing
-
major dynarr fixes2010-02-20, by Ben Wing
-
fix c-tests2010-02-20, by Ben Wing
-
Use better types when ESCAPECHAR is specified, split_string_by_ichar_12010-02-19, by Aidan Kehoe
-
Add a new optional ESCAPE-CHAR argument to #'split-string-by-char.2010-02-07, by Aidan Kehoe
-
Fix a multiple-value bug, mapcarX; correct a comment and a label name.2010-02-19, by Aidan Kehoe
-
Remove the unused PDWORD_PTR typedef from syswindows.h2010-02-19, by Aidan Kehoe
-
Fix Windows build by removing reference to no longer existent term.texi file2010-02-19, by Vin Shelton
-
Remove man/term.texi from core.2010-02-17, by Jerry James
-
Winclient updates2010-02-12, by Vin Shelton
-
merge2010-02-10, by Stephen J. Turnbull
-
Add information about repos and VCSes to FAQ.2010-02-10, by Stephen J. Turnbull
-
merge2010-02-10, by Ben Wing
-
revamp DFC comment in text.h, some whitespace cleanup2010-02-10, by Ben Wing
-
Restore Jerry's ChangeLog for src/s/hpux11-shr.h.2010-02-10, by Stephen J. Turnbull
-
merge2010-02-10, by Ben Wing
-
error-checking, Windows shutdown changes2010-02-10, by Ben Wing
-
long comment in syswindows.h about build constants2010-02-10, by Ben Wing
-
fix bad defn of disabled inline assert2010-02-09, by Ben Wing
-
merge2010-02-09, by Ben Wing
-
fix non-Mule build2010-02-09, by Ben Wing
-
add comment about simultaneous window-system consoles2010-02-09, by Ben Wing
-
remove bogus usage of annotations from help.el2010-02-09, by Ben Wing
-
enable more warnings and fix them2010-02-09, by Ben Wing
-
cleanups to debug-print, try harder to make it work during GC2010-02-08, by Ben Wing
-
changes to VOID_TO_LISP et al.2010-02-08, by Ben Wing
-
Remove extra junk from man/ChangeLog2010-02-08, by Ben Wing
-
some internals-manual updates2010-02-08, by Ben Wing
-
Windows fixes for Visual Studio 62010-02-09, by Vin Shelton
-
Miscellaneous small fixes to Windows VS6 build2010-02-09, by Vin Shelton
-
Add license information from Marcus Thiessel.2010-02-09, by Jerry James
-
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See2010-02-09, by Jerry James
-
Instantiate Ben's compile fix for nt.c2010-02-09, by Vin Shelton
-
Cast correctly, Dynarr_verify, Dynarr_verify_mod, no ERROR_CHECK_STRUCTURES2010-02-07, by Aidan Kehoe
-
Do not assume #'format-decode exists in fileio.c.2010-02-07, by Aidan Kehoe
-
#'union doesn't preserve relative order; use #'delete-duplicates instead.2010-02-07, by Aidan Kehoe
-
fix some compile bugs of Aidan's2010-02-07, by Ben Wing
-
Automatic merge2010-02-07, by Ben Wing
-
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files2010-02-07, by Ben Wing
-
fix compile error in mapcarX2010-02-07, by Ben Wing
-
Merge.2010-02-06, by Aidan Kehoe
-
Move #'some, #'every to C, implementing them with mapcarX.2010-02-03, by Aidan Kehoe
-
Merge.2010-02-03, by Aidan Kehoe
-
Move the various map* functions to C; add #'map-into.2010-01-31, by Aidan Kehoe
-
Automatic merge2010-02-06, by Ben Wing
-
convert some source files to utf-82010-02-06, by Ben Wing
-
Automatic merge2010-02-06, by Ben Wing
-
implement configure test for whether ndbm.h prototypes are broken2010-02-06, by Ben Wing
-
Automatic merge2010-02-06, by Ben Wing
-
make utf-8 default for Cygwin 1.7, rewrite init code determining default coding systems2010-02-06, by Ben Wing
-
fix compile problems on Windows native2010-02-06, by Ben Wing
-
Add GPL v2 or later header to s/sco7.h.2010-02-05, by Jerry James
-
Remove old external module test.2010-02-05, by Jerry James
-
Automatic merge2010-02-05, by Ben Wing
-
xlike, doc changes2010-02-05, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
Cleanups/renaming of EXTERNAL_TO_C_STRING and friends2010-02-05, by Ben Wing
-
Martin Buchholz claims tests/frame.el.2010-02-05, by Jerry James
-
fix bug #668 (compile error, not --with-debug)2010-02-05, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
Rename xfree(FOO, TYPE) -> xfree(FOO)2010-02-04, by Ben Wing
-
Automatic merge2010-02-05, by Ben Wing
-
fix compile problems in bytecode.c when no error-check-byte-code (issue 666)2010-02-05, by Ben Wing
-
fix compile errors2010-02-05, by Ben Wing
-
change name of lock file to avoid problems with etags, byte-recompile-directory, etc.2010-02-04, by Ben Wing
-
put back patch to get more informative staticpro debugging2010-02-04, by Ben Wing
-
fix compile problems2010-02-04, by Ben Wing
-
Automatic merge2010-02-04, by Ben Wing
-
fix crash in glyph-cachels2010-02-04, by Ben Wing
-
rewrite dynarr code2010-02-04, by Ben Wing
-
merge2010-02-01, by Ben Wing
-
Fix lots of ChangeLog duplication2010-02-01, by Ben Wing
-
fix compile error2010-02-01, by Ben Wing
-
merge2010-02-01, by Ben Wing
-
merge2010-02-01, by Ben Wing
-
Change Xft warning in configure.ac to make filtering it more safe2010-02-01, by Ben Wing
-
slight cleanup, move EXFUN of regexp-quote to lisp.h2010-01-30, by Ben Wing
-
merge2010-01-28, by Ben Wing
-
finish doc comment on `lisp-indent-specform'2010-01-28, by Ben Wing
-
merge2010-01-28, by Ben Wing
-
fix compile errors due to mismatched string pointer types2010-01-28, by Ben Wing
-
turn on load-ignore-out-of-date-elc-files by default2010-01-27, by Ben Wing
-
fix an obscure crash reading from stream devices2010-01-27, by Ben Wing
-
function renamings to track names of char typedefs2010-01-27, by Ben Wing
-
Mule-izing, various fixes related to char * arguments2010-01-27, by Ben Wing
-
some fixes to gdbinit.in.in2010-01-27, by Ben Wing
-
Random changes to make-msgfile.lex2010-01-27, by Ben Wing
-
compile-related functions added, for use in Unicode-internal ws2010-01-17, by Ben Wing
-
fix some tests in `make check', also add our own file-tests2010-01-25, by Ben Wing
-
Somehow fix-perms.sh didn't get committed2010-01-25, by Ben Wing
-
(main branch) redo capitalize-string-as-title2010-01-24, by Ben Wing
-
(main branch) Update make-syntax-table doc2010-01-24, by Ben Wing
-
Fixes to configure so --with-error-checking=yes works2010-01-23, by Ben Wing
-
rebuild configure2010-01-25, by Ben Wing
-
(for main branch) Indent all `with-*' expressions correctly2010-01-22, by Ben Wing
-
use two hashes for comments in Makefile.in.in2010-01-21, by Ben Wing
-
(for main branch) add long comment about types of magic symbols2010-01-21, by Ben Wing
-
build fixes for gdbinit and config-dependent elc files2010-01-21, by Ben Wing
-
(for main branch) Proper fix for dynarr->largest value assertion failure.2010-01-19, by Ben Wing
-
(for main branch) Also reset dynarr->largest value during pdump.2010-01-19, by Ben Wing
-
modify gdbinit to track Makefile.in.in, add command for update-elc-22010-01-19, by Ben Wing
-
make it easier to debug staticpro crashes.2010-01-19, by Ben Wing
-
merge2010-01-25, by Ben Wing
-
fix compile issues with gcc 42010-01-25, by Ben Wing
-
merge2010-01-21, by Ben Wing
-
fix up comments about finalizers and NEWGC internal objects2010-01-20, by Ben Wing
-
fix dynarr-related crash apparently due to compiler bug2010-01-20, by Ben Wing
-
change text_width method to take a window, in preparation for unicode-internal changes2010-01-19, by Ben Wing
-
Add copyright and license information for Jonathan Harris's contributions.2010-02-03, by Jerry James
-
Add copyright and license information to s/mach-bsd4-3.h.2010-02-03, by Jerry James
-
fix minor compile problem2010-02-03, by Ben Wing
-
temporarily back out part of patch to avoid compile probs2010-02-03, by Ben Wing
-
remove old no-longer-useful kludgy compiled-fun annotations hack2010-02-03, by Ben Wing
-
merge2010-02-03, by Ben Wing
-
add more byte-code assertions and better failure output2010-02-03, by Ben Wing
-
Merge.2010-02-03, by Aidan Kehoe
-
Remove a couple of XEmacs-specific duplicate functions, find-paths.el2010-02-03, by Aidan Kehoe
-
Automatic merge2010-02-03, by Ben Wing
-
xlike cleanup, documentation2010-02-03, by Ben Wing
-
split USE_XFT into HAVE_XFT/USE_XFT2010-02-02, by Ben Wing
-
Use DOC for dumped Lisp file names; Xref to source-lisp if readable, symbol-file2010-02-03, by Aidan Kehoe
-
When aborting due to unknown opcode, output more descriptive msg2010-02-02, by Ben Wing
-
Automated merge with http://hg.debian.org/hg/xemacs/xemacs2010-02-02, by Ben Wing
-
use more specific `scan-error' in scan-lists to be GNU compatible2010-02-02, by Ben Wing
-
Fix Visual Studio 6 build2010-02-01, by Vin Shelton
-
Make canoncase visible to Lisp; use it with chars in internal_equalp.2010-02-01, by Aidan Kehoe
-
fix xft compile error2010-02-01, by Ben Wing
-
various fixes related to gtk, redisplay-xlike-inc.c2010-02-01, by Ben Wing
-
merge2010-02-01, by Ben Wing
-
implement equalp in C, fix case-folding, add equal() method for keymaps2010-02-01, by Ben Wing
-
Change "special form" to "special operator" in our sources.2010-01-31, by Aidan Kehoe
-
Don't compare the same octet with itself if checking for boyer_moore_ok2010-01-31, by Aidan Kehoe
-
fix compile problems in intl-encap* under VS62010-01-31, by Ben Wing
-
fix CRLF line endings in search-tests.el2010-01-31, by Ben Wing
-
Don't use Boyer-Moore if repeated octets & case-insensitive search.2010-01-30, by Aidan Kehoe
-
Add tests for the regexp-ranges-treat-control-1-chars badly bug.2010-01-30, by Aidan Kehoe
-
Make #'find-function behave better with dumped functions, installed XEmacs2010-01-30, by Aidan Kehoe
-
merge2010-01-30, by Ben Wing
-
fix longstanding search bug involving searching for Control-1 chars2010-01-30, by Ben Wing
-
fix reversed old-Cyrillic case mappings2010-01-30, by Ben Wing
-
Automated merge with http://hg.debian.org/hg/xemacs/xemacs2010-01-29, by Ben Wing
-
Add copyright and license information based on Ben's recollections.2010-01-28, by Jerry James
-
Add typedefs for PCVOID and PDWORD_PTR for non-Cygwin-headers folks.2010-01-28, by Ben Wing
-
Fix the build problem in number.c2010-01-27, by Aidan Kehoe
-
fix failing-case output of Assert-test, add Assert-test-not2010-01-27, by Ben Wing
-
minor comment fix2010-01-27, by Ben Wing
-
Add Unicode-case-table-based torture test to case-tests.el2010-01-27, by Ben Wing
-
merge2010-01-27, by Ben Wing
-
merge2010-01-27, by Ben Wing
-
Merge.2010-01-26, by Aidan Kehoe
-
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums2010-01-24, by Aidan Kehoe
-
Fix the bugs necessary to resolve the trivial test failures in mule-tests.el2010-01-26, by Aidan Kehoe
-
Be more careful about canonical integer forms when dealing with ratios.2010-01-24, by Aidan Kehoe
-
merge most of rest of redisplay-x.c and redisplay-gtk.c into redisplay-xlike-inc.c2010-01-18, by Ben Wing
-
break out common separate-into-runs routines into redisplay-xlike-inc.c2010-01-18, by Ben Wing
-
try harder to avoid crashing when debug-printing2010-01-18, by Ben Wing
-
fix compile errors when --with-msw=no2010-01-16, by Ben Wing
-
commit ChangeLog for PROBLEMS change2010-01-15, by Ben Wing
-
add issue about building on Cygwin with C++, NEWGC and optimization2010-01-15, by Ben Wing
-
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers2010-01-15, by Ben Wing
-
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c2010-01-15, by Ben Wing
-
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers2010-01-12, by Ben Wing
-
Fix Cygwin module builds when --with-msw=no2010-01-15, by Ben Wing
-
rewrite check for bad memory in debug_can_save_memory2010-01-15, by Ben Wing
-
fix compile problems under Visual Studio 62010-01-15, by Ben Wing
-
Eliminate funcalls, #'handle-pre-motion-command-current-command-is-motion2010-01-20, by Aidan Kehoe
-
Merge.2010-01-18, by Mike Sperber
-
Revert cast in check_writable() and fix up macros to use const.2010-01-18, by Vin Shelton
-
Specifically look for gnuserv in `exec-directory'.2010-01-17, by Mike Sperber
-
Always use our rint(), for rounding consistency with the bignum code.2010-01-16, by Aidan Kehoe
-
Fix VS6 build breakage in fileio.c2010-01-15, by Vin Shelton
-
Fix EOVERFLOW breakage under Visual Studio 62010-01-15, by Vin Shelton
-
Modify X11 bgcolor fallback for the default face.2010-01-14, by Didier Verna
-
get make check working again2010-01-14, by Ben Wing
-
fix more build problems2010-01-14, by Ben Wing
-
Move def of CYGWIN_HEADERS to s files2010-01-14, by Ben Wing
-
Add ChangeLog entries for previous changes to tests dir2010-01-14, by Ben Wing
-
Clean up macro Assert2010-01-14, by Ben Wing
-
Create Assert-eq, Assert-equal, etc.2010-01-14, by Ben Wing
-
fix compile problems2010-01-14, by Ben Wing
-
fix build problems2010-01-14, by Ben Wing
-
need to provide debug-xemacs for debug-on-error changes to work2010-01-13, by Ben Wing
-
merge2010-01-13, by Ben Wing
-
Fix executable permissions on source files2010-01-13, by Ben Wing
-
Fix parentheses.2010-01-13, by Jerry James
-
Remove support for non-pdump on Cygwin.2010-01-13, by Jerry James
-
be more careful when printing to check for bad objects2010-01-13, by Ben Wing
-
clean up object print methods2010-01-13, by Ben Wing
-
show description properly in Assert-failure message2010-01-13, by Ben Wing
-
Various cleanups for Dynarr code, from Unicode-internal ws2010-01-13, by Ben Wing
-
add more foo_checking_assert macros2010-01-13, by Ben Wing
-
Use with-FOO consistently instead of enable-FOO2010-01-13, by Ben Wing
-
when `debug', abort when lisp error during loadup2010-01-13, by Ben Wing
-
changes to get old non-pdump dumping on Cygwin to work (sort of)2010-01-13, by Ben Wing
-
fix bad change to default_query_method, rewrite conditional for more correctness2010-01-13, by Ben Wing
-
merge2010-01-12, by Ben Wing
-
imported patch cygwin-headers-cosmetic-1-11-102010-01-12, by Ben Wing
-
stuff got duplicated in the src ChangeLog2010-01-12, by Ben Wing
-
imported patch changelog-changes-1-11-102010-01-12, by Ben Wing
-
merge2010-01-10, by Ben Wing
-
fix messed-up fastmap calculation in charset_mule_not2010-01-10, by Ben Wing
-
fix bug in returning range table ends in unified range table code2010-01-10, by Ben Wing
-
fix typo in query code2010-01-10, by Ben Wing
-
try to fix problems with link errors involving inlined functions2009-12-28, by Ben Wing
-
fix warnings2009-12-28, by Ben Wing
-
more fixes to get a clean compile2009-12-27, by Ben Wing
-
use call3_check_string on all invocations of external handlers in expand-file-name2009-12-27, by Ben Wing
-
merge changes to get things to compile under cygwin2009-12-25, by Ben Wing
-
changes to get things to compile under latest cygwin2009-12-25, by Ben Wing
-
Merge with revision 50102dde8ab22010-01-10, by Didier Verna
-
Cosmetic changes in x-faces.e2010-01-10, by Didier Verna
-
Automated merge with file:///home/aidan/xemacs-21.5-checked-out2010-01-09, by Aidan Kehoe
-
Use keywords, not ordinary symbols, in the structure syntax for hash tables.2010-01-09, by Aidan Kehoe
-
Deactivate obsolete x-face initialization cod2010-01-09, by Didier Verna
-
Handle bitmap files in bitmap directory properly2010-01-09, by Didier Verna
-
Fix a bug I introduced in #'with-trapping-errors.2010-01-09, by Aidan Kehoe
-
Fix query_string_font lookup domains2010-01-09, by Didier Verna
-
Fix query_string_geometry lookup domain2010-01-09, by Didier Verna
-
Merge.2010-01-08, by Aidan Kehoe
-
Change build_string to build_intstring, fixing the Visual C++ build.2010-01-08, by Aidan Kehoe
-
Make COLUMN optional in #'indent-region, as in GNU.2010-01-08, by Aidan Kehoe
-
Automated merge with file:///home/aidan/xemacs-21.5-checked-out2010-01-07, by Aidan Kehoe
-
Add a compiler macro for #'map, where CL-TYPE is constant and understood.2010-01-07, by Aidan Kehoe
-
Initialize the result variable passed to FcFontMatch. See xemacs-patches2010-01-07, by Jerry James
-
Ignore file-too-large conditions when stat()ing a file for dired. The size2010-01-07, by Jerry James
-
Merge.2010-01-07, by Aidan Kehoe
-
Use uninterned symbols in various information-hiding contexts.2010-01-01, by Aidan Kehoe
-
Move the arabic-iso8859-6 character set back to C, otherwise X11 lookup fails.2010-01-07, by Aidan Kehoe
-
Unbreak the non-bignum build by only calling reinit_vars_of_number() if2010-01-06, by Jerry James
-
Enable rudimentary support for valgrind, including functions that tell valgrind2010-01-06, by Jerry James
-
Don't create any bignums before pdumping. Add bignum, ratio, and bigfloat2010-01-06, by Jerry James
-
Merge changeset #b828e06dbe38 with tip2010-01-06, by Didier Verna
-
New (Common Lisp) function get-propertie2010-01-06, by Didier Verna
-
Free, rather than discard, the return value of FcNameUnparse. See message2010-01-05, by Jerry James
-
Change /usr/lib/X11 paths to /usr/share/X11. See xemacs-patches message with2010-01-04, by Jerry James
-
Fix typo in last patch.2010-01-01, by Stephen J. Turnbull
-
Don't args-out-of-range in compare-strings.2010-01-01, by Stephen J. Turnbull
-
#'functionp gives nil for special forms, as in CL and GNU Emacs 23.2010-01-01, by Aidan Kehoe
-
Merge.2009-12-31, by Aidan Kehoe
-
Remove attempted support for 1996-era emacs without self-quoting keywords.2009-12-19, by Aidan Kehoe
-
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.2009-12-31, by Aidan Kehoe
-
Fix issue 546, use next-single-char-property-change in list-mode.el2009-12-31, by Aidan Kehoe
-
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches2009-12-22, by Jerry James
-
Merge Adrian's issue634 commit (fixup ChangeLog).2009-12-22, by Stephen J. Turnbull
-
Merge Adrian's doc commit.2009-12-22, by Stephen J. Turnbull
-
Goodbye dk.xemacs.org2009-12-21, by Adrian Aichner
-
xemacs: fix issue 6342009-11-26, by Adrian Aichner
-
Remove the lib-src/yow binary, which is currently unused anyway. See message2009-12-21, by Jerry James
-
Dump the arabic-iso8859-6 character set, again.2009-12-21, by Aidan Kehoe
-
Eliminate most core code byte-compile warnings.2009-12-18, by Aidan Kehoe
-
Remove more obsolete files. See xemacs-patches message with ID2009-12-18, by Jerry James
-
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with2009-12-18, by Jerry James
-
Call character_to_event on characters received from XIM, event-Xt.c2009-12-17, by Aidan Kehoe
-
Make my last change to elhash.c more kosher, comparing pointers not ints2009-12-17, by Aidan Kehoe
-
Cast enumerations to int before comparing them for the sake of VC++.2009-12-17, by Aidan Kehoe
-
Serialise non-default hash table rehash thresholds correctly; use this.2009-12-17, by Aidan Kehoe
-
Don't attempt to free dumped data, alloc.c:resize_string()2009-12-17, by Aidan Kehoe
-
Remove Fsave_window_excursion from window.c, it's overridden by Lisp.2009-12-17, by Aidan Kehoe
-
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.2009-12-15, by Jerry James
-
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.2009-12-15, by Jerry James
-
Remove unused Wise installer sources.2009-12-14, by Jerry James
-
Remove more obsolete files.2009-12-14, by Jerry James
-
Add missing return value type to unicode_query.2009-12-12, by Stephen J. Turnbull
-
Remove support for pre-X11R5 systems, including systems without Xmu. See2009-12-10, by Jerry James
-
Etags: use memmove instead of strcpy to move characters within a string. See2009-12-09, by Jerry James
-
Fix log for previous commit.2009-12-04, by Stephen J. Turnbull
-
Avoid calling Xft if not built in.2009-12-04, by Stephen J. Turnbull
-
automatic merge2009-12-04, by Stephen J. Turnbull
-
Prevent font frobbers from operating on TTY specs.2009-12-04, by Stephen J. Turnbull
-
Add copyright and license information to files authored by Jan Vroonhof.2009-12-03, by Jerry James
-
Make configure --with-database={dbm|gdbm} work again.2009-12-02, by Mike Alexander
-
Synchronize window point with current point of old buffer.2009-11-22, by Mike Sperber