Mercurial > hg > xemacs-beta
graph
-
Don't cons with #'mapcar calls where the result is discarded,Mon, 12 Oct 2009 17:19:52 +0100, by Aidan Kehoe
-
Fix some test failures, mule-tests.el.Mon, 12 Oct 2009 17:01:15 +0100, by Aidan Kehoe
-
Fix another bug in the delete-duplicates compiler macro.Mon, 12 Oct 2009 16:42:38 +0100, by Aidan Kehoe
-
Correct the docstring for #'range-table-type.Sat, 10 Oct 2009 15:04:59 +0100, by Aidan Kehoe
-
`beginning-of-defun-function', `end-of-defun-function'Wed, 07 Oct 2009 19:42:42 +0200, by Andreas Roehler
-
Updates for external GIF support on WindowsTue, 06 Oct 2009 22:39:30 -0400, by Vin Shelton
-
Fixes for a number of minor warnings issued by gcc. See xemacs-patches messageMon, 05 Oct 2009 13:07:34 -0600, by Jerry James
-
Add explicit GPL v2 or later notices to Bill Perry's code, where such noticesMon, 05 Oct 2009 11:08:59 -0600, by Jerry James
-
Use giflib or libungif to provide GIF support, instead of using internalMon, 05 Oct 2009 10:11:59 -0600, by Jerry James
-
Handle non-list sequences better, delete-duplicates compiler macro.Sat, 03 Oct 2009 14:22:08 +0100, by Aidan Kehoe
-
Fix `focus-frame'.Thu, 01 Oct 2009 18:00:11 +0200, by Mike Sperber
-
Unbreak `beginning-of-defun'.Wed, 30 Sep 2009 21:17:24 +0200, by Mike Sperber
-
Bring `try-completion''s interface closer to GNU Emacs.Wed, 30 Sep 2009 21:15:04 +0200, by Mike Sperber
-
Register any CCL programs used by fixed-width coding-systems.Wed, 30 Sep 2009 12:48:21 +0100, by Aidan Kehoe
-
Unbreak autoload.elMon, 28 Sep 2009 18:04:07 +0200, by Mike Sperber
-
Behave better when #'variable-at-point gives nil, #'custom-variable-prompt.Sun, 27 Sep 2009 20:37:44 +0100, by Aidan Kehoe
-
Image instantiator pixmap hotspots are Lisp integers; make it so in GTK.Fri, 25 Sep 2009 01:10:49 +0900, by Stephen J. Turnbull
-
Check for gdbm/ndbm.h, too.Thu, 24 Sep 2009 09:36:49 +0900, by Stephen J. Turnbull
-
Fix crash due to mishandling transparency.Wed, 23 Sep 2009 20:04:51 +0900, by Stephen J. Turnbull
-
lisp beginning-end-of-defun-function Changelog entryTue, 22 Sep 2009 21:14:03 +0200, by Andreas Roehler
-
funcall beginning-of-defun-function argMon, 21 Sep 2009 21:40:35 +0200, by andreas roehler
-
Add arglist info for autoloaded functions and macros.Sun, 20 Sep 2009 23:50:05 +0100, by Aidan Kehoe
-
Don't needlessly intern symbols, #'function-arglist, #'cl-function-arglistSun, 20 Sep 2009 21:41:22 +0100, by Aidan Kehoe
-
Add argument information to remaining MANY or UNEVALLED C subrs.Sun, 20 Sep 2009 21:29:00 +0100, by Aidan Kehoe
-
Support last two arguments to #'make-coding-system being optional, again.Sun, 20 Sep 2009 17:19:54 +0100, by Aidan Kehoe
-
Move Qfrom_unicode to general-slots.h, fix the native Win32 build.Sun, 20 Sep 2009 08:27:42 +0100, by Aidan Kehoe
-
Move the #'query-coding-region implementation to C.Sat, 19 Sep 2009 22:53:13 +0100, by Aidan Kehoe
-
Don't set `pre-display-buffer-function'.Sat, 19 Sep 2009 17:56:23 +0200, by Mike Sperber
-
Fix a bug with Unicode error sequences and very short input strings.Fri, 11 Sep 2009 17:54:07 +0100, by Aidan Kehoe
-
Random (minimal) performance improvements at startup.Sun, 06 Sep 2009 23:47:12 +0100, by Aidan Kehoe
-
Fix various small issues with the multiple-value implementation.Sun, 06 Sep 2009 19:36:02 +0100, by Aidan Kehoe
-
Reproducer for menubar-x.c crash.Wed, 02 Sep 2009 20:38:14 -0600, by Jerry James
-
Do not move cursor position in gnuclient started buffer if user didSat, 29 Aug 2009 22:37:50 +0800, by It's me FKtPp \;)
-
Be more reliable about loading cl-macs at byte-compile time, cl.el.Thu, 27 Aug 2009 15:18:51 +0100, by Aidan Kehoe
-
Fix build problems on WIN32 platforms caused by the large image crash fix.Mon, 24 Aug 2009 15:21:21 -0600, by Jerry James
-
Implement turn-off-auto-fill.Wed, 19 Aug 2009 23:06:32 +1000, by Malcolm Purvis
-
Eliminate 781 funcalls at startup, simple.elTue, 18 Aug 2009 12:34:34 +0100, by Aidan Kehoe
-
Test the multiple-value functionality.Sun, 16 Aug 2009 21:00:08 +0100, by Aidan Kehoe
-
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.Tue, 11 Aug 2009 17:59:23 +0100, by Aidan Kehoe
-
Support full Common Lisp multiple values in C.Sun, 16 Aug 2009 20:55:49 +0100, by Aidan Kehoe
-
Make the initialisation of xpm-color-symbols a bit more reasonable.Sun, 16 Aug 2009 14:58:57 +0100, by Aidan Kehoe
-
Correct an ancient typo workaround, thank you Julian Bradfield!Fri, 14 Aug 2009 19:14:51 +0100, by Aidan Kehoe
-
In `set-window-configuration', don't restore frame size unconditionally.Mon, 03 Aug 2009 10:30:47 +0200, by Mike Sperber
-
Add `set-window-pixel-{width,height} convenience functions.Wed, 29 Jul 2009 10:23:19 +0200, by Mike Sperber
-
Revert to original language environment, tests/automated/mule-tests.el.Mon, 10 Aug 2009 16:25:08 +0100, by Aidan Kehoe
-
Deal with arglist newlines better, #'function-arglist, #'function-documentationMon, 10 Aug 2009 16:22:09 +0100, by Aidan Kehoe
-
Remove some extra parentheses, #'set-face-background-pixmap-file.Sun, 09 Aug 2009 12:38:04 +0100, by Aidan Kehoe
-
automatic mergeTue, 28 Jul 2009 23:29:22 +0900, by Stephen J. Turnbull
-
Improve redisplay docs in Internals a bit.Tue, 28 Jul 2009 23:24:15 +0900, by Stephen J. Turnbull
-
Fix typos in face.c.Tue, 28 Jul 2009 23:23:47 +0900, by Stephen J. Turnbull
-
Fix incorrect Xft resources in Info docs.Tue, 28 Jul 2009 23:19:27 +0900, by Stephen J. Turnbull
-
Fix UNUSED and USED_IF parsing in make-docfile.c.Tue, 28 Jul 2009 22:57:59 +0900, by Stephen J. Turnbull
-
Use `emacs-data-roots' instead of `emacs-roots' where appropriate.Tue, 28 Jul 2009 15:56:22 +0200, by Mike Sperber
-
Don't install silly symlinks when $(prefix) != $(exec_prefix).Tue, 28 Jul 2009 15:55:18 +0200, by Mike Sperber
-
Print a few more variables upon --debug-paths.Tue, 28 Jul 2009 15:49:37 +0200, by Mike Sperber
-
Expand @PREFIX@ in paths.h.Tue, 28 Jul 2009 15:43:08 +0200, by Mike Sperber
-
More accurate tests for explicitly-set paths.Tue, 28 Jul 2009 15:09:05 +0200, by Mike Sperber
-
ChangeLog for patch to debug-on-error-docstring.Mon, 27 Jul 2009 01:46:33 +0900, by Stephen J. Turnbull
-
Add FAQ on network slows (lookup order of DNS and /etc/hosts).Mon, 27 Jul 2009 01:29:49 +0900, by Stephen J. Turnbull
-
imported patch accept-process-output-docstringMon, 27 Jul 2009 01:18:47 +0900, by Stephen J. Turnbull