diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 39c6b96fba4..16c4983d385 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,23 @@ | |||
| 1 | 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * htmlfontify.el (hfy-post-html-hook): | ||
| 4 | * filesets.el (filesets-cache-fill-content-hook): | ||
| 5 | * arc-mode.el (archive-extract-hook): | ||
| 6 | * progmodes/cc-mode.el (c-prepare-bug-report-hook): | ||
| 7 | * net/rcirc.el (rcirc-sentinel-functions) | ||
| 8 | (rcirc-receive-message-functions, rcirc-activity-functions) | ||
| 9 | (rcirc-print-functions): | ||
| 10 | * net/dbus.el (dbus-event-error-functions): | ||
| 11 | * emacs-lisp/eieio.el (eieio-pre-method-execution-functions): | ||
| 12 | * emacs-lisp/checkdoc.el (checkdoc-style-functions) | ||
| 13 | (checkdoc-comment-style-functions): Don't use "-hooks" suffix. | ||
| 14 | * term/sun.el (sun-raw-prefix-hooks): | ||
| 15 | * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable. | ||
| 16 | |||
| 1 | 2012-10-23 Michael Albinus <michael.albinus@gmx.de> | 17 | 2012-10-23 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 18 | ||
| 3 | * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set | 19 | * net/tramp-smb.el (tramp-smb-maybe-open-connection): |
| 4 | `tramp-chunksize' to 1. This improves the performance. | 20 | Set `tramp-chunksize' to 1. This improves the performance. |
| 5 | (tramp-smb-wait-for-output): Add timeout to | 21 | (tramp-smb-wait-for-output): Add timeout to |
| 6 | `tramp-accept-process-output' calls. | 22 | `tramp-accept-process-output' calls. |
| 7 | 23 | ||