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.
|