2009-10-05 |
Jerry James |
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
|
2009-10-05 |
Jerry James |
Add explicit GPL v2 or later notices to Bill Perry's code, where such notices
|
2009-10-05 |
Jerry James |
Use giflib or libungif to provide GIF support, instead of using internal
|
2009-10-01 |
Mike Sperber |
Fix `focus-frame'.
|
2009-09-30 |
Mike Sperber |
Bring `try-completion''s interface closer to GNU Emacs.
|
2009-09-30 |
Aidan Kehoe |
Register any CCL programs used by fixed-width coding-systems.
|
2009-09-24 |
Stephen J. Turnbull |
Image instantiator pixmap hotspots are Lisp integers; make it so in GTK.
|
2009-09-24 |
Stephen J. Turnbull |
Check for gdbm/ndbm.h, too.
|
2009-09-23 |
Stephen J. Turnbull |
Fix crash due to mishandling transparency.
|
2009-09-20 |
Aidan Kehoe |
Add argument information to remaining MANY or UNEVALLED C subrs.
|
2009-09-20 |
Aidan Kehoe |
Move Qfrom_unicode to general-slots.h, fix the native Win32 build.
|
2009-09-19 |
Aidan Kehoe |
Move the #'query-coding-region implementation to C.
|
2009-09-11 |
Aidan Kehoe |
Fix a bug with Unicode error sequences and very short input strings.
|
2009-09-06 |
Aidan Kehoe |
Fix various small issues with the multiple-value implementation.
|
2009-08-24 |
Jerry James |
Fix build problems on WIN32 platforms caused by the large image crash fix.
|
2009-08-11 |
Aidan Kehoe |
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
|
2009-08-16 |
Aidan Kehoe |
Support full Common Lisp multiple values in C.
|
2009-07-28 |
Stephen J. Turnbull |
Fix typos in face.c.
|
2009-07-26 |
Stephen J. Turnbull |
ChangeLog for patch to debug-on-error-docstring.
|
2009-07-14 |
Aidan Kehoe |
?\012 is whitespace, as it always should have been, thank you Karl Kleinpaste.
|
2009-07-11 |
Aidan Kehoe |
Fix bugs with #'find-file, 0-length files, & coding-system-for-read specified.
|
2009-07-01 |
Jerry James |
Prevent integer overflow and subsequent crashes when attempting to load large
|
2009-06-19 |
Stephen J. Turnbull |
Documentment placement restriction. <87d490jb7v.fsf@uwakimon.sk.tsukuba.ac.jp>
|
2009-06-14 |
Aidan Kehoe |
Support #'function-arglist with built-in special forms.
|
2009-06-05 |
Stephen J. Turnbull |
mswindows_link had off-by-one error. <1vq2brxz.wl_Ron.Isaacson@morganstanley.com>
|
2009-05-18 |
Stephen J. Turnbull |
XEmacs 21.5.29 "garbanzo" is released.
r21-5-29
|
2009-03-08 |
Ville Skyttä |
Apply the 2008-03-05 change from Dominique Quatravaux in init_image_instance_from_gdk_pixmap as well even though the code is not enabled at the moment
|
2009-02-26 |
Stephen J. Turnbull |
Merge: fixup ChangeLogs.
|
2009-02-03 |
Stephen J. Turnbull |
Fix typo in comment on skip_debugger.
|
2009-02-11 |
Jerry James |
How about if I make a ChangeLog entry for the number-gmp.c change?
|
2009-02-10 |
Aidan Kehoe |
Make #$ truly read-only for Lisp; check this in the test suite.
|
2009-02-02 |
Stephen J. Turnbull |
Update comment.
|
2009-02-02 |
Stephen J. Turnbull |
Set icon resource on frame early enough for openbox to find it.
|
2008-11-25 |
Stephen J. Turnbull |
Document non-obvious usages.
|
2008-11-20 |
Stephen J. Turnbull |
Clarify comment in struct x_frame.
|
2009-01-31 |
Aidan Kehoe |
Correct little-endian UTF-16 surrogate handling.
|
2009-01-18 |
Aidan Kehoe |
Merge.
|
2009-01-18 |
Aidan Kehoe |
Print char table values correctly.
|
2009-01-18 |
Aidan Kehoe |
Accept msprinter and mswindows, mswindows_font_spec_matches_charset_stage_2
|
2008-12-30 |
Aidan Kehoe |
Merge.
|
2008-12-28 |
Aidan Kehoe |
Merge.
|
2008-12-28 |
Aidan Kehoe |
Add #'query-coding-region tests; do the work necessary to get them running.
|
2008-12-30 |
Aidan Kehoe |
Call XFreeFontPath appropriately in #'x-get-font-path.
|
2008-12-29 |
Aidan Kehoe |
Merge.
|
2008-12-27 |
Aidan Kehoe |
Fix some bugs in load-history construction, built-in symbol file names.
|
2008-12-28 |
acs |
Allow compilation under Cygwin 1.7
|
2008-12-22 |
Aidan Kehoe |
Distinguish vars and functions in #'symbol-file, #'describe-{function,variable}
|
2008-12-22 |
Aidan Kehoe |
#'built-in-face-specifiers; document that we're returning a copy.
|
2008-12-21 |
Aidan Kehoe |
Return a list copy in #'built-in-face-specifiers, pre-empting modification.
bytecomp-coding-system-2008-10-29
|
2008-11-01 |
Stephen J. Turnbull |
ChangeLogs for G++ warning cleanup.
bytecomp-coding-system-2008-10-29
|
2008-11-01 |
Stephen J. Turnbull |
Fix at_dot regex under Mule. <87hc6rv53v.fsf@uwakimon.sk.tsukuba.ac.jp>
|
2008-11-01 |
Stephen J. Turnbull |
Fix off-by-one error in ccl_driver. <87iqr7v7p0.fsf@uwakimon.sk.tsukuba.ac.jp>
|
2008-10-25 |
Stephen J. Turnbull |
Merge in ac-fix-2008-10-25. Fix up ChangeLogs.
|
2008-08-26 |
Aidan Kehoe |
Use EQ() and !EQ() in symbols.c, thank you Robert Delius Royar.
|
2008-08-23 |
Aidan Kehoe |
Handle varalias chains, custom variables in #'user-variable-p.
|
2008-08-20 |
Aidan Kehoe |
Merge.
|
2008-08-09 |
Aidan Kehoe |
Port write-region-inhibit-sync, allowing avoidance of bad FS performance.
|
2008-08-10 |
Mats Lidell |
Merge.
|
2008-08-03 |
Mats Lidell |
Rename xft_gauge to xft_gauges.
|
2008-08-10 |
Aidan Kehoe |
Fix the XFT build, thank you Robert Delius Royar.
|