log

age author description
2015-03-16 Aidan Kehoe Correct some code with badly-placed parentheses, thank you Mats Lidell.
2015-03-16 Aidan Kehoe Add the non-ASCII digit support, now #'parse-integer can handle it.
2015-03-16 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out
2015-03-12 Aidan Kehoe Merge.
2015-02-25 Aidan Kehoe Make #'parse-integer Lisp-visible, extend it, allowing non-ASCII digits.
2015-03-16 Aidan Kehoe Provide `char-code-limit', implement the GNU equivalent in terms of it.
2015-03-15 Aidan Kehoe Behave better with nil TERM for gnuclient, remove bitrotted TTY init code
2015-03-14 Aidan Kehoe Create a new error for when a char is needed but event-to-character gives nil
2015-03-14 Aidan Kehoe event-stream.c, support help-event-list as does GNU.
2015-03-14 Aidan Kehoe Correct .gdbinit, non-NEW_GC builds.
2015-03-14 Aidan Kehoe #'event-matches-key-specifier-p, check keysyms and modifiers too on TTY
2015-03-12 Aidan Kehoe Be more careful about echo_buf arithmetic, event-stream.c.
2015-03-12 Aidan Kehoe Be more careful about saving a non-nil value for START in message-stack.
2015-03-11 Aidan Kehoe Look for cased character classes when deciding on case-fold-search, #'isearch
2015-03-11 Aidan Kehoe Update message-stack to reflect START and END supplied to #'append-message
2015-03-08 Aidan Kehoe Revert part of Jerry's December 2014 that broke gnuclient on some OS X.