diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c7ac9c7423..28fa5d1a5e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-08-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Don't mishandle year-9999 dates (Bug#18176). | ||
| 4 | * calendar/parse-time.el (parse-time-rules): | ||
| 5 | Allow years up to most-positive-fixnum. | ||
| 6 | * calendar/time-date.el (date-to-time): | ||
| 7 | Pass "Specified time is not representable" errors through. | ||
| 8 | |||
| 1 | 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org> | 9 | 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 10 | ||
| 3 | * progmodes/python.el: Completion code cleanups. | 11 | * progmodes/python.el: Completion code cleanups. |