diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f99b3e4d32a..4a92a427342 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Further GV/CL cleanups. | ||
| 4 | * emacs-lisp/gv.el (gv-get): Autoload functions to find their | ||
| 5 | gv-expander. | ||
| 6 | (gv--defun-declaration): New function. | ||
| 7 | (defun-declarations-alist): Use it. | ||
| 8 | (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove. | ||
| 9 | (gv-place): Autoload. | ||
| 10 | * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's | ||
| 11 | original definition of dotimes and dolist. | ||
| 12 | * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused. | ||
| 13 | (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'. | ||
| 14 | * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here. | ||
| 15 | (cl-fifth, cl-sixth, cl-seventh, cl-eighth) | ||
| 16 | (cl-ninth, cl-tenth): Move gv handler to the function's definition. | ||
| 17 | * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler | ||
| 18 | to the function's definition. | ||
| 19 | * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%. | ||
| 20 | * window.el: | ||
| 21 | * files.el: | ||
| 22 | * faces.el: | ||
| 23 | * env.el: Don't use CL. | ||
| 24 | |||
| 1 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | 25 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 26 | ||
| 3 | Support higher-resolution time stamps (Bug#9000). | 27 | Support higher-resolution time stamps (Bug#9000). |