Mercurial > hg > xemacs-beta
graph
-
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
-
Use correct separator when registering options to _AC_USER_OPTS.Sun, 26 Jul 2009 19:58:40 +0900, by Stephen J. Turnbull
-
Avoid errors in Dired when opening directories.Sat, 18 Jul 2009 23:51:21 +0100, by Aidan Kehoe
-
Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacsWed, 15 Jul 2009 00:21:01 +0100, by Aidan Kehoe
-
?\012 is whitespace, as it always should have been, thank you Karl Kleinpaste.Wed, 15 Jul 2009 00:19:45 +0100, by Aidan Kehoe
-
Fix for issue 521Sun, 12 Jul 2009 22:39:44 +0200, by Adrian Aichner
-
typo fixMon, 27 Apr 2009 00:38:29 +0200, by AichnerAd
-
#'find-file: set b-f-c-s even on error (cf. non-existent files),Mon, 13 Jul 2009 20:45:26 +0100, by Aidan Kehoe
-
Kill buffer if directory name misspelled and user doesn't want to create it.Sun, 12 Jul 2009 14:20:55 +0100, by Aidan Kehoe
-
Mark buffers modified in #'find-file if nonexistent file; fix other bugs.Sun, 12 Jul 2009 14:01:09 +0100, by Aidan Kehoe
-
Fix bugs with #'find-file, 0-length files, & coding-system-for-read specified.Sat, 11 Jul 2009 16:33:35 +0100, by Aidan Kehoe
-
Prevent integer overflow and subsequent crashes when attempting to load largeWed, 01 Jul 2009 16:42:11 -0600, by Jerry James
-
Do not #'split-path on nil #'getenv result. <877hz7lzrt.fsf@yahoo.com.cn>Mon, 29 Jun 2009 08:20:47 -0600, by Jerry James
-
Documentment placement restriction. <87d490jb7v.fsf@uwakimon.sk.tsukuba.ac.jp>Sat, 20 Jun 2009 04:07:12 +0900, by Stephen J. Turnbull
-
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.inSun, 14 Jun 2009 16:08:22 +0100, by Aidan Kehoe
-
Support #'function-arglist with built-in special forms.Sun, 14 Jun 2009 15:07:13 +0100, by Aidan Kehoe
-
Set buffer-file-coding-system more sensibly with zero-length files.Sun, 07 Jun 2009 16:47:04 +0100, by Aidan Kehoe
-
Make CDPATH handling portable, accept entries not matching "/$".Sat, 06 Jun 2009 17:20:21 +0100, by Aidan Kehoe
-
bytecomp.el: always check code in (interactive SEXP) for sanitySat, 06 Jun 2009 12:59:31 +0100, by Aidan Kehoe
-
mswindows_link had off-by-one error. <1vq2brxz.wl_Ron.Isaacson@morganstanley.com>Fri, 05 Jun 2009 21:48:41 +0900, by Stephen J. Turnbull
-
Added tag r21-5-29 for changeset 5c427ece884bMon, 18 May 2009 23:04:48 +0900, by Stephen J. Turnbull
-
XEmacs 21.5.29 "garbanzo" is released. r21-5-29Mon, 18 May 2009 23:04:47 +0900, by Stephen J. Turnbull
-
Update CHANGES-beta for "garbanzo".Mon, 18 May 2009 22:07:03 +0900, by Stephen J. Turnbull
-
Add historical deprecation to PROBLEMS.Sat, 18 Apr 2009 03:24:48 +0900, by Stephen J. Turnbull
-
Add standard section headers in preparation for 21.5.29.Sat, 18 Apr 2009 03:18:27 +0900, by Stephen J. Turnbull
-
Add urefs to Lstreams node.Thu, 02 Apr 2009 15:29:57 +0900, by Stephen J. Turnbull
-
Improve lisp-mnt documentation.Wed, 01 Apr 2009 20:46:58 +0900, by Stephen J. Turnbull
-
Update FSF address in permissions notice.Wed, 01 Apr 2009 20:07:33 +0900, by Stephen J. Turnbull
-
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 momentSun, 08 Mar 2009 22:52:13 +0200, by Ville Skyttä
-
Fix typo in comment in cus-edit.el. <87vdqk5bqf.fsf@xemacs.org>Sun, 08 Mar 2009 23:40:45 +0900, by Stephen J. Turnbull
-
Vastly expand the characters x-compose.el supports.Sun, 01 Mar 2009 11:11:46 +0000, by Aidan Kehoe
-
Merge: fixup ChangeLogs.Thu, 26 Feb 2009 18:35:11 +0900, by Stephen J. Turnbull
-
Meta on Mac. <87prh51rni.fsf@xemacs.org>Thu, 26 Feb 2009 18:21:40 +0900, by Stephen J. Turnbull
-
Fix typo in comment on skip_debugger.Wed, 04 Feb 2009 01:13:10 +0900, by Stephen J. Turnbull
-
Fix a byte compiler bug with characters above ?\xFF.Sun, 22 Feb 2009 19:57:28 +0000, by Aidan Kehoe
-
#'check-coding-systems-region: return nil on success, not t.Wed, 18 Feb 2009 07:53:34 +0000, by Aidan Kehoe