diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66c18a25803..3d5308875de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2013-02-17 Didier Verna <didier@didierverna.net> | ||
| 2 | |||
| 3 | * net/network-stream.el (network-stream-open-starttls): | ||
| 4 | Check that response to the starttls-command is non-nil. (Bug#13706) | ||
| 5 | |||
| 6 | 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2): | ||
| 9 | Don't assume all identifier chars have syntax word. | ||
| 10 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): | ||
| 11 | Remove bar-not-symbol. Adjust callers. | ||
| 12 | (lisp-mode-variables): Don't set a font-lock-syntax-table. | ||
| 13 | |||
| 14 | 2013-02-17 Leo Liu <sdl.web@gmail.com> | ||
| 15 | |||
| 16 | * net/rcirc.el (rcirc-keepalive): Fix invalid timer error. | ||
| 17 | |||
| 18 | 2013-02-17 Glenn Morris <rgm@gnu.org> | ||
| 19 | |||
| 20 | * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry. | ||
| 21 | |||
| 22 | * image-mode.el (image-mode-map): Add image-dired menu entry. | ||
| 23 | |||
| 24 | * image-dired.el (tumme): Make this alias obsolete. | ||
| 25 | |||
| 1 | 2013-02-16 Glenn Morris <rgm@gnu.org> | 26 | 2013-02-16 Glenn Morris <rgm@gnu.org> |
| 2 | 27 | ||
| 3 | * image.el (image-animated-types): Remove. | 28 | * image.el (image-animated-types): Remove. |
| @@ -20,8 +45,8 @@ | |||
| 20 | 45 | ||
| 21 | * net/tramp-compat.el (top): Require 'trampver. | 46 | * net/tramp-compat.el (top): Require 'trampver. |
| 22 | 47 | ||
| 23 | * net/tramp-sh.el (tramp-remote-process-environment): Set | 48 | * net/tramp-sh.el (tramp-remote-process-environment): |
| 24 | tramp-autoload cookie. | 49 | Set tramp-autoload cookie. |
| 25 | 50 | ||
| 26 | 2013-02-16 Kevin Ryde <user42@zip.com.au> | 51 | 2013-02-16 Kevin Ryde <user42@zip.com.au> |
| 27 | 52 | ||