log src/ChangeLog @ 4448:fd8a9a4d81d9

age author description
Sun, 20 Jan 2008 19:53:54 +0100 Aidan Kehoe Support #!, to allow XEmacs to be called as a script interpreter.
Sat, 26 Apr 2008 16:28:44 +0200 Mike Sperber Fix problem with `resize-minibuffer-mode'.
Sat, 05 Apr 2008 14:37:51 +0200 Aidan Kehoe Regenerate src/depend with LF line endings, not CRLF.
Sat, 15 Mar 2008 12:21:11 +0100 Mike Sperber Fix reader crash.
Tue, 11 Mar 2008 23:15:08 -0700 Stephen J. Turnbull Fix typo.
Wed, 05 Mar 2008 01:12:53 -0800 Stephen J. Turnbull Fix old use of rvalue on lhs to placate gcc >4.0.
Wed, 05 Mar 2008 01:11:21 -0800 Stephen J. Turnbull Fix GTK build-breaking typo.
Thu, 28 Feb 2008 10:29:08 +0100 Didier Verna Fix instantiate_method prototype
Tue, 26 Feb 2008 18:02:34 +0100 Didier Verna Fix specifier inheritance behavior
Mon, 11 Feb 2008 22:34:51 +0100 Aidan Kehoe Fail searches immediately if searching for non-representable characters.
Thu, 07 Feb 2008 10:03:49 +0100 Mike Sperber Use Mercurial changeset hash to identify build version.
Mon, 04 Feb 2008 21:41:27 -0700 Jerry James Use Dynarr_increment instead of Dynarr_add when building a line in place.
Fri, 01 Feb 2008 09:36:51 -0700 Jerry James Remove unnecessary call to SET_EVENT_MAGIC_X_EVENT.
Wed, 30 Jan 2008 09:26:59 +0100 Aidan Kehoe Correct case-insensitive search for non-case, non-ASCII chars. Add tests.
Mon, 28 Jan 2008 08:13:37 +0100 Mike Sperber Fix build problems on Windows.
Mon, 21 Jan 2008 22:12:36 +0100 Aidan Kehoe Document return values for #'puthash, #'clrhash.
Sun, 20 Jan 2008 13:09:58 +0100 Aidan Kehoe Merge.
Wed, 26 Dec 2007 17:30:16 +0100 Aidan Kehoe Always use boyer_moore in ASCII or Latin-1 buffers with ASCII search strings.
Sat, 19 Jan 2008 14:34:19 +0100 Aidan Kehoe Use bignums if necessary for file size in #'file-attributes.
Fri, 18 Jan 2008 16:12:31 -0700 Jerry James Prevent access to uninitialized variables in x_init_device.
Wed, 16 Jan 2008 15:20:51 +0100 Aidan Kehoe Have list hashes depend on the order of the contents, as is the case for vectors.
Tue, 15 Jan 2008 21:35:01 +0100 Aidan Kehoe Avoid clearing print-gensym-alist inappropriately when printing hash tables.
Sat, 12 Jan 2008 18:04:13 +0100 Aidan Kehoe Clarify #'map-range-table docstring.
Wed, 09 Jan 2008 00:53:02 +0100 Aidan Kehoe Check that __STDC_VERSION__ is defined before examining it.
Wed, 09 Jan 2008 00:28:17 +0100 Aidan Kehoe Don't use PATH_MAX_EXTERNAL, non-Win32.
Tue, 08 Jan 2008 12:47:42 -0700 Jerry James Adapt INLINE_HEADER to the C99 inline semantics.
Mon, 07 Jan 2008 12:07:55 -0700 Jerry James Clarify the copyright and license of src/xemacs.def.in.in.
Thu, 03 Jan 2008 22:36:04 +0100 Aidan Kehoe Correct the make-temp-name docstring.
Thu, 03 Jan 2008 01:33:59 -0800 Stephen J. Turnbull Improve style and add tests for 'built-in-symbol-file'.
Wed, 02 Jan 2008 22:11:03 +0100 Aidan Kehoe Correct the perhaps_init_unseen_key_defaults GTK code; don't override X11 fonts.
Wed, 02 Jan 2008 11:19:16 +0100 Aidan Kehoe Automated merge with ssh://aidan-guest@hg.debian.org//hg/xemacs/xemacs
Wed, 02 Jan 2008 11:16:16 +0100 Aidan Kehoe Fix the union build--check that built-in macro function values are nil, not zero.
Wed, 02 Jan 2008 10:12:04 +0100 Mike Sperber Update window-size computation.
Sun, 30 Dec 2007 15:33:13 +0100 Aidan Kehoe Handle macros, autoloads correctly in symbol-file. Add an incomplete TYPE arg.
Mon, 24 Dec 2007 15:04:01 +0100 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Mon, 24 Dec 2007 15:02:36 +0100 Aidan Kehoe Unify the typed character under X11, using the unicode precedence list
Mon, 24 Dec 2007 14:00:14 +0100 Aidan Kehoe Provide a DEFAULT argument in #'intern-soft.
Sun, 23 Dec 2007 15:29:17 +0100 Aidan Kehoe Merge an old patch of Ben's, involving font instantiation and charsets.
Sat, 22 Dec 2007 15:02:04 +0100 Aidan Kehoe Respect the CODESYS argument in #'open-database; don't autodetect EOL.
Thu, 20 Dec 2007 09:51:51 -0700 Jerry James Fix unused parameter warnings when compiling with ALSA sound support.
Thu, 20 Dec 2007 08:50:49 +0100 Mike Sperber Merge.
Tue, 18 Dec 2007 23:00:01 +0100 Aidan Kehoe #'special-form-p; don't error (thank you Jerry James); flesh out docstring.
Tue, 18 Dec 2007 21:47:27 +0100 Aidan Kehoe Provide #'special-form-p, for the use of advice.el, perhaps other files.
Wed, 19 Dec 2007 10:21:38 +0100 Mike Sperber Don't use undocumented Xt functions in external widget.
Mon, 17 Dec 2007 08:44:14 +0100 Aidan Kehoe Provide %b in #'format; use it for converting between ints and bit vectors.
Fri, 14 Dec 2007 14:25:04 +0100 Aidan Kehoe Autoconfiscate the recent fontconfig spelling change.
Wed, 12 Dec 2007 00:42:48 +0100 Aidan Kehoe Don't let libtiff override the size of a boolean, Win32. From Ron Isaacson.
Tue, 11 Dec 2007 21:50:22 +0100 Aidan Kehoe Don't error on unknown environment variables, #'substitute-in-file-name.
Mon, 10 Dec 2007 01:13:36 -0800 Stephen J. Turnbull src/search.c (simple_search): Fix underrun in reverse search.
Sun, 09 Dec 2007 15:10:46 +0100 Aidan Kehoe Fix the test failures introduced by the non-ISO-2022 coding systems.
Wed, 05 Dec 2007 08:26:03 +0000 stephent [xemacs-hg @ 2007-12-05 08:26:00 by stephent]
Tue, 04 Dec 2007 20:18:43 +0000 aidan [xemacs-hg @ 2007-12-04 20:18:33 by aidan]
Thu, 29 Nov 2007 13:38:21 +0000 aidan [xemacs-hg @ 2007-11-29 13:37:51 by aidan]
Tue, 27 Nov 2007 13:51:10 +0000 aidan [xemacs-hg @ 2007-11-27 13:51:03 by aidan]
Thu, 15 Nov 2007 19:05:50 +0000 aidan [xemacs-hg @ 2007-11-15 19:05:47 by aidan]
Thu, 15 Nov 2007 10:05:16 +0000 aidan [xemacs-hg @ 2007-11-15 10:05:14 by aidan]
Wed, 14 Nov 2007 19:41:09 +0000 aidan [xemacs-hg @ 2007-11-14 19:41:04 by aidan]
Wed, 14 Nov 2007 18:51:31 +0000 aidan [xemacs-hg @ 2007-11-14 18:51:20 by aidan]
Mon, 05 Nov 2007 14:59:24 +0000 didierv [xemacs-hg @ 2007-11-05 14:59:20 by didierv]
Mon, 15 Oct 2007 09:55:50 +0000 didierv [xemacs-hg @ 2007-10-15 09:55:43 by didierv]
Wed, 03 Oct 2007 21:31:12 +0000 didierv [xemacs-hg @ 2007-10-03 21:31:10 by didierv]
Wed, 03 Oct 2007 13:28:21 +0000 didierv [xemacs-hg @ 2007-10-03 13:28:19 by didierv]
Wed, 03 Oct 2007 10:06:42 +0000 didierv [xemacs-hg @ 2007-10-03 10:06:39 by didierv]
Tue, 02 Oct 2007 19:31:31 +0000 aidan [xemacs-hg @ 2007-10-02 19:31:30 by aidan]
Mon, 01 Oct 2007 08:07:57 +0000 stephent [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
Sun, 30 Sep 2007 11:38:00 +0000 aidan [xemacs-hg @ 2007-09-30 11:37:59 by aidan]
Wed, 26 Sep 2007 13:28:01 +0000 didierv [xemacs-hg @ 2007-09-26 13:27:59 by didierv]
Wed, 26 Sep 2007 09:36:51 +0000 didierv [xemacs-hg @ 2007-09-26 09:36:49 by didierv]
Tue, 04 Sep 2007 21:20:26 +0000 aidan [xemacs-hg @ 2007-09-04 21:20:18 by aidan]
Tue, 28 Aug 2007 09:49:40 +0000 aidan [xemacs-hg @ 2007-08-28 09:49:36 by aidan]
Fri, 24 Aug 2007 13:03:07 +0000 crestani [xemacs-hg @ 2007-08-24 13:03:04 by crestani]
Thu, 23 Aug 2007 12:31:34 +0000 vins [xemacs-hg @ 2007-08-23 12:31:32 by vins]
Wed, 22 Aug 2007 15:10:19 +0000 aidan [xemacs-hg @ 2007-08-22 15:10:10 by aidan]
Tue, 21 Aug 2007 20:32:37 +0000 aidan [xemacs-hg @ 2007-08-21 20:32:33 by aidan]
Fri, 17 Aug 2007 10:16:48 +0000 crestani [xemacs-hg @ 2007-08-17 10:16:46 by crestani]
Fri, 17 Aug 2007 08:08:10 +0000 crestani [xemacs-hg @ 2007-08-17 08:08:05 by crestani]
Fri, 17 Aug 2007 08:04:28 +0000 crestani [xemacs-hg @ 2007-08-17 08:04:25 by crestani]
Fri, 17 Aug 2007 08:01:23 +0000 crestani [xemacs-hg @ 2007-08-17 08:01:13 by crestani]
Wed, 15 Aug 2007 11:06:10 +0000 crestani [xemacs-hg @ 2007-08-15 11:06:02 by crestani]
Tue, 14 Aug 2007 18:58:16 +0000 crestani [xemacs-hg @ 2007-08-14 18:58:13 by crestani]
Wed, 08 Aug 2007 20:52:52 +0000 aidan [xemacs-hg @ 2007-08-08 20:52:52 by aidan]
Wed, 08 Aug 2007 18:06:14 +0000 stephent [xemacs-hg @ 2007-08-08 18:06:11 by stephent]
Wed, 08 Aug 2007 14:54:43 +0000 aidan [xemacs-hg @ 2007-08-08 14:54:41 by aidan]
Mon, 06 Aug 2007 14:50:48 +0000 michaels [xemacs-hg @ 2007-08-06 14:50:39 by michaels]
Sat, 04 Aug 2007 20:00:24 +0000 aidan [xemacs-hg @ 2007-08-04 20:00:10 by aidan]
Thu, 26 Jul 2007 11:15:08 +0000 aidan [xemacs-hg @ 2007-07-26 11:15:04 by aidan]
Mon, 23 Jul 2007 14:20:29 +0000 aidan [xemacs-hg @ 2007-07-23 14:19:39 by aidan]
Sun, 22 Jul 2007 22:04:14 +0000 aidan [xemacs-hg @ 2007-07-22 22:03:29 by aidan]
Fri, 22 Jun 2007 17:50:42 +0000 stephent [xemacs-hg @ 2007-06-22 17:50:36 by stephent]
Fri, 22 Jun 2007 17:39:07 +0000 stephent [xemacs-hg @ 2007-06-22 17:39:04 by stephent]
Fri, 22 Jun 2007 17:26:22 +0000 stephent [xemacs-hg @ 2007-06-22 17:26:20 by stephent]
Fri, 22 Jun 2007 17:15:37 +0000 stephent [xemacs-hg @ 2007-06-22 17:15:34 by stephent]
Fri, 22 Jun 2007 00:21:17 +0000 aidan [xemacs-hg @ 2007-06-22 00:21:12 by aidan]
Sat, 26 May 2007 19:00:20 +0000 aidan [xemacs-hg @ 2007-05-26 19:00:16 by aidan]
Sat, 26 May 2007 18:28:23 +0000 aidan [xemacs-hg @ 2007-05-26 18:28:19 by aidan]
Fri, 25 May 2007 16:35:25 +0000 scop [xemacs-hg @ 2007-05-25 16:35:23 by scop]
Mon, 21 May 2007 05:02:43 +0000 stephent [xemacs-hg @ 2007-05-21 04:59:52 by stephent] r21-5-28
Sat, 19 May 2007 18:49:15 +0000 adrian [xemacs-hg @ 2007-05-19 18:49:15 by adrian]
Sat, 19 May 2007 18:42:17 +0000 adrian [xemacs-hg @ 2007-05-19 18:41:56 by adrian]
Sat, 19 May 2007 18:04:19 +0000 vins [xemacs-hg @ 2007-05-19 18:04:18 by vins]
Sat, 19 May 2007 17:21:30 +0000 vins [xemacs-hg @ 2007-05-19 17:21:29 by vins]
Thu, 17 May 2007 15:42:48 +0000 stephent [xemacs-hg @ 2007-05-17 15:42:10 by stephent]
Sun, 13 May 2007 11:11:38 +0000 aidan [xemacs-hg @ 2007-05-13 11:11:28 by aidan]
Sat, 12 May 2007 10:59:17 +0000 aidan [xemacs-hg @ 2007-05-12 10:59:15 by aidan]
Tue, 01 May 2007 14:22:38 +0000 stephent [xemacs-hg @ 2007-05-01 14:22:36 by stephent]
Mon, 30 Apr 2007 16:46:36 +0000 stephent [xemacs-hg @ 2007-04-30 16:46:29 by stephent]
Sun, 22 Apr 2007 19:58:59 +0000 aidan [xemacs-hg @ 2007-04-22 19:58:27 by aidan]
Mon, 16 Apr 2007 14:22:52 +0000 stephent [xemacs-hg @ 2007-04-16 14:22:39 by stephent]
Sat, 14 Apr 2007 16:10:57 +0000 stephent [xemacs-hg @ 2007-04-14 16:10:53 by stephent]
Thu, 05 Apr 2007 02:27:11 +0000 stephent [xemacs-hg @ 2007-04-05 02:27:09 by stephent]
Thu, 05 Apr 2007 02:09:08 +0000 stephent [xemacs-hg @ 2007-04-05 02:09:06 by stephent]
Sun, 25 Mar 2007 17:05:55 +0000 stephent [xemacs-hg @ 2007-03-25 17:05:51 by stephent]
Sun, 25 Mar 2007 15:35:06 +0000 stephent [xemacs-hg @ 2007-03-25 15:34:59 by stephent]
Thu, 22 Feb 2007 16:53:27 +0000 stephent [xemacs-hg @ 2007-02-22 16:53:20 by stephent]
Thu, 22 Feb 2007 16:19:44 +0000 stephent [xemacs-hg @ 2007-02-22 16:19:40 by stephent]
Wed, 21 Feb 2007 10:49:33 +0000 stephent [xemacs-hg @ 2007-02-21 10:49:30 by stephent]
Mon, 19 Feb 2007 14:10:44 +0000 stephent [xemacs-hg @ 2007-02-19 14:10:43 by stephent]
Sat, 17 Feb 2007 15:55:22 +0000 stephent [xemacs-hg @ 2007-02-17 15:55:21 by stephent]
Thu, 15 Feb 2007 16:12:19 +0000 stephent [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
Tue, 06 Feb 2007 20:01:42 +0000 aidan [xemacs-hg @ 2007-02-06 20:01:40 by aidan]