Sun, 01 Nov 2009 15:54:15 +0900 |
Stephen J. Turnbull |
Merge improvements in defun-movement docstrings.
|
Fri, 09 Oct 2009 05:10:03 +0900 |
Stephen J. Turnbull |
Improve docstrings of defun movement functions.
|
Fri, 30 Oct 2009 15:10:16 +0000 |
Aidan Kehoe |
If STRING is constant, call regexp-quote at compile time.
|
Sat, 24 Oct 2009 15:33:23 +0100 |
Aidan Kehoe |
Add `file-system-ignore-case-p', use it.
|
Mon, 19 Oct 2009 12:47:21 +0100 |
Aidan Kehoe |
Make it possible to silence warnings issued when #'mapcar's result is discarded.
|
Mon, 12 Oct 2009 17:19:52 +0100 |
Aidan Kehoe |
Don't cons with #'mapcar calls where the result is discarded,
|
Mon, 12 Oct 2009 16:42:38 +0100 |
Aidan Kehoe |
Fix another bug in the delete-duplicates compiler macro.
|
Wed, 07 Oct 2009 19:42:42 +0200 |
Andreas Roehler |
`beginning-of-defun-function', `end-of-defun-function'
|
Mon, 05 Oct 2009 11:08:59 -0600 |
Jerry James |
Add explicit GPL v2 or later notices to Bill Perry's code, where such notices
|
Mon, 05 Oct 2009 10:11:59 -0600 |
Jerry James |
Use giflib or libungif to provide GIF support, instead of using internal
|
Sat, 03 Oct 2009 14:22:08 +0100 |
Aidan Kehoe |
Handle non-list sequences better, delete-duplicates compiler macro.
|
Wed, 30 Sep 2009 21:17:24 +0200 |
Mike Sperber |
Unbreak `beginning-of-defun'.
|
Mon, 28 Sep 2009 18:04:07 +0200 |
Mike Sperber |
Unbreak autoload.el
|
Sun, 27 Sep 2009 20:37:44 +0100 |
Aidan Kehoe |
Behave better when #'variable-at-point gives nil, #'custom-variable-prompt.
|
Tue, 22 Sep 2009 21:14:03 +0200 |
Andreas Roehler |
lisp beginning-end-of-defun-function Changelog entry
|
Sun, 20 Sep 2009 23:50:05 +0100 |
Aidan Kehoe |
Add arglist info for autoloaded functions and macros.
|
Sun, 20 Sep 2009 21:41:22 +0100 |
Aidan Kehoe |
Don't needlessly intern symbols, #'function-arglist, #'cl-function-arglist
|
Sun, 20 Sep 2009 17:19:54 +0100 |
Aidan Kehoe |
Support last two arguments to #'make-coding-system being optional, again.
|
Sat, 19 Sep 2009 22:53:13 +0100 |
Aidan Kehoe |
Move the #'query-coding-region implementation to C.
|
Sat, 19 Sep 2009 17:56:23 +0200 |
Mike Sperber |
Don't set `pre-display-buffer-function'.
|
Sun, 06 Sep 2009 23:47:12 +0100 |
Aidan Kehoe |
Random (minimal) performance improvements at startup.
|
Sun, 06 Sep 2009 19:36:02 +0100 |
Aidan Kehoe |
Fix various small issues with the multiple-value implementation.
|
Sat, 29 Aug 2009 22:37:50 +0800 |
It's me FKtPp \;) |
Do not move cursor position in gnuclient started buffer if user did
|
Thu, 27 Aug 2009 15:18:51 +0100 |
Aidan Kehoe |
Be more reliable about loading cl-macs at byte-compile time, cl.el.
|
Wed, 19 Aug 2009 23:06:32 +1000 |
Malcolm Purvis |
Implement turn-off-auto-fill.
|
Tue, 18 Aug 2009 12:34:34 +0100 |
Aidan Kehoe |
Eliminate 781 funcalls at startup, simple.el
|
Tue, 11 Aug 2009 17:59:23 +0100 |
Aidan Kehoe |
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
|
Sun, 16 Aug 2009 20:55:49 +0100 |
Aidan Kehoe |
Support full Common Lisp multiple values in C.
|
Sun, 16 Aug 2009 14:58:57 +0100 |
Aidan Kehoe |
Make the initialisation of xpm-color-symbols a bit more reasonable.
|
Fri, 14 Aug 2009 19:14:51 +0100 |
Aidan Kehoe |
Correct an ancient typo workaround, thank you Julian Bradfield!
|
Mon, 03 Aug 2009 10:30:47 +0200 |
Mike Sperber |
In `set-window-configuration', don't restore frame size unconditionally.
|
Wed, 29 Jul 2009 10:23:19 +0200 |
Mike Sperber |
Add `set-window-pixel-{width,height} convenience functions.
|
Mon, 10 Aug 2009 16:22:09 +0100 |
Aidan Kehoe |
Deal with arglist newlines better, #'function-arglist, #'function-documentation
|
Sun, 09 Aug 2009 12:38:04 +0100 |
Aidan Kehoe |
Remove some extra parentheses, #'set-face-background-pixmap-file.
|
Tue, 28 Jul 2009 15:56:22 +0200 |
Mike Sperber |
Use `emacs-data-roots' instead of `emacs-roots' where appropriate.
|
Tue, 28 Jul 2009 15:49:37 +0200 |
Mike Sperber |
Print a few more variables upon --debug-paths.
|
Sat, 18 Jul 2009 23:51:21 +0100 |
Aidan Kehoe |
Avoid errors in Dired when opening directories.
|
Mon, 13 Jul 2009 20:45:26 +0100 |
Aidan Kehoe |
#'find-file: set b-f-c-s even on error (cf. non-existent files),
|
Sun, 12 Jul 2009 14:20:55 +0100 |
Aidan Kehoe |
Kill buffer if directory name misspelled and user doesn't want to create it.
|
Sun, 12 Jul 2009 14:01:09 +0100 |
Aidan Kehoe |
Mark buffers modified in #'find-file if nonexistent file; fix other bugs.
|
Sat, 11 Jul 2009 16:33:35 +0100 |
Aidan Kehoe |
Fix bugs with #'find-file, 0-length files, & coding-system-for-read specified.
|
Mon, 29 Jun 2009 08:20:47 -0600 |
Jerry James |
Do not #'split-path on nil #'getenv result. <877hz7lzrt.fsf@yahoo.com.cn>
|
Sun, 14 Jun 2009 15:07:13 +0100 |
Aidan Kehoe |
Support #'function-arglist with built-in special forms.
|
Sun, 07 Jun 2009 16:47:04 +0100 |
Aidan Kehoe |
Set buffer-file-coding-system more sensibly with zero-length files.
|
Sat, 06 Jun 2009 17:20:21 +0100 |
Aidan Kehoe |
Make CDPATH handling portable, accept entries not matching "/$".
|
Sat, 06 Jun 2009 12:59:31 +0100 |
Aidan Kehoe |
bytecomp.el: always check code in (interactive SEXP) for sanity
|
Mon, 18 May 2009 23:04:47 +0900 |
Stephen J. Turnbull |
XEmacs 21.5.29 "garbanzo" is released.
r21-5-29
|
Wed, 01 Apr 2009 20:46:58 +0900 |
Stephen J. Turnbull |
Improve lisp-mnt documentation.
|
Sun, 08 Mar 2009 23:40:45 +0900 |
Stephen J. Turnbull |
Fix typo in comment in cus-edit.el. <87vdqk5bqf.fsf@xemacs.org>
|
Sun, 01 Mar 2009 11:11:46 +0000 |
Aidan Kehoe |
Vastly expand the characters x-compose.el supports.
|
Sun, 22 Feb 2009 19:57:28 +0000 |
Aidan Kehoe |
Fix a byte compiler bug with characters above ?\xFF.
|
Wed, 18 Feb 2009 07:53:34 +0000 |
Aidan Kehoe |
#'check-coding-systems-region: return nil on success, not t.
|
Tue, 17 Feb 2009 13:42:36 +0000 |
Aidan Kehoe |
Correct a test failure uncovered by the last commit.
|
Tue, 17 Feb 2009 08:35:13 +0000 |
Aidan Kehoe |
Fix query-coding-tests.el failures, non-mule ELCs, mule build.
|
Sun, 15 Feb 2009 12:32:48 +0000 |
Aidan Kehoe |
Merge, add a ChangeLog entry.
|
Sun, 15 Feb 2009 12:27:23 +0000 |
Aidan Kehoe |
Backed out changeset 16c9098dd3d2.
|
Fri, 13 Feb 2009 15:44:05 +0000 |
Aidan Kehoe |
Add GNU Emacs' name for Mac Roman as an alias.
|
Fri, 13 Feb 2009 15:18:19 +0000 |
Aidan Kehoe |
Actually use leim-list-file-name, #'init-mule-at-startup.
|
Wed, 11 Feb 2009 15:30:59 +0000 |
Aidan Kehoe |
Backed out changeset 38e8af61f38d
|
Wed, 11 Feb 2009 12:14:28 +0000 |
Aidan Kehoe |
Check if env vars are encodable by native coding system, #'setenv
|