diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fdf12be0a1c..b676835bfef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2013-02-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-debug-message): Extend function exclude list. | ||
| 4 | (tramp-backtrace): New defun. | ||
| 5 | (tramp-handle-insert-file-contents): Use `visit' when inserting | ||
| 6 | the local copy. | ||
| 7 | |||
| 8 | * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime): Use | ||
| 9 | `remote-file-name-inhibit-cache'. | ||
| 10 | |||
| 11 | 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 12 | |||
| 13 | * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning | ||
| 14 | (bug#13614). | ||
| 15 | |||
| 16 | * subr.el (internal--called-interactively-p--get-frame): Avoid filling | ||
| 17 | current-load-list (bug#13366). | ||
| 18 | |||
| 1 | 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com> | 19 | 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com> |
| 2 | 20 | ||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | 21 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |