- May 16, 2023
-
-
Aidan Kehoe authored
2023-05-16 Aidan Kehoe <kehoea@parhasard.net> * lisp/message.el (message-tokenize-header): Avoid a warning (that happens not to correspond to a bug, this time) when match data is used in a distinct buffer from the buffer it was generated in. Thank you for the bug report, Henry Thompson!
-
- Mar 21, 2023
-
-
Aidan Kehoe authored
-
- Nov 11, 2022
-
-
Aidan Kehoe authored
-
- Sep 21, 2022
-
-
Aidan Kehoe authored
ChangeLog addition: 2022-09-21 Aidan Kehoe <kehoea@parhasard.net> * lisp/format-spec.el: * lisp/format-spec.el (widget-parsing-escapes): New, made available if wid-edit has not provided it. * lisp/format-spec.el (format-spec): Revise this to use the cheaper #'widget-parsing-escapes macro, rather than inserting the format string and then parsing it in a buffer. Also avoid a problem provoked by assuming that match data remains around when the corresponding text has been deleted, thank you Jaakko Salomaa.
-
- Feb 03, 2022
-
-
Aidan Kehoe authored
2022-02-03 Aidan Kehoe <kehoea@parhasard.net> * lisp/mm-util.el (mm-xemacs-find-mime-charset-1): If `query-coding-region' is available (which it usually is on 21.5), use that, rather than latin-unity (which tends not to work, with a Unicode internal encoding).
-
Aidan Kehoe authored
for unicode fixes various See merge request !2
-
- Dec 23, 2021
-
-
Henry S Thompson authored
-
- Dec 22, 2021
-
-
Henry S Thompson authored
-
- Jan 07, 2021
-
-
Henry S Thompson authored
-
- Dec 30, 2020
-
-
Henry S. Thompson authored
-
- Dec 22, 2021
-
-
Henry S Thompson authored
-
- Feb 25, 2021
-
-
Aidan Kehoe authored
-
- Jun 15, 2020
-
-
Mats Lidell authored
-
- Jun 10, 2018
-
-
Aidan Kehoe authored
-
- Nov 21, 2016
-
-
Aidan Kehoe authored
lisp/ChangeLog addition: 2016-11-21 Aidan Kehoe <kehoea@parhasard.net> Sync this file with GNU; make it not override the built-in more capable #'parse-integer if that is available. * lisp/parse-time.el: * lisp/parse-time.el (parse-time-syntax): Removed. * lisp/parse-time.el (parse-time-digits): Removed. * lisp/parse-time.el (defvar): * lisp/parse-time.el (parse-time-val)): Removed. * lisp/parse-time.el (parse-time-parse-integer): * lisp/parse-time.el (parse-time-digit-char-p): New, renamed from digit-char-p. Only used by #'parse-time-parse-integer-1. * lisp/parse-time.el (parse-time-parse-integer): New. The function name as used by parse-time.el. * lisp/parse-time.el (parse-integer): Renamed to #'parse-time-parse-integer-1, and ignored if there is a built-in #'parse-integer available to Lisp. * lisp/parse-time.el (parse-time-tokenize): * lisp/parse-time.el (parse-time-months): * lisp/parse-time.el (parse-time-rules): * lisp/parse-time.el (parse-time-string): Sync these functions, variables. * lisp/parse-time.el (parse-time-iso8601-regexp): New. * lisp/parse-time.el (parse-iso8601-time-string): New.
-
- Oct 02, 2015
-
-
Norbert Koch authored
-
- Oct 01, 2015
-
-
Henry S. Thompson authored
-
- Sep 29, 2015
-
-
Henry S. Thompson authored
-
- Sep 18, 2015
-
-
Norbert Koch authored
-
- Jun 27, 2015
-
-
Michael Sperber authored
2015-06-25 Michael Sperber <mike@xemacs.org> * lisp/parse-time.el (fboundp): Conditionalize this on the existence of `digit-char-p'.
-
- Feb 28, 2015
-
-
Norbert Koch authored
-
- Feb 27, 2015
-
-
Mike Kupfer authored
-
- Sep 08, 2014
-
-
Norbert Koch authored
-
- Aug 20, 2014
-
-
Mats Lidell authored
2014-08-20 Mats Lidell <matsl@xemacs.org> * lisp/message.el (message-use-idna): Use nil as default since calculated value will not byte-compile. * lisp/gnus-art.el (gnus-use-idna): Ditto.
-
- Jun 22, 2014
-
-
Norbert Koch authored
-
- Jun 21, 2014
-
-
Mike Kupfer authored
-
- Dec 28, 2012
-
-
Mike Kupfer authored
-
Mike Kupfer authored
-
- May 22, 2014
-
-
Norbert Koch authored
-
- May 21, 2014
-
-
Mats Lidell authored
2014-05-18 Mats Lidell <matsl@xemacs.org> * gnus-fun.el (gnus-grab-cam-face): Upstream security issue. Do not use predictable temp-file name. (http://bugs.debian.org/747100) Patch by Glenn Morris.
-
- May 15, 2014
-
-
Norbert Koch authored
-