diff options
| author | Joakim Verona | 2013-02-04 00:03:35 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-04 00:03:35 +0100 |
| commit | c877afeb2bdca205b7d4e19fb37eb0c9cf209540 (patch) | |
| tree | eddb6a0ea25c25796e0686a0c2b186e5dbfac95a /lisp/ChangeLog | |
| parent | cfefa7e817861c3fdf541becf7fbcfa00fa16858 (diff) | |
| parent | 69d52b98fc53446450319ae96881dd57683e0349 (diff) | |
| download | emacs-c877afeb2bdca205b7d4e19fb37eb0c9cf209540.tar.gz emacs-c877afeb2bdca205b7d4e19fb37eb0c9cf209540.zip | |
auto upstream
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): |