2009-11-15 |
Aidan Kehoe |
Resolve the unregistered-CCL-programs-get-garbage-collected problem correctly
|
2009-11-15 |
Aidan Kehoe |
Rationalise duplicated functionality, #'custom-quote, #'quote-maybe.
|
2009-11-14 |
Aidan Kehoe |
Be much more comprehensive in our use of byte-compile-funarg.
|
2009-11-14 |
Aidan Kehoe |
Make #'letf not error if handed a #'values form.
|
2009-11-14 |
Aidan Kehoe |
Fix modeline-mousable, other faces that inherit from modeline, on startup.
|
2009-11-11 |
Stephen J. Turnbull |
automatic merge
|
2009-11-11 |
Stephen J. Turnbull |
Add permissions notices to sigpipe.c and regressiontest.pl.
|
2009-11-11 |
Stephen J. Turnbull |
Move functionality of s/darwin.h to configure.ac and config.h.in.
|
2009-11-09 |
Jerry James |
Clarify the GPL status of several sample module files. J. Kean Johnston
|
2009-11-09 |
Aidan Kehoe |
Fix Win32 native build after my DEFAULT_DIRECTORY_FALLBACK change, thanks Vin!
|
2009-11-09 |
Jerry James |
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
|
2009-11-09 |
Didier Verna |
Make switch-to-buffer completion avoid current buffer.
|
2009-11-08 |
Aidan Kehoe |
No need to fatal () on startup if $PWD doesn't exist; chdir to "/" instead.
|
2009-11-02 |
Stephen J. Turnbull |
Fix typo in test of equalp and add more tests.
|
2009-11-02 |
Stephen J. Turnbull |
Add test of nil binding of default-process-coding-system.
|
2009-11-02 |
Stephen J. Turnbull |
automatic merge
|
2009-11-02 |
Stephen J. Turnbull |
Fix issue145: accept nil in default-process-coding-system.
|
2009-11-01 |
Aidan Kehoe |
Don't error if handed a string and a non-string, #'equalp.
|
2009-11-01 |
Stephen J. Turnbull |
Fix typo in font-combine-fonts-internal.
|
2009-11-01 |
Stephen J. Turnbull |
Improve argument names and update docstrings.
|
2009-11-01 |
Stephen J. Turnbull |
Merge improvements in defun-movement docstrings.
|
2009-10-08 |
Stephen J. Turnbull |
Improve docstrings of defun movement functions.
|
2009-10-30 |
Aidan Kehoe |
If STRING is constant, call regexp-quote at compile time.
|
2009-10-26 |
Jerry James |
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
|
2009-10-26 |
Aidan Kehoe |
Make readlink_or_correct_case function correctly on Darwin.
|
2009-10-24 |
Aidan Kehoe |
Add `file-system-ignore-case-p', use it.
|
2009-10-19 |
Aidan Kehoe |
Make it possible to silence warnings issued when #'mapcar's result is discarded.
|
2009-10-11 |
Mike Sperber |
Don't prevent display objects from being deleted for `post-command-hook'.
|
2009-10-12 |
Jerry James |
Properly handle continuable divide-by-zero errors. Fix truncation of a
|
2009-10-12 |
Aidan Kehoe |
Don't cons with #'mapcar calls where the result is discarded,
|
2009-10-12 |
Aidan Kehoe |
Fix some test failures, mule-tests.el.
|
2009-10-12 |
Aidan Kehoe |
Fix another bug in the delete-duplicates compiler macro.
|
2009-10-10 |
Aidan Kehoe |
Correct the docstring for #'range-table-type.
|
2009-10-07 |
Andreas Roehler |
`beginning-of-defun-function', `end-of-defun-function'
|
2009-10-07 |
Vin Shelton |
Updates for external GIF support on Windows
|
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-03 |
Aidan Kehoe |
Handle non-list sequences better, delete-duplicates compiler macro.
|
2009-10-01 |
Mike Sperber |
Fix `focus-frame'.
|
2009-09-30 |
Mike Sperber |
Unbreak `beginning-of-defun'.
|
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-28 |
Mike Sperber |
Unbreak autoload.el
|
2009-09-27 |
Aidan Kehoe |
Behave better when #'variable-at-point gives nil, #'custom-variable-prompt.
|
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-22 |
Andreas Roehler |
lisp beginning-end-of-defun-function Changelog entry
|
2009-09-21 |
andreas roehler |
funcall beginning-of-defun-function arg
|
2009-09-20 |
Aidan Kehoe |
Add arglist info for autoloaded functions and macros.
|
2009-09-20 |
Aidan Kehoe |
Don't needlessly intern symbols, #'function-arglist, #'cl-function-arglist
|
2009-09-20 |
Aidan Kehoe |
Add argument information to remaining MANY or UNEVALLED C subrs.
|
2009-09-20 |
Aidan Kehoe |
Support last two arguments to #'make-coding-system being optional, again.
|
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-19 |
Mike Sperber |
Don't set `pre-display-buffer-function'.
|
2009-09-11 |
Aidan Kehoe |
Fix a bug with Unicode error sequences and very short input strings.
|
2009-09-06 |
Aidan Kehoe |
Random (minimal) performance improvements at startup.
|
2009-09-06 |
Aidan Kehoe |
Fix various small issues with the multiple-value implementation.
|
2009-09-03 |
Jerry James |
Reproducer for menubar-x.c crash.
|
2009-08-29 |
It's me FKtPp \;) |
Do not move cursor position in gnuclient started buffer if user did
|
2009-08-27 |
Aidan Kehoe |
Be more reliable about loading cl-macs at byte-compile time, cl.el.
|
2009-08-24 |
Jerry James |
Fix build problems on WIN32 platforms caused by the large image crash fix.
|
2009-08-19 |
Malcolm Purvis |
Implement turn-off-auto-fill.
|
2009-08-18 |
Aidan Kehoe |
Eliminate 781 funcalls at startup, simple.el
|
2009-08-16 |
Aidan Kehoe |
Test the multiple-value functionality.
|
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-08-16 |
Aidan Kehoe |
Make the initialisation of xpm-color-symbols a bit more reasonable.
|
2009-08-14 |
Aidan Kehoe |
Correct an ancient typo workaround, thank you Julian Bradfield!
|
2009-08-03 |
Mike Sperber |
In `set-window-configuration', don't restore frame size unconditionally.
|
2009-07-29 |
Mike Sperber |
Add `set-window-pixel-{width,height} convenience functions.
|
2009-08-10 |
Aidan Kehoe |
Revert to original language environment, tests/automated/mule-tests.el.
|
2009-08-10 |
Aidan Kehoe |
Deal with arglist newlines better, #'function-arglist, #'function-documentation
|
2009-08-09 |
Aidan Kehoe |
Remove some extra parentheses, #'set-face-background-pixmap-file.
|
2009-07-28 |
Stephen J. Turnbull |
automatic merge
|
2009-07-28 |
Stephen J. Turnbull |
Improve redisplay docs in Internals a bit.
|
2009-07-28 |
Stephen J. Turnbull |
Fix typos in face.c.
|
2009-07-28 |
Stephen J. Turnbull |
Fix incorrect Xft resources in Info docs.
|
2009-07-28 |
Stephen J. Turnbull |
Fix UNUSED and USED_IF parsing in make-docfile.c.
|
2009-07-28 |
Mike Sperber |
Use `emacs-data-roots' instead of `emacs-roots' where appropriate.
|
2009-07-28 |
Mike Sperber |
Don't install silly symlinks when $(prefix) != $(exec_prefix).
|
2009-07-28 |
Mike Sperber |
Print a few more variables upon --debug-paths.
|
2009-07-28 |
Mike Sperber |
Expand @PREFIX@ in paths.h.
|
2009-07-28 |
Mike Sperber |
More accurate tests for explicitly-set paths.
|
2009-07-26 |
Stephen J. Turnbull |
ChangeLog for patch to debug-on-error-docstring.
|
2009-07-26 |
Stephen J. Turnbull |
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
|
2009-07-26 |
Stephen J. Turnbull |
imported patch accept-process-output-docstring
|
2009-07-26 |
Stephen J. Turnbull |
Use correct separator when registering options to _AC_USER_OPTS.
|
2009-07-18 |
Aidan Kehoe |
Avoid errors in Dired when opening directories.
|
2009-07-14 |
Aidan Kehoe |
Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs
|
2009-07-14 |
Aidan Kehoe |
?\012 is whitespace, as it always should have been, thank you Karl Kleinpaste.
|
2009-07-12 |
Adrian Aichner |
Fix for issue 521
|
2009-04-26 |
AichnerAd |
typo fix
|
2009-07-13 |
Aidan Kehoe |
#'find-file: set b-f-c-s even on error (cf. non-existent files),
|
2009-07-12 |
Aidan Kehoe |
Kill buffer if directory name misspelled and user doesn't want to create it.
|
2009-07-12 |
Aidan Kehoe |
Mark buffers modified in #'find-file if nonexistent file; fix other bugs.
|
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-29 |
Jerry James |
Do not #'split-path on nil #'getenv result. <877hz7lzrt.fsf@yahoo.com.cn>
|
2009-06-19 |
Stephen J. Turnbull |
Documentment placement restriction. <87d490jb7v.fsf@uwakimon.sk.tsukuba.ac.jp>
|
2009-06-14 |
Aidan Kehoe |
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in
|
2009-06-14 |
Aidan Kehoe |
Support #'function-arglist with built-in special forms.
|
2009-06-07 |
Aidan Kehoe |
Set buffer-file-coding-system more sensibly with zero-length files.
|
2009-06-06 |
Aidan Kehoe |
Make CDPATH handling portable, accept entries not matching "/$".
|
2009-06-06 |
Aidan Kehoe |
bytecomp.el: always check code in (interactive SEXP) for sanity
|
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 |
Added tag r21-5-29 for changeset 5c427ece884b
|
2009-05-18 |
Stephen J. Turnbull |
XEmacs 21.5.29 "garbanzo" is released.
r21-5-29
|
2009-05-18 |
Stephen J. Turnbull |
Update CHANGES-beta for "garbanzo".
|
2009-04-17 |
Stephen J. Turnbull |
Add historical deprecation to PROBLEMS.
|