diff options
| author | Joakim Verona | 2013-08-13 04:45:50 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-13 04:45:50 +0200 |
| commit | 71c3ecbadba97c8502afe8f5ab5b1b6edbf3f39a (patch) | |
| tree | 79eb78545b68054115147e518f98c4b555ca2169 /lisp/ChangeLog | |
| parent | a24dabe5ac4e7d051b9c1d6fc3bc17154ea0d042 (diff) | |
| parent | 5514cc4c84969122668c89a387b858157e0c2e74 (diff) | |
| download | emacs-71c3ecbadba97c8502afe8f5ab5b1b6edbf3f39a.tar.gz emacs-71c3ecbadba97c8502afe8f5ab5b1b6edbf3f39a.zip | |
merge from trunk
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 290af08f765..0c0c3911cfd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/timer.el (timer--time-setter): New function. | ||
| 4 | (timer--time): Use it as gv-setter. | ||
| 5 | |||
| 6 | * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when | ||
| 7 | setter is not a symbol. | ||
| 8 | |||
| 1 | 2013-08-12 Grégoire Jadi <daimrod@gmail.com> | 9 | 2013-08-12 Grégoire Jadi <daimrod@gmail.com> |
| 2 | 10 | ||
| 3 | * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer | 11 | * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer |
| @@ -20,8 +28,8 @@ | |||
| 20 | 28 | ||
| 21 | 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 29 | 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 22 | 30 | ||
| 23 | * net/eww.el (eww-display-html): Ignore coding system errors. One | 31 | * net/eww.el (eww-display-html): Ignore coding system errors. |
| 24 | web site uses "utf-8lias" as the coding system. | 32 | One web site uses "utf-8lias" as the coding system. |
| 25 | 33 | ||
| 26 | 2013-08-11 Juanma Barranquero <lekktu@gmail.com> | 34 | 2013-08-11 Juanma Barranquero <lekktu@gmail.com> |
| 27 | 35 | ||
| @@ -222,7 +230,7 @@ | |||
| 222 | (allout-up-current-level, allout-end-of-level, allout-reindent-body) | 230 | (allout-up-current-level, allout-end-of-level, allout-reindent-body) |
| 223 | (allout-yank-processing, allout-process-exposed) | 231 | (allout-yank-processing, allout-process-exposed) |
| 224 | (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky) | 232 | (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky) |
| 225 | (allout-latex-verbatim-quote-curr-line): Removed unused variables. | 233 | (allout-latex-verbatim-quote-curr-line): Remove unused variables. |
| 226 | * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display) | 234 | * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display) |
| 227 | (lisp-indent-defform): Mark ignored arguments. | 235 | (lisp-indent-defform): Mark ignored arguments. |
| 228 | (lisp-indent-line): Mark ignored arguments. Remove unused variables. | 236 | (lisp-indent-line): Mark ignored arguments. Remove unused variables. |