log lisp/ChangeLog @ 5865:a45722e74335

age author description
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
Fri, 25 Apr 2014 23:38:16 +0200 Mats Lidell Help buffer behaviour synced with GNU
Mon, 27 Jan 2014 17:52:33 +0100 Mike Sperber Add font-lock-regexp-grouping-{backslash, construct} from GNU Emacs.
Mon, 27 Jan 2014 17:45:03 +0100 Mike Sperber Add `check-parents' from GNU Emacs.
Mon, 27 Jan 2014 17:41:46 +0100 Mike Sperber Add :risky and :safe options to defcustom.
Sat, 18 Jan 2014 17:40:41 +0100 Mike Sperber Bug fix in menubar.el
Sun, 22 Dec 2013 10:36:33 +0000 Aidan Kehoe Transform #'princ to #'write-sequence at compile time if appropriate.
Tue, 17 Dec 2013 20:49:52 +0200 Aidan Kehoe Use a face, show more context around open parenthesis, #'blink-matching-open
Tue, 17 Dec 2013 19:29:10 +0200 Aidan Kehoe Add #'write-sequence, on the model of #'write-char, API from Common Lisp.
Mon, 16 Sep 2013 00:00:12 +0200 Mats Lidell Add mode-require-final-newline from GNU. Thanks GNU.
Sun, 15 Sep 2013 23:50:20 +0900 Stephen J. Turnbull Make fc-name-parse signal on invalid-argument.