log lisp/ChangeLog @ 5914:bd4d2c8ef9cc

age author description
Fri, 15 May 2015 18:11:47 +0100 Aidan Kehoe Use the existing C-level line number cache within #'line-number.
Sat, 11 Apr 2015 18:34:14 +0100 Aidan Kehoe #'set-locale-for-language-environment, bind a local variable correctly.
Sat, 11 Apr 2015 18:06:17 +0100 Aidan Kehoe Correct a bug in #'check-type, non-setf'able PLACEs
Sat, 04 Apr 2015 13:49:30 +0100 Aidan Kehoe Always return a string, #'current-message.
Fri, 03 Apr 2015 00:27:59 +0100 Aidan Kehoe If not waiting for C-x #, don't memorise the device, #'gnuserv-edit-files
Wed, 01 Apr 2015 14:28:20 +0100 Aidan Kehoe Reduce regexp usage, now CL-oriented non-regexp code available, core Lisp
Tue, 17 Mar 2015 12:22:50 +0000 Aidan Kehoe Clean up #'read-quoted-char, support help-event-list there.
Mon, 16 Mar 2015 00:40:31 +0000 Aidan Kehoe Correct some code with badly-placed parentheses, thank you Mats Lidell.
Mon, 16 Mar 2015 00:28:18 +0000 Aidan Kehoe Add the non-ASCII digit support, now #'parse-integer can handle it.
Mon, 16 Mar 2015 00:11:30 +0000 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out
Thu, 12 Mar 2015 16:27:13 +0000 Aidan Kehoe Merge.
Wed, 25 Feb 2015 11:47:12 +0000 Aidan Kehoe Make #'parse-integer Lisp-visible, extend it, allowing non-ASCII digits.
Mon, 16 Mar 2015 00:09:46 +0000 Aidan Kehoe Provide `char-code-limit', implement the GNU equivalent in terms of it.
Sun, 15 Mar 2015 21:13:23 +0000 Aidan Kehoe Behave better with nil TERM for gnuclient, remove bitrotted TTY init code
Sat, 14 Mar 2015 01:40:49 +0000 Aidan Kehoe Create a new error for when a char is needed but event-to-character gives nil
Sat, 14 Mar 2015 01:16:45 +0000 Aidan Kehoe event-stream.c, support help-event-list as does GNU.
Thu, 12 Mar 2015 00:59:27 +0000 Aidan Kehoe Be more careful about saving a non-nil value for START in message-stack.
Wed, 11 Mar 2015 18:06:15 +0000 Aidan Kehoe Look for cased character classes when deciding on case-fold-search, #'isearch
Wed, 11 Mar 2015 15:06:05 +0000 Aidan Kehoe Update message-stack to reflect START and END supplied to #'append-message
Sat, 03 Jan 2015 16:24:56 +0100 Mike Sperber Add `noerror' optional argument to `live-move'.
Mon, 10 Nov 2014 09:37:20 +0100 Mike Sperber Make :package-version in customize right.
Sat, 18 Oct 2014 23:21:30 +0900 Stephen J. Turnbull Repair invalid GNU-style key-bindings.
Tue, 07 Oct 2014 21:16:10 -0600 Jerry James Add TLS support. See xemacs-patches message with ID
Sat, 27 Sep 2014 14:16:11 +0200 Mike Sperber Don't bail out on :package-version in `defcustom'.
Mon, 29 Sep 2014 10:44:50 -0600 Jerry James Do not insert timestamps into .elcs files for reproducibility. See
Fri, 22 Aug 2014 10:58:09 +0100 Aidan Kehoe Support control shift u for Unicode input as does GTK.
Wed, 06 Aug 2014 10:19:25 +0100 Aidan Kehoe Improve style, #'fc-name-parse-harder.
Mon, 14 Jul 2014 13:42:42 +0100 Aidan Kehoe Preserve extent information in the command builder code.
Wed, 02 Jul 2014 17:45:49 +0100 Aidan Kehoe Autoload within #'keymapp, as documented.
Wed, 02 Jul 2014 16:32:19 +0100 Aidan Kehoe Support `function-key-map' in #'read-char{,-exclusive}, sync API with GNU