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